coze-bridge 0.1.103-alpha.2 → 0.1.103-beta.0
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 +80 -80
- package/package.json +1 -2
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
|
|
8
|
+
var Kp=Object.create;var wa=Object.defineProperty;var Vp=Object.getOwnPropertyDescriptor;var $p=Object.getOwnPropertyNames;var Jp=Object.getPrototypeOf,Zp=Object.prototype.hasOwnProperty;var de=(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 Ye=(t,e)=>()=>(t&&(e=t(t=0)),e);var se=(t,e)=>()=>(e||t((e={exports:{}}).exports,e),e.exports),_a=(t,e)=>{for(var r in e)wa(t,r,{get:e[r],enumerable:!0})},Yp=(t,e,r,i)=>{if(e&&typeof e=="object"||typeof e=="function")for(let o of $p(e))!Zp.call(t,o)&&o!==r&&wa(t,o,{get:()=>e[o],enumerable:!(i=Vp(e,o))||i.enumerable});return t};var At=(t,e,r)=>(r=t!=null?Kp(Jp(t)):{},Yp(e||!t||!t.__esModule?wa(r,"default",{value:t,enumerable:!0}):r,t));function We(t,e){let r=process.env[t];if(!r)return e;let i=Number(r);return Number.isFinite(i)&&i>0?i:e}var tr=Ye(()=>{"use strict"});import{createWriteStream as Xp,mkdirSync as Qp,readdirSync as eg,unlinkSync as tg}from"node:fs";import{join as ol}from"node:path";function Dn(t){let e=r=>String(r).padStart(2,"0");return`${t.getFullYear()}-${e(t.getMonth()+1)}-${e(t.getDate())}`}function nr(t,e){return`${t}-${e}.log`}function ya(t,e){let r=t.match(/^(.+)-(\d{4}-\d{2}-\d{2})\.log$/);return!r||r[1]!==e?null:r[2]??null}function ng(t,e,r){let i=c=>{let[d,u,x]=c.split("-").map(Number);return Date.UTC(d??0,(u??1)-1,x??1)};return Math.floor((i(e)-i(t))/864e5)>r}function rs(t,e,r,i){let o;try{o=eg(t)}catch{return}for(let c of o){let d=ya(c,e);if(d&&ng(d,r,i))try{tg(ol(t,c))}catch{}}}var Yr,ba=Ye(()=>{"use strict";Yr=class{constructor(e,r,i){this.dir=e;this.prefix=r;this.opts=i;this.clock=i.clock??(()=>Dn(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{Qp(this.dir,{recursive:!0});let r=Xp(ol(this.dir,nr(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
|
-
`;
|
|
12
|
-
`;if(
|
|
13
|
-
`),{cause:o})}}async function
|
|
14
|
-
`,o=`${t}.tmp-${process.pid}-${Math.random().toString(36).slice(2,10)}`;try{r?.mode!==void 0?await Il(o,i,{encoding:"utf8",mode:r.mode}):await Il(o,i,"utf8"),await Sl(o,t),r?.mode!==void 0&&await Dg(t,r.mode)}catch(c){await Sl(o,o).catch(()=>{});let{rm:d}=await import("node:fs/promises");throw await d(o,{force:!0}).catch(()=>{}),c}}var Xr=Je(()=>{"use strict"});import{promises as Al,readdirSync as Ng}from"node:fs";import{homedir as Mg}from"node:os";import{sep as Bg,join as Ie,resolve as Tl}from"node:path";function Y(t){let e=t??Mg(),r=Ie(e,".coze"),i=Ie(r,"bridge"),o=Ie(i,"lib"),c=Ie(i,"logs");return{cozeRoot:r,bridgeRoot:i,libDir:o,libEntry:Ie(o,"index.js"),binDir:Ie(i,"bin"),pidFile:Ie(i,"bridge.pid"),portFile:Ie(i,"bridge.port"),tokenFile:Ie(i,"bridge.token"),patTokenFile:Ie(i,"pat-token"),agentEnvFile:Ie(i,"agent-env.json"),logFile:Ie(i,"bridge.log"),bridgeLogsDir:c,daemonStdioLog:Ie(c,"daemon-stdio.log"),installLock:Ie(i,"install.lock"),configFile:Ie(i,"config.json"),agentsRoot:Ie(r,"agents")}}function Ze(t,e=Y()){let r=Ie(e.agentsRoot,t);return{root:r,config:Ie(r,"config.json"),workspace:Ie(r,"workspace"),logs:Ie(r,"logs")}}function os(t=Y()){try{return Ng(t.agentsRoot,{withFileTypes:!0}).filter(e=>e.isDirectory()).map(e=>e.name)}catch{return[]}}async function Qr(t,e){let r=await Al.realpath(Tl(t)).catch(()=>null);if(!r)return!1;let i=await Al.realpath(Tl(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+Bg)}var ke=Je(()=>{"use strict"});var ds={};_a(ds,{AGENT_CONFIG_FILE_MODE:()=>as,enforceAgentConfigMode:()=>Ug,loadAgentConfig:()=>Ge,persistAgentSessions:()=>ei,persistAgentSkills:()=>cs,saveAgentConfig:()=>Ye});import{chmod as Fg,stat as zg}from"node:fs/promises";function Ge(t,e){return rr(Ze(t,e).config)}function Ye(t,e){return ir(Ze(t.agentId,e).config,t,{mode:as})}async function Ug(t,e){if(process.platform==="win32")return;let r=Ze(t,e).config;try{let i=await zg(r);if(!i.isFile())return;let o=i.mode&511;o!==as&&(await Fg(r,as),Cl.warn("agent config mode auto-corrected to 0600",{path:r,from:o.toString(8)}))}catch(i){if(i.code==="ENOENT")return;Cl.warn("enforceAgentConfigMode: chmod failed (ignored)",{path:r,err:String(i)})}}async function ei(t,e,r){let i=await Ge(t,r);i&&(i.sessions=Object.fromEntries(e),await Ye(i,r))}async function cs(t,e,r){let i=await Ge(t,r);i&&(i.skills=e,await Ye(i,r))}var Cl,as,rn=Je(()=>{"use strict";Xr();ne();ke();Cl=U("agent-config"),as=384});var Ca=ae((II,Dl)=>{Dl.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 us=ae(Ol=>{var Pl={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 Kg(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(Pl))Ol[t]=Kg(Pl[t])});var Fl=ae((TI,Bl)=>{var $g=ue("fs"),De=ue("path"),Ll=Ca(),Vg=us(),Jg=typeof process=="object"&&process.platform==="win32",Nl=t=>typeof t=="object"&&t!==null,Ml=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 Ee(t){this.sep=De.sep,this.fs=$g,Nl(t)&&Nl(t.fs)&&typeof t.fs.statSync=="function"&&(this.fs=t.fs)}Bl.exports=Ee;Ee.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 Vg.FILE_IN_THE_WAY(`"${o}"`)}})}r(t)};Ee.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=De.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};Ee.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,h){if(d&&h.isDirectory())return o(!1);var x=De.dirname(t);c.fs.exists(x,function(m){m||c.makeDir(x),c.fs.open(t,"w",438,function(w,b){w?c.fs.chmod(t,438,function(){c.fs.open(t,"w",438,function(_,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)})})})})}):b?c.fs.write(b,e,0,e.length,0,function(){c.fs.close(b,function(){c.fs.chmod(t,i||438,function(){o(!0)})})}):c.fs.chmod(t,i||438,function(){o(!0)})})})})})};Ee.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 h=De.join(i,u),x=e.fs.statSync(h);(!o||o.test(h))&&d.push(De.normalize(h)+(x.isDirectory()?e.sep:"")),x.isDirectory()&&c&&(d=d.concat(r(h,o,c)))}),d}return r(t,void 0,!0)};Ee.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=De.join(t,u),r.fs.stat(u,function(h,x){if(h)return e(h);x&&(i.push(De.normalize(u)+(x.isDirectory()?r.sep:"")),x.isDirectory()?r.findFilesAsync(u,function(m,w){if(m)return e(m);i=i.concat(w),--d||e(null,i)}):--d||e(null,i))})})})};Ee.prototype.getAttributes=function(){};Ee.prototype.setAttributes=function(){};Ee.crc32update=function(t,e){return Ml[(t^e)&255]^t>>>8};Ee.crc32=function(t){typeof t=="string"&&(t=Buffer.from(t,"utf8"));let e=t.length,r=-1;for(let i=0;i<e;)r=Ee.crc32update(r,t[i++]);return~r>>>0};Ee.methodToString=function(t){switch(t){case Ll.STORED:return"STORED ("+t+")";case Ll.DEFLATED:return"DEFLATED ("+t+")";default:return"UNSUPPORTED ("+t+")"}};Ee.canonical=function(t){if(!t)return"";let e=De.posix.normalize("/"+t.split("\\").join("/"));return De.join(".",e)};Ee.zipnamefix=function(t){if(!t)return"";let e=De.posix.normalize("/"+t.split("\\").join("/"));return De.posix.join(".",e)};Ee.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]};Ee.sanitize=function(t,e){t=De.resolve(De.normalize(t));for(var r=e.split("/"),i=0,o=r.length;i<o;i++){var c=De.normalize(De.join(t,r.slice(i,o).join(De.sep)));if(c.indexOf(t)===0)return c}return De.normalize(De.join(t,De.basename(e)))};Ee.toBuffer=function(e,r){return Buffer.isBuffer(e)?e:e instanceof Uint8Array?Buffer.from(e):typeof e=="string"?r(e):Buffer.alloc(0)};Ee.readBigUInt64LE=function(t,e){let r=t.readUInt32LE(e);return t.readUInt32LE(e+4)*4294967296+r};Ee.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)};Ee.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};Ee.isWin=Jg;Ee.crcTable=Ml});var Ul=ae((CI,zl)=>{var Zg=ue("path");zl.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=Zg.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 ql=ae((RI,Gl)=>{Gl.exports={efs:!0,encode:t=>Buffer.from(t,"utf8"),decode:t=>t.toString("utf8")}});var ar=ae((kI,or)=>{or.exports=Fl();or.exports.Constants=Ca();or.exports.Errors=us();or.exports.FileAttr=Ul();or.exports.decoder=ql()});var jl=ae((DI,Hl)=>{var sn=ar(),z=sn.Constants;Hl.exports=function(){var t=20,e=10,r=0,i=0,o=0,c=0,d=0,u=0,h=0,x=0,m=0,w=0,b=0,_=0,v=0;t|=sn.isWin?2560:768,r|=z.FLG_EFS;let I={extraLen:0},A=y=>Math.max(0,y)>>>0,T=y=>Math.max(0,y)&65535,R=y=>Math.max(0,y)&255;return o=sn.fromDate2DOS(new Date),{get made(){return t},set made(y){t=y},get version(){return e},set version(y){e=y},get flags(){return r},set flags(y){r=y},get flags_efs(){return(r&z.FLG_EFS)>0},set flags_efs(y){y?r|=z.FLG_EFS:r&=~z.FLG_EFS},get flags_desc(){return(r&z.FLG_DESC)>0},set flags_desc(y){y?r|=z.FLG_DESC:r&=~z.FLG_DESC},get method(){return i},set method(y){switch(y){case z.STORED:this.version=10;case z.DEFLATED:default:this.version=20}i=y},get time(){return sn.fromDOS2Date(this.timeval)},set time(y){y=new Date(y),this.timeval=sn.fromDate2DOS(y)},get timeval(){return o},set timeval(y){o=A(y)},get timeHighByte(){return R(o>>>8)},get crc(){return c},set crc(y){c=A(y)},get compressedSize(){return d},set compressedSize(y){d=A(y)},get size(){return u},set size(y){u=A(y)},get fileNameLength(){return h},set fileNameLength(y){h=y},get extraLength(){return x},set extraLength(y){x=y},get extraLocalLength(){return I.extraLen},set extraLocalLength(y){I.extraLen=y},get commentLength(){return m},set commentLength(y){m=y},get diskNumStart(){return w},set diskNumStart(y){w=A(y)},get inAttr(){return b},set inAttr(y){b=A(y)},get attr(){return _},set attr(y){_=A(y)},get fileAttr(){return(_||0)>>16&4095},get offset(){return v},set offset(y){v=A(y)},get encrypted(){return(r&z.FLG_ENC)===z.FLG_ENC},get centralHeaderSize(){return z.CENHDR+h+x+m},get realDataOffset(){return v+z.LOCHDR+I.fnameLen+I.extraLen},get localHeader(){return I},loadLocalHeaderFromBinary:function(y){var D=y.slice(v,v+z.LOCHDR);if(D.readUInt32LE(0)!==z.LOCSIG)throw sn.Errors.INVALID_LOC();I.version=D.readUInt16LE(z.LOCVER),I.flags=D.readUInt16LE(z.LOCFLG),I.flags_desc=(I.flags&z.FLG_DESC)>0,I.method=D.readUInt16LE(z.LOCHOW),I.time=D.readUInt32LE(z.LOCTIM),I.crc=D.readUInt32LE(z.LOCCRC),I.compressedSize=D.readUInt32LE(z.LOCSIZ),I.size=D.readUInt32LE(z.LOCLEN),I.fnameLen=D.readUInt16LE(z.LOCNAM),I.extraLen=D.readUInt16LE(z.LOCEXT);let O=v+z.LOCHDR+I.fnameLen,B=O+I.extraLen;return y.slice(O,B)},loadFromBinary:function(y){if(y.length!==z.CENHDR||y.readUInt32LE(0)!==z.CENSIG)throw sn.Errors.INVALID_CEN();t=y.readUInt16LE(z.CENVEM),e=y.readUInt16LE(z.CENVER),r=y.readUInt16LE(z.CENFLG),i=y.readUInt16LE(z.CENHOW),o=y.readUInt32LE(z.CENTIM),c=y.readUInt32LE(z.CENCRC),d=y.readUInt32LE(z.CENSIZ),u=y.readUInt32LE(z.CENLEN),h=y.readUInt16LE(z.CENNAM),x=y.readUInt16LE(z.CENEXT),m=y.readUInt16LE(z.CENCOM),w=y.readUInt16LE(z.CENDSK),b=y.readUInt16LE(z.CENATT),_=y.readUInt32LE(z.CENATX),v=y.readUInt32LE(z.CENOFF)},localHeaderToBinary:function(){var y=Buffer.alloc(z.LOCHDR);return y.writeUInt32LE(z.LOCSIG,0),y.writeUInt16LE(e,z.LOCVER),y.writeUInt16LE(r,z.LOCFLG),y.writeUInt16LE(i,z.LOCHOW),y.writeUInt32LE(o,z.LOCTIM),y.writeUInt32LE(c,z.LOCCRC),y.writeUInt32LE(d,z.LOCSIZ),y.writeUInt32LE(u,z.LOCLEN),y.writeUInt16LE(h,z.LOCNAM),y.writeUInt16LE(I.extraLen,z.LOCEXT),y},centralHeaderToBinary:function(){var y=Buffer.alloc(z.CENHDR+h+x+m);return y.writeUInt32LE(z.CENSIG,0),y.writeUInt16LE(t,z.CENVEM),y.writeUInt16LE(e,z.CENVER),y.writeUInt16LE(r,z.CENFLG),y.writeUInt16LE(i,z.CENHOW),y.writeUInt32LE(o,z.CENTIM),y.writeUInt32LE(c,z.CENCRC),y.writeUInt32LE(d,z.CENSIZ),y.writeUInt32LE(u,z.CENLEN),y.writeUInt16LE(h,z.CENNAM),y.writeUInt16LE(x,z.CENEXT),y.writeUInt16LE(m,z.CENCOM),y.writeUInt16LE(w,z.CENDSK),y.writeUInt16LE(b,z.CENATT),y.writeUInt32LE(_,z.CENATX),y.writeUInt32LE(v,z.CENOFF),y},toJSON:function(){let y=function(D){return D+" bytes"};return{made:t,version:e,flags:r,method:sn.methodToString(i),time:this.time,crc:"0x"+c.toString(16).toUpperCase(),compressedSize:y(d),size:y(u),fileNameLength:y(h),extraLength:y(x),commentLength:y(m),diskNumStart:w,inAttr:b,attr:_,offset:v,centralHeaderSize:y(z.CENHDR+h+x+m)}},toString:function(){return JSON.stringify(this.toJSON(),null," ")}}}});var Kl=ae((PI,Wl)=>{var cr=ar(),we=cr.Constants;Wl.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 we.ENDHDR+o},loadFromBinary:function(c){if((c.length!==we.ENDHDR||c.readUInt32LE(0)!==we.ENDSIG)&&(c.length<we.ZIP64HDR||c.readUInt32LE(0)!==we.ZIP64SIG))throw cr.Errors.INVALID_END();c.readUInt32LE(0)===we.ENDSIG?(t=c.readUInt16LE(we.ENDSUB),e=c.readUInt16LE(we.ENDTOT),r=c.readUInt32LE(we.ENDSIZ),i=c.readUInt32LE(we.ENDOFF),o=c.readUInt16LE(we.ENDCOM)):(t=cr.readBigUInt64LE(c,we.ZIP64SUB),e=cr.readBigUInt64LE(c,we.ZIP64TOT),r=cr.readBigUInt64LE(c,we.ZIP64SIZE),i=cr.readBigUInt64LE(c,we.ZIP64OFF),o=0)},toBinary:function(){var c=Buffer.alloc(we.ENDHDR+o);return c.writeUInt32LE(we.ENDSIG,0),c.writeUInt32LE(0,4),c.writeUInt16LE(t,we.ENDSUB),c.writeUInt16LE(e,we.ENDTOT),c.writeUInt32LE(r,we.ENDSIZ),c.writeUInt32LE(i,we.ENDOFF),c.writeUInt16LE(o,we.ENDCOM),c.fill(" ",we.ENDHDR),c},toJSON:function(){let c=function(d,u){let h=d.toString(16).toUpperCase();for(;h.length<u;)h="0"+h;return"0x"+h};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(Ra=>{Ra.EntryHeader=jl();Ra.MainHeader=Kl()});var Vl=ae((LI,$l)=>{$l.exports=function(t){var e=ue("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),h=0;u.fill(0);for(var x=0;x<c.length;x++){var m=c[x];m.copy(u,h),h+=m.length}i&&i(u)}),o.end(t)}}}});var Zl=ae((NI,Jl)=>{var Yg=+(process.versions?process.versions.node:"").split(".")[0]||0;Jl.exports=function(t,e){var r=ue("zlib");let i=Yg>=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(h){d.push(h),u+=h.length}),c.on("end",function(){var h=Buffer.alloc(u),x=0;h.fill(0);for(var m=0;m<d.length;m++){var w=d[m];w.copy(h,x),x+=w.length}o&&o(h)}),c.end(t)}}}});var tu=ae((MI,eu)=>{"use strict";var{randomFillSync:Yl}=ue("crypto"),Xg=us(),Qg=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}),Ql=(t,e)=>Math.imul(t,e)>>>0,Xl=(t,e)=>Qg[(t^e)&255]^t>>>8,ti=()=>typeof Yl=="function"?Yl(Buffer.alloc(12)):ti.node();ti.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 fs={genSalt:ti};function hs(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])}hs.prototype.updateKeys=function(t){let e=this.keys;return e[0]=Xl(e[0],t),e[1]+=e[0]&255,e[1]=Ql(e[1],134775813)+1,e[2]=Xl(e[2],e[1]>>>24),t};hs.prototype.next=function(){let t=(this.keys[2]|2)>>>0;return Ql(t,t^1)>>8&255};function em(t){let e=new hs(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 tm(t){let e=new hs(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 nm(t,e,r){if(!t||!Buffer.isBuffer(t)||t.length<12)return Buffer.alloc(0);let i=em(r),o=i(t.slice(0,12)),c=(e.flags&8)===8?e.timeHighByte:e.crc>>>24;if(o[11]!==c)throw Xg.WRONG_PASSWORD();return i(t.slice(12))}function rm(t){Buffer.isBuffer(t)&&t.length>=12?fs.genSalt=function(){return t.slice(0,12)}:t==="node"?fs.genSalt=ti.node:fs.genSalt=ti}function im(t,e,r,i=!1){t==null&&(t=Buffer.alloc(0)),Buffer.isBuffer(t)||(t=Buffer.from(t.toString()));let o=tm(r),c=fs.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)}eu.exports={decrypt:nm,encrypt:im,_salter:rm}});var nu=ae(xs=>{xs.Deflater=Vl();xs.Inflater=Zl();xs.ZipCrypto=tu()});var Pa=ae((FI,ru)=>{var ce=ar(),sm=ka(),ve=ce.Constants,Da=nu();ru.exports=function(t,e){var r=new sm.EntryHeader,i=Buffer.alloc(0),o=Buffer.alloc(0),c=!1,d=null,u=Buffer.alloc(0),h=Buffer.alloc(0),x=!0;let m=t,w=typeof m.decoder=="object"?m.decoder:ce.decoder;x=w.hasOwnProperty("efs")?w.efs:!1;function b(){return!e||!(e instanceof Uint8Array)?Buffer.alloc(0):(h=r.loadLocalHeaderFromBinary(e),e.slice(r.realDataOffset,r.realDataOffset+r.compressedSize))}function _(y){if(!r.flags_desc&&!r.localHeader.flags_desc){if(ce.crc32(y)!==r.localHeader.crc)return!1}else{let D={},O=r.realDataOffset+r.compressedSize;if(e.readUInt32LE(O)==ve.LOCSIG||e.readUInt32LE(O)==ve.CENSIG)throw ce.Errors.DESCRIPTOR_NOT_EXIST();if(e.readUInt32LE(O)==ve.EXTSIG)D.crc=e.readUInt32LE(O+ve.EXTCRC),D.compressedSize=e.readUInt32LE(O+ve.EXTSIZ),D.size=e.readUInt32LE(O+ve.EXTLEN);else if(e.readUInt16LE(O+12)===19280)D.crc=e.readUInt32LE(O+ve.EXTCRC-4),D.compressedSize=e.readUInt32LE(O+ve.EXTSIZ-4),D.size=e.readUInt32LE(O+ve.EXTLEN-4);else throw ce.Errors.DESCRIPTOR_UNKNOWN();if(D.compressedSize!==r.compressedSize||D.size!==r.size||D.crc!==r.crc)throw ce.Errors.DESCRIPTOR_FAULTY();if(ce.crc32(y)!==D.crc)return!1}return!0}function v(y,D,O){if(typeof D>"u"&&typeof y=="string"&&(O=y,y=void 0),c)return y&&D&&D(Buffer.alloc(0),ce.Errors.DIRECTORY_CONTENT_ERROR()),Buffer.alloc(0);var B=b();if(B.length===0)return y&&D&&D(B),B;if(r.encrypted){if(typeof O!="string"&&!Buffer.isBuffer(O))throw ce.Errors.INVALID_PASS_PARAM();B=Da.ZipCrypto.decrypt(B,r,O)}var M=Buffer.alloc(r.size);switch(r.method){case ce.Constants.STORED:if(B.copy(M),_(M))return y&&D&&D(M),M;throw y&&D&&D(M,ce.Errors.BAD_CRC()),ce.Errors.BAD_CRC();case ce.Constants.DEFLATED:var V=new Da.Inflater(B,r.size);if(y)V.inflateAsync(function($){$.copy($,0),D&&(_($)?D($):D($,ce.Errors.BAD_CRC()))});else{if(V.inflate(M).copy(M,0),!_(M))throw ce.Errors.BAD_CRC(`"${w.decode(i)}"`);return M}break;default:throw y&&D&&D(Buffer.alloc(0),ce.Errors.UNKNOWN_METHOD()),ce.Errors.UNKNOWN_METHOD()}}function I(y,D){if((!d||!d.length)&&Buffer.isBuffer(e))return y&&D&&D(b()),b();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),y&&D&&D(O),O;default:case ce.Constants.DEFLATED:var B=new Da.Deflater(d);if(y)B.deflateAsync(function(V){O=Buffer.alloc(V.length),r.compressedSize=V.length,V.copy(O),D&&D(O)});else{var M=B.deflate();return r.compressedSize=M.length,M}B=null;break}}else if(y&&D)D(Buffer.alloc(0));else return Buffer.alloc(0)}function A(y,D){return ce.readBigUInt64LE(y,D)}function T(y){try{for(var D=0,O,B,M;D+4<y.length;)O=y.readUInt16LE(D),D+=2,B=y.readUInt16LE(D),D+=2,M=y.slice(D,D+B),D+=B,ve.ID_ZIP64===O&&R(M)}catch{throw ce.Errors.EXTRA_FIELD_PARSE_ERROR()}}function R(y){var D,O,B,M;y.length>=ve.EF_ZIP64_SCOMP&&(D=A(y,ve.EF_ZIP64_SUNCOMP),r.size===ve.EF_ZIP64_OR_32&&(r.size=D)),y.length>=ve.EF_ZIP64_RHO&&(O=A(y,ve.EF_ZIP64_SCOMP),r.compressedSize===ve.EF_ZIP64_OR_32&&(r.compressedSize=O)),y.length>=ve.EF_ZIP64_DSN&&(B=A(y,ve.EF_ZIP64_RHO),r.offset===ve.EF_ZIP64_OR_32&&(r.offset=B)),y.length>=ve.EF_ZIP64_DSN+4&&(M=y.readUInt32LE(ve.EF_ZIP64_DSN),r.diskNumStart===ve.EF_ZIP64_OR_16&&(r.diskNumStart=M))}return{get entryName(){return w.decode(i)},get rawEntryName(){return i},set entryName(y){i=ce.toBuffer(y,w.encode);var D=i[i.length-1];c=D===47||D===92,r.fileNameLength=i.length},get efs(){return typeof x=="function"?x(this.entryName):x},get extra(){return u},set extra(y){u=y,r.extraLength=y.length,T(y)},get comment(){return w.decode(o)},set comment(y){if(o=ce.toBuffer(y,w.encode),r.commentLength=o.length,o.length>65535)throw ce.Errors.COMMENT_TOO_LONG()},get name(){var y=w.decode(i);return c?y.substr(y.length-1).split("/").pop():y.split("/").pop()},get isDirectory(){return c},getCompressedData:function(){return I(!1,null)},getCompressedDataAsync:function(y){I(!0,y)},setData:function(y){d=ce.toBuffer(y,ce.decoder.encode),!c&&d.length?(r.size=d.length,r.method=ce.Constants.DEFLATED,r.crc=ce.crc32(y),r.changed=!0):r.method=ce.Constants.STORED},getData:function(y){return r.changed?d:v(!1,null,y)},getDataAsync:function(y,D){r.changed?y(d):v(!0,y,D)},set attr(y){r.attr=y},get attr(){return r.attr},set header(y){r.loadFromBinary(y)},get header(){return r},packCentralHeader:function(){r.flags_efs=this.efs,r.extraLength=u.length;var y=r.centralHeaderToBinary(),D=ce.Constants.CENHDR;return i.copy(y,D),D+=i.length,u.copy(y,D),D+=r.extraLength,o.copy(y,D),y},packLocalHeader:function(){let y=0;r.flags_efs=this.efs,r.extraLocalLength=h.length;let D=r.localHeaderToBinary(),O=Buffer.alloc(D.length+i.length+r.extraLocalLength);return D.copy(O,y),y+=D.length,i.copy(O,y),y+=i.length,h.copy(O,y),y+=h.length,O},toJSON:function(){let y=function(D){return"<"+(D&&D.length+" bytes buffer"||"null")+">"};return{entryName:this.entryName,name:this.name,comment:this.comment,isDirectory:this.isDirectory,header:r.toJSON(),compressedData:y(e),data:y(d)}},toString:function(){return JSON.stringify(this.toJSON(),null," ")}}}});var ou=ae((zI,su)=>{var iu=Pa(),om=ka(),qe=ar();su.exports=function(t,e){var r=[],i={},o=Buffer.alloc(0),c=new om.MainHeader,d=!1,u=null;let h=new Set,x=e,{noSort:m,decoder:w}=x;t?v(x.readEntries):d=!0;function b(){let A=new Set;for(let T of Object.keys(i)){let R=T.split("/");if(R.pop(),!!R.length)for(let y=0;y<R.length;y++){let D=R.slice(0,y+1).join("/")+"/";A.add(D)}}for(let T of A)if(!(T in i)){let R=new iu(x);R.entryName=T,R.attr=16,R.temporary=!0,r.push(R),i[R.entryName]=R,h.add(R)}}function _(){if(d=!0,i={},c.diskEntries>(t.length-c.offset)/qe.Constants.CENHDR)throw qe.Errors.DISK_ENTRY_TOO_LARGE();r=new Array(c.diskEntries);for(var A=c.offset,T=0;T<r.length;T++){var R=A,y=new iu(x,t);y.header=t.slice(R,R+=qe.Constants.CENHDR),y.entryName=t.slice(R,R+=y.header.fileNameLength),y.header.extraLength&&(y.extra=t.slice(R,R+=y.header.extraLength)),y.header.commentLength&&(y.comment=t.slice(R,R+y.header.commentLength)),A+=y.header.centralHeaderSize,r[T]=y,i[y.entryName]=y}h.clear(),b()}function v(A){var T=t.length-qe.Constants.ENDHDR,R=Math.max(0,T-65535),y=R,D=t.length,O=-1,B=0;for(typeof x.trailingSpace=="boolean"&&x.trailingSpace&&(R=0),T;T>=y;T--)if(t[T]===80){if(t.readUInt32LE(T)===qe.Constants.ENDSIG){O=T,B=T,D=T+qe.Constants.ENDHDR,y=T-qe.Constants.END64HDR;continue}if(t.readUInt32LE(T)===qe.Constants.END64SIG){y=R;continue}if(t.readUInt32LE(T)===qe.Constants.ZIP64SIG){O=T,D=T+qe.readBigUInt64LE(t,T+qe.Constants.ZIP64SIZE)+qe.Constants.ZIP64LEAD;break}}if(O==-1)throw qe.Errors.INVALID_FORMAT();c.loadFromBinary(t.slice(O,D)),c.commentLength&&(o=t.slice(B+qe.Constants.ENDHDR)),A&&_()}function I(){r.length>1&&!m&&r.sort((A,T)=>A.entryName.toLowerCase().localeCompare(T.entryName.toLowerCase()))}return{get entries(){return d||_(),r.filter(A=>!h.has(A))},get comment(){return w.decode(o)},set comment(A){o=qe.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||_(),i[A]||null},setEntry:function(A){d||_(),r.push(A),i[A.entryName]=A,c.totalEntries=r.length},deleteFile:function(A,T=!0){d||_();let R=i[A];this.getEntryChildren(R,T).map(D=>D.entryName).forEach(this.deleteEntry)},deleteEntry:function(A){d||_();let T=i[A],R=r.indexOf(T);R>=0&&(r.splice(R,1),delete i[A],c.totalEntries=r.length)},getEntryChildren:function(A,T=!0){if(d||_(),typeof A=="object")if(A.isDirectory&&T){let R=[],y=A.entryName;for(let D of r)D.entryName.startsWith(y)&&R.push(D);return R}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||_(),I();let A=[],T=[],R=0,y=0;c.size=0,c.offset=0;let D=0;for(let M of this.entries){let V=M.getCompressedData();M.header.offset=y;let $=M.packLocalHeader(),te=$.length+V.length;y+=te,A.push($),A.push(V);let J=M.packCentralHeader();T.push(J),c.size+=J.length,R+=te+J.length,D++}R+=c.mainHeaderSize,c.offset=y,c.totalEntries=D,y=0;let O=Buffer.alloc(R);for(let M of A)M.copy(O,y),y+=M.length;for(let M of T)M.copy(O,y),y+=M.length;let B=c.toBinary();return o&&o.copy(B,qe.Constants.ENDHDR),B.copy(O,y),t=O,d=!1,O},toAsyncBuffer:function(A,T,R,y){try{d||_(),I();let D=[],O=[],B=0,M=0,V=0;c.size=0,c.offset=0;let $=function(te){if(te.length>0){let J=te.shift(),ie=J.entryName+J.extra.toString();R&&R(ie),J.getCompressedDataAsync(function(oe){y&&y(ie),J.header.offset=M;let L=J.packLocalHeader(),G=L.length+oe.length;M+=G,D.push(L),D.push(oe);let W=J.packCentralHeader();O.push(W),c.size+=W.length,B+=G+W.length,V++,$(te)})}else{B+=c.mainHeaderSize,c.offset=M,c.totalEntries=V,M=0;let J=Buffer.alloc(B);D.forEach(function(oe){oe.copy(J,M),M+=oe.length}),O.forEach(function(oe){oe.copy(J,M),M+=oe.length});let ie=c.toBinary();o&&o.copy(ie,qe.Constants.ENDHDR),ie.copy(J,M),t=J,d=!1,A(J)}};$(Array.from(this.entries))}catch(D){T(D)}}}}});var du=ae((UI,cu)=>{var ye=ar(),_e=ue("path"),am=Pa(),cm=ou(),Cn=(...t)=>ye.findLast(t,e=>typeof e=="boolean"),au=(...t)=>ye.findLast(t,e=>typeof e=="string"),dm=(...t)=>ye.findLast(t,e=>typeof e=="function"),lm={noSort:!1,readEntries:!1,method:ye.Constants.NONE,fs:null};cu.exports=function(t,e){let r=null,i=Object.assign(Object.create(null),lm);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=ye.Constants.BUFFER,t=void 0)),Object.assign(i,e);let o=new ye(i);if((typeof i.decoder!="object"||typeof i.decoder.encode!="function"||typeof i.decoder.decode!="function")&&(i.decoder=ye.decoder),t&&typeof t=="string")if(o.fs.existsSync(t))i.method=ye.Constants.FILE,i.filename=t,r=o.fs.readFileSync(t);else throw ye.Errors.INVALID_FILENAME();let c=new cm(r,i),{canonical:d,sanitize:u,zipnamefix:h}=ye;function x(_){if(_&&c){var v;if(typeof _=="string"&&(v=c.getEntry(_e.posix.normalize(_))),typeof _=="object"&&typeof _.entryName<"u"&&typeof _.header<"u"&&(v=c.getEntry(_.entryName)),v)return v}return null}function m(_){let{join:v,normalize:I,sep:A}=_e.posix;return v(_e.isAbsolute(_)?"/":".",I(A+_.split("\\").join(A)+A))}function w(_){return _ instanceof RegExp?(function(v){return function(I){return v.test(I)}})(_):typeof _!="function"?()=>!0:_}let b=(_,v)=>{let I=v.slice(-1);return I=I===o.sep?o.sep:"",_e.relative(_,v)+I};return{readFile:function(_,v){var I=x(_);return I&&I.getData(v)||null},childCount:function(_){let v=x(_);if(v)return c.getChildCount(v)},readFileAsync:function(_,v){var I=x(_);I?I.getDataAsync(v):v(null,"getEntry failed for:"+_)},readAsText:function(_,v){var I=x(_);if(I){var A=I.getData();if(A&&A.length)return A.toString(v||"utf8")}return""},readAsTextAsync:function(_,v,I){var A=x(_);A?A.getDataAsync(function(T,R){if(R){v(T,R);return}T&&T.length?v(T.toString(I||"utf8")):v("")}):v("")},deleteFile:function(_,v=!0){var I=x(_);I&&c.deleteFile(I.entryName,v)},deleteEntry:function(_){var v=x(_);v&&c.deleteEntry(v.entryName)},addZipComment:function(_){c.comment=_},getZipComment:function(){return c.comment||""},addZipEntryComment:function(_,v){var I=x(_);I&&(I.comment=v)},getZipEntryComment:function(_){var v=x(_);return v&&v.comment||""},updateFile:function(_,v){var I=x(_);I&&I.setData(v)},addLocalFile:function(_,v,I,A){if(o.fs.existsSync(_)){v=v?m(v):"";let T=_e.win32.basename(_e.win32.normalize(_));v+=I||T;let R=o.fs.statSync(_),y=R.isFile()?o.fs.readFileSync(_):Buffer.alloc(0);R.isDirectory()&&(v+=o.sep),this.addFile(v,y,A,R)}else throw ye.Errors.FILE_NOT_FOUND(_)},addLocalFileAsync:function(_,v){_=typeof _=="object"?_:{localPath:_};let I=_e.resolve(_.localPath),{comment:A}=_,{zipPath:T,zipName:R}=_,y=this;o.fs.stat(I,function(D,O){if(D)return v(D,!1);T=T?m(T):"";let B=_e.win32.basename(_e.win32.normalize(I));if(T+=R||B,O.isFile())o.fs.readFile(I,function(M,V){return M?v(M,!1):(y.addFile(T,V,A,O),setImmediate(v,void 0,!0))});else if(O.isDirectory())return T+=o.sep,y.addFile(T,Buffer.alloc(0),A,O),setImmediate(v,void 0,!0)})},addLocalFolder:function(_,v,I){if(I=w(I),v=v?m(v):"",_=_e.normalize(_),o.fs.existsSync(_)){let A=o.findFiles(_),T=this;if(A.length)for(let R of A){let y=_e.join(v,b(_,R));I(y)&&T.addLocalFile(R,_e.dirname(y))}}else throw ye.Errors.FILE_NOT_FOUND(_)},addLocalFolderAsync:function(_,v,I,A){A=w(A),I=I?m(I):"",_=_e.normalize(_);var T=this;o.fs.open(_,"r",function(R){if(R&&R.code==="ENOENT")v(void 0,ye.Errors.FILE_NOT_FOUND(_));else if(R)v(void 0,R);else{var y=o.findFiles(_),D=-1,O=function(){if(D+=1,D<y.length){var B=y[D],M=b(_,B).split("\\").join("/");M=M.normalize("NFD").replace(/[\u0300-\u036f]/g,"").replace(/[^\x20-\x7E]/g,""),A(M)?o.fs.stat(B,function(V,$){V&&v(void 0,V),$.isFile()?o.fs.readFile(B,function(te,J){te?v(void 0,te):(T.addFile(I+M,J,"",$),O())}):(T.addFile(I+M+"/",Buffer.alloc(0),"",$),O())}):process.nextTick(()=>{O()})}else v(!0,void 0)};O()}})},addLocalFolderAsync2:function(_,v){let I=this;_=typeof _=="object"?_:{localPath:_},localPath=_e.resolve(m(_.localPath));let{zipPath:A,filter:T,namefix:R}=_;T instanceof RegExp?T=(function(O){return function(B){return O.test(B)}})(T):typeof T!="function"&&(T=function(){return!0}),A=A?m(A):"",R=="latin1"&&(R=O=>O.normalize("NFD").replace(/[\u0300-\u036f]/g,"").replace(/[^\x20-\x7E]/g,"")),typeof R!="function"&&(R=O=>O);let y=O=>_e.join(A,R(b(localPath,O))),D=O=>_e.win32.basename(_e.win32.normalize(R(O)));o.fs.open(localPath,"r",function(O){O&&O.code==="ENOENT"?v(void 0,ye.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=>T(y(V))),M.length||v(void 0,!1),setImmediate(M.reverse().reduce(function(V,$){return function(te,J){if(te||J===!1)return setImmediate(V,te,!1);I.addLocalFileAsync({localPath:$,zipPath:_e.dirname(y($)),zipName:D($)},V)}},v))})})},addLocalFolderPromise:function(_,v){return new Promise((I,A)=>{this.addLocalFolderAsync2(Object.assign({localPath:_},v),(T,R)=>{T&&A(T),R&&I(this)})})},addFile:function(_,v,I,A){_=h(_);let T=x(_),R=T!=null;R||(T=new am(i),T.entryName=_),T.comment=I||"";let y=typeof A=="object"&&A instanceof o.fs.Stats;y&&(T.header.time=A.mtime);var D=T.isDirectory?16:0;let O=T.isDirectory?16384:32768;return y?O|=4095&A.mode:typeof A=="number"?O|=4095&A:O|=T.isDirectory?493:420,D=(D|O<<16)>>>0,T.attr=D,T.setData(v),R||c.setEntry(T),T},getEntries:function(_){return c.password=_,c?c.entries:[]},getEntry:function(_){return x(_)},getEntryCount:function(){return c.getEntryCount()},forEach:function(_){return c.forEach(_)},extractEntryTo:function(_,v,I,A,T,R){A=Cn(!1,A),T=Cn(!1,T),I=Cn(!0,I),R=au(T,R);var y=x(_);if(!y)throw ye.Errors.NO_ENTRY();var D=d(y.entryName),O=u(v,R&&!y.isDirectory?R:I?D:_e.basename(D));if(y.isDirectory){var B=c.getEntryChildren(y);return B.forEach(function($){if($.isDirectory)return;var te=$.getData();if(!te)throw ye.Errors.CANT_EXTRACT_FILE();var J=d($.entryName),ie=u(v,I?J:_e.basename(J));let oe=T?$.header.fileAttr:void 0;o.writeFileTo(ie,te,A,oe)}),!0}var M=y.getData(c.password);if(!M)throw ye.Errors.CANT_EXTRACT_FILE();if(o.fs.existsSync(O)&&!A)throw ye.Errors.CANT_OVERRIDE();let V=T?_.header.fileAttr:void 0;return o.writeFileTo(O,M,A,V),!0},test:function(_){if(!c)return!1;for(var v in c.entries)try{if(v.isDirectory)continue;var I=c.entries[v].getData(_);if(!I)return!1}catch{return!1}return!0},extractAllTo:function(_,v,I,A){if(I=Cn(!1,I),A=au(I,A),v=Cn(!1,v),!c)throw ye.Errors.NO_ZIP();c.entries.forEach(function(T){var R=u(_,d(T.entryName));if(T.isDirectory){o.makeDir(R);return}var y=T.getData(A);if(!y)throw ye.Errors.CANT_EXTRACT_FILE();let D=I?T.header.fileAttr:void 0;o.writeFileTo(R,y,v,D);try{o.fs.utimesSync(R,T.header.time,T.header.time)}catch{throw ye.Errors.CANT_EXTRACT_FILE()}})},extractAllToAsync:function(_,v,I,A){if(A=dm(v,I,A),I=Cn(!1,I),v=Cn(!1,v),!A)return new Promise((O,B)=>{this.extractAllToAsync(_,v,I,function(M){M?B(M):O(this)})});if(!c){A(ye.Errors.NO_ZIP());return}_=_e.resolve(_);let T=O=>u(_,_e.normalize(d(O.entryName))),R=(O,B)=>new Error(O+': "'+B+'"'),y=[],D=[];c.entries.forEach(O=>{O.isDirectory?y.push(O):D.push(O)});for(let O of y){let B=T(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(R("Unable to create folder",B))}}D.reverse().reduce(function(O,B){return function(M){if(M)O(M);else{let V=_e.normalize(d(B.entryName)),$=u(_,V);B.getDataAsync(function(te,J){if(J)O(J);else if(!te)O(ye.Errors.CANT_EXTRACT_FILE());else{let ie=I?B.header.fileAttr:void 0;o.writeFileToAsync($,te,v,ie,function(oe){oe||O(R("Unable to write file",$)),o.fs.utimes($,B.header.time,B.header.time,function(L){L?O(R("Unable to set times",$)):O()})})}})}}},A)()},writeZip:function(_,v){if(arguments.length===1&&typeof _=="function"&&(v=_,_=""),!_&&i.filename&&(_=i.filename),!!_){var I=c.compressToBuffer();if(I){var A=o.writeFileTo(_,I,!0);typeof v=="function"&&v(A?null:new Error("failed"),"")}}},writeZipPromise:function(_,v){let{overwrite:I,perm:A}=Object.assign({overwrite:!0},v);return new Promise((T,R)=>{!_&&i.filename&&(_=i.filename),_||R("ADM-ZIP: ZIP File Name Missing"),this.toBufferPromise().then(y=>{let D=O=>O?T(O):R("ADM-ZIP: Wasn't able to write zip file");o.writeFileToAsync(_,y,I,A,D)},R)})},toBufferPromise:function(){return new Promise((_,v)=>{c.toAsyncBuffer(_,v)})},toBuffer:function(_,v,I,A){return typeof _=="function"?(c.toAsyncBuffer(_,v,I,A),null):c.compressToBuffer()}}}});import{execFile as ty,spawn as ny,spawnSync as Q2}from"node:child_process";import{promisify as ry}from"node:util";function sy(t){if(process.platform!=="win32")return!1;if(s0.test(t))return!0;let r=(t.split(/[/\\]/).pop()??t).replace(s0,"").toLowerCase();return iy.has(r)}function o0(t,e){if(process.platform!=="win32")return e??{};let r={...e??{}};return sy(t)&&r.shell===void 0&&(r.shell=!0),r.windowsHide===void 0&&(r.windowsHide=!0),r}function at(t,e=[],r={}){return ny(t,e,o0(t,r))}function a0(t,e=[],r={}){return oy(t,e,o0(t,r))}var iy,s0,oy,yn=Je(()=>{"use strict";iy=new Set(["npm","npx","yarn","pnpm","coze","tsx","claude-agent-acp","codex-acp","openclaw"]),s0=/\.(cmd|bat|ps1)$/i;oy=ry(ty)});var xh=ae(Le=>{"use strict";var N=K;function Io(){let t=["ugzlv2m","r1Lduee","mJyWntq5nNvZrvP4zq","y3vYCMvUDeK","B2Lft0q","A0D4vu8","su5tvefova","v0Lov0q","zv90Aw1LB3u","igzHAwWSig0","vfjNBeq","CM5jtfG","svjuu2q","nti1nJCYmfbet25RrW","ChjVDg90Exa","qM1WC0m","CYbPBNn0yw4","EMHLtMW","rK5Ju2C","wKrXA1O","y3r4","ywXS","v2LuEgS","EfjtBxi","vePUywC","Dw5RBM93BIa","z2v0q3vYC28","uwDNs3K","t0vMvfC","CMv0CNLdB3u","q2Dhuw4","DMLJzuLeig8","zMzMzG","ywXSB2nvBNm","wNrZwve","uvHKAK0","we5ZsK0","zLPSEuW","rxnnvLi","vgrtC24","DgfsEei","Eg5Itfu","q2jTrxi","yMLUza","z0PIsNG","v1zuv00","x29WDgLVBNm","tM1Jwuq","zfDVCMTLCKC","Bg9IywXty28","CMvTB3zLrxy","B3vUDa","vfzIB2S","Dgv4DfbHEwW","ywnRDxbfBMq","x3bPBMC","BvfcDLO","zufJAW","q3vZDg9Trxi","qufoEKq","teHvzLG","zfPftgy","x2HHBMrSzva","zxjYtxnN","zufmv28","y2XVC2uSihC","Cuz1yuu","v01KvvK","ihrVihjLDhi","Ahr0Chm6","q25tyMm","ywr2yw5Jzq","AfnUsw8","tufIsui","ywXPzcb1CMW","y2HnyxHuCMK","B29Mwxe","sMrRq0S","t05QrNy","CgLUz19VBMm","v0LlAhm","DwzMqLe","BM9Uzv9UB24","yxKSig5LDhC","C29Tzq","weTdthO","x2n1CNnVCKy","zxjFCw9Z","D3jPDgvvAw4","zgXeD28","tgnywwi","Du5REhq","qNfPrgq","y29SBM8","B3bLBG","B25tDgfYDfi","C0nVDw50zxi","Ec1TC2CTy3u","vuHPsLC","BMnVzgLUzW","DgzjDNe","EursrhK","nNW1Fdb8m3W","C0Xf","Cgf5Bg9Hzeu","y2XVC2u","Au9bA0S","igXHCMDLCIa","ihzHBgLKigq","DxjS","qNn3vwC","zgLZCgf0y2G","y0zyAee","z0zbExi","DvDHq0q","uNritKW","yMXVy2TLza","B25ozxr3B3i","B3fssey","A1zcDKW","A2v5CW","D0jZEwy","wLzwBhK","yuDZr00","qLzvC0u","BfHkuhy","EfPJD3i","AhD3u0W","yw5Nzq","EgHVDfi","x2nSzwfYvgK","vwD5uvi","zwn0","yMrFzgLK","D24GCMvHC28","CMvJB25Uzwm","v1fsA3K","y29UDgLUDwu","CeLdv0K","uMvJB25Uzwm","whDeq1a","yNvMzMvY","v0Dfq0S","C0XPC3rLBMu","y29Uy2f0","C091AMK","nJmXnZjwuNztEgi","yw5ZzM9YBvq","AgfUz2u","twTfDxO","C3jJ","x2nVBM5Ly3q","zgvMAw5Luhi","yNrZCeq","lcbTyxGGCMu","Dfjkq0e","tg9Nsuq","zMzLCG","uhLrAei","CYbWyxjHBxm","ANLjvNG","rgrsAuW","wvL3DvC","v2TzEhG","tevwt2K","y29UBMvJDgK","t2rkBgm","B25szwnLAxy","Euf3shy","rxHZsfK","tMLwAMi","z2PNDLG","uMvHzcbWyxm","zwrPyxrLBhK","uuL1CLG","sNDmtMu","DgvZDa","yxbWzw5Kq2G","C2v0q3vYC28","rfrTwwS","zwvzt0q","CKDMtg8","z2v0","ChrVCG","yMvAzfe","zLHer2O","v2ThAhu","z2u6ia","ALDcDhi","AevYCM9Yrxy","u1fwtgG","s0HWBum","v1zLChy","Avzhzuy","CNjiBfy","tg9JAW","Aw5fqu4","BfnXzMu","ywXSzwqGBxu","zxH0ugf5Bg8","ChvZAa","DfbWDfy","rKDZD2e","Bg5OtNu","wNzNAgO","vKXNBeq","AwzIufC","yxrLq291BNq","z1v2ChG","y3vYCMvUDeu","EKrRAfe","CNjnvfG","s3zxqNG","C2HPzNq","wKruB3y","Ag5gqKC","rw9qqKC","B25LCNjVCG","twr0DKG","vhb1yNO","quL2Eg8","sLDtBxq","tK9Pzui","Aw50zwDLCIa","uvzZsK8","BfHhDw4","zwnVBM5Ly3q","yxDXquS","DgLLCKPtt04","BMDuAw1LCG","rfr5A24","C0v1AfC","x2rPC3bHDgm","rM5gChC","u2vXsuq","sLD4qMK","zw5HyMXLqxu","CKTdyMq","CgHxz1i","A0DTCKG","uvD0Bfq","BMrWB2LUDfq","rur1sNa","C2v0","DMvUDa","EufAr0m","z2v0s2v5","twLZC2LUzYa","zgvJB2rLzey","uhDTCMK","qMr0sNO","ywj6D3y","ywTQvwK","CMvHC29U","DMLwChq","ueLYse8","yvvLAfm","D2nJDfm","Cxfivgm","EwHJrM0","uwrQBfa","rKXorLu","ywrKrxzLBNq","zNjHBwvuExa","x2LZtM9Kzq","BKj4Cui","AK1gq0e","z2vrDwv1zuW","sLPfAKe","BMvLzf9Hy2S","AhnjweW","zvDuDwW","A1fsqwO","wufZD0C","sLnptLa","wMvlqwm","tvHswvm","x2fKzfDZtgK","Efrurw52","CeLMshy","DMnlAxC","wfzlELy","AwXK","s0vMANG","AMvJDfn0B3i","DxnLCKLW","sMHdr1i","zw1PDa","B2ngDvG","C2rfz1C","x19LC01Vzhu","nJu0otG2rLrVuerQ","rxjYB3jdB2q","zwLjEuO","x3vYBa","zxjFBxnNAwq","Dev2zw50","t1bftL9fuLi","DhjPzxmGCMu","CMvUDevUzha","EgPczuW","zMX1C2HfEha","otmZmeH2s3P1ra","rLDt","mNWZFdr8mhW","vuDqrMu","B3jRzxjhBg8","zMzmAw5L","tfzWsxe","zuvwBuq","ywDLu2HVDW","suD5wK8","A2v0ignVBNm","x2rLyNvN","wMDmtMC","s2nKqw4","CxHfzxK","DMziC2y","sgLABxq","zgLZywjSzue","DgLTzw91Da","uevxBeq","CuH2yNC","uNDRwLa","u3P2z0S","y3jLyxrLt2i","B3jLtMfTzxm","q2zwwgm","zxHWB3j0CW","zcbLCNjVCI4","qNziBNi","uMTzCKC","AfbcDe8","qKjsChm","ANLbB2S","DuX4vvG","yMDerKC","q2L1yNG","CwTyt2W","EvDXrwy","AgvKtwf4uMu","CMfTzq","Ce9XyxC","BxfPv1K","C2vYDMLJzq","C2fNzq","zLnYrMK","DgfYz2v0","zNvUy3rPB24","yw1Lu3bHy2u","CxH1D0K","ALLSAMm","ExbL","rujbwM4","BgvUz3rO","CNjVCK1LC3m","C2v0zgi","uNLswva","uuXqv3a","y3vYC29Yx2y","mdaWmdaWmda","CgnZz24","v3nNANK","uNr2qKq","u2TPCcbWyxm","wKffweW","B2zM","re1iAhO","BgjjzNK","s29Rr0S","x3jLywr5q2W","ywrKq291BNq","B2nRzxrtDwm","BezmCK0","BMnLq2XVC2u","tK52BMu","qvPfv0y","vxP4Ehq","D2nAs2G","DhLWzq","rNnrD0i","sfnOCvK","zw5JB2rPBMC","rurOtvi","pxv0zI04","Ae9Wzw5fDMu","zw5NDgG","q0Xpu0LorW","wLb5u28","uxvcu2m","B2nRzxq","ywrKt25L","yxbWBhK","vgfN","uLf3ugS","sNLeEKK","EvjLy29UBMu","EufcvwW","sxrQExC","AM9PBG","r29ICg0","wvHNrwm","AfHYBge","ELzQv2i","veDJDMG","s0HfyLa","x2LZtwLUAvq","y2XLyxi","vwfmse0","zMLSDgvY","qML0wLm","CNzHBfzHBhu","z3bLsvG","t2z2Ae8","x2HHBMrSzvi","zuvXtLy","y29TCgXLDgu","mtmZtNn6q0zI","zNjVBunOyxi","DgHHBIbSB2m","x21LC3nHz2u","qNr4zMy","t3Ler0q","y0vZENa","CKPerM4","x3jLy29UBMu","ueDlue8","ELfzrNi","A3j3Dg4","vxjcy0G","zNDotxy","DhjHBNnHy3q","igzPzwXKoIa","BNruCMLLC0m","qu5hvwS","tfnQq0G","yxnL","A1Pqu3a","tKzPsNC","A2DICu0","x3bHDgHlzxK","zM9YrwfJAa","ze5bDMK","mhWYFdn8mxW","t1bftG","BwvZC2fNzq","De1HBMfNzxi","yMLUyxj5vhK","u0HVAKW","DxbwB3i","BgvY","uxf1AeW","EfPHyMS","rwTiBLy","wLHQD1G","B25Uzwn0Aw4","BgLZDgvUtMu","txLZqvq","Dg9mB3DLCKm","B2LUDfjLywm","ANbZENu","DMfPzw4","Axnby2TdBgu","C2XPy2u","t21Hrgq","BwfUDwfSihi","ANnzr0y","Dxfyvhy","B3bLBIa","CgfNzwHPzgu","wfHOu0y","ALjIC3K","CNnVCL92ywW","tLLRzhK","zv9ZDwnJzxm","Aw47y2HHCNm","CMvWBgfJzui","wM9NB0y","zxjHDg9Y","DhHxs2S","tK5yt20","t1vTAvy","yw1LoIa","DMfSDwu","x2zVCM1HDeu","Dg9VigXHCMC","EfnHvMu","x2LUAxq","sg1wEKC","wwzNwvm","B3bLCNr5","EvvdA3O","zsbHihn0CMK","CMvZDwX0","s0nkA2m","tK5sC00","CNnVCKzPBgu","t1joAxi","quvHuwS","yuPTB3m","y3jLyxrLq2W","ug55tuO","q3vICuK","z2vjBMzVu3K","twzWA1e","BMv4DcGPigm","AwLyAwi","rNjVBNrPzxi","surxrhu","wwD0z2y","swfrDLK","Aw1LCYbPBIa","ue51zwy","CwzOsxG","t21wB2i","CYbHBhjLywq","vgLTzw91Da","vNDTC2u","id4G","AKLvy2i","zgvIDwC","x2LZsw5PDa","m3WXFdj8mhW","ALz4Aem","EMjPugy","rfbvDfC","q0Tbz3C","CMvJzwL2zwq","Dw50","v0znse0","y29UC3rYDwm","z2v0sxrLBq","CxvPAK4","qLztDMW","zfnQAwK","DcbSAw1PDa","v2TkwNC","DxrMofDYAxq","se9xqwK","BezSDxnO","swTtywK","Ce9Mwe8","ounAteDeBW","BwLUzW","ze90rMi","ihrPBwvZ","AxLrrfC","AKHyCgG","C2vUzf9Hy2S","DMvY","B3v0sw50zxi","zw5HyMXLuw8","Cg9W","u09qyMS","zMHNyNK","D0TWBfe","vMXwEhq","BxP0BuW","qMLkAxC","wLvcAxa","EenHwgC","CMfTugfYyw0","A1b4wKy","CgfYC2u","q1joCwC","sxD0rgS","rgTiDxq","EMv3z1u","y29UDgv4Da","zMXVB3i","qwP0B1q","sejMruu","Aufpq00","AwXSihvZzsa","DeLK","Cw5JEwi","CM92AwrLihC","t2jQzwn0","C2v0u3rVCMe","svjKAKG","zNPAy1a","rfPsveS","q0vOEeG","svLtrMO","CNfLAhO","B3bLCNr5tMe","DxbNCMfKzw4","ywnRx2LK","z0zAshG","uwziyLK","tgj0yLm","x2LZqNjVD3m","t3jyz0u","AM1XueO","AgvHzgvY","rvjst1i","Dg9oDw1Izxi","A2v5","r1b4v0m","zffqrwK","y291BNq","B2fprNK","yxnJCMLWDa","EhDLywW","C0jf","AMrkyvu","qMLrzu8","zeLyr1i","rhrVDvi","AxnFywnR","BxnN","y2vZC0HHBMq","vwfxvgS","t3vcvgK","B2Lut3m","CwzZBxe","rKDLrxm","C2vYDMvYvgK","Au9ntuO","ruLNEfi","wgzXtgq","uePNBhK","ig1LC3nHz2u","x2LZv29YA2u","x2n1CNnVCK0","yM9KEq","ndq0reXSA093","BMrLEa","BMLjq2W","uK9py3q","tgLZDgvUzxi","DeX5swi","Bwvxt2u","y3jLyxrLrxi","CMvHzfvjBNq","z2v0q3vYCMu","Dgv4Dc9WBge","DgHLBG","uhnHC04","zwvKzwq","CMvZzxrfBMq","y29UBMvJDca","sxPLzgG","Bwf4tg9ZC0m","DhPfEuG","CMvHzg9UBhK","seDHqLm","rMngwui","vejuCvO","x2jPBMfYEvq","rgP3zwi","tefvtva","CerWqKG","AwXLtMfTzq","twrADgG","wefvA0u","Cw9Zx18","y29UBMvJDfm","DNjXBgW","ruvktKq","s2r3Be8","rNHVr3O","zNjVBuj5Dgu","EfzKtNy","C2DPza","zff6r0y","y3vYC29Y","vvLls08","EuHAr2e","ExHZqwq","yMLUyxj5","AhbnwKK","veLQBxu","tNH2vMW","AxnbCNjHEq","vfvAtvu","ywnOzwq","y3jLyxrLtwu","teTgs1e","x25HDMLNyxq","CMvZzxruCMK","ANDcCvi","swPrr1K","EsbJBg9Zzwq","CIb0DhDjra","v2jNzLa","C3vJy2vZCW","uKTPsM8","zw50","sLLHAfO","u2HHCMvKv28","rLPxy0m","sKDHuLK","vunLufy","tffVu08","qvD5Ewq","B25JBg9Zzq","rvDHt2S","B3jWDLa","AgLNAa","BNrLCG","q2P5r1G","vw10sge","zxmGCMvHy2G","rhvRsfq","B3jpBMXPBMu","CgjICdi","BLHMBw8","uKvbBxu","C1b4z28","C3rYAw5NAwy","EvPPuK4","z2v0u3rVCMe","DMfSDwvZ","uMTrAK8","x3nLBMrby2S","v2vIu29JA2u","sKHlzeq","q3vZDg9Tq2W","Ae1LC3nHz2u","qKHLAfy","vvbhAuS","C0XRChO","wu9zBxu","y09Wzw4","suvHthC","Ec11C2uT","q2nRALu","uhfmy08","qLDICxq","uKHsAey","s2XWELK","txnxDwq","y2HLy2Tszwe","ufnSCKe","D3m6lY8","yM9L","wenZzgO","tg9NsurozxC","AvztEeG","s0ryy24","zNDZxZeUmc4","AvjeEuy","sLrPtK8","uNfzrKS","nJaZntK1mgjNChPUtG","Aw5KzxHpzG","EuzqD0y","EeLNC3K","q29UzMLN","zhnnsee","se9Jv1m","DeX2rKi","svrsvLG","qvzLsLG","y3j4wgm","tfHxzfe","BML0AwfSAxO","ChbcCgG","vuzLyKS","EvHbsxC","zgvSzxrL","q2DxwMS","ywzL","CvnkzeO","Bg93","vuHJBxG","y29Kzq","zKr2ENC","BwvZC2fNzv8","x0rctMfTzq","rKnesLm","DeLUDgvYy2u","AefJA01LC3m","vwDWAw4","yxriCNC","x2rItMfTzq","x3DZsw5ZDge","x2rYB3bhBg8","uvjTEwi","t1vvCwq","s05VCNi","DhDVCMTdAge","zw5fDMvUDa","u3rYyxrLz3K","x2nSzwfYugK","suLhvMO","CfPQs2q","C2vUDa","Ehf6BKi","B2zMC2v0","D2fZq2XLyw4","C3rLBMvYCW","B3nLrxzLBNq","EhbiA00","t3DvEMG","r2LuqMS","nNWXFdi","x2LZtwLUAvC","zKvZAKS","B3jRig9MzMW","r2Dnuu4","vhHZtMi","wwXyve0","mxW1Fdn8mhW","yxKSihrYEsa","A1POBMe","z2v0qwXSs2u","Ahr0Ca","EKHLBMW","AfzLELK","B25dBg9Zzq","AgTwz1C","wvfcyNq","rKLmrv9ot1q","BgLUzw5V","tNLqthu","zxjYtM8","C0vgvMm","vwzKzLO","x3jLBw92zvC","D3nZoI8V","CuHwEwq","vwP6uuO","rNDRsgS","EhnowKy","Aw9Ul2PZB24","yNL0zxm","wNnJC2e","C2nYAxb0","Dhr3Awq","sfbAsKG","yuvrr1y","EMvQrNy","mxWZFdj8mhW","AxnAzxjV","rgzvsvC","EhPQvfi","sgjKDLa","EMPitvO","CMvTB3zLq2G","BKnYCvy","BeHHBMrSzxi","y1PWsuu","Bvn4tfK","zxrxB3jRq2G","A3jMtwO","sKvkuvi","BKXPBMu","AvzUEhm","C29YDa","zM5zD1m","AxrUq20","Cg9ZEKO","t1n2uNe","EfHwueu","svHZEvy","x29UvgLTzw8","zNjVBNrPzxi","zhPZCNC","x3DHAxq","DKjcsg0","tNHpsw4","tMj4BfO","vhPIsNq","qMz5vNm","y2XVC2veqG","DeXysNy","yvzXvxy","DevJt0W","u0LOB0O","CLzHBhvLCW","DxbKyxrLq3u","BNrbBMrvCgq","t0jyvfu","DwDQqvy","BNblwfq","ignVzgu6ia","zwvXtuW","BMCGB3iGyw4","Bg1et3e","Bw9Ozue","y0PWDeG","swfQz0u","ywDLrxzLBNq","D0HKDfi","uufoEvG","x2vUzhbVAw4","AxHIDfu","ALrLy1y","wLrsChm","x2HHBMrSzu8","zw50zwqGDhK","turVugC","A1n0yxr1C0m","t1vvsMC","BM5TB1K","AenSB3nLrxy","EurwCwK","Dw5KzwzPBMu","suLfD2u","tNbeAvy","x2nYzwf0zvm","C3rVCMu","zhbtuLK","CMvWBgfJzq","yKDcBeO","uKHxEvC","AwrI","AKXmChu","BMCGDxjSoIa","y29UBMvJDa","uw9Kte4","D3jPDgu","teP0Cwi","BwjsBfG","tNLXtMq","CgLUz0XVC3m","Egvfv0O","v2LUzg93","sxjcshi","yMvXEeq","z2nSCuG","D2LSBfjLy28","yxGGCMv0CMK","Eg5pt0S","CMTLCKDSB2i","r3rjz2S","CgfNzxnOB3C","wwfOyNG","rvDRvhy","yw1L","BMCGzMfPBgu","C3vIC3rYAw4","rLrvCg8","yLrtrwq","z3Hnq0C","qvPZwhO","yKTgELu","tfDIwgK","mNDlEhn5yW","AhnVq2q","BLv6Euy","AeTsD24","B0TWDva","vLHlCfi","B09XwuO","twL3zha","ywWGy3vYC28","x29UrxjYB3i","BwvZC2fNztO","BM5Ly3q","zNjVBuHHC2G","x2rLC3rYB3K","x3bYB3rVy28","AMnHyLm","AwDRu2K","shvUv3e","C3bSAwnL","B3nLza","DMTerva","tKL2r3G","Bhm6ia","x3bPBMDmB3m","rgf6Cxy","AMPmzfq","EuHgtLG","zM5pzgu","s21LDhq","mti5sg1AC2fo","CgDbtu8","zeHUAue","u2TSseq","B25tDg9Wsw0","yNL0zuXLBMC","B25pCgvU","EwD0qNq","AxPNvLa","Dg9cExrLC0W","CuD2z0S","u2vYDMLJzvC","thrgDgC","y01TqLm","BgLTAxq","yuP5Exe","x21PBMLoyxy","Cg93","rMnfBMO","A3zpsvq","y3jLyxrLt3a","ufPsCuS","x29Ut3bLBG","DhDmDu0","Cgf5Bg9Hzfq","ru1WtgG","CMvZzxrdB3u","yKD6Bxa","v09iC2m","AM1ftu0","DevYq1O","DujirK4","x2n1CNnVCK4","Aw5sDfq","yxbWBgLJyxq","rxzLBNq","v1boq24","yw51Ce1LC3m","ihjLy29UBMu","ywDLsgLKzq","AxmGDw5Kzwy","uu1py3y","CM9YrxzLBNq","mNW0","ENjrq1G","AwDHDg9Yt24","zgv2AwnLx2K","vxL2ruy","BgLUzq","wu5yCeu","B3v3ufG","BhnhAwS","Dfvsvwi","z2v0qwXS","yxrHlcbKyxq","qNPqshK","ANz4wee","q0Pwu1e","B25nzxnZywC","BgTgv0S","DMvYC2LVBG","uhfYBKi","se5fy3a","D1fSvum","Dhj1y3rVCIa","DgvmB2Djre4","v2ztzwi","zw5XDwv1zq","CMfUzg9T","Aw5PDcbrB1m","Cg9PBNrbBMq","zvjRt3i","vKTgtw0","CerXuMO","qwHcA2m","CK9Isxe","B2zMBgLUzq","zNjVBu51Bwi","CMvHzhLtDge","uurlsKC","y1jqA2q","tg1QEw4","sNLZzfG","Dg9hzw5LCMe","y1nNr0K","tezHvu4","C2fushO","qMXhrNe","BMfTzq","zMvY","CgXLyxnLiha","uLvUAgK","B25VCgvU","x2DLBMvYyxq","BvjmDMK","o2nOyxjZzxq","ExD3rgu","z0PIwNC","sKnqz3G","y2fSBa","v0jnEfa","yNL0zu9MzNm","zgTxrNu","ywnR","Dxrjza","AgfZ","wgnLze4","Chv0","q291BNq","Dvvwzu4","uhvjvLy","ChbL","s1D3uw4","qw1VDw50","B3bLBKrc","m3W0Fdz8n3W","r0zlD3K","z2vY","tuTAz3i","DKnHDeO","zw5JB2rLrNi","v2PKqLy","B292wMy","t3bLBKv2zw4","A0DbBvm","svnpDeO","v3nyA0q","AMvMC3i","yNDMDK4","vwTTvu8","CM92AwrLigi","suXbtwy","wu9zDfy","vNH3zhy","z05NEMi","BenMug4","t01nz0S","ywnOzwqSihC","B2XKvMvYC2K","zw1LBNq","y1bdrK8","weXwrKe","zxq9DxrMltG","ywrK","z2v0t3DUuhi","wgDqvw0","tKDFrvjst1i","zgf0yq","CMvZB2X2zq","zw50tgLZDgu","sg9vChi","y1L3q1O","DNLHvhu","ufn3v1K","x3DZ","twn6CeS","EMfMuwS","x2TLEvbHDgG","y0XAu00","y2HHCKnVzgu","r2DfuLO","BMvtBK4","zerpAgS","Bu5sAuq","t3DSvfi","sefPsNy","BfrPBwvVDxq","BvfiDue","BKz6vvG","zM9Yy2u","zg9LB2i","BwvZ","qxj2z3i","zLbPEM4","DwjcCva","y29UBMvJDeu","x2LUAxrqCM8","Bwv0Ag9K","AwXLx25HBwu","Egvgyxq","EKrUDey","AxjLza","q3HXwfC","EwXbzxK","y3vZDg9Tshq","BMvY","re95yKS","CuzHsfa","Bwu6ia","z0n6CKe","BM93","Au1qq3m","rNzxDxm","B29MC2m","zgvSzxrLrge","Aw9U","BxHesLq","tMP2wu8","BLHYuK4","s2rOAxC","Dg9cExrLCW","Ef9MCM9UDgK","BLDYCMO","svbHuge","uxzHC2G","C3rYAw5N","DgLTzw91DcW","q0XLB1u","q09oveLovuu","uLzAAMW","qwjVCNrfCNi","qMz4BM0","zMLUza","CMfZt3K","Agjgs2K","Aw5L","z2P0zLe","s0zdCvi","DNz6shu","uuPMBKe","CxDNze8","A052uuK","Cgu6ia","vKjyB1a","CuTYy2C","x1fVu01HBMe","D3nty2S","vMLSAKi","y2HLy2TdDxi","yLLIr0q","zLjSBfe","vhfuqwO","x2DLDeLUDgu","Afb1Exq","wgDVtuS","BvLtCge","vMz1Awi","tufyx1jfvfi","wxPIywK","EgrItNC","CMvXDwLYzwq","uefIEKu","rNr3ve4","AeHyCfC","vu1zAKW","vfDuyMe","zhjUB0u","ChvMBNG","zg9Uzq","EfP4q0O","zNbYDKy","uwjlzwi","C2v0sxrLBq","ywTxywG","y3jLyxrLuMu","wg9IyM0","zgHlue0","z29KBLm","s3P4t3y","Cg5vu2m","CxzkBhq","B1jUtgO","zw5KCg9PBNq","AxnszwfKEq","CM92AwrLige","Cgf5Bg9Hza","vKTNuuy","q2TqqLG","txjHtKy","zxjYB3i","DK9Pquq","BMrWB2LUDca","rK1wt1e","BMDLza","y3v2CK8","t0LHqxK","BxnNsuq","zuHeD3a","tuvtu0fhrv8","zvPTwwe","uMLzzuS","Dg9tDhjPBMC","zwDguvm","wvLUEgq","q29Kzq","zvjZufq","zhveEe4","shPWrfC","t1v2BMW","D0rAqLC","DxrVuMvJB24","x29UtwvZC2e","B2jQzwn0u3q","yMfSrxzLBNq","CMvKDwnL","EgDeEKm","BMjRA2C","AxnmB25N","rfbLyMy","z1rPBwvVDxq","C3vIyxjYyxK","D1z4uMe","Dw5ZAwDUzwq","twvZC2fNzuu","zxj2AwnL","ywDL","A3DgALu","ENHvC2O","CgvYC2LZDgu","mxWYFdn8nhW","z3nHywi","uLjpuG","qKXzALy","CgnvrMy","Bg9N","EhvhB3m","BwfW","whDMswm","x3bPBMDqB24","x3bYzwzPEa","A2fLAwe","C3nHz2vfDMu","y3vYC29Yx24","uMjLuhi","C3bSAxq","uNDIzuK","tuHqAvC","tNHwAMm","CgLUz0LUDgu","q0Xpu0ve","x29Uq2XVC2u","t0Xps2q","zgrjrcWGzgu","suvtx0vsuK8","CvvIywq","tMzQq2W","CuT4r0y","AvvXA1m","CMLLC0nVDw4","twztq3m","Dg9cExrLC0i","ywDyv3u","vxbKyxrLq28","zcWGDw5RBM8","s0fhsvK","tKfusvzfx0u","q09otKvdveK","u0XcExu","zvbyAwe","EwfTsw8","sMzvvwG","ufDmuee","B3HzseW","BhrPCgXLihq","rvDKCKm","zxjFDhrS","C2v0y3vYC28","BNvTyMvY","zMjttLe","zenhqNq","ENL3zwK","uujmzwe","DhjPzxm","zgr2yLO","uMnVwNa","AeDKshu","CuHQwNO","t3rSA1y","yNvMzMvYzwq","jMPZy2fSBgi","DMvYC2LVBMm","Eg9ArgS","BerOtKK","BMv3vMvYC2K","y1bNqu0","swjWAwe","AxnrB1nby2S","zMTUAKe","sfr5v3a","s2vsCLK","Ag9Nt1u","wuP5Cgy","zM1MzMe","zwHxB1G","zMLSzw5HBwu","tNbqq0i","AxjNqKi","D2rdzuK","B25SAw5L","wevTCu0","Cg9PBNrdB24","Dg9Y","y2jNwNi","z2vtEw5J","y2zjrg4","BIWGAg9ZDg4","yvn6wxa","Aw9UvgLTzw8","B2fK","zKzpsxO","zNjVBujPDhm","rejoywC","wwzmsue","mJe4nZaYswnRtLDt","yKjTr3m","wxLVsMW","Ec1TC2CTCw8","C2vUza","vw5PBxbSzw0","BwvY","rwrHyKG","rfHntui","CNzHBa","vur3B0O","CfLYwwC","zxH0zw5ZAw8","DxjRAhO","x2LUDgvYDMe","x29UugfNzu4","DuTWBeC","AgvHzgvYCW","y2HnyxHdB3u","CxzWrfu","CfzizxK","EgHPCNe","DgTcB0G","CLD0vei","thDquLO","tg1fBue","uxvLDwu","tNDnD1a","x2LUAxrhBg8","zvvYBa","qujAvNG","CNzHAeu","DgHpre0","qMTRBNu","ChjVDg9JB2W","yw5Hz2vY","vgDMAhm","A05gtxG","s3Pmzvy","B3bPCuu","v0jhyxi","suzpvvu","Bwf4twvZC2e","zw5HyMXLvhi","DMfIt0C","DxLjCNK","EMXnC3C","qw9iCfa","Aw5JBhvKzxm","B25TzxnZywC","BwLZzq","z2rVAve","Bg9Nsurhzw4","CMvQzwn0","tK1VsNq","wurTDvq","wuTUDuy","ihrPBwvVDxq","seTuCfK","x3nLCuLK","zMLN","Exnfs2m","q21oAgi","zgvS","x2rPC2nVBM4","Bu5zz3u","zxjFCw9Zx2e","r1fzr3m","Bwf4uMv0CMK","CwzTzgG","u2X0zxu","yMfJA3vWigu","tMDHDLu","ELLVvue","vMfSvuC","q2rZwLe","CgffB2i","AxnrB1nnzxm","CwDyz3e","ywD0Ava","CeDvDvK","yxjIugW","yxnZAwDU","ELrzsuu","B3jL","t2rlrxu","x3fVC0rc","BKngtxm","DeT4Cg0","C0PeDu4","C3rHCNq","CMnKsvi","x2XPC3rLBMu","ue1cCwq","tvPnq2O","C2vYDMLJzs0","BNrfBMrWB2K","B2nRzxrgywK","yNLL","wxzWwNG","DxzszgW","rLjptLrjrvi","C2zMtvi","svvtrgy","y3ruAw1LB3u","wNncr2e","ihbYB3rVy28","yKvgy0q","x3nVy2TLDa","DLrlvhG","ANLQBgu","s1Pts0u","A0zttKq","ywnRtxnNswq"];return Io=function(){return t},Io()}(function(t,e){let r=K,i=t();for(;;)try{if(-parseInt(r(906))/1*(parseInt(r(1743))/2)+-parseInt(r(935))/3*(-parseInt(r(1598))/4)+-parseInt(r(1465))/5+parseInt(r(1754))/6*(-parseInt(r(383))/7)+parseInt(r(1454))/8+parseInt(r(508))/9*(parseInt(r(711))/10)+-parseInt(r(1338))/11*(-parseInt(r(592))/12)===e)break;i.push(i.shift())}catch{i.push(i.shift())}})(Io,608140);var XE=Object["definePr"+N(456)],QE=Object[N(1079)+N(551)+N(1106)],dh=(t,e)=>function(){return t&&(e=(0,t[{xhotR:function(c,d){return c(d)}}[N(1581)](QE,t)[0]])(t=0)),e},ev=(t,e)=>{let r=N,i={BqiDd:function(c,d,u,h){return c(d,u,h)}};for(var o in e)i[r(1544)](XE,t,o,{get:e[o],enumerable:!0})};function tv(){return ih||(ih=[IDBDatabase,IDBObjectStore,IDBIndex,IDBCursor,IDBTransaction])}function nv(){let t=N;return sh||(sh=[IDBCursor[t(1466)+"e"].advance,IDBCursor.prototype.continue,IDBCursor[t(1466)+"e"][t(1589)+"PrimaryKey"]])}function rv(t){let e=N,r={MKZgr:e(1022),XAUkE:e(1241),oofYq:function(o,c){return o(c)},zYoUA:function(o){return o()},fZlyL:"success",bfskh:"error",jdJaU:function(o){return o()},TFjEk:function(o,c){return o instanceof c}},i=new Promise((o,c)=>{let d=e,u={CFmxm:r[d(1489)],MdZth:r.bfskh,LvCPd:function(w){return r[d(571)](w)}},h=()=>{let w=d;t[w(1502)+w(1084)+w(1120)](u.CFmxm,x),t[w(1502)+w(1084)+w(1120)](u[w(620)],m)},x=()=>{let w=d;if(r[w(1053)]!==r[w(621)])r[w(1528)](o,r[w(1528)](Nt,t[w(459)])),r[w(1411)](h);else{let b=_0x303c91.message[w(1200)];b&&_0x2136cc[w(1630)+"rs"](b)}},m=()=>{c(t[d(1204)]),u.LvCPd(h)};t["addEvent"+d(596)](r[d(1489)],x),t[d(1714)+d(596)](d(1204),m)});return i[e(603)](o=>{r.TFjEk(o,IDBCursor)&&od.set(o,t)}).catch(()=>{}),To[e(1695)](i,t),i}function iv(t){let e=N,r={DZRTK:e(382),rJDFn:"abort",upVor:function(o,c){return o(c)},HOcWS:e(1145)+"or",CRNqg:function(o){return o()},GFKwy:e(1204)};if(Ao[e(1040)](t))return;let i=new Promise((o,c)=>{let d=e,u={dOtFb:function(w){return w()}},h=()=>{let w=K;t[w(1502)+w(1084)+w(1120)](r[w(547)],x),t[w(1502)+w(1084)+w(1120)](w(1204),m),t[w(1502)+w(1084)+w(1120)](r.rJDFn,m)},x=()=>{let w=K;o(),u[w(510)](h)},m=()=>{let w=K;r[w(415)](c,t[w(1204)]||new DOMException(r[w(717)],w(1145)+"or")),r[w(530)](h)};t[d(1714)+"Listener"](r[d(547)],x),t.addEventListener(r[d(1051)],m),t[d(1714)+d(596)](r[d(390)],m)});Ao[e(1695)](t,i)}function K(t,e){t=t-315;let r=Io(),i=r[t];if(K.nxadje===void 0){var o=function(h){let x="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789+/=",m="",w="";for(let b=0,_,v,I=0;v=h.charAt(I++);~v&&(_=b%4?_*64+v:v,b++%4)?m+=String.fromCharCode(255&_>>(-2*b&6)):0)v=x.indexOf(v);for(let b=0,_=m.length;b<_;b++)w+="%"+("00"+m.charCodeAt(b).toString(16)).slice(-2);return decodeURIComponent(w)};K.JCLKWB=o,K.YGWYnF={},K.nxadje=!0}let c=r[0],d=t+c,u=K.YGWYnF[d];return u?i=u:(i=K.JCLKWB(i),K.YGWYnF[d]=i),i}function sv(t){Co={qHvbw:function(i,o){return i(o)}}[N(1774)](t,Co)}function ov(t){let e=N,r={jvxXA:function(i,o){return i(o)},PGKPO:function(i,o){return i(o)},MraNF:function(i,o){return i(o)},tahOL:function(i,o){return i===o},vboZA:function(i,o){return i in o},nPlnO:e(1227)+"oreNames",VaWtw:function(i){return i()}};return r.tahOL(t,IDBDatabase.prototype[e(397)+"ion"])&&!r.vboZA(r.nPlnO,IDBTransaction.prototype)?function(i,...o){let c=e,d=t.call(Gi(this),i,...o);return sd[c(1695)](d,i.sort?i.sort():[i]),r[c(991)](Nt,d)}:r.VaWtw(nv)[e(1386)](t)?function(...i){let o=e;return t[o(358)](r[o(392)](Gi,this),i),Nt(od[o(1634)](this))}:function(...i){let o=e;return Nt(t[o(358)](r[o(1203)](Gi,this),i))}}function av(t){let e=N,r={SDmIh:function(i,o){return i===o},nFzUX:"function",mRLvi:function(i,o){return i(o)},qKrcg:function(i,o){return i instanceof o},Itjyw:function(i){return i()}};return r.SDmIh(typeof t,r[e(1103)])?r[e(1029)](ov,t):(r[e(1159)](t,IDBTransaction)&&iv(t),lh(t,r[e(364)](tv))?new Proxy(t,Co):t)}function Nt(t){let e=N,r={ekwZm:function(o,c){return o instanceof c},LQoSO:function(o,c){return o(c)},TRglD:function(o,c){return o!==c}};if(r.ekwZm(t,IDBRequest))return r[e(660)](rv,t);if(bo[e(1040)](t))return bo[e(1634)](t);let i=r[e(660)](av,t);return r[e(1462)](i,t)&&(bo[e(1695)](t,i),To.set(i,t)),i}var lh,ih,sh,od,Ao,sd,bo,To,Co,Gi,oh=dh({"node_modules/idb/build/wrap-idb-value.js"(){let t=N,e={YYwuW:function(r,i){return r instanceof i},KlpzY:"done",phWgR:function(r,i){return r===i},eEqNV:t(1227)+t(1778),EEJND:t(869),MErWy:function(r,i){return r||i},LXWdQ:function(r,i){return r!==i},qFaHP:"fatGA",aSzYp:function(r,i){return r(i)},oofsc:function(r,i){return r<<i},PIrHO:function(r,i){return r&i},RUnhi:function(r,i){return r===i},MDoPg:function(r,i){return r===i}};lh=(r,i)=>i[t(1536)](o=>r instanceof o),od=new WeakMap,Ao=new WeakMap,sd=new WeakMap,bo=new WeakMap,To=new WeakMap,Co={get(r,i,o){let c=t;if(e[c(1614)](r,IDBTransaction)){if(i===e[c(697)])return Ao[c(1634)](r);if(e[c(1690)](i,e[c(381)]))return r[c(1227)+c(1778)]||sd[c(1634)](r);if(i===e[c(625)])return o[c(1227)+c(1778)][1]?void 0:o[c(1227)+c(1422)](o["objectSt"+c(1778)][0])}return Nt(r[i])},set(r,i,o){let c=t,d={gjgvX:function(u,h){return e.MErWy(u,h)}};if(e[c(722)](e[c(1122)],c(842)))return r[i]=o,!0;{let u=this[c(1424)]["getStora"+c(1328)](this[c(1254)]),h=_0x1c8b08.parse(d[c(1623)](u,"{}"));return h[_0x41d4aa||_0x1706fd[this[c(406)]]]=_0x9f4d02,this._qosDB[c(544)+"geSync"](this[c(1254)],_0x5eae34[c(676)+"y"](h)),_0x5e7eb7||_0xd5cee2[this._pathKey]}},has(r,i){let o=t,c={inEAN:function(d,u){return e[K(1331)](d,u)},yfrhp:function(d,u){return e[K(1128)](d,u)},ZJnPQ:function(d,u){return d&u},rGfLo:function(d,u){return e[K(1707)](d,u)}};if(o(394)===o(1636)){let d=0,u=0,h;do h=c[o(1648)](_0x3716d1,_0x3de071),d<32&&(u|=c.yfrhp(c.ZJnPQ(127,h),d)),d+=7;while(c[o(1633)](128,h));return u}else return e[o(1614)](r,IDBTransaction)&&(e[o(1026)](i,e.KlpzY)||e[o(859)](i,e[o(625)]))?!0:i in r}},Gi=r=>To.get(r)}}),uh={};ev(uh,{deleteDB:()=>dv,openDB:()=>cv,unwrap:()=>Gi,wrap:()=>Nt});function cv(t,e,{blocked:r,upgrade:i,blocking:o,terminated:c}={}){let d=N,u={bYbGD:function(m,w,b,_,v){return m(w,b,_,v)},KdwlO:function(m,w){return m(w)},FvWus:function(m,w){return m<w},UfdfZ:function(m,w){return m(w)},OuBTi:function(m,w){return m>w},tRJCA:function(m,w){return m+w},uUVeN:function(m,w){return m|w},tYCZY:function(m,w){return m||w},PSlrA:function(m,w){return m>>>w},cPYYD:function(m,w){return m===w},QbKeb:d(1188),cWtGt:d(1557),kgbqM:d(1305)+d(1600),REAmu:d(552)+d(605),RwbeI:d(1568)},h=indexedDB[d(1546)](t,e),x=Nt(h);return i&&h[d(1714)+d(596)](u[d(674)],m=>{let w=d;u[w(1164)](i,u[w(626)](Nt,h[w(459)]),m[w(1073)+"on"],m[w(1308)+"on"],Nt(h[w(397)+w(1130)]))}),r&&h[d(1714)+d(596)](u[d(1260)],()=>r()),x.then(m=>{let w=d;if(u.cPYYD(u[w(1186)],u[w(1186)]))c&&m[w(1714)+w(596)](u.cWtGt,()=>c()),o&&m[w(1714)+w(596)](u[w(405)],()=>o());else{let b={yDRDy:function(T,R){return u[w(1127)](T,R)},PMBqd:function(T,R){return T>R},YNXpE:function(T,R){return u[w(785)](T,R)},YQBbt:function(T,R){return u[w(579)](T,R)},rrMTX:function(T,R){return u[w(1607)](T,R)},iMPCs:function(T,R){return u[w(1044)](T,R)}},_=u.tYCZY(_0xff9c02,8192),v=u[w(700)](_,1),I=null,A=_;return function(T){let R=w;if(b[R(1553)](T,1)||b[R(1431)](T,v))return b[R(984)](_0x17f62d,T);b[R(779)](b[R(1663)](A,T),_)&&(I=b.YNXpE(_0x4b1091,_),A=0);let y=_0x101ac6[R(1034)](I,A,A+=T);return 7&A&&(A=b[R(1126)](7,A)+1),y}}}).catch(()=>{}),x}function dv(t,{blocked:e}={}){let r=N,i={TGcvh:"blocked"},o=indexedDB[r(1129)+"tabase"](t);return e&&o[r(1714)+r(596)](i[r(370)],()=>e()),Nt(o)[r(603)](()=>{})}function ah(t,e){let r=N,i={UOcnF:"readwrite",JGaRY:r(611),OBXTU:function(h,x){return h instanceof x},EDuJp:function(h,x){return h in x},DlKuM:function(h,x){return h===x},OrXgE:r(1140),zlCwd:function(h,x){return h!==x}};if(!(i[r(840)](t,IDBDatabase)&&!i[r(1694)](e,t)&&i.DlKuM(typeof e,i[r(558)])))return;if(So[r(1634)](e))return So[r(1634)](e);let o=e[r(871)](/FromIndex$/,""),c=i.zlCwd(e,o),d=hh[r(1386)](o);if(!(o in(c?IDBIndex:IDBObjectStore).prototype)||!(d||fh[r(1386)](o)))return;let u=async function(h,...x){let m=r,w=this[m(397)+m(1130)](h,d?i.UOcnF:i[m(658)]),b=w.store;return c&&(b=b.index(x[m(1665)]())),(await Promise[m(1473)]([b[o](...x),d&&w[m(1183)]]))[0]};return So.set(e,u),u}var fh,hh,So,lv=dh({"node_modules/idb/build/index.js"(){let t=N,e={ixbtU:t(770)+t(978),Tpubz:t(1042),XQSPy:t(1078),Xobbm:t(373),NFiJw:function(o){return o()},BiQeO:t(1634),kFSND:t(988),PNuef:t(773)+"ys",quUPX:"count",YlXTM:function(o){return o()}},r=e[t(854)][t(1259)]("|"),i=0;for(;;){switch(r[i++]){case"0":hh=[e[t(1671)],e.XQSPy,"delete",e[t(1190)]];continue;case"1":e[t(404)](oh);continue;case"2":So=new Map;continue;case"3":fh=[e[t(572)],t(1698),e[t(1450)],e[t(478)],e.quUPX];continue;case"4":sv(o=>({...o,get:(c,d,u)=>ah(c,d)||o[t(1634)](c,d,u),has:(c,d)=>!!ah(c,d)||o[t(1040)](c,d)}));continue;case"5":e[t(769)](oh);continue}break}}}),uv={idb:function(t){let e=N;t[e(1780)]=Promise.resolve()[e(603)](()=>(lv(),uh))[e(603)](function(r){return r})}},ch={};function Lt(t){let e=N,r={pgAMO:e(1756)+"1",Vfuib:function(u,h){return u!==h}},i=r[e(936)][e(1259)]("|"),o=0;for(;;){switch(i[o++]){case"0":uv[t](d,d[e(1780)],Lt);continue;case"1":return d.exports;case"2":var c=ch[t];continue;case"3":if(r[e(1171)](void 0,c))return c[e(1780)];continue;case"4":var d=ch[t]={exports:{}};continue}break}}Lt.d=(t,e)=>{let r=K;for(var i in e)Lt.o(e,i)&&!Lt.o(t,i)&&Object[r(1604)+r(456)](t,i,{enumerable:!0,get:e[i]})},(()=>{let t=N;Lt.o=(e,r)=>Object[t(1466)+"e"]["hasOwnPr"+t(456)][t(1034)](e,r)})(),(()=>{let t=N,e={OmaDd:t(865)+"d",AZsXz:"Module",QRmyb:"__esModule"};Lt.r=r=>{let i=t;e[i(430)]!=typeof Symbol&&Symbol[i(1216)+i(359)]&&Object[i(1604)+i(456)](r,Symbol[i(1216)+"Tag"],{value:e[i(903)]}),Object["definePr"+i(456)](r,e[i(745)],{value:!0})}})();var Te={};(()=>{let t=N,e={KWwQn:function(a,n){return a!==n},yhcFm:t(1310),fEsjK:function(a,n){return a(n)},RQwPk:function(a,n){return a+n},Zscsa:function(a,n){return a+n},opiqE:function(a,n){return a+n},wQlUC:function(a,n){return a*n},yWqEf:function(a,n){return a*n},Oxnqx:"oWCPA",xdbNw:function(a,n,s){return a(n,s)},RHRhF:function(a,n){return a(n)},QDKJG:function(a,n,s){return a(n,s)},RHWyW:function(a,n){return a(n)},fXDGj:function(a,n){return a+n},yFPwF:"0000",mQHuA:function(a,n){return a!==n},AKTyM:t(1220),UgyQR:t(1382),ouwPX:function(a,n){return a(n)},QLPWp:function(a,n){return a<n},LKFKQ:function(a,n){return a>n},gjtfQ:function(a,n){return a<n},PsasN:function(a,n){return a-n},UjzQJ:function(a,n){return a!==n},lGUiA:t(1657),KHwYk:t(804),TqTAj:function(a,n){return a===n},lXGun:function(a,n){return a!==n},DIJCu:function(a,n){return a!==n},dIXGR:t(976),xVdNv:function(a,n,s){return a(n,s)},ZDqkZ:function(a,n){return a(n)},yZiRN:function(a,n){return a>>>n},OEfTW:function(a,n,s){return a(n,s)},hSnIo:function(a,n){return a(n)},EIgxR:function(a,n){return a(n)},JHKdD:function(a,n){return a&n},wsyXo:t(1699)+t(1175)+t(398)+"key",boFcw:t(1699)+t(1175)+t(398)+"value",YAswG:function(a){return a()},HAiJv:function(a,n){return a|n},EDhMR:function(a,n){return a|n},IGyZO:function(a,n){return a|n},jmEMM:function(a,n){return a<<n},GtIgk:function(a,n){return a<<n},FTUpo:function(a,n){return a<<n},yamIo:function(a,n){return a|n},uNkxt:function(a,n){return a<<n},yHFNX:function(a,n){return a!==n},QggKy:function(a,n,s){return a(n,s)},PJgly:function(a,n){return a!==n},ILAMf:t(1181),jjLdT:function(a,n,s){return a(n,s)},sOuji:function(a,n){return a!==n},XwfIc:function(a,n,s){return a(n,s)},mNRiD:function(a,n,s){return a(n,s)},FwkHk:function(a,n){return a!==n},CbmEr:function(a,n,s){return a(n,s)},VBXoP:function(a,n,s){return a(n,s)},NiVjb:function(a,n,s){return a(n,s)},qfhIx:function(a,n,s){return a(n,s)},XCsdj:function(a,n,s){return a(n,s)},AWyyd:function(a,n){return a(n)},OUmiV:function(a,n){return a(n)},zgBei:function(a,n,s){return a(n,s)},RiYeK:function(a,n){return a(n)},BVSvl:function(a,n){return a(n)},zlJHc:function(a,n,s){return a(n,s)},fRllQ:function(a,n){return a(n)},Uzxxt:function(a,n){return a(n)},oRnLj:function(a,n){return a(n)},WkJZw:function(a,n){return a(n)},UPGiK:function(a,n,s){return a(n,s)},ZogoF:function(a,n,s){return a(n,s)},gUvpx:function(a,n){return a(n)},pufnx:function(a,n,s){return a(n,s)},uvRdl:function(a,n){return a&n},PqLcO:t(1699)+t(1175)+t(398)+t(1686),irgBB:t(1699)+"required"+t(398)+t(1608),YOYtV:function(a,n){return a===n},KLxaj:t(1699)+t(1175)+t(398)+t(1796),XwDCP:function(a,n){return a===n},KHEbP:t(1699)+t(1175)+" field: "+t(1112),UuPQN:function(a,n){return a(n)},krxpO:function(a,n){return a(n)},PnyMJ:function(a,n,s){return a(n,s)},MqzVP:function(a,n,s){return a(n,s)},nbkkg:t(1343)+t(858)+t(1157),gpeIX:t(1546),fknjA:function(a,n,s){return a(n,s)},IjQGY:function(a,n){return a===n},LWbXi:t(610),AIbqE:t(821),KEfjx:function(a,n){return a>>n},FGswa:function(a,n){return a&n},xjBeL:function(a,n){return a>>n},mSxLY:function(a,n){return a&n},gFAyr:function(a,n){return a===n},GgMQN:t(1320),zrQCX:function(a,n){return a===n},AZEWF:t(1389),ZsBGa:function(a,n){return a>n},dQPEi:function(a,n){return a+n},lFLrM:"Skip pas"+t(501),FMVOQ:function(a,n){return a+n},HunWq:function(a,n){return a>n},BdtJz:function(a,n){return a+n},EBAZn:t(1624)+t(501),zDkhQ:t(1439)+">",qUbad:function(a,n,s){return a(n,s)},GPxWC:function(a,n){return a===n},lsGik:t(522),pcUFf:function(a,n){return a+n},fzZcP:function(a,n){return a&n},NMoJt:function(a,n){return a>=n},TxsNb:function(a,n){return a+n},EMpLh:function(a,n){return a|n},FCDJS:function(a,n){return a<<n},Kmett:function(a,n){return a&n},DPebf:function(a,n){return a&n},CNGcq:function(a,n){return a==n},yDVqi:function(a,n){return a+n},bwfvN:function(a,n){return a+n},LSjCH:function(a,n){return a+n},IajgE:function(a,n){return a&n},nWrrj:function(a,n){return a|n},HmVzG:t(1384),FxoGz:"HiCdw",MsWud:function(a,n){return a&n},WFMHM:function(a,n){return a&n},jcabS:function(a,n){return a<n},kPxZF:function(a,n){return a>=n},jsYGF:function(a,n){return a<=n},TNCoS:function(a,n){return a(n)},oovZf:function(a,n){return a+n},beqxD:function(a,n){return a+n},jHXph:function(a,n){return a&n},jpszu:function(a,n){return a|n},HzpDW:function(a,n){return a<<n},mztmL:function(a,n){return a&n},CJVSQ:function(a,n){return a<<n},dHniA:function(a,n){return a<n},Vwmse:function(a,n){return a>n},WZyvd:function(a,n,s){return a(n,s)},XLVFA:function(a,n){return a+n},IPaPa:function(a,n){return a&n},TJnag:function(a,n){return a(n)},Slteu:t(1800),oiTOs:function(a,n){return a instanceof n},JyDzI:function(a,n,s){return a(n,s)},yAZGC:function(a,n){return a<n},JhCGR:function(a,n){return a-n},BBRps:function(a,n){return a+n},KzxOv:function(a,n){return a<<n},OMMgK:function(a,n){return a<n},pEpLc:function(a,n){return a<n},NNvne:function(a,n,s){return a(n,s)},AVeJX:function(a,n){return a!==n},Lmjyn:t(1286),Qvash:function(a,n){return a<n},ysEKc:function(a,n){return a+n},abzwv:function(a,n){return a+n},wsSck:function(a,n){return a<n},fDvzw:function(a,n){return a|n},xzjTR:t(634),GQYGs:t(1329),sPxgo:function(a,n){return a|n},WsXkD:function(a,n){return a>>n},BWbqt:function(a,n){return a|n},iXItq:function(a,n,s){return a(n,s)},xZabk:t(1121),PyQhB:"mNSEC",rasOy:function(a,n,s){return a(n,s)},crxXc:t(1512),GYCPA:function(a,n,s){return a(n,s)},RKiJo:function(a,n){return a(n)},LAUMP:function(a,n){return a<<n},NxOIn:function(a,n){return a&n},BzPHy:t(1257)+t(897),mQBvZ:t(1579),SOPbk:function(a,n){return a>=n},Izedh:function(a,n){return a&n},JWxBi:function(a,n){return a&n},PEWlD:function(a,n){return a<<n},wcctS:function(a,n){return a&n},zejFv:function(a,n){return a&n},BswUg:function(a,n){return a&n},DTmYk:t(908),QuBSc:function(a,n){return a(n)},YKnuF:function(a,n){return a&n},LbtbS:function(a,n){return a&n},oaOFy:function(a,n){return a!==n},aJmos:t(1358),CckjU:function(a,n){return a(n)},XmSQr:function(a,n){return a&n},QGMoh:function(a,n){return a&n},GiTBk:function(a,n){return a&n},yAwHv:function(a,n){return a<<n},TVbok:function(a,n){return a|n},mxDJT:function(a,n){return a<<n},ViljB:function(a,n){return a!==n},hsIXL:t(1261),qHjZz:t(691),PSwWY:function(a,n){return a>>>n},xweal:function(a,n){return a>>>n},zTYIE:function(a,n){return a<n},HShqY:function(a,n){return a<n},UCePV:function(a,n){return a<n},JfUUh:function(a,n,s){return a(n,s)},CoAWz:function(a,n){return a+n},eLjMv:function(a,n){return a&n},jLJgS:function(a,n){return a+n},ylAey:function(a,n){return a!==n},GgERZ:function(a,n){return a+n},kNvQI:function(a,n){return a!==n},XVKzV:function(a,n){return a|n},RwkZP:function(a,n){return a&n},OfvhO:function(a,n){return a>>>n},xhirq:function(a,n){return a>>>n},Bkknu:function(a,n){return a|n},ppBph:function(a,n){return a>>>n},qvpDU:function(a,n){return a+n},QodLN:function(a,n){return a&n},xIgsy:function(a,n){return a+n},xrCeE:function(a,n){return a>>>n},WINWD:function(a,n){return a&n},zDntF:function(a,n){return a>>>n},nCrqV:function(a,n){return a|n},hGdHu:function(a,n){return a(n)},FcEnj:function(a,n){return a(n)},YfgYS:function(a,n){return a|n},Tgfhs:function(a,n){return a|n},cJptH:function(a,n){return a&n},VZCiJ:function(a,n){return a!==n},MfSCs:"elWUO",IIGVj:function(a,n){return a===n},ylKOx:function(a,n){return a<<n},cZpIE:function(a,n){return a|n},UGPFe:function(a,n){return a<<n},thODM:function(a,n){return a|n},wVxRa:function(a,n){return a<<n},iOMMJ:function(a,n){return a<<n},SLByu:function(a,n){return a|n},agXWu:function(a,n){return a|n},zVjWb:function(a,n){return a&n},VKgQF:function(a,n){return a>>>n},WMdUY:function(a,n){return a&n},YOYmu:function(a,n){return a&n},bgDFG:function(a,n){return a>>>n},fSrFi:function(a,n){return a>>>n},MdtvH:function(a,n){return a|n},cbgZr:function(a,n){return a/n},iUqkS:function(a,n){return a>>>n},sJDuN:function(a,n){return a&n},KcVQm:function(a,n){return a>>>n},OmVob:function(a,n){return a&n},KcdAn:function(a,n){return a&n},XfqLd:function(a,n){return a+n},NxvVl:function(a,n){return a+n},fbSNQ:function(a,n){return a>>>n},IDWDu:function(a,n){return a+n},NmcYD:function(a,n){return a|n},CKAgw:function(a,n){return a<<n},mYSpa:function(a,n){return a>>>n},pjJFp:function(a,n){return a>>>n},NgavU:function(a,n){return a===n},xluSo:function(a,n){return a===n},WkYxx:function(a,n){return a===n},SQVLh:function(a,n){return a===n},vfHsf:t(1718),Zvghj:function(a,n){return a>>>n},ZPySo:function(a,n){return a&n},gCzrA:function(a,n){return a>>>n},yXAIw:function(a,n){return a&n},dzsrw:function(a,n){return a>>>n},AANzD:function(a,n){return a>>>n},FcFYB:"NATIVE_E"+t(1246),zjHMZ:t(1281)+t(1081),ZgLNg:t(1172)+"IES_ERROR",eHDwp:t(1213)+t(561),ndOMF:"OPEN_ERROR",JysdX:function(a,n){return a*n},IIEwe:t(1105),NIvGx:t(800)+"4",xZcvc:t(1183),NNRsM:function(a,n){return a===n},Gobpm:t(869),arbPl:function(a,n){return a!==n},iAOCM:"lOEfP",jLLpu:t(1146),tLyIb:"error",ZDTov:t(411),Wsgjy:function(a,n){return a!==n},qxuwI:t(541),DMHhz:"ymghb",wcZKh:t(812),UDwoJ:t(435),KHpmC:t(1323),OwUzh:t(1271),meWOe:function(a,n){return a===n},xRSmr:function(a,n){return a===n},zheNl:function(a,n){return a===n},ddvbZ:function(a,n){return a===n},eZmYa:function(a,n){return a<n},hnFBG:function(a,n){return a(n)},bKFzU:t(647),aEQGV:function(a,n,s){return a(n,s)},WjdBV:"close",cMmBS:function(a,n){return a===n},ehWoX:t(886),BLYjV:function(a,n){return a==n},gNgzb:t(1140),xeEWJ:function(a,n){return a instanceof n},JTiNO:function(a,n,s){return a(n,s)},ZlvKS:function(a,n,s){return a(n,s)},hXrla:"sffMR",AjtoT:function(a,n){return a||n},xsNZF:function(a,n){return a instanceof n},ONjFv:t(1414),UkmUO:function(a,n){return a!=n},RVZjl:t(969)+"ion/json",atHrw:t(716),ugjAV:function(a,n){return a===n},fqLYg:t(667),xuGos:t(865)+"d",bTSEd:"idAmG",XcedN:function(a,n){return a!=n},KokGK:t(1646),MpVUE:function(a,n){return a+n},QWTkY:function(a,n){return a&n},QXdjM:function(a,n){return a+n},OSvRq:function(a,n){return a<n},fQmmi:function(a,n){return a>=n},RyRYP:function(a,n){return a<n},taRxB:function(a,n){return a<<n},JwLNe:function(a,n){return a>=n},WVepv:function(a,n){return a<n},HeSHb:function(a,n){return a<<n},FGeEs:function(a,n){return a&n},LEVOi:function(a,n){return a-n},OIaAy:function(a,n){return a|n},UBtAO:function(a,n){return a|n},BVUsE:function(a,n){return a<<n},rWtTB:function(a,n){return a<<n},ciuSq:function(a,n){return a&n},rqehz:function(a,n){return a>>n},QIurX:function(a,n){return a!==n},qkXOl:t(1006),bBmGs:function(a,n){return a<n},nnmoY:function(a,n){return a>>n},CkPBX:function(a,n){return a|n},ITRVX:function(a,n){return a&n},pYrYg:function(a,n){return a&n},tEcOL:function(a,n){return a+n},duDxN:function(a,n){return a+n},KeMIh:function(a,n){return a<<n},LwPRZ:function(a,n){return a>>n},PZRqK:function(a,n){return a|n},hPBtO:function(a,n){return a|n},WiTxk:function(a,n){return a&n},nBxqB:function(a,n){return a(n)},poszJ:function(a,n){return a!==n},iVnxs:t(817),TIyVh:t(1295),kZPSp:function(a,n){return a!=n},VKFMm:function(a,n){return a instanceof n},BvHnr:function(a,n){return a!=n},fmffa:function(a,n){return a==n},jyAok:t(602)+t(441)+t(1077),UBvsB:t(702),TuRcq:t(1046),rcdIR:function(a,n){return a>=n},kVBvL:function(a,n){return a!==n},ZXjwX:t(1570),MAbIB:function(a,n){return a(n)},DukHT:t(1477)+t(1705),UyvEF:t(1531)+t(1460)+"t",rKCbd:"qutDG",lCfPn:function(a,n){return a(n)},UmtHa:"text/jav"+t(568),yUCkz:t(774),vPrCf:t(1304)+"ack=fron"+t(1680)+"P",agtiP:"tCVLL",qHVyd:t(1035),mNYgu:t(874),OdJlc:t(954),IkuHH:function(a,n){return a!=n},OdKEu:function(a,n){return a instanceof n},vBBHm:function(a,n){return a!=n},LVpIq:function(a,n){return a==n},kQRAj:t(1038),QANyX:t(1368),YJypf:function(a,n,s,l){return a(n,s,l)},jyIVx:function(a,n){return a!==n},NOieB:t(651),qGvgK:"dSjii",dDOhk:function(a,n){return a<n},jYljc:function(a,n){return a-n},KCJkc:t(1779),DtouR:"VJdVw",ZUBip:function(a,n){return a>n},mbRlX:function(a,n){return a!==n},vkDEP:t(1522),pDqRj:"NYkdy",btspD:function(a,n){return a||n},YvpZx:"qos",aZSTG:t(753),xnbLU:function(a,n,s){return a(n,s)},sEFVc:t(1587)+"t",imUFx:t(1428),vstaZ:function(a,n){return a===n},HGaBS:"jWBtr",JEJQR:function(a,n){return a||n},MXRYS:function(a,n){return a||n},IkSai:t(1004)+"DB failed",hpMZI:t(735)+"id",eWTul:function(a,n,s){return a(n,s)},PuIVV:t(1305)+t(1600),BitZS:function(a,n){return a===n},ZtsYQ:t(400),FsQwB:t(1795),MkEuz:function(a,n){return a===n},CmNhb:t(1379),ISOtJ:t(1031),fprvF:"hjPKR",fPizn:"jbFGM",bGBlJ:function(a,n,s,l){return a(n,s,l)},nCFMs:t(1136)+t(1404)+"ck",jrpRy:"x_frontier_is_ack",TbNUm:function(a,n,s){return a(n,s)},yxsAd:t(1136)+"er_ack_m"+t(630),MczpK:t(1721),TBTqZ:t(575),fwNMv:function(a,n){return a&&n},qfsmq:function(a){return a()},tErCZ:function(a,n){return a(n)},ePXia:function(a,n){return a(n)},TzbJt:function(a,n){return a instanceof n},xeOji:"applicat"+t(792)+t(1030)+t(350),gFZHx:t(636),nXfmo:function(a,n,s,l){return a(n,s,l)},vcKiw:function(a){return a()},iOAkK:"gJbZw",EWaOk:function(a,n){return a||n},eEVmD:function(a,n){return a+n},HTyWp:function(a,n){return a+n},KzLeV:"index out of ran"+t(1639),FnFpw:" + ",JuwYs:t(484),ubBqP:function(a,n){return a>n},zCWZy:function(a,n){return a&n},OtlkV:function(a,n){return a<n},cLZSM:function(a,n,s){return a(n,s)},ocFuX:function(a,n,s){return a(n,s)},CFwUD:t(490),vdCIU:t(488)+"4",CdsZQ:function(a,n,s,l){return a(n,s,l)},cFpYW:function(a,n){return a+n},lmDOq:function(a,n){return a|n},qwgdO:function(a,n){return a|n},bEFcD:function(a,n){return a+n},TUZMU:function(a,n){return a+n},KnpcP:function(a,n){return a|n},UHiJW:function(a,n){return a|n},JpOiH:function(a,n){return a+n},EWdrC:function(a,n){return a+n},ZTRps:function(a,n){return a+n},Dazqv:function(a,n){return a>>>n},PqrnB:function(a,n){return a&n},kvduX:function(a,n){return a>>>n},HKTpY:function(a,n){return a>>>n},WOHsc:function(a,n){return a+n},bpeHO:function(a,n){return a+n},qqHTc:function(a,n){return a&n},tLXJv:function(a,n){return a===n},gclqH:t(1449),vTKTx:t(1554)+"8|9|1|11|7|2|4|10",XGYAd:function(a,n){return a|n},pnUSc:function(a,n){return a<<n},sLkpz:function(a,n){return a|n},WfSeb:function(a,n){return a&n},pDpBH:function(a,n){return a|n},kGAmS:function(a,n){return a<n},SdWRP:function(a,n){return a(n)},UaLHM:function(a,n){return a!==n},hsoCd:"BjxyS",uffBQ:"cursor.s"+t(1239),kfFwm:t(1796),xZxCJ:t(1433)+t(1023),xoZDk:t(1023),UHcmx:"curvalue",hogOU:function(a,n){return a(n)},DfUIW:t(325)+t(1113),xqkmx:function(a,n){return a<n},CLeoU:function(a,n,s){return a(n,s)},hKRwn:function(a,n,s){return a(n,s)},xMCzf:function(a,n,s){return a(n,s)},AoHpP:function(a,n){return a+n},KeRrY:function(a,n){return a===n},hVezY:t(445),JdkCK:"allCurso"+t(837),qvJlt:"ALL",Djweb:t(1458),Yahbx:t(1143),lDhNI:t(322),NtJSV:t(1291)+"r",tKxpm:function(a,n){return a===n},quijN:"XPjDt",wKplQ:t(548),DPUtW:function(a,n,s,l){return a(n,s,l)},moheA:t(733),PAbzE:function(a,n,s,l){return a(n,s,l)},isKhZ:t(1136)+t(1747),BiJiw:function(a,n){return a(n)},ExsHY:t(1341)+"s",dQzGF:"x-msg-cursor_name",tPptV:function(a,n){return a(n)},eeqML:t(1549)+t(438)+"ue",iVGeF:function(a){return a()},YXgEc:function(a){return a()},HtCNY:t(1776),RkQjO:"PglNw",zQYFr:function(a){return a()},IYSFj:function(a,n){return a===n},SAucs:function(a,n,s){return a(n,s)},JWSmt:function(a){return a()},EsMVR:"YneZJ",OUvnl:t(1541),dpSRY:function(a){return a()},hkVgW:function(a){return a()},tfIvq:function(a,n){return a<n},IaQvY:function(a){return a()},tURUb:t(1436),wHdtR:function(a,n){return a!==n},OwlTR:t(533),tkBoH:t(1531)+"e_success",rnILX:"success",lkFWK:function(a,n,s){return a(n,s)},fnOde:t(686),HBfEE:function(a,n,s){return a(n,s)},NyPLu:function(a,n){return a+n},xeFat:"SIJiZ",XgoMK:function(a,n){return a!==n},Vxwdv:function(a,n){return a(n)},lXJPv:function(a,n,s){return a(n,s)},EkHnV:function(a,n){return a||n},UfQSR:"lWdab",iyQDW:function(a,n,s){return a(n,s)},hGith:function(a,n,s){return a(n,s)},zHenl:"arraybuf"+t(1024),Ciubx:t(672),neSnN:"auto",inRtT:function(a,n){return a==n},xCaXg:function(a,n){return a===n},HOWAi:"please provide v"+t(1526),pICWI:function(a,n){return a!==n},CxqXW:"LFSjY",RbePr:function(a,n){return a&n},vvzHu:function(a,n){return a<<n},pIfHv:t(1497),pOqaw:t(1418),nVAZS:function(a,n){return a===n},ifbPW:"jdMXP",eiIyJ:"stop imm"+t(1625)+t(973)+"ct",vOiAD:t(1011),gxMCG:t(894),dNAvi:t(1299),IRTSd:t(818),YfLIA:function(a,n){return a!==n},cYwCZ:function(a,n){return a===n},godnS:"BWymd",WBGar:t(787),dhKPM:t(1025)+t(1065)+t(1267)+t(1483)+t(650),fhgby:"web",Miwdp:t(707)+"0",tLvFB:function(a,n){return a|n},akjUi:function(a,n){return a(n)},LtFtg:function(a,n,s){return a(n,s)},FtwTN:"awqAK",qSJdJ:function(a,n){return a===n},NjvYO:"EKrBj",sdEgW:"ValUG",UFebK:function(a,n){return a||n},eALWo:function(a,n,s){return a(n,s)},NxVjc:function(a,n,s){return a(n,s)},foMvN:function(a,n){return a(n)},HKEfq:function(a,n){return a(n)},cFXhA:t(755),SklHD:function(a,n){return a*n},KvWBx:function(a,n){return a>n},ZeKAc:t(1772),qFuaE:t(1141)+" try rec"+t(421)+"g",cPgAM:function(a,n){return a(n)},jmqPJ:function(a,n){return a===n},HNEcp:t(514),lnhNu:function(a,n){return a|n},aJyyq:function(a,n){return a+n},IUSDf:function(a,n){return a+n},NfjCl:function(a,n){return a<<n},JYahZ:function(a,n){return a+n},SHojL:function(a,n){return a+n},jRbsy:t(1363),gJbJx:t(409)+"4",HoUpr:"1|0|4|3|2",lHcAj:function(a,n,s){return a(n,s)},RtvBD:"going aw"+t(1535)+t(766)+t(1150),aUehS:function(a){return a()},OjMNj:function(a,n,s){return a(n,s)},NwMwP:function(a,n){return a(n)},Btxff:function(a,n){return a!==n},BmpsC:"bNLdg",uqXTv:"ATENz",DXMMB:t(1456),BDxLa:t(1050)+"5|1|2|0",vaien:t(1517)+t(1468)+"ce not i"+t(723)+"ed",niICl:t(1517)+t(481)+t(649),jIUcb:t(1025)+t(1199)+t(1560)+t(989)+"a must b"+t(458)+t(845)+" arraybu"+t(1609),hynLq:t(1292),LcEvX:function(a,n){return a!=n},vyaTu:function(a,n){return a(n)},xZcwr:function(a,n){return a(n)},YrmTR:t(1025)+t(1199)+" valid s"+t(1239),hZMnI:function(a,n){return a instanceof n},DBNag:function(a,n){return a instanceof n},jMSSs:function(a,n){return a(n)},xgDzC:t(754),BITuX:function(a,n){return a<n},oKpuP:t(1002),Arvgr:function(a,n){return a||n},JDygy:function(a,n){return a==n},FNcSg:function(a,n,s){return a(n,s)},nVwaZ:function(a,n,s,l){return a(n,s,l)},QWtlT:function(a,n){return a!==n},LFaUN:t(1168),yQUoc:function(a,n,s){return a(n,s)},UYKKO:function(a,n){return a!==n},twLuM:t(962),YyoJl:t(1537),WIKhs:t(1448),tUpTq:"\0\0\0\0\0\0\0\0",UrBcH:function(a,n){return a!=n},EWkTv:t(885),VXKpR:t(543),EdabH:"Dedicate"+t(1500)+t(1501)+"pe",pcsgn:function(a,n){return a!=n},QquhL:function(a,n){return a!=n},TVQVv:t(656)+t(892)+"alScope",OUgVC:t(946)+t(1758)+"balScope",jTecV:function(a,n){return a!=n},JYwIG:function(a,n){return a===n},bOWTH:function(a,n){return a!=n},OwGul:function(a,n){return a===n},jBhIe:function(a,n){return a!=n},qxEey:function(a,n,s){return a(n,s)}};Lt.r(Te),Lt.d(Te,{FWS:()=>eg,CustomErrorEvent:()=>$d,createCloseEvent:()=>ut,ReconnectEvent:()=>Kd,createErrorEvent:()=>it,decodedFrame:()=>Yt,createOpenEvent:()=>Qd,CustomCloseEvent:()=>Vd,createReconnectEvent:()=>oa,FrontierMessageEvent:()=>Zd,encodeFrame:()=>Bt,createMessageEvent:()=>Xd,OpenEvent:()=>Yd,ErrorCode:()=>Qt,Event:()=>Zn,MessageEvent:()=>Jd});let r="";function i(a=""){let n=t;if(e[n(1047)]("zwWDy",e[n(1711)])){let l=""+Date[n(1125)](),f=r||(r=e[n(765)](h,a)),g=Math[n(1003)]().toString(16)[n(429)](-6);return e[n(360)](e[n(794)]("02",l)+f,g)}else return this["_endpoin"+n(412)]?.["getCurre"+n(1434)+"ntTriesC"+n(1503)]()||0}function o(){let a=t;return e.opiqE(e[a(998)](1e4,Date.now()),Math.floor(e[a(1791)](1e4,Math.random())))}function c(a){let n=t,s={kZhna:function(l,f){return e.yWqEf(l,f)}};if(e[n(1047)](e.Oxnqx,e.Oxnqx)){let l=new _0x891ff2(s[n(772)](2,_0x4f98e5));l[n(1695)](_0x410f98),_0x488807[n(793)]=l}else return e[n(1377)](Array(8)[n(365)]("0"),e[n(1174)](parseInt,a,10)[n(1216)](2)).slice(-8)}function d(a){let n=t;return(e[n(696)](Array,4).join("0")+e.QDKJG(parseInt,a,2)[n(1216)](16))[n(429)](-4)}function u(a){let n=t,s=a[n(1259)](/\./)[n(1251)](g=>c(g)),l=[];return l[0]=e[n(873)](d,e[n(1377)](s[0],s[1])),l[1]=e[n(696)](d,e[n(1637)](s[2],s[3])),[e[n(713)],e[n(713)],"0000",e.yFPwF,e[n(713)],n(1484),l[0],l[1]].join("")}function h(a){let n=t;if(e[n(1102)](e.AKTyM,e[n(1583)])){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}/.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(1628)](a);return s?e[n(873)](u,a):l?e[n(985)](x,a):"00000000"+n(326)+n(326)+n(326)}else this[n(1729)+n(758)]()}function x(a){let n=t,s="",l=[],f=0,g=0,E=!0,S="0000";if(a[n(712)]("::")>-1){let p=a[n(1259)]("::");for(let P=0;e.QLPWp(P,p[n(320)]);P++){let F=p[P];if(e.LKFKQ(F.indexOf(":"),0)){let H=F.split(":");E&&(f=H[n(320)]),g+=H.length;for(let ee=0;e[n(1151)](ee,H[n(320)]);ee++)if(e[n(1047)](4,H[ee][n(320)])){let Q=S.substring(0,e[n(604)](4,H[ee][n(320)])),tn=Q[n(1596)](H[ee]);l.push(tn)}else l.push(H[ee]);E=!1}else{if(e[n(1102)](4,F[n(320)]))if(e[n(789)](e.lGUiA,e.KHwYk)){let H=S[n(899)+"g"](0,e[n(604)](4,F[n(320)])),ee=H[n(1596)](F);l[n(1652)](ee)}else return this[n(1089)]?this[n(1089)].extensions:"";else l[n(1652)](F);E&&(f+=1),g+=1,E=!1}}let k="";for(let P=0;e[n(1151)](P,e[n(604)](8,g));P++)k=k.concat(S);for(let P=0;P<l.length;P++)e[n(1166)](P,f)&&(s=s[n(1596)](k)),s=s[n(1596)](l[P]);return s}{let p=a[n(1259)](":");for(let k=0;e.gjtfQ(k,p[n(320)]);k++){let P=p[k];if(e[n(1677)](4,p[k][n(320)])){let F=S[n(899)+"g"](0,4-p[k][n(320)]),H=F[n(1596)](P);s=s[n(1596)](H)}else s=s.concat(P)}return s}}function m(a,n){let s=t,l={kGxUO:function(E,S,p){return E(S,p)}},f=a[s(563)];e.DIJCu(void 0,f)&&(e[s(1014)](xe,n,10),G(n,f));let g=a.value;if(g!==void 0)if(e[s(573)]===s(976))e[s(629)](xe,n,18),G(n,g);else{let E=l[s(1457)](_0x3b557b,_0x15573d,1);_0x5397a3[s(793)][E]=_0x398917}}function w(a){let n=t,s={};e:for(;!e[n(1471)]($,a);){let l=he(a);switch(e.yZiRN(l,3)){case 0:break e;case 1:s.key=e[n(1480)](L,a,e.hSnIo(he,a));break;case 2:s.value=e[n(629)](L,a,e[n(585)](he,a));break;default:e[n(1480)](T,a,e.JHKdD(7,l))}}if(e[n(1166)](void 0,s[n(563)]))throw new Error(e.wsyXo);if(e[n(1166)](void 0,s.value))throw new Error(e.boFcw);return s}function b(a){let n=t,s=e[n(1725)](D);return e[n(1014)](_,a,s),e[n(985)](M,s)}function _(a,n){let s=t,l=a[s(1686)];e[s(932)](void 0,l)&&(e.QggKy(xe,n,8),e[s(1479)](lt,n,l));let f=a[s(1608)];e.PJgly(void 0,f)&&(e.QggKy(xe,n,16),lt(n,f));let g=a[s(1796)];if(g!==void 0){if(e[s(1066)]===s(1452))return new _0x3c32a6(e.HAiJv(e[s(349)](e[s(1763)](_0x1f7a76[0],e[s(964)](_0x262213[1],8)),e[s(893)](_0x28c96c[2],16)),e[s(900)](_0x493ad8[3],24)),e.IGyZO(e.yamIo(_0x13e5b1[4]|e[s(1543)](_0x25c2a7[5],8),_0x3b1cf2[6]<<16),e.GtIgk(_0x132592[7],24)),_0xa53679);e.xVdNv(xe,n,24),e[s(931)](lt,n,R(g))}let E=a.method;e[s(1102)](void 0,E)&&(xe(n,32),e[s(1014)](lt,n,R(E)));let S=a[s(1355)];if(e[s(1597)](void 0,S))for(let tn of S){e[s(1174)](xe,n,42);let ft=e[s(1725)](D);e[s(931)](m,tn,ft),xe(n,ft[s(949)]),e[s(1252)](W,n,ft),e[s(1471)](O,ft)}let p=a[s(1556)+s(1551)];p!==void 0&&(e[s(1098)](xe,n,50),e[s(1014)](G,n,p));let k=a[s(959)+s(318)];k!==void 0&&(xe(n,58),e[s(629)](G,n,k));let P=a.payload;e.FwkHk(void 0,P)&&(e[s(1252)](xe,n,66),xe(n,P[s(320)]),e.QggKy(oe,n,P));let F=a[s(704)];e.PJgly(void 0,F)&&(e[s(1494)](xe,n,74),e[s(1158)](G,n,F));let H=a[s(583)+s(509)];H!==void 0&&(xe(n,82),e[s(1622)](G,n,H));let ee=a[s(1211)];ee!==void 0&&(xe(n,90),e[s(1158)](G,n,ee));let Q=a.frameType;Q!==void 0&&(e[s(479)](xe,n,96),e[s(703)](lt,n,e[s(661)](R,Q)))}function v(a){return e[t(985)](I,B(a))}function I(a){let n=t,s={};e:for(;!e[n(447)]($,a);){let l=he(a);switch(e[n(677)](l,3)){case 0:break e;case 1:s[n(1686)]=e.zgBei(vt,a,!0);break;case 2:s.LogID=e[n(479)](vt,a,!0);break;case 3:s[n(1796)]=e[n(447)](he,a);break;case 4:s[n(1112)]=e[n(1215)](he,a);break;case 5:{let f=e[n(499)](A,a);(s[n(1355)]||(s[n(1355)]=[]))[n(1652)](e[n(1215)](w,a)),a[n(949)]=f;break}case 6:s["payloadE"+n(1551)]=e.zlJHc(L,a,e[n(1165)](he,a));break;case 7:s[n(959)+n(318)]=e[n(1158)](L,a,e[n(343)](he,a));break;case 8:s[n(1200)]=e.xdbNw(ie,a,e[n(1196)](he,a));break;case 9:s.LogIDNew=e[n(1158)](L,a,e.WkJZw(he,a));break;case 10:s[n(583)+n(509)]=e[n(687)](L,a,e.OUmiV(he,a));break;case 11:s[n(1211)]=e[n(443)](L,a,e.gUvpx(he,a));break;case 12:s[n(1715)+"e"]=e[n(1215)](he,a);break;default:e[n(1182)](T,a,e[n(1438)](7,l))}}if(e[n(1166)](void 0,s[n(1686)]))throw new Error(e[n(694)]);if(e[n(1166)](void 0,s[n(1608)]))throw new Error(e[n(1321)]);if(e.YOYtV(void 0,s[n(1796)]))throw new Error(e.KLxaj);if(e[n(1592)](void 0,s[n(1112)]))throw new Error(e[n(371)]);return s}function A(a){let n=t,s=e.UuPQN(he,a),l=a[n(949)];return a[n(949)]=e[n(360)](a.offset,s),l}function T(a,n){let s=t;switch(n){case 0:for(;e[s(1438)](128,e.krxpO(se,a)););break;case 2:e.UPGiK(V,a,e[s(661)](he,a));break;case 5:e.PnyMJ(V,a,4);break;case 1:e.MqzVP(V,a,8);break;default:throw new Error(e[s(1231)]+n)}}function R(a){let n=t;if(e[n(648)](e[n(905)],e.AIbqE))this[n(1739)](e.gpeIX,e[n(1312)](_0x249198,n(1546),{..._0x60b1a7,data:_0x2d074a.errMsg||""}));else return a|=0,{low:a,high:a>>31,unsigned:a>=0}}let y=[];function D(){let a=t,n=y[a(518)]();return n?(n[a(756)]=n[a(949)]=0,n):{bytes:new Uint8Array(64),offset:0,limit:0}}function O(a){let n=t;e[n(1565)](n(1320),e[n(767)])?y[n(1652)](a):(_0x3ce7ca[_0x366dc2++]=e.EDhMR(e[n(1735)](_0x1a02d8,12),224),_0x46cf14[_0x534f91++]=e[n(1654)](e[n(1752)](_0x587f98,6),63)|128,_0x2c2d07[_0x4a1095++]=e.EDhMR(e[n(810)](63,_0x5a1b39),128))}function B(a){let n=t;return e[n(979)](e.AZEWF,e[n(342)])?{bytes:a,offset:0,limit:a[n(320)]}:new _0x8ebde9(_0x4bd306,_0x17f93e,_0x5b6352)}function M(a){let n=t,s=a[n(793)],l=a[n(949)];return e[n(979)](s[n(320)],l)?s:s.subarray(0,l)}function V(a,n){let s=t;if(e[s(1443)](e.dQPEi(a[s(756)],n),a.limit))throw new Error(e[s(339)]);a.offset+=n}function $(a){return a[t(756)]>=a.limit}function te(a,n){let s=t,l=a.bytes,f=a[s(756)],g=a[s(949)],E=e[s(1207)](f,n);if(e[s(1443)](E,l[s(320)])){let S=new Uint8Array(2*E);S[s(1695)](l),a[s(793)]=S}return a[s(756)]=E,e[s(1443)](E,g)&&(a[s(949)]=E),f}function J(a,n){let s=t,l=a[s(756)];if(e[s(923)](e.BdtJz(l,n),a[s(949)]))throw new Error(e[s(319)]);return a[s(756)]+=n,l}function ie(a,n){let s=t,l=e[s(1174)](J,a,n);return a.bytes[s(1235)](l,e[s(1207)](l,n))}function oe(a,n){let s=t,l=e.xVdNv(te,a,n[s(320)]);a[s(793)][s(1695)](n,l)}function L(a,n){let s=t,l={WPNCn:function(k,P){return k+P},frjVM:function(k,P){return e[K(696)](k,P)},INsWp:e[s(1662)]},f=e[s(1269)](J,a,n),g=String[s(384)+"Code"],E=a.bytes,S="\uFFFD",p="";for(let k=0;e[s(1151)](k,n);k++)if(e[s(564)](s(522),e[s(986)])){let P=E[e.pcUFf(k,f)],F,H,ee,Q;if(e[s(979)](e[s(683)](128,P),0))p+=e[s(985)](g,P);else if(e[s(1067)](e[s(546)](224,P),192))if(e[s(1392)](k+1,n))p+=S;else if(F=E[e[s(1702)](e[s(768)](k,f),1)],e.yHFNX(192&F,128))p+=S;else if(e[s(932)](s(1322),s(1354)))Q=e[s(960)](e[s(737)](e[s(934)](31,P),6),e.DPebf(63,F)),e[s(324)](Q,128)?p+=S:(p+=e[s(1660)](g,Q),k++);else return yXvDOI[s(971)](yXvDOI.frjVM(_0x451866,8)[s(365)]("0"),_0x2c0805(_0x26c048,10)[s(1216)](2))[s(429)](-8);else if(e.CNGcq(e[s(1438)](240,P),224))if(e[s(1392)](e[s(1248)](k,2),n))p+=S;else if(F=E[e.yDVqi(e[s(1063)](k,f),1)],H=E[e[s(768)](e.LSjCH(k,f),2)],e[s(1047)](e[s(849)](e[s(1137)](F,e[s(893)](H,8)),49344),32896))p+=S;else if(e[s(1047)](e[s(454)],e[s(627)]))Q=e[s(1100)](e.uNkxt(e[s(698)](15,P),12),e[s(893)](e[s(495)](63,F),6))|e[s(934)](63,H),e[s(921)](Q,2048)||e.kPxZF(Q,55296)&&e[s(432)](Q,57343)?p+=S:(p+=e.TNCoS(g,Q),k+=2);else return _0x495682?this[s(944)+"E"]():this[s(1275)+"E"]();else e.CNGcq(248&P,240)?e[s(1392)](k+3,n)?p+=S:(F=E[e.FMVOQ(k,f)+1],H=E[e.yDVqi(e.RQwPk(k,f),2)],ee=E[e[s(1057)](e[s(887)](k,f),3)],e.jHXph(e[s(426)](F,e[s(893)](H,8))|e.HzpDW(ee,16),12632256)!==8421504?p+=S:(Q=e[s(1100)](e[s(1763)](e.jpszu(e[s(523)](7,P)<<18,e.FTUpo(63&F,12)),e[s(992)](e[s(546)](63,H),6)),63&ee),e[s(937)](Q,65536)||e[s(483)](Q,1114111)?p+=S:(Q-=65536,p+=e.WZyvd(g,e[s(1057)](Q>>10,55296),e[s(1076)](e[s(1138)](1023,Q),56320)),k+=3))):p+=S}else this[s(1498)][s(486)]&&_0x3d313e.log[s(358)](_0x8e909e,[l.INsWp,..._0x67db31]);return p}function G(a,n){let s=t,l=n[s(320)],f=0;for(let S=0;e[s(324)](S,l);S++){let p=n[s(1094)+"At"](S);e[s(528)](p,55296)&&p<=56319&&e[s(1697)](e[s(768)](S,1),l)&&(p=e[s(1738)](e[s(1785)](e[s(1193)](p,10),n[s(1094)+"At"](++S)),56613888)),f+=e[s(1071)](p,128)?1:e.pEpLc(p,2048)?2:e[s(921)](p,65536)?3:4}e[s(1312)](xe,a,f);let g=e[s(341)](te,a,f),E=a[s(793)];for(let S=0;e[s(1697)](S,l);S++)if(e[s(720)](s(1286),e[s(1016)]))_0x401796(_0x4af755,32),_0x4e6c74(_0x5e08f,e[s(1476)](_0x1b9b0f,_0x23b425));else{let p=n[s(1094)+"At"](S);if(p>=55296&&p<=56319&&e.Qvash(e.ysEKc(S,1),l)&&(p=e[s(604)](e[s(1703)](p<<10,n[s(1094)+"At"](++S)),56613888)),e[s(1161)](p,128))E[g++]=p;else{if(e[s(324)](p,2048))E[g++]=e[s(349)](e.uvRdl(e[s(1735)](p,6),31),192);else{if(e[s(1697)](p,65536))E[g++]=e[s(734)](e[s(495)](e[s(1752)](p,12),15),224);else{if(e[s(803)]===e[s(1405)])return UdzSgm[s(1565)](typeof _0x4b423f,UdzSgm[s(1408)])?UdzSgm[s(1476)](_0x36567e,_0x1e7b31):(UdzSgm[s(580)](_0x15b081,_0x55edea)&&UdzSgm[s(447)](_0x2d3de3,_0x25567d),UdzSgm[s(361)](_0x35e4e7,_0x191a8c,UdzSgm[s(1725)](_0x4f5bd4))?new _0x21cce8(_0x4625ce,_0x3704b5):_0x521538);E[g++]=e.sPxgo(e[s(513)](p>>18,7),240),E[g++]=e[s(810)](e[s(1061)](p,12),63)|128}E[g++]=e.BWbqt(e[s(523)](p>>6,63),128)}E[g++]=e[s(1284)](e[s(523)](63,p),128)}}}function W(a,n){let s=t,l=e.iXItq(te,a,n[s(949)]),f=a[s(793)],g=n[s(793)];for(let E=0,S=n.limit;e.QLPWp(E,S);E++)f[e[s(1377)](E,l)]=g[E]}function se(a){let n=t;return e[n(587)](e[n(418)],e[n(1610)])?a.bytes[e[n(1148)](J,a,1)]:(_0x345575|=0,{low:_0x4dc72e,high:_0x13003e>>31,unsigned:_0x37cb0f>=0})}function Ve(a,n){let s=t;if(e[s(587)](e.crxXc,e[s(721)]))return this[s(1446)][s(1013)+"te"];{let l=e[s(1453)](te,a,1);a[s(793)][l]=n}}function he(a){let n=t,s=0,l=0,f;do f=e[n(653)](se,a),e[n(937)](s,32)&&(l|=e.LAUMP(e.NxOIn(127,f),s)),s+=7;while(e[n(1654)](128,f));return l}function xe(a,n){let s=t,l={ROOct:e[s(990)]};if(e.TqTAj(e.mQBvZ,e[s(1508)])){for(n>>>=0;e[s(519)](n,128);)e[s(467)](Ve,a,e[s(1137)](e[s(608)](127,n),128)),n>>>=7;Ve(a,n)}else this[s(967)+s(315)]=_0x138f0d,this[s(1538)+s(619)]=_0x43c54e,this[s(386)+"Strategy"]=_0x466715,this[s(1424)]=_0x490910(this[s(967)+s(315)],l[s(595)])}function vt(a,n){let s=t,l=0,f=0,g=0,E;if(E=e[s(985)](se,a),l=e[s(1687)](127,E),128&E&&(E=se(a),l|=e[s(1773)](127&E,7),e.jHXph(128,E)&&(E=e[s(1660)](se,a),l|=(127&E)<<14,e[s(1709)](128,E)&&(E=e[s(1524)](se,a),l|=e[s(1773)](e[s(495)](127,E),21),e[s(799)](128,E)&&(E=se(a),f=e[s(1562)](127,E),128&E))))){if(e[s(1631)]!==e[s(1631)])return new _0xb94f5b(_0x110335);if(E=e[s(355)](se,a),f|=e.YKnuF(127,E)<<7,e[s(556)](128,E)){if(e[s(567)](e[s(465)],s(1358)))return _0xa5229d[s(1083)]();E=e[s(693)](se,a),f|=e[s(737)](e[s(1233)](127,E),14),e.XmSQr(128,E)&&(E=e[s(1476)](se,a),f|=e[s(1773)](e[s(934)](127,E),21),128&E&&(E=se(a),g=e.QGMoh(127,E),e[s(762)](128,E)&&(E=e[s(355)](se,a),g|=e[s(1620)](127&E,7))))}}return{low:l|f<<28,high:e.TVbok(e[s(677)](f,4),e[s(1131)](g,24)),unsigned:n}}function lt(a,n){let s=t,l={orpvP:function(f,g){return f-g}};if(e[s(1162)](e[s(1722)],e[s(1301)])){let f=e[s(677)](n.low,0),g=e[s(677)](e[s(1088)](n[s(731)],28)|e[s(1131)](n[s(665)],4),0),E=e[s(569)](n[s(665)],24),S=e[s(1565)](0,E)?e[s(1592)](0,g)?e[s(1139)](f,16384)?e[s(1421)](f,128)?1:2:e[s(347)](f,2097152)?3:4:e[s(659)](g,16384)?e.Qvash(g,128)?5:6:g<2097152?7:8:e.OMMgK(E,128)?9:10,p=e[s(1285)](te,a,S),k=a[s(793)];switch(S){case 10:k[e.CoAWz(p,9)]=e.eLjMv(E>>>7,1);case 9:k[e.jLJgS(p,8)]=e.ylAey(9,S)?e[s(1137)](128,E):127&E;case 8:k[e[s(1095)](p,7)]=e[s(1156)](8,S)?e[s(1504)](e.yZiRN(g,21),128):e[s(810)](e.PSwWY(g,21),127);case 7:k[p+6]=e[s(1162)](7,S)?e[s(1733)](e.xweal(g,14),128):e[s(1775)](e[s(379)](g,14),127);case 6:k[e[s(1377)](p,5)]=e.mQHuA(6,S)?e[s(695)](e.PSwWY(g,7),128):e[s(810)](e.xhirq(g,7),127);case 5:k[p+4]=S!==5?e[s(1371)](128,g):127&g;case 4:k[e.XLVFA(p,3)]=e[s(1047)](4,S)?f>>>21|128:e[s(724)](f,21)&127;case 3:k[e[s(1357)](p,2)]=e[s(1156)](3,S)?e[s(426)](e[s(569)](f,14),128):e[s(878)](e[s(379)](f,14),127);case 2:k[e[s(714)](p,1)]=S!==2?e.nWrrj(e.xrCeE(f,7),128):e[s(1459)](e[s(1115)](f,7),127);case 1:k[p]=e.DIJCu(1,S)?e[s(807)](128,f):e[s(1562)](127,f)}}else{let f=_0x97cc36.substring(0,fDyPSI[s(664)](4,_0x2fe3d9[s(320)])),g=f[s(1596)](_0x138388);_0x50e0a7[s(1652)](g)}}function Yt(a){return e[t(1300)](v,a)}function Bt(a){return e[t(953)](b,a)}let Xt=65536,Wr=e.tUpTq,me=e[t(1017)](Xt,Xt),Se=e[t(938)](me,me),Jn=Se/2,Re=String[t(1466)+"e"].charCodeAt;class fe{constructor(n,s,l){let f=t;e.VZCiJ(e[f(1274)],e[f(1274)])?(_0x4cbb1b[_0x197ba4++]=e[f(455)](e[f(1061)](_0x5709f8,6),192),_0x3dd473[_0x2aa2a2++]=e[f(1374)](e[f(848)](63,_0x562026),128)):(this.isLong=!0,this[f(731)]=e[f(675)](0,n),this[f(665)]=e[f(1137)](0,s),this[f(1237)]=!!l)}static[t(1232)](n){let s=t;return n&&e[s(752)](!0,n[s(1232)])}static[t(1335)](n,s,l){return new fe(n,s,l)}static[t(628)+"s"](n,s,l){let f=t;return l?fe[f(628)+f(1555)](n,s):fe[f(628)+f(570)](n,s)}static[t(628)+t(1555)](n,s){let l=t;return new fe(e[l(675)](n[0]|e.ylKOx(n[1],8)|e[l(1222)](n[2],16),n[3]<<24),e[l(734)](e[l(1733)](e.cZpIE(n[4],e[l(617)](n[5],8)),e[l(1757)](n[6],16)),n[7]<<24),s)}static[t(628)+"sBE"](n,s){let l=t;return new fe(e[l(1370)](e[l(1371)](n[4]<<24|e[l(1236)](n[5],16),n[6]<<8),n[7]),e.jpszu(e.IGyZO(e.HzpDW(n[0],24),e[l(1222)](n[1],16)),e[l(584)](n[2],8))|n[3],s)}static[t(918)](n){let s=t;return e.zrQCX(n,Wr)?Wd:new fe(e.fDvzw(e[s(1282)](Re[s(1034)](n,0)|e.CJVSQ(Re.call(n,1),8),e[s(1193)](Re[s(1034)](n,2),16)),e[s(1193)](Re[s(1034)](n,3),24))>>>0,e[s(1371)](e[s(1276)](e[s(1374)](Re[s(1034)](n,4),Re.call(n,5)<<8),e[s(964)](Re.call(n,6),16)),e[s(737)](Re.call(n,7),24))>>>0,!0)}toHash(){let n=t;return String[n(384)+n(1219)](e[n(828)](255,this[n(731)]),e[n(369)](this[n(731)]>>>8,255),this.low>>>16&255,e[n(1201)](this[n(731)],24),e[n(1519)](255,this[n(665)]),e[n(689)](e[n(1788)](this[n(665)],8),255),e[n(1394)](e[n(1798)](this[n(665)],16),255),e[n(1788)](this[n(665)],24))}static[t(1012)+"er"](n,s=!0){let l=t;if(e[l(585)](isNaN,n))return s?fp:Wd;if(s){if(e[l(528)](n,Se))return xp}else{if(n<=-Jn)return pp;if(e.kPxZF(e[l(1095)](n,1),Jn))return hp}return fe[l(1335)](e.EMpLh(n%me,0),e[l(1670)](e[l(1327)](n,me),0),s)}[t(562)](){let n=t;return this[n(1237)]?e[n(794)](e[n(1791)](this[n(665)]>>>0,me),e[n(1201)](this[n(731)],0)):this[n(665)]*me+e[n(1272)](this[n(731)],0)}[t(801)](){let n=t;return e[n(1592)](0,this[n(665)])&&e.gFAyr(0,this[n(731)])}[t(1078)](n){let s=t;fe.isLong(n)||(n=fe.fromNumber(n));let l=this.high>>>16,f=e[s(1427)](65535,this[s(665)]),g=e.KcVQm(this[s(731)],16),E=e[s(480)](65535,this[s(731)]),S=e[s(569)](n[s(665)],16),p=e[s(1767)](65535,n[s(665)]),k=n[s(731)]>>>16,P=e[s(1438)](65535,n[s(731)]),F=0,H=0,ee=0,Q=0;return Q+=e[s(586)](E,P),ee+=e[s(1798)](Q,16),Q&=65535,ee+=e.dQPEi(g,k),H+=e[s(569)](ee,16),ee&=65535,H+=e[s(639)](f,p),F+=e[s(1293)](H,16),H&=65535,F+=e[s(474)](l,S),F&=65535,fe[s(1335)](e[s(1670)](ee<<16,Q),e[s(1499)](e[s(492)](F,16),H),this[s(1237)])}equals(n){let s=t;return fe[s(1232)](n)||(n=fe[s(1012)+"er"](n)),e[s(1102)](this[s(1237)],n.unsigned)&&e[s(1170)](this.high,31)===1&&e.gFAyr(e.pjJFp(n[s(665)],31),1)?!1:this[s(665)]===n[s(665)]&&e[s(1410)](this.low,n[s(731)])}[t(357)](){let n=t;return e.xluSo(-1,this[n(731)])&&e.WkYxx(-1,this[n(665)])?fe[n(1335)](0,0,this.unsigned):e[n(1642)](-1,this.low)?fe[n(1335)](0,e[n(768)](this.high,1),this.unsigned):fe.fromBits(this[n(731)]+1,this[n(665)],this[n(1237)])}[t(1135)](n){return n?this.toBytesLE():this[t(1275)+"E"]()}[t(944)+"E"](){let n=t;if(e[n(1769)]!==e[n(1769)])this["_cursorF"+n(619)]=_0x58f5d9;else{let s=this[n(665)],l=this[n(731)];return[e[n(1438)](255,l),e[n(369)](l>>>8,255),l>>>16&255,e[n(724)](l,24),255&s,e[n(1656)](s,8)&255,e[n(354)](e[n(569)](s,16),255),e[n(1359)](s,24)]}}[t(1275)+"E"](){let n=t,s=this[n(665)],l=this[n(731)];return[s>>>24,e[n(1654)](e[n(1124)](s,16),255),s>>>8&255,e[n(726)](255,s),e[n(825)](l,24),e[n(1775)](e[n(1656)](l,16),255),e.XmSQr(e[n(1511)](l,8),255),255&l]}}let Wd=new fe(0,0,!1),fp=new fe(0,0,!0),hp=fe.fromBits(-1,2147483647,!1),xp=fe[t(1335)](-1,-1,!0),pp=fe[t(1335)](0,-2147483648,!1);var Qt=(function(a){let n=t;return a[a[e[n(613)]]=5001]=n(1280)+n(1246),a[a[e[n(805)]]=5002]=e[n(805)],a[a[e[n(1766)]]=5003]=e[n(1766)],a[a[e[n(1212)]]=5004]=n(1213)+n(561),a[a[e.ndOMF]=5005]=n(1749)+"OR",a})({});class Zn{constructor(n){let s=t,l={saTHz:function(f,g){return e.yWqEf(f,g)},tblIr:function(f,g){return e[K(1017)](f,g)}};if(e[s(866)]===e[s(866)])this[s(345)]=n,this[s(1799)]=null;else return iPDNQV[s(1021)](1e4,_0x309a77[s(1125)]())+_0x1574d7[s(535)](iPDNQV.tblIr(1e4,_0x14080f[s(1003)]()))}}class Kd extends Zn{constructor(n,s){let l=t;super(n),this[l(411)]=s&&s[l(411)]||null}}class $d extends Zn{constructor(n,s){let l=t,f=("4|3|0|5|"+l(763))[l(1259)]("|"),g=0;for(;;){switch(f[g++]){case"0":this.colno=s&&s[l(1545)]||0;continue;case"1":this[l(411)]=s&&s[l(411)]||"";continue;case"2":this[l(733)]=s&&s[l(733)]||5001;continue;case"3":this[l(1204)]=s&&s[l(1204)]||null;continue;case"4":super(n);continue;case"5":this[l(1319)]=s&&s.filename||"";continue;case"6":this.lineno=s&&s[l(781)]||0;continue}break}}}class Vd extends Zn{constructor(n,s){let l=t,f=e[l(927)][l(1259)]("|"),g=0;for(;;){switch(f[g++]){case"0":this[l(757)]=s&&s.wasClean||!1;continue;case"1":super(n);continue;case"2":this[l(1705)]=s&&s[l(1705)]||"";continue;case"3":this[l(733)]=s&&s[l(733)]||0;continue;case"4":this[l(889)+l(917)]=s&&s[l(889)+"nnect"]||!1;continue}break}}}class Jd extends Zn{constructor(n,s){let l=t;super(n),this[l(1082)]=s&&s.data||null}}class Zd extends Jd{constructor(n,s){let l=t;super(n),this.data=s&&s[l(1082)]||null,this[l(411)]=s&&s.message||null}}class Yd extends Zn{constructor(n,s){let l=t,f={AIvxo:function(g,E){return e[K(580)](g,E)},lNIXA:e.xZcvc,cRPkd:function(g,E){return e[K(461)](g,E)},HPZJH:e[l(366)],HiZmt:function(g,E){return e[l(502)](g,E)}};if(e[l(1419)](e[l(538)],l(1009)))super(n),this[l(1082)]=s&&s[l(1082)]||null;else{if(GPBoAV[l(1672)](_0x45ce1a,_0x44cb39)){if(_0x3f7843===GPBoAV.lNIXA)return _0x157c98[l(1634)](_0x1de134);if(GPBoAV[l(1015)](_0x5d4094,"objectSt"+l(1778)))return _0x4654ec[l(1227)+l(1778)]||_0x5a4207.get(_0x2c3a9f);if(GPBoAV[l(1015)](_0x246f75,GPBoAV[l(797)]))return _0x3c6395["objectSt"+l(1778)][1]?void 0:_0x12e862[l(1227)+l(1422)](_0x3b21ef["objectSt"+l(1778)][0])}return GPBoAV[l(1770)](_0xdd7d42,_0x344f0c[_0x39e900])}}}function it(a,{message:n,code:s,error:l}){let f=t;return e.DIJCu(f(1217),e[f(875)])?new $d(a,{message:n,code:s,error:l}):((this[f(1430)+"rs"][_0x318f29]||(this[f(1430)+"rs"][_0x176434]=[]))[f(1652)]({fn:_0x1242e3,ctx:_0x57eb8b||this}),this)}function ut(a,{code:n,reason:s,wasClean:l,willReconnect:f}){let g=t;if(e[g(328)](e[g(316)],e[g(333)]))return new Vd(a,{code:n,reason:s,wasClean:l,willReconnect:f});{let E=(g(1244)+"0")[g(1259)]("|"),S=0;for(;;){switch(E[S++]){case"0":this._ws[g(1502)+g(1084)+g(1120)](e[g(597)],this[g(915)]);continue;case"1":if(!this[g(1089)])return;continue;case"2":this._ws[g(1502)+"entListe"+g(1120)](e.gpeIX,this[g(957)]);continue;case"3":this[g(1089)][g(1502)+g(1084)+g(1120)]("close",this[g(1265)]);continue;case"4":this[g(1089)]["removeEv"+g(1084)+g(1120)](e[g(1666)],this[g(1226)+"ge"]);continue}break}}}function Xd(a,{data:n,message:s}){return new Zd(a,{data:n,message:s})}function Qd(a,{data:n}){return new Yd(a,{data:n})}function oa(a,{message:n}){let s=t;if(e[s(752)](e.wcZKh,e[s(344)]))return new Kd(a,{message:n});this["_interva"+s(505)]()}class el{constructor(n,s){let l=t;this[l(1197)+"s"]=n,this.maxRetries=s,this[l(1455)+l(593)]=0,this[l(1661)+"ndpointT"+l(1273)+"t"]=0}["resetEnd"+t(1325)+t(1398)](){let n=t;this[n(1455)+n(593)]=0,this[n(1661)+n(1693)+n(1273)+"t"]=0}[t(646)+"es"](){let n=t;this[n(1661)+n(1693)+n(1273)+"t"]=0}[t(601)+t(1434)+"nt"](){let n=t;return this[n(1197)+"s"][this["currentI"+n(593)]]}[t(601)+t(1434)+t(399)+t(1503)](){let n=t;return this["currentE"+n(1693)+n(1273)+"t"]}["checkRea"+t(1527)+"es"](){let n=t;if(e[n(1615)](e[n(761)],n(1271)))return!!(e[n(519)](this[n(1455)+n(593)],this.endpoints[n(320)])||e[n(598)](this[n(1455)+n(593)],e[n(604)](this.endpoints[n(320)],1))&&e[n(1475)](this["currentEndpointT"+n(1273)+"t"],this.maxRetries));!_0x4ec5e3.persisted&&(this[n(557)+"er"]&&_0x21c7b5[n(1502)+n(1084)+n(1120)](e[n(1348)],this._handlePageHide),this[n(557)+"er"]&&_0x3a15a3[n(1502)+n(1084)+"ner"](n(894),this["_handleP"+n(1762)]),this.close()),this._isBrowser&&_0x2fba41[n(1502)+n(1084)+n(1120)](e[n(1643)],this[n(857)+n(814)]),this[n(557)+"er"]&&_0xf21067["removeEventListe"+n(1120)](n(1011),this[n(857)+n(1759)])}[t(1163)+t(1751)+t(425)+t(1792)+t(1297)](){let n=t;return e.CNGcq(this[n(1455)+n(593)],this[n(1197)+"s"][n(320)])?!0:e.Vwmse(this[n(1661)+"ndpointT"+n(1273)+"t"],this[n(1406)+"es"])}[t(442)+"ackupEndpointAnd"+t(1277)+t(494)](){let n=t;return this["currentE"+n(1693)+n(1273)+"t"]=1,this[n(1455)+n(593)]++,this[n(1197)+"s"][this["currentI"+n(593)]]}[t(601)+"ntEndpoi"+t(839)+"ateCount"](){let n=t;return this[n(1661)+n(1693)+"riesCount"]++,this["getCurre"+n(1434)+"nt"]()}}let Yn=(e[t(1782)](t(865)+"d",typeof globalThis)&&t(885)===globalThis[t(496)+t(1326)][t(1023)]||e[t(395)](t(865)+"d",typeof window)&&e[t(376)](e[t(896)],window[t(496)+t(1326)][t(1023)]))&&e[t(395)](e[t(1250)],typeof document),An=e[t(827)](e[t(1250)],typeof globalThis)&&(e[t(461)](e[t(911)],globalThis[t(496)+t(1326)][t(1023)])||e.zheNl(e[t(1345)],globalThis["construc"+t(1326)][t(1023)]))&&e[t(327)](e[t(1250)],typeof tt),Kr=(e.pcsgn(t(865)+"d",typeof globalThis)&&e.nVAZS(e[t(911)],globalThis[t(496)+t(1326)].name)||e.JDygy(e.xuGos,typeof globalThis)||e[t(1041)](e[t(1250)],typeof globalThis)&&!!globalThis.WeixinJSBridge)&&e.QquhL(t(865)+"d",typeof wx),$r=e[t(417)]("undefined",typeof globalThis)&&(e[t(1601)](e.EdabH,globalThis[t(496)+t(1326)][t(1023)])||e.TVQVv===globalThis["construc"+t(1326)][t(1023)]||e[t(598)](e.OUgVC,globalThis[t(496)+t(1326)][t(1023)]))&&e.pcsgn(e[t(1250)],typeof self),gp=e[t(855)](e[t(1250)],typeof globalThis)&&e.JYwIG(e.VXKpR,globalThis["construc"+t(1326)][t(1023)])&&e.bOWTH(e.xuGos,typeof global)&&e.OwGul(e[t(911)],global["construc"+t(1326)].name)&&e.jBhIe(e[t(1250)],typeof process)&&!!process[t(995)];class aa{constructor(){let n=t;this[n(1430)+"rs"]={}}[t(1739)](n,...s){let l=t,f=this[l(1430)+"rs"][n];if(f)f[l(429)]()[l(407)](g=>g.fn[l(358)](g[l(1472)],s));else if(e[l(1469)](e[l(597)],n)&&!this[l(1669)]){let g=s[l(320)]&&s[0];if(e[l(580)](g,Error))throw g;let E=new Error(e.qvpDU("Unhandle"+l(1781),g?e[l(1057)](" ("+g[l(411)],")"):""));throw E[l(534)]=g,g}return this}[t(332)](n,s){let l=t;if(n===void 0)this[l(1430)+"rs"]={};else if(e[l(1298)](void 0,s))this[l(1430)+"rs"][n]=null;else{let f=this[l(1430)+"rs"][n];if(f)for(let g=0;e[l(1214)](g,f[l(320)]);)f[g].fn===s?f[l(924)](g,1):++g}return this}on(n,s,l){let f=t;if(e[f(904)]===e[f(904)])return(this[f(1430)+"rs"][n]||(this[f(1430)+"rs"][n]=[]))[f(1652)]({fn:s,ctx:l||this}),this;e.jjLdT(_0x28fd49,_0x684248,96),e[f(1252)](_0x1ee3a1,_0x2fa19b,e[f(1667)](_0x4c35fe,_0x63400a))}}class mp extends aa{[t(450)+t(321)+"age"](n){let s=t;return n.errMsg||n[s(783)]?(s(916)+" "+(n[s(1515)]||"")+s(843)+(n[s(783)]||"")).trim():JSON.stringify(n)}constructor(n,s,l){let f=t;super(),this[f(1446)]=null,Kr&&wx["connectS"+f(356)]&&(this[f(1446)]=wx[f(623)+f(356)]({url:n,protocols:s,header:l,fail:this[f(868)+f(1435)+f(808)][f(1495)](this),success:this[f(868)+f(338)+"cessHand"+f(416)].bind(this)})),An&&tt.connectSocket&&(this._socket=tt[f(623)+"ocket"]({url:n,protocols:s,header:l,fail:this["_createSocketFai"+f(808)][f(1495)](this),success:this[f(868)+f(338)+"cessHandler"].bind(this)}))}[t(868)+t(338)+t(577)+"ler"](){let n=t;Promise.resolve()[n(603)](()=>{let s=n;this[s(1729)+s(758)]()})}[t(868)+t(1435)+t(808)](n){let s=t,l={nXrRN:function(f,g,E){return e[K(798)](f,g,E)},BfyVs:s(1204),XEmqM:e[s(1056)]};Promise[s(1083)]()[s(603)](()=>{let f=s,g=l[f(1133)](it,l[f(831)],{message:this["_formatE"+f(321)+"age"](n)});this.emit(l[f(831)],g);let E=l[f(1133)](ut,l[f(1324)],{reason:this["_formatE"+f(321)+f(1240)](n)});this[f(1739)](l[f(1324)],E)})}[t(1729)+t(758)](){let n=t,s={FLNFU:"open",ORNir:function(l,f,g){return e[K(709)](l,f,g)},hbFKi:function(l,f){return l!==f},ZFMHP:e.tLyIb,CgWZk:function(l,f,g){return e.ZlvKS(l,f,g)}};if(e.zheNl(n(1440),e[n(368)]))this._socket[n(941)](l=>{let f=n;this[f(1739)](s.FLNFU,s[f(463)](Qd,s[f(1713)],{...l,data:l[f(1515)]||""}))}),this[n(1446)][n(777)](l=>{let f=n;this[f(1739)](f(1557),e[f(341)](ut,e[f(1056)],{...l}))}),this[n(1446)][n(993)+"e"](l=>{let f=n,g={oxYHL:e.tLyIb};e[f(948)](f(886),e[f(1318)])?this[f(1739)](f(411),Xd(f(411),{...l})):this.emit(g[f(1287)],_0x43fa41(g[f(1287)],{..._0x3f1b6c,message:_0x4702e9[f(1515)]||""}))}),this[n(1446)].onError(l=>{let f=n;s[f(1149)]("wBsyf",f(1573))?(_0x37eb7c=f(787),_0x551124=_0x174a08[f(871)](/(^http)((?:[s]*:\/\/))/,""),_0x321a07=/(^ws)((?:[s]*:\/\/))/[f(1628)](_0x2be860)?_0x5ad3db:""+_0x5ca20e+_0x278f52):this[f(1739)](s.ZFMHP,s[f(728)](it,s.ZFMHP,{...l,message:l.errMsg||""}))});else{if(e[n(1247)](e[n(1069)],typeof _0x578757)){let l=new _0x5b5e30(e[n(355)](_0x4c9c5e,_0x2a640e));return _0x588fa9(_0x418ae3,l,0),l}return e[n(884)](_0x5a57e6,_0x1fadcb)?new _0x2559e3(_0x3f57a1):new _0x274329(_0x3d1fcb.buffer,_0x261587[n(1036)+"et"],_0x171427.byteLength)}}[t(1342)](n){let s=t,l={viVpt:function(f,g){return e[K(536)](f,g)},RtHNL:e[s(597)],gsaab:function(f,g,E){return e.UPGiK(f,g,E)}};if(e[s(791)](n,Uint8Array))if(e[s(1102)](e[s(1530)],e.ONjFv)){let f=this._qosDB[s(678)+s(1328)](this[s(1254)]),g=_0x36e7c5.parse(l[s(1706)](f,"{}"));return g[_0x5725f1]=void 0,this._qosDB["setStora"+s(1328)](this[s(1254)],_0x954548[s(676)+"y"](g))}else{let f=n[s(1593)].slice(n[s(1036)+"et"],e.RQwPk(n[s(940)+"th"],n[s(1036)+"et"]));this[s(1446)]&&this[s(1446)][s(1342)]({data:f,fail:g=>{let E=s;this.emit(E(1204),it(l[E(1567)],{message:this[E(450)+"rrorMessage"](g)}))}})}else this[s(1446)]&&this[s(1446)][s(1342)]({data:n,fail:f=>{let g=s;this.emit("error",l[g(1245)](it,"error",{message:this[g(450)+g(321)+g(1240)](f)}))}})}close(n,s){this[t(1446)]&&this._socket.close({code:n,reason:s})}["addEvent"+t(596)](n,s){this.on(n,s)}[t(1502)+t(1084)+t(1120)](n,s){let l=t;if(e[l(789)]("BYuKA",l(363)))this[l(332)](n,s);else return l(1140)!=typeof _0x8ecc04&&(_0x422e8e instanceof _0x51741c||_0x33b604[l(1593)]&&_0x52920d[l(1593)]instanceof _0x12e440)||e.UkmUO(e[l(1069)],typeof _0x36de4d)?"":(_0x2bead1.parse(_0x443982),e[l(1144)])}get readyState(){return this[t(1446)].readyState}get[t(413)+"pe"](){let n=t;return this[n(1446)][n(413)+"pe"]}set[t(413)+"pe"](n){}get url(){let n=t;return this[n(1446)][n(1561)]}get[t(1372)](){return this[t(1446)].protocol}get[t(1350)+"ns"](){let n=t;return this._socket[n(1350)+"ns"]}get[t(1303)+"Amount"](){let n=t;return e[n(1410)](n(1542),e[n(741)])?this[n(1424)][n(1198)]:0}}function wp(a,n){let s=t;if(e[s(841)](e.fqLYg,s(705)))try{return!!this[s(1424)]}catch(l){return _0x48c009[s(1249)](l),!1}else{if(n)return new n(a.url,a[s(1372)]);if(e[s(536)](Kr,An))return new mp(a.url,a[s(1372)],a.headers);if(e.AjtoT(Yn,$r)&&e[s(1064)](e[s(1250)],typeof WebSocket)&&WebSocket)return new WebSocket(a.url,a[s(1372)+"s"])}}function _p(a){let n=t;if(e[n(901)]!=="idAmG")_0x48dc35[n(1695)](_0x4a186e,_0x359be1);else return!!(a||Kr&&wx["connectS"+n(356)]||An&&tt[n(623)+n(356)]||e[n(536)](Yn,$r)&&e[n(1041)](e[n(1250)],typeof WebSocket)&&WebSocket)}function tl(a,n,s){let l=t,f={MfpkQ:function(S,p){return S!==p},kGmrH:"zKgwU",mLSJD:e[l(335)],oOqYJ:function(S,p){return e.MpVUE(S,p)}},g=-1;async function E(S){let p=l;return f[p(470)](f[p(1691)],f.mLSJD)?S<=g?Promise[p(1391)](new Error(p(471)+p(1650)+p(1288)+p(477)+"process")):(g=S,S===s.length?Promise[p(1083)]():s[S].bind(a)(n,E[p(1495)](null,f[p(912)](S,1)))):this._socket[p(413)+"pe"]}E(0)}function nl(a){let n=t,s=0,l=0;for(let f=0;f<a[n(320)];++f)l=a[n(1094)+"At"](f),l<128?s+=1:e[n(659)](l,2048)?s+=2:e.TqTAj(e.QWTkY(64512,l),55296)&&e[n(1410)](e[n(1767)](64512,a[n(1094)+"At"](e[n(1487)](f,1))),56320)?(++f,s+=4):s+=3;return s}function rl(a,n,s){let l=t;if(e[l(604)](s,n)<1)return"";let f="";for(let g=n;e[l(820)](g,s);){let E=a[g++];if(e[l(432)](E,127))f+=String["fromChar"+l(1219)](E);else if(e.fQmmi(E,192)&&e[l(323)](E,224))f+=String[l(384)+l(1219)](e.jpszu(e[l(1492)](31&E,6),e.NxOIn(63,a[g++])));else if(e[l(1627)](E,224)&&e[l(1644)](E,240))f+=String[l(384)+l(1219)](e.Bkknu(e[l(695)](e.HeSHb(e[l(934)](15,E),12),e[l(964)](e.FGeEs(63,a[g++]),6)),e[l(1394)](63,a[g++])));else if(E>=240){let S=e[l(1616)](e[l(1210)](e.UBtAO(e[l(1576)](e[l(1427)](7,E),18),e[l(1193)](e[l(582)](63,a[g++]),12)),e[l(1361)](e.ciuSq(63,a[g++]),6))|e[l(513)](63,a[g++]),65536);f+=String["fromChar"+l(1219)](e.yDVqi(55296,e[l(550)](S,10))),f+=String[l(384)+"Code"](e[l(1357)](56320,e[l(689)](1023,S)))}}return f}function ca(a,n,s){let l=t;if(e[l(1626)](e[l(1790)],e[l(1790)])){let f=_0x44c6f8(l(1204),{message:_0x4f2ec9[l(411)],code:_0x63d751[l(1213)+"ERROR"],error:_0x38a345});this["_dispatchErrorEv"+l(654)](f)}else{let f=s,g,E;for(let S=0;e[l(1339)](S,a[l(320)]);++S)g=a[l(1094)+"At"](S),e.HShqY(g,128)?n[s++]=g:e[l(820)](g,2048)?(n[s++]=e[l(862)](g,6)|192,n[s++]=e[l(1202)](e[l(828)](63,g),128)):e[l(719)](64512,g)===55296&&e[l(1615)](e[l(1349)](64512,E=a.charCodeAt(S+1)),56320)?(g=e[l(835)](e[l(1221)](65536,e.KeMIh(e[l(523)](1023,g),10)),e[l(513)](1023,E)),++S,n[s++]=e[l(1282)](e[l(1362)](g,18),240),n[s++]=e[l(1282)](e[l(550)](g,12)&63,128),n[s++]=e[l(1670)](e.WsXkD(g,6)&63,128),n[s++]=e[l(809)](63&g,128)):(n[s++]=e[l(956)](g>>12,224),n[s++]=e[l(1370)](e[l(862)](g,6)&63,128),n[s++]=e[l(1784)](e[l(1474)](63,g),128));return s-f}}async function il(a){let n=t;if(e[n(1247)](e[n(1069)],typeof a)){let s=new Uint8Array(e[n(1717)](nl,a));return ca(a,s,0),s}return e[n(791)](a,ArrayBuffer)?new Uint8Array(a):new Uint8Array(a[n(1593)],a[n(1036)+"et"],a.byteLength)}function yp(a){let n=t;if(e[n(819)](e[n(815)],e.TIyVh))try{return e[n(403)]("string",typeof a)&&(e[n(1007)](a,ArrayBuffer)||a[n(1593)]&&e[n(1007)](a[n(1593)],ArrayBuffer))||e.BvHnr(e[n(1069)],typeof a)?"":(JSON.parse(a),n(969)+n(792))}catch{return e[n(1317)](e.gNgzb,typeof a)?e[n(1786)]:""}else++_0x54f240,_0x255f63+=4}let Ep=(a,n)=>{let s=t;switch(a){case e.UBvsB:case e.TuRcq:return{[s(692)+a]:1,"x-tt-env":n};default:return{}}};class vp{constructor(n){let s=t;this[s(609)+s(1503)]=n,this[s(566)]=0}[t(337)](){let n=t;this[n(566)]++}[t(699)+t(1356)+"nt"](){let n=t;return e[n(1429)](this.count,this[n(609)+n(1503)])}[t(961)+t(666)](n=0){let s=t;e.kVBvL(e[s(420)],e.ZXjwX)?this.on(_0x2b1564,_0x5acbe9):(this[s(609)+s(1503)]=n,this[s(566)]=0)}}async function bp(a){let n=t,s={XXhSF:n(1075),aGsGM:function(l,f){return e[n(1525)](l,f)},WGECK:e[n(670)],DkHut:e.UyvEF,hHXpW:function(l,f){return l===f},NbxlZ:e[n(1689)],IXsyV:function(l,f){return e[n(1070)](l,f)},izgVP:n(795),TdSsn:e[n(668)],ZAEXL:e[n(457)],xpHkM:e.vPrCf};return new Promise(l=>{let f=n,g={MysAT:function(E,S){return E==S},GnVbc:"string",djfCB:function(E,S){return E===S},QdjlP:s[f(436)],wDZBW:function(E,S){return s[f(1575)](E,S)},RkYrG:s[f(1594)],TIjmu:f(1531)+f(440)+"s",vrqll:s[f(532)]};if(s[f(1178)](s.NbxlZ,s[f(829)])){if(!Yn)return s[f(822)](l,s.WGECK);try{let E=document["createEl"+f(1074)](s[f(943)]);window[f(824)+f(1726)]=S=>{let p=f;if(g.djfCB(g.QdjlP,g[p(1712)]))document[p(591)]["removeCh"+p(1734)](E),window["frontier"+p(1726)]=void 0,g[p(1224)](l,S&&S[p(576)]||g[p(1783)]);else return DgespZ[p(423)](DgespZ.GnVbc,typeof _0x3ff95f)?p(602)+"in;chars"+p(1077):""},E.type=s[f(1491)],E[f(1602)]=a[f(871)](/^ws/,s[f(331)])+s[f(760)];try{document.body[f(1629)+f(1734)](E)}catch{document[f(591)][f(806)+f(1734)](E)}}catch{window[f(824)+f(1726)]=void 0,s[f(1575)](l,s.WGECK)}}else _0x15a259(f(652)),this[f(332)](g[f(638)],_0x47c6d9),this.off(g[f(624)],_0x652da3)})}function en(a,n,s){let l=t;return!!a?.[l(1147)](f=>f[l(563)]===n&&f.value===s)}function Xn(a,n){let s=t;if(e[s(790)](e[s(1417)],e[s(788)]))return a?.[s(1147)](l=>l[s(563)]===n)?.value;this[s(609)+s(1503)]=_0x1587ae,this[s(566)]=0}let da=null;async function Sp(){let a=t;return da||(da=Promise.resolve()[a(603)](Lt[a(1495)](Lt,e[a(1403)]))),da}class Ip extends aa{constructor(n,s){let l=t;if(e[l(567)](e[l(1618)],e[l(1618)]))return _0x49b882||(_0x5378a2=[_0x25bb88[l(1466)+"e"][l(1523)],_0x4aea9f[l(1466)+"e"][l(1589)],_0x236117.prototype[l(1589)+"PrimaryKey"]]);super(),this[l(742)]=n,this[l(1092)]=s,this[l(1424)]=void 0,this["_initPro"+l(1388)]=null}async[t(1049)](){await this[t(453)]()}async _init(){let n=t,s={dZELf:e[n(1724)],xnOOK:e[n(852)],OwCYA:function(l){return e[n(1725)](l)},rObIq:function(l,f,g,E){return e.YJypf(l,f,g,E)}};if(e[n(1612)](e[n(1674)],e[n(1674)]))try{return e.IkuHH(e[n(1069)],typeof _0x4ae950)&&(e[n(1423)](_0x225b4f,_0x17834e)||_0x171d9f[n(1593)]&&e[n(884)](_0x3b7919[n(1593)],_0x208380))||e.vBBHm(n(1140),typeof _0x5b4148)?"":(_0x2a2253[n(529)](_0x4c4f13),e[n(1144)])}catch{return e[n(1760)](e[n(1069)],typeof _0x15643c)?e[n(1786)]:""}else{if(this[n(1424)])return;if(this._initPromise)return this[n(1111)+n(1388)];try{let l=this[n(742)],f=this._keyPath;this["_initPro"+n(1388)]=(async()=>{let g=n,E={KNorr:s[g(1513)],KFCqR:s[g(891)]},{openDB:S}=await s.OwCYA(Sp);this[g(1424)]=await s[g(1010)](S,g(824)+"_"+l,1,{upgrade(p){let k=g,P={Pwmri:E[k(747)]};E[k(1152)]===E[k(1152)]?p[k(1777)+k(1736)+"e"](l,{keyPath:f}):(this[k(1739)](P[k(1701)],_0x5b395a),this[k(1619)+"eAck"]&&this[k(1619)+k(1509)](_0x37f53e))}})})(),await this["_initPro"+n(1388)]}catch(l){console[n(1249)](l)}finally{this[n(1111)+n(1388)]=null}}}async get(n){let s=t;try{return await this[s(453)](),this[s(1424)]?.[s(1634)](this._dbName,n)}catch(l){console[s(1249)](l)}}async[t(1695)](n,s){let l=t;return await this[l(453)](),this._qosDB?.[l(1042)](this._dbName,n)}async del(n){let s=t;try{return await this[s(453)](),this[s(1424)]?.[s(727)](this[s(742)],n)}catch(l){e[s(945)]===s(500)?console.log(l):(e[s(687)](_0x176731,_0x2580b9,24),e[s(1480)](_0xbab657,_0x420dfb,e[s(1300)](_0x35d552,_0x4c1896)))}}async clear(){let n=t;try{if(e[n(1615)](e[n(460)],e[n(460)]))return await this[n(453)](),this[n(1424)]?.clear(this[n(742)]);{let s=this[n(386)+n(1364)][n(1229)]((l,f)=>(l+=f&&f.byteLength||0,l),0);return e[n(1095)](s,this[n(1089)]?this[n(1089)].bufferedAmount:0)}}catch(s){if(e[n(1156)](e[n(574)],e.DtouR)){let l=_0x345eba[n(1259)](":");_0x5e1d7c&&(_0xe3ba2b=l[n(320)]),_0xd2902c+=l[n(320)];for(let f=0;e[n(1097)](f,l[n(320)]);f++)if(l[f].length!==4){let g=_0x86d80e[n(899)+"g"](0,e[n(317)](4,l[f].length)),E=g[n(1596)](l[f]);_0x3f7c3a[n(1652)](E)}else _0x3132d3[n(1652)](l[f]);_0x14ba63=!1}else console.log(s)}}async[t(1572)](){let n=t;return await this._init(),this[n(1424)]?.[n(773)+"ys"](this[n(742)])}async[t(988)](){let n=t;return await this._init(),this[n(1424)]?.getAll(this[n(742)])}async[t(832)](){let n=t;try{this[n(1424)]?.[n(1557)](),this[n(1424)]=void 0}catch(s){console[n(1249)](s)}}get[t(1198)](){let n=t;try{return!!this[n(1424)]}catch(s){return console[n(1249)](s),!1}}}class Ap{constructor(n,s){let l=t;if(e[l(881)](l(1632),e[l(926)]))this[l(736)]=n,this[l(406)]=s,this[l(1424)]=localStorage;else{let{initReconnectInterval:f,maxReconnectInterval:g,reconnectIntervalGrowFactor:E}=this[l(1498)],S=e[l(1017)](f,_0x345f2c[l(952)](E,_0x2e0f4e-1));return e[l(525)](S,g)?g:S}}async[t(1049)](){}get[t(1254)](){let n=t;return e.xluSo(n(439),e[n(1008)])?n(824)+"_"+this[n(736)]:UdzSgm.QuBSc(_0xb540f2,_0x57ae12[n(358)](UdzSgm.fRllQ(_0x316a85,this),_0x4e05b8))}async[t(1634)](n){let s=t,l=this[s(1424)][s(497)](this[s(1254)]);return JSON.parse(e[s(1605)](l,"{}"))[n]}async set(n,s){let l=t,f=this._qosDB[l(497)](this[l(1254)]),g=JSON[l(529)](f||"{}");return g[s||n[this[l(406)]]]=n,this[l(1424)][l(1187)](this[l(1254)],JSON.stringify(g)),s||n[this[l(406)]]}async[t(1401)](n){let s=t,l=this._qosDB.getItem(this[s(1254)]),f=JSON[s(529)](l||"{}");return f[n]=void 0,this[s(1424)][s(1187)](this[s(1254)],JSON[s(676)+"y"](f))}async clear(){let n=t;if(n(1588)===e.aZSTG)this["_interva"+n(1101)+"Id"]=null,this[n(1352)+"l"]=36e5,this[n(1424)]=_0x4f9436(e[n(1437)],n(735)+"id");else return this[n(1424)].clear()}async keys(){let n=t,s=this[n(1424)].getItem(this[n(1254)]),l=JSON[n(529)](s||"{}");return Object[n(1572)](l)}async getAll(){let n=t,s=this._qosDB[n(497)](this._prefix),l=JSON[n(529)](e[n(536)](s,"{}"));return Object[n(679)](l)}[t(832)](){return Promise[t(1083)]()}get[t(1198)](){return!!this._qosDB}}class Tp{constructor(n,s){let l=t;this[l(736)]=n,this[l(406)]=s,this[l(1424)]=An?tt:Kr?wx:null}async[t(1049)](){}get[t(1254)](){let n=t;return n(824)+"_"+this[n(736)]}async[t(1634)](n){let s=t,l=this[s(1424)][s(678)+s(1328)](this[s(1254)]);return JSON[s(529)](e[s(536)](l,"{}"))[n]}async[t(1695)](n,s){let l=t;if(e.vstaZ(l(1640),e[l(612)])){let f=this[l(1424)]["getStora"+l(1328)](this[l(1254)]),g=JSON[l(529)](f||"{}");return g[s||n[this[l(406)]]]=n,this[l(1424)][l(544)+"geSync"](this[l(1254)],JSON[l(676)+"y"](g)),s||n[this[l(406)]]}else{let f=e[l(1493)](_0x3a7ece,e[l(784)],{message:e.imUFx});this[l(1547)+"econnect"]&&this[l(1547)+l(1678)](f)}}async[t(1401)](n){let s=t,l=this[s(1424)]["getStora"+s(1328)](this[s(1254)]),f=JSON.parse(e[s(1605)](l,"{}"));return f[n]=void 0,this[s(1424)][s(544)+s(1328)](this[s(1254)],JSON[s(676)+"y"](f))}async[t(373)](){return this[t(1424)].clearStorageSync()}async keys(){let n=t,s=this[n(1424)][n(678)+n(469)+"nc"](this[n(1254)]),l=JSON[n(529)](e[n(1605)](s,"{}"));return Object[n(1572)](l)}async[t(988)](){let n=t,s=this[n(1424)][n(678)+"geInfoSync"](this[n(1254)]),l=JSON[n(529)](e[n(1605)](s,"{}"));return Object[n(679)](l)}[t(832)](){return Promise[t(1083)]()}get[t(1198)](){return!!this[t(1424)]}}function sl(a,n){let s=t;if(e[s(813)](An,An))return new Tp(a,n);if(e[s(1728)](Yn,$r)&&e[s(1064)](e[s(1250)],typeof indexedDB))return new Ip(a,n);if((Yn||$r)&&e[s(1782)](e[s(1250)],typeof localStorage))return new Ap(a,n);throw new Error(e[s(506)])}class Cp{constructor(){let n=t;this[n(1352)+n(1101)+"Id"]=null,this[n(1352)+"l"]=36e5,this[n(1424)]=sl(e.YvpZx,e[n(637)])}async[t(1352)+t(505)](){let n=t;clearInterval(this[n(1352)+n(1101)+"Id"]),this["_interva"+n(1101)+"Id"]=e[n(1723)](setInterval,()=>{let s=n;this[s(1753)+s(1116)]()},this[n(1352)+"l"])}async[t(1049)](){let n=t,s={KmCXf:e[n(1056)],DTykn:e[n(1045)]};e[n(376)](e[n(1486)],e[n(1486)])?await this[n(1424)][n(1049)]()[n(603)](()=>{let l=n;this[l(1352)+l(505)]()}):(_0x5ea61f&&_0x47c5f7["addEvent"+n(596)](PVeufs.KmCXf,()=>_0x5cfb60()),_0x5b718a&&_0x20f86b[n(1714)+"Listener"](PVeufs[n(1682)],()=>_0x39b9af()))}async[t(1753)+"ired"](){let n=t;(await this[n(1424)]?.getAll()||[])[n(375)](({timestamp:f})=>f<Date[n(1125)]())[n(407)](f=>{let g=n;this[g(1424)]?.[g(1401)](f[g(735)+"id"])})}async[t(1401)](n){let s=t;if(e[s(346)]!==e[s(346)])_0x3a40eb.d=(l,f)=>{let g=s;for(var E in f)_0x32ce52.o(f,E)&&!_0x35cabb.o(l,E)&&_0x1c7e43[g(1604)+"operty"](l,E,{enumerable:!0,get:f[E]})};else return this._qosDB?.[s(1401)](n)}async[t(1695)](n,s){let l=t;if(e[l(1601)](e[l(1400)],e[l(1060)]))this._DBName=_0x3fc8f4,this._pathKey=_0x39cf3d,this[l(1424)]=_0x4f0f7c;else return this._qosDB?.[l(1695)]({message_id:n,timestamp:s})}async[t(1634)](n){let s=t;return this._qosDB?.[s(1634)](n)}async[t(832)](){let n=t;clearInterval(this[n(1352)+n(1101)+"Id"]),await this._qosDB?.closeDB()}get[t(1198)](){let n=t;if(e[n(1597)](e[n(1185)],e[n(1108)]))return this[n(1424)]?.[n(1198)];this[n(487)]=!0,this._connect()}}function la(a){let n=t,s=!!this[n(1498)][n(517)+"S"];if(!s)return{enabled:s,isQoSMessage:!1,isQoSAck:!1,isAckCleanupMessage:!1,ackMsgIds:[]};let l=e.YJypf(en,a[n(411)][n(1355)],"x_fronti"+n(1539),"2"),f=l&&e[n(872)](en,a.message[n(1355)],e[n(1425)],"1"),g=l&&e[n(1316)](en,a[n(411)][n(1355)],e.jrpRy,"1"),E=g?e.TbNUm(Xn,a[n(411)][n(1355)],e[n(635)])?.split(",").filter(Boolean)||[]:[];return{enabled:s,isQoSMessage:l,isQoSAck:f,isAckCleanupMessage:g,ackMsgIds:E}}async function ol(){let a=t;return this[a(1160)+"ger"]||(this[a(1160)+a(1052)]=new Cp),this[a(1160)+a(1052)][a(1198)]||await this[a(1160)+a(1052)][a(1049)](),this[a(1160)+a(1052)]}async function Rp(a,n){let s=t,{enableAutoAck:l}=this[s(1498)],f=e.YJypf(en,a[s(411)][s(1355)],e[s(1090)],"1"),g=e[s(872)](en,a[s(411)][s(1355)],e[s(614)],"1"),E=la[s(1034)](this,a);if(e[s(396)](l,f)){let{SeqID:S,LogID:p,service:k,LogIDNew:P,method:F}=a[s(411)];this[s(681)]({SeqID:S,LogID:p,LogIDNew:P,service:k,method:F,headers:[{key:e[s(614)],value:"1"},{key:s(553),value:P||""},{key:"ack_code",value:"0"}]})}g&&!E.isQoSAck&&this[s(1684)+s(739)+s(850)](a),e[s(581)](n)}async function kp(a,n){let s=t;this[s(1765)](s(493),a[s(411)]),e.YAswG(n)}async function Dp(a,n){let s=t,l=e[s(965)](Yt,await e[s(1283)](il,a[s(1082)]));try{if(l.payload instanceof Uint8Array){let f=this[s(1498)][s(1556)+"ncoding"]instanceof Object?{force:!!this[s(1498)][s(1556)+s(1551)][s(1104)],encoding:this[s(1498)][s(1556)+"ncoding"][s(348)]?this[s(1498)]["payloadE"+s(1551)][s(348)][s(871)](/\s/g,"")["toLowerC"+s(402)]():""}:{force:!1,encoding:this[s(1498)][s(1556)+s(1551)]?this._options["payloadE"+s(1551)].replace(/\s/g,"")["toLowerC"+s(402)]():""},g=l[s(1556)+"ncoding"]?l["payloadE"+s(1551)].replace(/\s/g,"")[s(424)+s(402)]():"",E=e[s(830)](this._options["payloadT"+s(318)],Object)?{force:!!this._options[s(959)+s(318)][s(1104)],type:this._options[s(959)+s(318)][s(345)]?this[s(1498)]["payloadT"+s(318)].type[s(871)](/\s/g,"")[s(424)+s(402)]():""}:{force:!1,type:this[s(1498)]["payloadT"+s(318)]?this[s(1498)][s(959)+s(318)][s(871)](/\s/g,"").toLowerCase():""},S=l[s(959)+s(318)]?l[s(959)+s(318)][s(871)](/\s/g,"")[s(424)+s(402)]():"",p=E[s(1104)]?E.type:S||E[s(345)],k=f[s(1104)]?f.encoding:g||f[s(348)],P=[e.jyAok,s(969)+s(792),e.xeOji,"string"],F=[s(1534)+"e",e[s(554)]];this[s(1498)][s(1381)+s(1599)+s(1651)+"ad"]&&P[s(1386)](p)&&(!k||F[s(1386)](k))?l[s(1505)+"oad"]=e[s(673)](rl,l.payload,0,l[s(1200)][s(940)+"th"]):l.textPayload=""}else l[s(1505)+s(1333)]=""}catch(f){l[s(1505)+s(1333)]="",console[s(1249)](f)}a[s(411)]=l,e[s(1732)](n)}function Pp(a,n,s){let l=t,f={Dljeg:function(k,P){return e[K(1349)](k,P)},EoPBG:function(k,P){return e[K(1221)](k,P)},CubqI:function(k,P){return k>P},uLxUX:function(k,P){return e[K(1475)](k,P)},iRDyF:e[l(1558)],TWTba:function(k,P){return e[l(355)](k,P)},cSgGI:function(k,P){return k&P},NyqNd:function(k,P){return e[l(455)](k,P)}},g=e[l(663)](s,8192),E=e.bgDFG(g,1),S=null,p=g;return function(k){let P=l;if(k<1||f[P(468)](k,E))return a(k);if(f.CubqI(f.EoPBG(p,k),g))if(f[P(1787)](f[P(708)],P(1032)))S=f[P(1180)](a,g),p=0;else return _0x531e91.readUInt8?{value:_0x368a22[P(600)+"8"](_0x23c367),offset:_0x2ef6a4+1}:{value:f.Dljeg(255,_0x1383ac[_0x4b2062]),offset:f[P(1668)](_0x410af5,1)};let F=n.call(S,p,p+=k);return f[P(1019)](7,p)&&(p=f[P(882)](7,p)+1),F}}let Op=4294967295;function Lp(a,n,s){let l=t;return e.TNCoS(RangeError,e[l(1761)](e[l(835)](e[l(1313)](e[l(1076)](e[l(1376)]+a,e[l(1685)]),n||1),e.JuwYs),s))}function Np(a,n,s){let l=t;if(e[l(1109)](s,Op))throw new Error(l(1675)+l(451)+"e");let f=3;for(;e.SOPbk(f,0);){let g=e.zCWZy(255,s);e[l(1316)](fa,g,a,e[l(401)](n,f)),s>>>=8,f--}return n+4}function Mp(a,n){let s=t,l=0,f=n,g=e.beqxD(n,4);for(;e[s(1302)](f,g);){let{value:E,offset:S}=e[s(1093)](ua,a,f);f=S,l=e[s(1656)](e[s(1193)](l,8),0),l+=E}return{value:l,offset:g}}function Bp(a,n,s){let l=t,f={IMUTi:e[l(597)],uyIry:function(g,E,S){return e[l(1740)](g,E,S)}};if(l(966)!==e.CFwUD){let g=e.vdCIU.split("|"),E=0;for(;;){switch(g[E++]){case"0":if(n[l(879)])return e[l(565)](n[l(879)](a,s),s);continue;case"1":if(a[l(320)]<40)return e.QXdjM(e[l(1413)](ca,a,n,s),s);continue;case"2":if(n[l(503)+"e"])return e[l(887)](n[l(503)+"e"](a,s),s);continue;case"3":if(!a)return s;continue;case"4":return e.cFpYW(e[l(1413)](ca,a,n,s),s)}break}}else this.emit(DNiBTT.IMUTi,DNiBTT[l(1383)](_0x4af42f,l(1204),{message:this[l(450)+l(321)+l(1240)](_0x14923c)}))}function Fp(a,n){let s=t,l=new fe(e[s(846)](e[s(1155)](e.nWrrj(a[e[s(1761)](n,4)]<<24,a[e[s(1445)](n,5)]<<16),e[s(1131)](a[e[s(1703)](n,6)],8)),a[e[s(641)](n,7)]),e[s(1371)](e.KnpcP(e[s(1550)](a[e.eEVmD(n,0)]<<24,e.jmEMM(a[e.JpOiH(n,1)],16)),e[s(617)](a[e[s(1289)](n,2)],8)),a[e[s(856)](n,3)]),!0);return n+=8,{value:l,offset:n+8}}function zp(a,n,s){let l=t;if(e[l(1118)]("flbvR",l(861))){let f=a.low,g=a[l(665)];return n[s]=e[l(930)](g,24),n[e[l(1313)](s,1)]=e[l(1201)](g,16)&255,n[e[l(1057)](s,2)]=e[l(996)](e.kvduX(g,8),255),n[e[l(1703)](s,3)]=e[l(513)](255,g),n[e.bwfvN(s,4)]=e[l(930)](f,24),n[s+5]=e[l(556)](e[l(1396)](f,16),255),n[e[l(1377)](s,6)]=e[l(523)](f>>>8,255),n[e[l(963)](s,7)]=e[l(1709)](255,f),s+=8,s}else return _0x94e8a5?.[l(1147)](f=>f.key===_0x4be029)?.value}function ua(a,n){let s=t;return a[s(600)+"8"]?{value:a[s(600)+"8"](n),offset:e.bpeHO(n,1)}:{value:e[s(1710)](255,a[n]),offset:n+1}}function fa(a,n,s){let l=t;return n[l(1540)+"t8"]?n[l(1540)+"t8"](a,s):n[s]=255&a,e.TxsNb(s,1)}let Up=function(a){let n=t;return e[n(833)](n(657),e[n(888)])?new _0x5e517f(_0x10072a,{message:_0x15af26,code:_0x38f604,error:_0x37a662}):new Uint8Array(a)},Gp=e.LcEvX(t(865)+"d",typeof Buffer)?Buffer[t(1485)+t(729)]:e[t(1768)](Pp,Up,Uint8Array[t(1466)+"e"][t(1235)]);(()=>{let a=t,n={qgXgq:e[a(1447)],eaIbi:function(l,f){return e[a(1511)](l,f)},iiXib:function(l,f){return e.XGYAd(l,f)},SIhoJ:function(l,f){return e[a(1194)](l,f)},XNsJM:function(l,f){return e.IajgE(l,f)},KDXcn:function(l,f){return e[a(1201)](l,f)},lSqfe:function(l,f){return e[a(688)](l,f)},JfCfd:function(l,f){return e[a(1001)](l,f)},aWSel:function(l,f){return e[a(618)](l,f)},CgGQn:function(l,f){return e[a(937)](l,f)},QfHbY:function(l,f){return e.ZUBip(l,f)},zxUsj:function(l,f,g,E){return e.YJypf(l,f,g,E)},zafQk:function(l,f){return e.eZmYa(l,f)},lbIfy:function(l,f){return e[a(618)](l,f)},dgtuO:function(l,f){return e.xweal(l,f)},QBLea:function(l,f){return e[a(349)](l,f)}},s=4294967295;return function(l,f,g=!0){let E=a,S=n[E(1416)][E(1259)]("|"),p=0;for(;;){switch(S[p++]){case"0":s=n.eaIbi(n[E(472)](s,n[E(836)](n.XNsJM(127,l[f]),7)),0);continue;case"1":s=n[E(706)](n[E(1649)](s,n.JfCfd(127,l[f])<<21),0);continue;case"2":if(l[f++]<128)return{value:g?s:n.aWSel(0,s),offset:f};continue;case"3":if(n[E(1482)](l[f++],128))return{value:g?s:0|s,offset:f};continue;case"4":if(n[E(555)](f+=5,l.length))throw f=l[E(320)],n[E(1242)](Lp,f,10,l[E(320)]);continue;case"5":if(n[E(1091)](l[f++],128))return{value:g?s:n[E(472)](0,s),offset:f};continue;case"6":s=n.KDXcn(n[E(1488)](127,l[f]),0);continue;case"7":s=n[E(334)](s,n[E(836)](15&l[f],28))>>>0;continue;case"8":s=n.dgtuO(n.iiXib(s,(127&l[f])<<14),0);continue;case"9":if(n[E(1091)](l[f++],128))return{value:g?s:n[E(1296)](0,s),offset:f};continue;case"10":return{value:g?s:0|s,offset:f};case"11":if(n[E(1482)](l[f++],128))return{value:g?s:0|s,offset:f};continue}break}}})();let qp=16,ha=32;function Hp(a){let n=t,s=0,l={};for(let f=0;e[n(1059)](f,a[n(320)]);f++)l[a[f][n(1257)+"ame"]]=e.SdWRP(nl,a[f]["cursor_n"+n(897)]),s+=14+l[a[f][n(1257)+n(897)]];return[s,l]}function al(a,n,s){let l=t,f={JZEjA:function(k,P){return e[K(1399)](k,P)},pOfXO:l(330)+l(501)},[g,E]=e[l(1315)](Hp,a),S=Gp(g),p=0;return a.forEach(k=>{let P=l;if(e[P(374)](e[P(907)],P(452)))console[P(1249)](e[P(1533)],k,k[P(1796)]),p=fa(0,S,p),console.log(P(560),p),p=Np(S,p,k[P(1796)]||0),console[P(1249)](e.kfFwm,p),p=e[P(673)](fa,E[k[P(1257)+P(897)]],S,p),console.log(e[P(1184)],p),p=e.YJypf(Bp,k["cursor_n"+P(897)],S,p),console[P(1249)](e[P(1306)],p),p=zp(fe[P(1012)+"er"](k[P(632)]||n),S,p),console[P(1249)](e[P(732)],p);else{if(mCBvHw[P(1720)](_0x1196d2.offset,_0x226dd4)>_0x58c833[P(949)])throw new _0x40744f(mCBvHw[P(507)]);_0xe1cef4[P(756)]+=_0x3f5756}}),{frameType:ha,headers:[{key:e[l(802)],value:s}],payload:S}}function jp(a){let n=t,s=0,l=[];for(;e.xqkmx(s,a[n(940)+"th"]);){let{offset:f}=e[n(1142)](ua,a,s);s=f;let g={cursor_name:"",cursor:0,service:0},{value:E,offset:S}=e[n(909)](Mp,a,s);g[n(1796)]=E,s=S;let{value:p,offset:k}=e.xMCzf(ua,a,s);s=k,g[n(1257)+n(897)]=e.bGBlJ(rl,a,s,e[n(1385)](s,p)),s+=p;let{value:P,offset:F}=Fp(a,s);g[n(632)]=P[n(562)](),s=F,l.push(g)}return l}function Wp(){let a=t;return{frameType:ha,headers:[{key:e[a(802)],value:a(780)+"_EXIST"}],payload:void 0}}class Kp{constructor(n,s,l){let f=t;if(e[f(1314)](e[f(776)],e[f(776)]))this[f(967)+"ameSpace"]=n,this[f(1538)+f(619)]=s,this[f(386)+f(750)]=l,this[f(1424)]=sl(this["_cursorN"+f(315)],f(1257)+"ame");else return new _0x292606(_0xbbe4d1,{message:_0x86c2de})}async openDB(){let n=t;await this[n(1424)][n(1049)]()}async getCursors(){let n=t;if(!this[n(1424)].isReady)return;let s=this[n(386)+n(750)],l=await this._qosDB[n(988)]();switch(console[n(1249)](e[n(1529)],l),s){case e[n(1195)]:return l&&l[n(320)]?e.YJypf(al,l,0,this[n(1538)+"ileName"]):void 0;case e[n(616)]:return;case e[n(895)]:return l&&l.length?e.YJypf(al,l,0,this._cursorFileName):e[n(1732)](Wp)}}async[t(1695)](n,s,l){let f=t;return console.log(e[f(1307)],n,s,l),this._qosDB[f(1695)]({cursor_name:n,cursor:s,service:l})}async[t(1630)+"rs"](n){let s=t,l=jp(n);for(let f of l)console[s(1249)](e.NtJSV,l),await this[s(1424)][s(1695)](f)}async[t(1634)](n){let s=t;return(await this[s(1424)].get(n))?.[s(632)]}async closeDB(){await this[t(1424)].closeDB()}[t(838)+t(462)+"Name"](n){let s=t;this[s(1538)+s(619)]=n}get isReady(){let n=t;if(e[n(1426)](e[n(498)],n(922)))_0x137187(_0x2f06ba[n(1204)]),_0x5e4e02();else return this[n(1424)][n(1198)]}}let $p="__x_msg_"+t(622);async function cl(a){let n=t;if(!this[n(1498)][n(517)+"S"])return null;let{aID:s,fpID:l,messageStrategy:f}=this[n(1498)],g=a||$p;try{if(e[n(461)]("HTWWg",e[n(521)])){let E=this[n(1424)][n(497)](this[n(1254)]),S=_0x2ecf21[n(529)](e.MXRYS(E,"{}"));return S[_0xce5e3d||_0x39fe63[this._pathKey]]=_0x4599e3,this._qosDB[n(1187)](this[n(1254)],_0xd7591a.stringify(S)),_0x1d1ec0||_0x35efdc[this[n(406)]]}else return this[n(590)+"anager"]?a&&this["_cursorM"+n(1373)][n(838)+n(462)+"Name"](a):this[n(590)+n(1373)]=new Kp(l+"_"+s+"_"+g,g,f),this[n(590)+n(1373)][n(1198)]||await this["_cursorM"+n(1373)][n(1049)](),this[n(590)+"anager"]}catch{return null}}async function Vp(a,n){let s=t,l=e[s(491)](en,a[s(411)][s(1355)],e[s(847)],"-1"),f=e[s(1176)](en,a[s(411)].headers,e[s(614)],"1"),g=e[s(1148)](Xn,a[s(411)][s(1355)],e.isKhZ),E=e[s(524)](Number,e.ocFuX(Xn,a[s(411)][s(1355)],"x_fronti"+s(1290)))||0,S=la[s(1034)](this,a),p=en(a[s(411)][s(1355)],e[s(1621)],"2"),k=e[s(1285)](Xn,a[s(411)][s(1355)],e[s(631)]),P=e[s(1653)](Number,Xn(a[s(411)][s(1355)],e[s(844)]));if(S[s(1311)])return e[s(1645)](n);let F=S[s(1415)+s(1797)]?await ol.call(this):null;if(a[s(411)][s(1796)]>0&&f&&!l||e[s(483)](a[s(411)][s(1796)],0)){if(g&&S[s(1415)+s(1797)]&&F)return!!!await F[s(1634)](g)&&(this[s(1684)+s(685)+s(970)](a),await F[s(1695)](g,e[s(864)](Date.now(),E))),e[s(367)](n);if(p){let H=await cl[s(1034)](this);if(!H)return this[s(1684)+s(685)+s(970)](a),e[s(1725)](n);let ee=await H[s(1634)](k)??-1;if(e[s(820)](ee,P))this[s(1684)+s(685)+s(970)](a),H[s(1695)](k,P,a[s(411)][s(1796)]);else throw new Error("recevied"+s(588)+" cursor "+P+(s(1559)+s(385)+s(914)+"r ")+ee);return n()}return this[s(1684)+"hMessageEvent"](a),e[s(367)](n)}}async function Jp(a,n){let s=t,l={lChfr:function(f,g,E){return e[K(1494)](f,g,E)}};if(e[s(1047)](e.HtCNY,e[s(680)])){let f=la.call(this,a);if(!f[s(1415)+s(1797)])return e.zQYFr(n);let g=await ol[s(1034)](this);if(f[s(428)+s(972)+s(1240)]&&f.ackMsgIds.length)for(let E of f[s(1451)+"s"])await g.del(E);e[s(393)](n)}else{let f=l.lChfr(_0x3815fb,s(1204),{message:_0x570aed[s(411)],code:_0x14634e[s(1749)+"OR"],error:_0xc3e8d1});this["_dispatc"+s(1641)+s(654)](f)}}async function Zp(a,n){let s=t,l=e[s(1166)](a[s(411)][s(1715)+"e"],qp),f=e[s(549)](a[s(411)].frameType,ha);if(!l&&!f)return n();let g=e.SAucs(Xn,a[s(411)][s(1355)],e.DfUIW);if(!g)return e[s(1673)](n);let E=await cl[s(1034)](this,g);if(!E)return e[s(367)](n);if(l){if(e[s(1490)]===e[s(1223)])return!!_0x59b63b?.find(S=>S[s(563)]===_0x41d021&&S[s(449)]===_0x356b2f);{let S=await E[s(1478)+"rs"](),p={frameType:S?.[s(1715)+"e"],SeqID:fe[s(1012)+"er"](this[s(1397)]++),LogID:fe[s(1012)+"er"](this._options[s(1390)+s(444)]()),service:9e3,method:5,headers:S?.[s(1355)],payload:S?.[s(1200)]},k=e[s(1476)](b,p);this[s(1089)]&&this[s(1089)].readyState&&this[s(1089)][s(1342)](k)}}if(f){let S=a[s(411)].payload;S&&E[s(1630)+"rs"](S)}}let Yp=async function(a,n){let s=t;this[s(487)]=!1,clearTimeout(this[s(1603)+s(1332)+"utId"]),e[s(870)](n)},Xp=async function(a,n){let s=t;if(!this[s(1089)]||e[s(881)](this[s(1089)][s(1013)+"te"],this[s(410)]))return e[s(778)](n);let{pingInterval:l}=this[s(1498)];this[s(853)+s(412)]?.[s(606)+"pointCon"+s(1398)]();for(let g=0;e[s(1552)](g,this._messageQueue.length);g++){let E=this["_message"+s(1364)][g];if(this._ws[s(1013)+"te"]===this[s(410)]&&E!==null)this[s(1089)]&&this._ws[s(1342)](E),this[s(386)+s(1364)][g]=null;else break}this[s(386)+s(1364)]=this[s(386)+"Queue"][s(375)](g=>!!g),this[s(1253)+s(1234)+"Id"]=e[s(1098)](setTimeout,()=>this._ping(),l),this[s(1684)+s(351)+"nt"](a),this[s(557)+"er"]&&this[s(1089)]&&(this[s(1089)][s(413)+"pe"]=this["_binaryT"+s(318)]);let f=this[s(853)+s(412)]?.["getCurre"+s(1434)+"nt"]();this[s(1765)]("open "+f+" success"),e[s(778)](n)},Qp=async function(a,n){let s=t,l=this[s(853)+s(412)]?.[s(601)+s(1434)+"nt"]();this[s(1765)](s(434)+l),e[s(476)](n)};class eg extends aa{constructor(n){let s=t,l={Kdhiw:function(S,p){return e[K(419)](S,p)},NpDiV:function(S,p,k,P){return e.YJypf(S,p,k,P)},lqBQy:function(S,p){return e[K(1102)](S,p)},ZVVly:e.UfQSR,uWaCD:function(S,p,k){return e[K(512)](S,p,k)},kNFMx:e.WjdBV,vgLiT:s(1204),rvahE:function(S,p){return S===p},Ugpin:function(S,p,k){return e.hGith(S,p,k)},AEaQk:function(S,p){return S<p}};super(),this[s(951)+s(980)+s(983)]=!0,this[s(557)+"er"]=Yn,this[s(1716)]=gp,this[s(372)+"T"]=An,this[s(764)+"X"]=Kr,this[s(589)+"r"]=$r,this[s(386)+s(1364)]=[],this[s(853)+s(412)]=null,this[s(336)+s(925)]=!1,this[s(615)+"ype"]=e[s(775)],this[s(1603)+s(1647)]=!1,this[s(1603)+s(1332)+s(1039)]=null,this["_reconne"+s(1442)+"tId"]=null,this[s(1253)+"gTimeoutId"]=null,this._seqId=0,this[s(487)]=!1,this[s(1746)]="",this[s(1160)+s(1052)]=null,this[s(590)+s(1373)]=null,this["_pingLos"+s(1548)]=null,this[s(920)+"ls"]=e[s(1789)],this[s(1264)]=3,this[s(1281)+"NG"]=0,this.OPEN=1,this[s(353)]=2,this[s(957)]=S=>{let p=s;try{l[p(867)](tl,this,S,[Yp,Xp,Qp])}catch(k){if(l.lqBQy(l[p(1574)],l[p(1574)])){let P=this[p(1424)][p(497)](this._prefix);return _0x31b408[p(529)](XhGycw[p(1134)](P,"{}"))[_0x561e5f]}else{let P=l[p(1566)](it,"error",{message:k[p(411)],code:Qt[p(1749)+"OR"],error:k});this[p(1684)+p(1641)+p(654)](P)}}},this[s(1226)+"ge"]=async S=>{let p=s,k={urkhz:e.tURUb},{pingInterval:P,pingFrequency:F}=this[p(1498)];if(e.IYSFj("hi",S[p(1082)])&&F==="always"||e[p(1642)]("auto",F))if(e[p(851)](e[p(1099)],p(475)))this["_clearPi"+p(1681)](),this[p(1739)](e[p(1360)],e[p(1463)]),this[p(1253)+p(1234)+"Id"]=e[p(994)](setTimeout,this[p(1507)][p(1495)](this),P);else{this[p(1684)+p(863)+p(654)](_0x514bbe(p(1557),{code:1e3,reason:k[p(1351)]})),this[p(853)+"tManager"]?.["resetEnd"+p(1325)+p(1398)](),this[p(929)+p(1548)]?.[p(961)+"nter"]();return}if(S.data!=="hi")try{tl(this,S,[Dp,Rp,Jp,Zp,Vp,kp])}catch(H){if(e.ViljB(e.fnOde,e[p(933)])){if(this[p(853)+p(412)]?.[p(699)+p(1527)+"es"]()){let Q=this[p(853)+p(412)]?.[p(601)+p(1434)+"nt"]();this[p(1684)+"hCloseEv"+p(654)](l.uWaCD(_0x2c29ef,l[p(1375)],{code:1006,reason:p(607)+Q+(p(1395)+p(1606)+p(1750)+p(642)),wasClean:!0}))}else{let Q=this[p(1498)][p(1587)+"tInterce"+p(1635)](_0x435305,_0x3899eb);this["_dispatc"+p(863)+"ent"](l[p(1566)](_0x29478f,p(1557),{code:_0x5d2073,reason:_0x244e76,wasClean:!0,willReconnect:Q})),Q&&this[p(1603)]()}return}else{let ee=e[p(537)](it,e[p(597)],{message:H[p(411)],code:Qt.MESSAGE_ERROR,error:H});this[p(1684)+p(1641)+"ent"](ee)}}},this[s(915)]=S=>{let p=s,k=this["_endpoin"+p(412)]?.[p(699)+p(1527)+"es"](),P=this[p(853)+"tManager"]?.[p(601)+"ntEndpoint"]();if(k&&!S[p(411)]){let F=p(607)+P+(p(1461)+p(890)+p(669)+"ed");this["_dispatc"+p(1641)+p(654)](l[p(1566)](it,l.vgLiT,{message:F,code:Qt[p(1172)+"IES_ERROR"],error:S}));return}this[p(1089)]&&l[p(1369)](this._ws.readyState,this[p(410)])&&this[p(1402)+p(1584)](),this[p(1684)+p(1641)+p(654)](l[p(740)](it,l.vgLiT,{message:S[p(411)],code:Qt[p(1280)+p(1246)],error:S}))},this[s(1265)]=async S=>{let p=s,k={dCGBt:function(P,F,H){return e[K(1312)](P,F,H)},QVsJO:function(P,F){return e[K(1487)](P,F)},MZMCj:function(P,F){return e[K(782)](P,F)},YYnxd:function(P,F){return e[K(689)](P,F)}};if(e[p(1571)](e[p(1114)],p(1080))){this._clearTimer(),this[p(751)+p(1681)](),this[p(786)+p(1595)+"rs"](),this._ws=null,this[p(1603)+p(1647)]=!1;let P=this[p(853)+"tManager"]?.[p(699)+p(1527)+"es"]();if(!P&&this[p(645)+p(671)]()&&!this[p(336)+p(925)]){let F=this[p(853)+p(412)]?.[p(601)+p(1434)+"nt"](),H=this[p(1498)][p(1587)+p(738)+p(1635)](S[p(733)],S.reason);this[p(1684)+p(863)+p(654)](e[p(703)](ut,e[p(1056)],{code:1006,reason:S[p(1705)]||p(1617)+p(898)+p(1278)+"wn reaso"+p(1330)+"ame: "+F,willReconnect:H})),H&&this[p(1603)]();return}if(e[p(1169)](1e3,S[p(733)])&&this[p(336)+p(925)]){this["_dispatc"+p(863)+"ent"](ut(e[p(1056)],{code:1e3,reason:e[p(987)]})),this[p(853)+"tManager"]?.["resetEnd"+p(1325)+p(1398)](),this[p(929)+p(1548)]?.[p(961)+"nter"]();return}if(S[p(733)]!==1e3&&P){let F=this[p(853)+p(412)]?.["getCurre"+p(1434)+"nt"](),H=S.reason;H||(H=await e[p(1068)](bp,this[p(1746)])),H=p(1617)+p(898)+"d, "+H+(", hostna"+p(1123))+F+(", max re"+p(1750)+p(642)),this[p(1684)+p(863)+p(654)](e[p(1577)](ut,e[p(1056)],{code:S[p(733)],reason:H}));let ee=p(607)+F+(p(1461)+"ax retri"+p(669)+"ed");this[p(1684)+p(1641)+"ent"](e[p(1480)](it,e.tLyIb,{message:ee,code:Qt[p(1172)+"IES_ERROR"]})),this["_endpoin"+p(412)]?.[p(606)+p(1325)+"fig"](),this[p(929)+p(1548)]?.[p(961)+"nter"]();return}if(S.code!==1e3&&!S[p(1705)]){let F=this["_endpoin"+p(412)]?.[p(601)+"ntEndpoint"]();this[p(1684)+"hCloseEv"+p(654)](ut(e[p(1056)],{code:S[p(733)],reason:p(1617)+"ng failed, unkno"+p(1586)+p(1330)+p(448)+F})),this[p(853)+"tManager"]?.[p(606)+p(1325)+p(1398)](),this["_pingLos"+p(1548)]?.[p(961)+p(666)]();return}this[p(1684)+"hCloseEvent"](S),this["_endpoin"+p(412)]?.[p(606)+p(1325)+"fig"](),this["_pingLos"+p(1548)]?.[p(961)+p(666)]()}else _0x20a0b0-=65536,_0x214c9e+=BFhnbJ[p(1294)](_0x1e8814,BFhnbJ[p(1676)](_0x4414f5>>10,55296),BFhnbJ[p(1432)](BFhnbJ[p(1218)](1023,_0x49991e),56320)),_0x4ca433+=3},this.onclose=null,this.onerror=null,this[s(1387)+"e"]=null,this[s(1027)]=null,this[s(1547)+"econnect"]=null,this[s(1619)+s(1509)]=null,this[s(939)+"mediatel"+s(362)+"ct"]=null,this[s(857)+s(814)]=this[s(857)+s(814)][s(1495)](this),this[s(857)+"ffLine"]=this["_handleO"+s(1759)][s(1495)](this),this[s(1514)+s(974)]=this[s(1514)+"ageHide"][s(1495)](this),this[s(1514)+s(1762)]=this[s(1514)+"ageShow"].bind(this),this[s(1498)]={url:"",automaticOpen:!0,initReconnectInterval:1e3,maxReconnectInterval:1e4,reconnectIntervalGrowFactor:2,timeoutInterval:5e3,maxRetries:5,debug:!1,maxMessageQueueLength:e.cbgZr(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(1096)],pingLossCount:2,enableTransformTextPayload:!1,logIDNewConfig:{enableAutoGenerateLogIDNew:!1,userIp:""},miniProgramParams:{customHttpHeader:{}},enableAutoAck:!1,reconnectInterceptor:()=>!0,enableQoS:!1,QoSLevel:2,messageStrategy:s(1143),env:{xTTEnv:"",xUseEnv:""},listenNetworkChanged:!0};let{url:f,ws:g}=n,E=Array.isArray(f)?f:e[s(968)](e.gNgzb,typeof f)?[f]:[];if(!E||e[s(526)](0,E[s(320)]))throw new Error(e[s(504)]);if(!e[s(965)](_p,g))throw new Error(s(1025)+s(542)+s(1611)+", WebSoc"+s(1764)+s(999)+s(975)+"ined");if(Object[s(1420)](this[s(1498)],n),this[s(853)+"tManager"]=new el(E,this[s(1498)][s(1406)+"es"]),this["_pingLos"+s(1548)]=new vp(this[s(1498)][s(883)+s(1043)]),this._options["automati"+s(690)]&&(this[s(487)]=!0,this[s(1603)]()),this[s(1498)][s(422)+s(748)+"nged"])if(e[s(1590)]("LFSjY",e[s(1117)])){if(_0x59fbf9===void 0)this[s(1430)+"rs"]={};else if(XhGycw[s(1369)](void 0,_0x416fce))this._listeners[_0x5ad555]=null;else{let S=this[s(1430)+"rs"][_0x48cbae];if(S)for(let p=0;XhGycw[s(464)](p,S[s(320)]);)S[p].fn===_0x1cfc42?S.splice(p,1):++p}return this}else this[s(372)+"T"]||this[s(764)+"X"]?this[s(1353)+s(811)+s(1580)]():this[s(557)+"er"]&&this[s(1366)+s(1228)+"Listener"]()}[t(857)+"nLine"](){let n=t,s={ijKdd:function(l,f){return e[K(499)](l,f)},UMYjL:function(l,f){return e[K(1258)](l,f)},RqYFK:function(l,f){return l(f)},IwtDk:function(l,f){return e[K(1153)](l,f)}};if(e[n(790)](e[n(1731)],e[n(1794)])){if(this[n(1498)][n(1771)+n(1225)+"nect"]||this[n(336)+n(925)])return;this["_handleR"+n(1678)]()}else _0x479406=RMsiMK.ijKdd(_0x272ed6,_0xe27760),_0x371369=127&_0x74a3ac,RMsiMK[n(1179)](128,_0x2583e9)&&(_0x1e9f91=RMsiMK[n(710)](_0x4e87b0,_0x346ccc),_0x39f661|=RMsiMK[n(531)](127&_0x31e7ec,7))}[t(857)+t(1759)](){let n=t;if(e.nVAZS(e[n(1658)],e[n(1658)])){this[n(919)+n(682)+"t"]();let s=e[n(1312)](oa,e[n(784)],{message:e[n(1745)]});this["onStopImmediatel"+n(362)+"ct"]&&this[n(939)+"mediatel"+n(362)+"ct"](s)}else try{this[n(1089)]&&this[n(1089)][n(1557)](_0x1dc6c3,_0x3e683b)}catch{}}["_initGlo"+t(1228)+t(596)](){let n=t;this[n(557)+"er"]&&window[n(1714)+"Listener"]("online",this[n(857)+n(814)]),this[n(557)+"er"]&&window["addEvent"+n(596)](e[n(1205)],this["_handleO"+n(1759)]),this[n(557)+"er"]&&window[n(1714)+n(596)](n(435),this[n(1514)+n(974)]),this[n(557)+"er"]&&window[n(1714)+n(596)](e[n(902)],this[n(1514)+n(1762)])}[t(744)+t(1228)+t(596)](){let n=t;if(e[n(1169)](e[n(408)],e[n(1464)]))this[n(557)+"er"]&&window[n(1502)+n(1084)+n(1120)](e[n(1643)],this["_handleO"+n(814)]),this[n(557)+"er"]&&window[n(1502)+n(1084)+n(1120)](e[n(1205)],this[n(857)+n(1759)]),this[n(557)+"er"]&&window[n(1502)+n(1084)+"ner"](n(435),this["_handleP"+n(974)]),this[n(557)+"er"]&&window[n(1502)+n(1084)+"ner"](e.gxMCG,this[n(1514)+n(1762)]);else{let s=n(607)+_0x75440+(n(1395)+", max re"+n(1750)+n(642));this._debug(s),this["_dispatchErrorEv"+n(654)](_0xfe7c44(e[n(597)],{message:s,code:_0x37ef4e[n(1172)+n(1268)+"R"]}));return}}["_handleP"+t(974)](n){let s=t;!n[s(1243)+"d"]&&(this._isBrowser&&window["removeEv"+s(1084)+s(1120)](e[s(1348)],this[s(1514)+s(974)]),this[s(557)+"er"]&&window[s(1502)+s(1084)+s(1120)](s(894),this[s(1514)+s(1762)]),this[s(1557)]()),this[s(557)+"er"]&&window["removeEv"+s(1084)+s(1120)](e[s(1643)],this._handleOnLine),this[s(557)+"er"]&&window[s(1502)+s(1084)+s(1120)](e[s(1205)],this[s(857)+s(1759)])}[t(1514)+"ageShow"](n){let s=t;n[s(1243)+"d"]&&(this["_navigat"+s(671)]()&&(!this[s(1089)]||this[s(1089)][s(1013)+"te"]!==this[s(410)]||e[s(1337)](this[s(1089)][s(1013)+"te"],this[s(1281)+"NG"]))&&this[s(857)+s(814)](),this[s(557)+"er"]&&window[s(1714)+s(596)](e.KHpmC,this[s(857)+s(814)]),this[s(557)+"er"]&&window["addEvent"+s(596)](e[s(1205)],this._handleOffLine))}async[t(1028)+t(1367)](n){let s=t,l={OUUqd:s(493),YDmuT:function(f){return f()}};if(e[s(1086)](e.godnS,e[s(1192)])){let{fpID:f,deviceID:g,bddID:E,ttwID:S,accessKey:p,aID:k,customParams:P={},enableAutoAck:F,enableQoS:H,QoSLevel:ee,env:Q}=this._options,tn,ft,xa;this._isBrowser||this[s(764)+"X"]||this[s(372)+"T"]?(tn=location&&s(1521)==location[s(1372)]?s(787):s(701),ft=n.replace(/((^ws)|(^http))((?:[s]*:\/\/))/,""),xa=/^wss(.*:\/\/)/[s(1628)](n)?n:""+tn+ft):(tn=e[s(1378)],ft=n[s(871)](/(^http)((?:[s]*:\/\/))/,""),xa=/(^ws)((?:[s]*:\/\/))/[s(1628)](ft)?ft:""+tn+ft);let dl=E?s(1585):S?s(796):s(981)+"d",ll=E||S||g;if(e[s(419)](!ll,!dl))throw new Error(e[s(1191)]);let tg=e[s(1317)]("function",typeof P)?await P():P,ng=Q?e[s(1723)](Ep,Q.xUseEnv,Q[s(1730)]):{},pa=Object.assign({device_platform:e[s(520)],version_code:e[s(913)],access_key:p,fpid:f,aid:k,[dl]:ll,xsack:F?1:0,xaack:F?1:0,xsqos:H?1:0,qos_level:H?ee:void 0,qos_sdk_version:2,...ng},tg),rg=Object[s(1572)](pa)[s(1229)]((ga,ma)=>pa[ma]!==void 0?""+ga+(ga?"&":"?")+ma+"="+pa[ma]:ga,"");return xa+"/ws/v2"+rg}else this[s(1765)](qqKLTw[s(746)],_0x17954f[s(411)]),qqKLTw[s(1393)](_0x110cfd)}async[t(1603)](){let n=t;if(!(this._connectLock||this[n(336)+"osed"])){this[n(1603)+"Lock"]=!0;try{if(e[n(841)](n(1679),e[n(1177)])){let s=this[n(853)+"tManager"]?.[n(1163)+n(1751)+n(425)+"hedMaxRe"+n(1297)](),{timeoutInterval:l}=this[n(1498)];if(s)if(e[n(730)](e[n(1132)],e[n(1132)])){let g=this[n(853)+n(412)]?.[n(601)+n(1434)+"nt"](),E=this[n(853)+"tManager"]?.[n(442)+n(1506)+n(1005)+n(1277)+n(494)](),S=this["_endpoin"+n(412)]?.[n(601)+n(1434)+n(399)+n(1503)]();if(E){let p="connect "+g+(n(1395)+", max re"+n(1750)+n(1072)+n(539)+n(1409)+n(1206))+E+(n(1520)+"y"),k=it(e[n(597)],{message:p,code:Qt[n(1172)+n(1268)+"R"]});this[n(1765)](p),this[n(1684)+n(1641)+n(654)](k),this[n(1746)]=await this[n(1028)+n(1367)](E),this._debug(n(607)+E+" "+S+n(511)),this[n(786)+n(1595)+"rs"]()}else{let p=n(607)+g+(n(1395)+", max re"+n(1750)+n(642));this._debug(p),this["_dispatc"+n(1641)+n(654)](it(e[n(597)],{message:p,code:Qt[n(1172)+n(1268)+"R"]}));return}}else this[n(1232)]=!0,this[n(731)]=e[n(718)](0,_0x1840ff),this.high=e.tLvFB(0,_0x3968ae),this[n(1237)]=!!_0x5181fa;else if(e.kVBvL(e[n(1741)],n(1412))){let g=_0x2d64ff.call(UdzSgm[n(1653)](_0x28ad8a,this),_0x217517,..._0x1c590d);return _0x1311b6.set(g,_0x4d6421.sort?_0x20a31d[n(816)]():[_0x1e4118]),UdzSgm[n(1704)](_0x35b892,g)}else{let g=this[n(853)+n(412)]?.[n(601)+n(1434)+n(839)+n(1659)](),E=this[n(853)+n(412)]?.[n(601)+n(1434)+"ntTriesC"+n(1503)]();this[n(1746)]=await this[n(1028)+n(1367)](e[n(725)](g,"")),this[n(1765)](n(607)+g+" "+E+" times"),this["_removeW"+n(1595)+"rs"]()}if(this[n(487)])this[n(487)]=!1;else{let g=e[n(1516)](oa,e.sEFVc,{message:e.imUFx});this[n(1547)+"econnect"]&&this["onStartR"+n(1678)](g)}let f=this[n(853)+n(412)]?.[n(601)+n(1434)+"ntTriesC"+n(1503)]()||0;e[n(644)](f,1)&&await this[n(826)](e.PsasN(f,1)),this[n(1765)]("connecti"+n(876)+this[n(1746)]+(n(1444)+n(928))+this[n(920)+"ls"]),this._ws=e.aEQGV(wp,{url:this[n(1746)],protocols:[this[n(920)+"ls"]],headers:this._options["miniProg"+n(527)+"s"][n(1119)+"tpHeader"]},this[n(1498)].ws),(this[n(557)+"er"]||this[n(589)+"r"])&&this[n(1089)]&&(this[n(1089)][n(413)+"pe"]=this[n(615)+"ype"]),this["_addWsLi"+n(758)](),this[n(1603)+n(1332)+n(1039)]=e[n(1262)](setTimeout,this[n(823)+"ut"][n(1495)](this),l)}else e[n(1453)](_0x541440,_0x1a4ec9,8),e[n(947)](_0x1ae75,_0x1c9d07,_0x462749)}catch(s){throw this[n(1603)+"Lock"]=!1,s}}}[t(1582)+"mer"](){let n=t;e.foMvN(clearTimeout,this[n(1603)+n(1332)+n(1039)]),this["_connect"+n(1332)+n(1039)]=null}[t(751)+"ngTimer"](){let n=t;e[n(1704)](clearTimeout,this[n(1253)+n(1234)+"Id"]),e.HKEfq(clearTimeout,this[n(391)+n(1442)+n(540)]),this[n(1253)+n(1234)+"Id"]=null,this["_reconne"+n(1442)+"tId"]=null}[t(1765)](...n){let s=t;if(s(755)!==e[s(1564)])return this[s(1089)]?this._ws[s(413)+"pe"]:this[s(615)+s(318)];this[s(1498)].debug&&console[s(1249)][s(358)](console,[e[s(1662)],...n])}["_getInte"+t(377)+"e"](n){let s=t,{initReconnectInterval:l,maxReconnectInterval:f,reconnectIntervalGrowFactor:g}=this[s(1498)],E=e[s(938)](l,Math[s(952)](g,n-1));return e[s(1664)](E,f)?f:E}[t(1507)](){let n=t;if(this[n(1089)]&&e[n(1565)](this[n(1089)].readyState,this.CONNECTING)){this[n(751)+n(1681)](),this[n(1253)+n(1234)+"Id"]=setTimeout(this[n(1507)][n(1495)](this),this[n(1498)]["pingInte"+n(1347)]);return}if(!this[n(1089)]||e[n(1677)](this[n(1089)].readyState,this[n(410)]))return void this[n(380)+n(1678)]();this._ws&&this[n(1089)].send("hi"),this["_reconnectTimeou"+n(540)]=e.xdbNw(setTimeout,this[n(380)+n(1678)+n(482)][n(1495)](this),this[n(1498)]["pingTime"+n(516)+"val"])}[t(380)+t(1678)+t(482)](){let n=t;this[n(929)+n(1548)]?.addCount(),this[n(1739)](e[n(982)],e[n(1727)]),this[n(929)+n(1548)]?.["checkRea"+n(1356)+"nt"]()?this[n(380)+"econnect"]():this[n(1507)]()}["_navigat"+t(671)](){let n=t;return this[n(372)+"T"]||this[n(764)+"X"]?this[n(951)+n(980)+n(983)]:(this[n(557)+"er"]||this[n(589)+"r"])&&this._options["listenNe"+n(748)+n(1208)]?navigator.onLine:!0}[t(380)+t(1678)](){let n=t;!this[n(645)+n(671)]()||this["_readyCl"+n(925)]||(this[n(853)+n(412)]?.["resetEndpointCon"+n(1398)](),this[n(929)+n(1548)]?.["resetCou"+n(666)](),this[n(1089)]?this[n(1402)+n(1584)](1001,"going aw"+n(771)+n(1587)+"ting ser"+n(515),!0):this._connect())}_onPageNetWorkChange(){let n=t;this._isMiniTT?tt[n(1569)+n(860)+"hange"](({isConnected:s})=>{let l=n;this[l(951)+l(980)+l(983)]=s,s?this[l(857)+l(814)]():this["_handleO"+l(1759)]()}):this[n(764)+"X"]&&wx[n(1569)+n(860)+"hange"](({isConnected:s})=>{let l=n;this[l(951)+l(980)+l(983)]=s,s?this._handleOnLine():this["_handleO"+l(1759)]()})}[t(826)](n){let s={LJtqb:function(l,f,g){return l(f,g)}};return new Promise(l=>{let f=K;s[f(880)](setTimeout,l,this[f(1167)+f(377)+"e"](n))})}[t(1402)+t(1584)](n=1e3,s="",l=!1){let f=t;this._ws&&this[f(919)+"WebSocket"](n,s,l)}[t(823)+"ut"](){let n=t,s=this["_endpoin"+n(412)]?.["getCurre"+n(1434)+"nt"]();this[n(1765)](n(607)+s+n(1395)),this[n(1402)+n(1584)](1001,e[n(1518)],!0)}[t(681)](n){let s=t,l=e[s(1309)](Bt,n);this[s(1089)]&&e[s(559)](this[s(1089)].readyState,this[s(410)])&&(this._ws&&this[s(1089)][s(1342)](l),this._debug(e[s(997)],n))}[t(786)+t(1595)+"rs"](){let n=t,s={KAGIY:function(l,f){return e[K(1655)](l,f)},jVxhC:function(l,f){return l|f},Yzbai:function(l,f){return l+f},WkGhu:function(l,f){return e.KeMIh(l,f)},cEszp:function(l,f){return e[K(950)](l,f)},OLOKd:function(l,f){return e[K(688)](l,f)},cBDDP:function(l,f){return e[K(1441)](l,f)},cuvrO:function(l,f){return e[K(1270)](l,f)},AXzdK:function(l,f){return e[K(655)](l,f)},ygtBt:function(l,f){return e[K(1095)](l,f)},PTjfV:function(l,f){return e[K(414)](l,f)}};if(e[n(437)]!==n(1033)){let l=e[n(1496)][n(1259)]("|"),f=0;for(;;){switch(l[f++]){case"0":if(!this._ws)return;continue;case"1":this[n(1089)][n(1502)+n(1084)+n(1120)](e.ZDTov,this._onMessage);continue;case"2":this[n(1089)]["removeEventListe"+n(1120)](e[n(378)],this[n(957)]);continue;case"3":this[n(1089)][n(1502)+n(1084)+n(1120)](e.WjdBV,this[n(1265)]);continue;case"4":this._ws[n(1502)+"entListe"+n(1120)](e[n(597)],this[n(915)]);continue}break}}else{let l=new _0x3e8622(GqSMdO[n(1279)](GqSMdO[n(489)](_0x457f30[GqSMdO[n(1173)](_0x5381c9,4)]<<24,GqSMdO[n(1638)](_0x23295a[GqSMdO[n(1173)](_0x2212f8,5)],16))|GqSMdO.WkGhu(_0xc05c42[GqSMdO[n(389)](_0x377923,6)],8),_0x232283[_0x4d90c6+7]),GqSMdO[n(1266)](_0x526e9d[GqSMdO.cBDDP(_0x1ddfdd,0)]<<24,GqSMdO[n(1638)](_0x44d208[_0x72fc76+1],16))|GqSMdO[n(1209)](_0x3c70ae[GqSMdO.AXzdK(_0xe14e05,2)],8)|_0x5b79a9[GqSMdO[n(942)](_0x139cdd,3)],!0);return _0x317da8+=8,{value:l,offset:GqSMdO.PTjfV(_0x98b5fe,8)}}}["_addWsLi"+t(758)](){let n=t,s=e[n(1085)][n(1259)]("|"),l=0;for(;;){switch(s[l++]){case"0":this._ws.addEventListener(e[n(378)],this._onOpen);continue;case"1":if(!this[n(1089)])return;continue;case"2":this[n(1089)][n(1714)+n(596)](e.tLyIb,this._onError);continue;case"3":this[n(1089)]["addEvent"+n(596)](e.ZDTov,this[n(1226)+"ge"]);continue;case"4":this._ws[n(1714)+n(596)](n(1557),this[n(1265)]);continue}break}}[t(743)+t(340)](n=1e3,s=""){let l=t;try{this._ws&&this[l(1089)][l(1557)](n,s)}catch{}}[t(919)+t(682)+"t"](n=1e3,s="",l=!1){let f=t;if(this[f(751)+f(1681)](),this[f(1582)+f(1344)](),this._removeWsListeners(),this[f(743)+f(340)](1e3,s),this[f(1603)+f(1647)]=!1,l&&this[f(645)+"orOnline"]()&&!this[f(336)+f(925)]){if(this["_endpoin"+f(412)]?.[f(699)+f(1527)+"es"]()){let E=this[f(853)+f(412)]?.[f(601)+f(1434)+"nt"]();this[f(1684)+"hCloseEv"+f(654)](e[f(1453)](ut,e[f(1056)],{code:1006,reason:f(607)+E+(" timeout, max re"+f(1750)+f(642)),wasClean:!0}))}else{let E=this[f(1498)]["reconnectInterce"+f(1635)](n,s);this[f(1684)+"hCloseEvent"](e[f(1182)](ut,e[f(1056)],{code:n,reason:s,wasClean:!0,willReconnect:E})),E&&this._connect()}return}this[f(645)+"orOnline"]()||this[f(336)+f(925)]?this[f(1684)+f(863)+f(654)](ut(f(1557),{code:n,reason:e[f(987)]})):this[f(1684)+f(863)+f(654)](e.lHcAj(ut,e.WjdBV,{code:1006,reason:e[f(329)]})),this[f(1089)]=null,this[f(853)+f(412)]?.[f(606)+f(1325)+f(1398)](),this[f(929)+f(1548)]?.["resetCou"+f(666)]()}[t(1684)+t(351)+"nt"](n){let s=t,l={UaWTk:function(f){return e[K(1708)](f)},kaeia:function(f,g,E){return e.OjMNj(f,g,E)},aVqUv:function(f,g){return e[K(1365)](f,g)}};if(e[s(387)](e[s(1467)],e[s(1467)])){let f=rSkfsy[s(578)](_0x2ead11);return rSkfsy[s(1255)](_0x1a3219,_0x50136b,f),rSkfsy[s(834)](_0x27b824,f)}else this[s(1739)](e[s(378)],n),this[s(1027)]&&this[s(1027)](n)}[t(1684)+t(685)+t(970)](n){let s=t;this[s(1739)](s(411),n),this[s(1387)+"e"]&&this[s(1387)+"e"](n)}[t(1684)+t(739)+t(850)](n){let s=t;this[s(1739)](e[s(1724)],n),this[s(1619)+s(1509)]&&this[s(1619)+s(1509)](n)}[t(1684)+t(1641)+t(654)](n){let s=t;this[s(1739)](e.tLyIb,n),this.onerror&&this[s(1669)](n)}["_dispatchCloseEv"+t(654)](n){let s=t;this[s(1739)](e[s(1056)],n),this[s(662)]&&this[s(662)](n)}get binaryType(){let n=t;return e[n(549)](e[n(433)],e[n(1346)])?(_0x30624e[n(1249)](_0x1c2d0f),!1):this[n(1089)]?this[n(1089)].binaryType:this["_binaryT"+n(318)]}set[t(413)+"pe"](n){let s=t;this[s(615)+s(318)]=n,this._ws&&(this._ws[s(413)+"pe"]=n)}get[t(1481)+"nt"](){let n=t;return this["_endpoin"+n(412)]?.[n(601)+n(1434)+n(399)+n(1503)]()||0}get["buffered"+t(1048)](){let n=t,s=this["_message"+n(1364)][n(1229)]((l,f)=>(l+=f&&f.byteLength||0,l),0);return e[n(950)](s,this[n(1089)]?this[n(1089)][n(1303)+n(1048)]:0)}get[t(1350)+"ns"](){let n=t;return this[n(1089)]?this[n(1089)].extensions:""}get[t(1372)](){let n=t;return this[n(1089)]?this[n(1089)][n(1372)]:""}get readyState(){let n=t;return this._ws?this[n(1089)][n(1013)+"te"]:this[n(1498)]["automati"+n(690)]?this[n(1281)+"NG"]:this[n(1264)]}get url(){let n=t;return this[n(1089)]?this._ws[n(1561)]:this[n(1746)]}[t(1557)](n=1e3,s){let l=t,f=e.BDxLa.split("|"),g=0;for(;;){switch(f[g++]){case"0":this[l(919)+l(682)+"t"](n,s);continue;case"1":if(!this._ws)return void this[l(1765)](e[l(427)]);continue;case"2":if(this[l(1089)][l(1013)+"te"]===this.CLOSED||e[l(1086)](this[l(1089)][l(1013)+"te"],this[l(353)]))return void this[l(1765)](e[l(594)]);continue;case"3":this[l(336)+l(925)]=!0;continue;case"4":this[l(1582)+l(1344)]();continue;case"5":this[l(1160)+"ger"]?.[l(832)]();continue;case"6":this[l(751)+"ngTimer"]();continue;case"7":this["_dropGlo"+l(1228)+l(596)]();continue}break}}async send(n,s){let l=t;if(n==null)throw new Error(e[l(485)]);e.hynLq==typeof n&&(n=JSON[l(676)+"y"](n)),e.LcEvX(e[l(1069)],typeof n)&&!e[l(791)](n,ArrayBuffer)&&!(n[l(1593)]&&e.OdKEu(n[l(1593)],ArrayBuffer))&&(n=JSON[l(676)+"y"](n));let f=await e[l(1087)](il,n),g=e[l(1578)](yp,n),{method:E=0,service:S=this[l(1498)][l(1796)],logID:p=this[l(1498)][l(1390)+l(444)](),headers:k=this[l(1498)][l(1355)],payloadEncoding:P=this._options[l(1556)+l(1551)],payloadType:F=this[l(1498)]["payloadT"+l(318)],logIDNew:H=this._options["logIDNew"+l(715)][l(1688)+l(1018)+l(1e3)+"ew"]?e[l(1524)](i,this[l(1498)]["logIDNew"+l(715)][l(1737)]):""}=e[l(813)](s,{});if(!S)throw new Error(e.YrmTR);let ee={SeqID:fe[l(1012)+"er"](this[l(1397)]++),LogID:fe[l(1012)+"er"](p),service:S,method:E,headers:k,payloadEncoding:e.hZMnI(P,Object)?P[l(348)]?P[l(348)]:"":P,payloadType:e[l(1336)](F,Object)?F[l(345)]?F.type:g:F||g,payload:f,LogIDNew:H},Q=e.jMSSs(Bt,ee);return this[l(1089)]&&this._ws.readyState===this[l(410)]?(this[l(1089)]&&this[l(1089)][l(1342)](Q),this[l(1765)](e[l(1230)],ee)):e.BITuX(this[l(386)+l(1364)][l(320)],this._options[l(1380)+l(1719)+l(352)])?(this[l(386)+l(1364)].push(Q),this[l(1765)](e[l(910)],ee)):(this[l(386)+l(1364)][l(1665)](),this[l(386)+"Queue"][l(1652)](Q)),{seqID:this._seqId,logID:p,logIDNew:H}}async[t(1587)+"t"](n){let s=t,{url:l}=e[s(1107)](n,{}),f=Array[s(640)](l)?l:e.JDygy(e[s(1069)],typeof l)?[l]:[];n&&Object.assign(this[s(1498)],n),f&&f.length?this[s(853)+"tManager"]=new el(f,this[s(1498)].maxRetries):this[s(853)+s(412)]?.[s(606)+s(1325)+s(1398)](),this[s(929)+s(1548)]?.[s(961)+s(666)](this[s(1498)][s(883)+"Count"]),this[s(336)+s(925)]=!1,this[s(1089)]&&this[s(1089)][s(1013)+"te"]!==this[s(1264)]?this[s(1402)+"ect"](1e3,s(431)+"econnecting",!0):(this[s(487)]=!0,this._connect())}async[t(877)](){let n=t;!this[n(1603)+n(1647)]&&(this[n(853)+"tManager"]?.[n(606)+"pointCon"+n(1398)](),this[n(929)+n(1548)]?.["resetCou"+n(666)](),this[n(336)+n(925)]=!1,this[n(487)]=!0,this[n(1603)]())}[t(1714)+t(596)](n,s){this.on(n,s)}[t(1563)+t(970)](n){let{type:s}=n;this.emit(s,n)}[t(1502)+t(1084)+t(1120)](n,s){this.off(n,s)}pingOnce(){let n=t,s={fFOIz:function(l,f){return e[K(1339)](l,f)},vCatJ:function(l,f){return l(f)},qfmdh:function(l,f){return l+f},IRdjH:e.rnILX,OyDGD:e[n(1360)],QJfnA:e[n(982)],DdRiL:function(l,f){return e[n(633)](l,f)},NNXOm:e[n(958)],dkWFu:n(1772)};if(e[n(1340)]===e[n(1532)]){let l=0,f={};for(let g=0;jIDybg[n(1334)](g,_0x59c7ea[n(320)]);g++)f[_0x1fd162[g][n(1257)+n(897)]]=jIDybg[n(1054)](_0x691996,_0x8870b3[g][n(1257)+"ame"]),l+=jIDybg[n(1407)](14,f[_0xf2187f[g][n(1257)+n(897)]]);return[l,f]}else return new Promise((l,f)=>{let g=n,E={jefsr:function(S,p,k){return e[K(1470)](S,p,k)},kIxNK:"close",sEuhW:function(S,p,k,P){return e.nVwaZ(S,p,k,P)}};if(e[g(1692)](e[g(1020)],e[g(1020)])){let S=this[g(853)+g(412)]?.[g(601)+g(1434)+"nt"]();this["_dispatc"+g(863)+g(654)](WhZbaV[g(1062)](_0x1d00c9,WhZbaV.kIxNK,{code:_0x2ab4eb.code,reason:"connecti"+g(898)+g(1278)+"wn reaso"+g(1330)+g(448)+S})),this[g(853)+"tManager"]?.[g(606)+"pointCon"+g(1398)](),this["_pingLos"+g(1548)]?.[g(961)+g(666)]();return}else{this[g(751)+"ngTimer"](),this[g(1253)+g(1234)+"Id"]=e.yQUoc(setTimeout,this._ping.bind(this),this[g(1498)][g(1263)+"rval"]);let S=()=>{let k=g;s[k(1054)](l,s[k(545)]),this.off(s[k(388)],S),this[k(332)](s[k(1154)],p)},p=()=>{let k=g;s[k(1613)](s[k(446)],k(962))?WhZbaV[k(1683)](_0x25d1de,this,_0x2bf4a3,[_0x4822c4,_0x3b70bb,_0x9eab5a,_0x4f5d37,_0x1a5f8f,_0x1b35c7]):(s[k(1054)](f,s[k(1037)]),this.off(k(1531)+k(440)+"s",S),this[k(332)](s[k(1154)],p))};this.on(e[g(1360)],S),this.on(e.UyvEF,p),this[g(1507)]()}})}}})(),Le[N(684)+N(759)]=Te[N(684)+"oseEvent"],Le[N(1510)+N(977)]=Te[N(1510)+N(977)],Le[N(1744)+"e"]=Te.ErrorCode,Le[N(970)]=Te[N(970)],Le[N(1755)]=Te[N(1755)],Le[N(473)+N(1238)+"vent"]=Te[N(473)+N(1238)+N(1696)],Le[N(1238)+N(1696)]=Te[N(1238)+N(1696)],Le[N(1058)+"t"]=Te[N(1058)+"t"],Le[N(1591)+"tEvent"]=Te[N(1591)+N(1748)],Le[N(466)+N(759)]=Te[N(466)+N(759)],Le[N(599)+N(977)]=Te.createErrorEvent,Le["createMe"+N(1256)+"nt"]=Te[N(643)+"ssageEvent"],Le["createOp"+N(749)]=Te["createOp"+N(749)],Le[N(1189)+"connectE"+N(1696)]=Te[N(1189)+N(1110)+N(1696)],Le[N(1700)+N(1793)]=Te[N(1700)+N(1793)],Le[N(1055)+N(897)]=Te[N(1055)+N(897)];for(vo in Te)[N(684)+N(759),N(1510)+N(977),"ErrorCode","Event",N(1755),"Frontier"+N(1238)+N(1696),N(1238)+N(1696),N(1058)+"t","ReconnectEvent",N(466)+N(759),N(599)+N(977),"createMe"+N(1256)+"nt",N(955)+N(749),N(1189)+N(1110)+N(1696),N(1700)+N(1793),N(1055)+N(897)][N(712)](vo)===-1&&(Le[vo]=Te[vo]);var vo;Object[N(1604)+"operty"](Le,N(1742)+"le",{value:!0})});var Kt=ae((NR,mh)=>{"use strict";var ph=["nodebuffer","arraybuffer","fragments"],gh=typeof Blob<"u";gh&&ph.push("blob");mh.exports={BINARY_TYPES:ph,CLOSE_TIMEOUT:3e4,EMPTY_BUFFER:Buffer.alloc(0),GUID:"258EAFA5-E914-47DA-95CA-C5AB0DC85B11",hasBlob:gh,kForOnEventAttribute:Symbol("kIsForOnEventAttribute"),kListener:Symbol("kListener"),kStatusCode:Symbol("status-code"),kWebSocket:Symbol("websocket"),NOOP:()=>{}}});var qi=ae((MR,Ro)=>{"use strict";var{EMPTY_BUFFER:fv}=Kt(),ad=Buffer[Symbol.species];function hv(t,e){if(t.length===0)return fv;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 ad(r.buffer,r.byteOffset,i):r}function wh(t,e,r,i,o){for(let c=0;c<o;c++)r[i+c]=t[c]^e[c&3]}function _h(t,e){for(let r=0;r<t.length;r++)t[r]^=e[r&3]}function xv(t){return t.length===t.buffer.byteLength?t.buffer:t.buffer.slice(t.byteOffset,t.byteOffset+t.length)}function cd(t){if(cd.readOnly=!0,Buffer.isBuffer(t))return t;let e;return t instanceof ArrayBuffer?e=new ad(t):ArrayBuffer.isView(t)?e=new ad(t.buffer,t.byteOffset,t.byteLength):(e=Buffer.from(t),cd.readOnly=!1),e}Ro.exports={concat:hv,mask:wh,toArrayBuffer:xv,toBuffer:cd,unmask:_h};if(!process.env.WS_NO_BUFFER_UTIL)try{let t=ue("bufferutil");Ro.exports.mask=function(e,r,i,o,c){c<48?wh(e,r,i,o,c):t.mask(e,r,i,o,c)},Ro.exports.unmask=function(e,r){e.length<32?_h(e,r):t.unmask(e,r)}}catch{}});var vh=ae((BR,Eh)=>{"use strict";var yh=Symbol("kDone"),dd=Symbol("kRun"),ld=class{constructor(e){this[yh]=()=>{this.pending--,this[dd]()},this.concurrency=e||1/0,this.jobs=[],this.pending=0}add(e){this.jobs.push(e),this[dd]()}[dd](){if(this.pending!==this.concurrency&&this.jobs.length){let e=this.jobs.shift();this.pending++,e(this[yh])}}};Eh.exports=ld});var Lr=ae((FR,Ah)=>{"use strict";var Hi=ue("zlib"),bh=qi(),pv=vh(),{kStatusCode:Sh}=Kt(),gv=Buffer[Symbol.species],mv=Buffer.from([0,0,255,255]),Do=Symbol("permessage-deflate"),$t=Symbol("total-length"),Pr=Symbol("callback"),bn=Symbol("buffers"),Or=Symbol("error"),ko,ud=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,!ko){let r=this._options.concurrencyLimit!==void 0?this._options.concurrencyLimit:10;ko=new pv(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[Pr];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){ko.add(o=>{this._decompress(e,r,(c,d)=>{o(),i(c,d)})})}compress(e,r,i){ko.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"?Hi.Z_DEFAULT_WINDOWBITS:this.params[c];this._inflate=Hi.createInflateRaw({...this._options.zlibInflateOptions,windowBits:d}),this._inflate[Do]=this,this._inflate[$t]=0,this._inflate[bn]=[],this._inflate.on("error",_v),this._inflate.on("data",Ih)}this._inflate[Pr]=i,this._inflate.write(e),r&&this._inflate.write(mv),this._inflate.flush(()=>{let c=this._inflate[Or];if(c){this._inflate.close(),this._inflate=null,i(c);return}let d=bh.concat(this._inflate[bn],this._inflate[$t]);this._inflate._readableState.endEmitted?(this._inflate.close(),this._inflate=null):(this._inflate[$t]=0,this._inflate[bn]=[],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"?Hi.Z_DEFAULT_WINDOWBITS:this.params[c];this._deflate=Hi.createDeflateRaw({...this._options.zlibDeflateOptions,windowBits:d}),this._deflate[$t]=0,this._deflate[bn]=[],this._deflate.on("data",wv)}this._deflate[Pr]=i,this._deflate.write(e),this._deflate.flush(Hi.Z_SYNC_FLUSH,()=>{if(!this._deflate)return;let c=bh.concat(this._deflate[bn],this._deflate[$t]);r&&(c=new gv(c.buffer,c.byteOffset,c.length-4)),this._deflate[Pr]=null,this._deflate[$t]=0,this._deflate[bn]=[],r&&this.params[`${o}_no_context_takeover`]&&this._deflate.reset(),i(null,c)})}};Ah.exports=ud;function wv(t){this[bn].push(t),this[$t]+=t.length}function Ih(t){if(this[$t]+=t.length,this[Do]._maxPayload<1||this[$t]<=this[Do]._maxPayload){this[bn].push(t);return}this[Or]=new RangeError("Max payload size exceeded"),this[Or].code="WS_ERR_UNSUPPORTED_MESSAGE_LENGTH",this[Or][Sh]=1009,this.removeListener("data",Ih),this.reset()}function _v(t){if(this[Do]._inflate=null,this[Or]){this[Pr](this[Or]);return}t[Sh]=1007,this[Pr](t)}});var Nr=ae((zR,Po)=>{"use strict";var{isUtf8:Th}=ue("buffer"),{hasBlob:yv}=Kt(),Ev=[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 vv(t){return t>=1e3&&t<=1014&&t!==1004&&t!==1005&&t!==1006||t>=3e3&&t<=4999}function fd(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 bv(t){return yv&&typeof t=="object"&&typeof t.arrayBuffer=="function"&&typeof t.type=="string"&&typeof t.stream=="function"&&(t[Symbol.toStringTag]==="Blob"||t[Symbol.toStringTag]==="File")}Po.exports={isBlob:bv,isValidStatusCode:vv,isValidUTF8:fd,tokenChars:Ev};if(Th)Po.exports.isValidUTF8=function(t){return t.length<24?fd(t):Th(t)};else if(!process.env.WS_NO_UTF_8_VALIDATE)try{let t=ue("utf-8-validate");Po.exports.isValidUTF8=function(e){return e.length<32?fd(e):t(e)}}catch{}});var md=ae((UR,Lh)=>{"use strict";var{Writable:Sv}=ue("stream"),Ch=Lr(),{BINARY_TYPES:Iv,EMPTY_BUFFER:Rh,kStatusCode:Av,kWebSocket:Tv}=Kt(),{concat:hd,toArrayBuffer:Cv,unmask:Rv}=qi(),{isValidStatusCode:kv,isValidUTF8:kh}=Nr(),Oo=Buffer[Symbol.species],ct=0,Dh=1,Ph=2,Oh=3,xd=4,pd=5,Lo=6,gd=class extends Sv{constructor(e={}){super(),this._allowSynchronousEvents=e.allowSynchronousEvents!==void 0?e.allowSynchronousEvents:!0,this._binaryType=e.binaryType||Iv[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[Tv]=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=ct}_write(e,r,i){if(this._opcode===8&&this._state==ct)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 Oo(i.buffer,i.byteOffset+e,i.length-e),new Oo(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 Oo(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 ct:this.getInfo(e);break;case Dh:this.getPayloadLength16(e);break;case Ph:this.getPayloadLength64(e);break;case Oh:this.getMask();break;case xd:this.getData(e);break;case pd:case Lo: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[Ch.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=Dh:this._payloadLength===127?this._state=Ph: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=Oh:this._state=xd}getMask(){if(this._bufferedBytes<4){this._loop=!1;return}this._mask=this.consume(4),this._state=xd}getData(e){let r=Rh;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&&Rv(r,this._mask)}if(this._opcode>7){this.controlMessage(r,e);return}if(this._compressed){this._state=pd,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[Ch.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===ct&&this.startLoop(r)})}dataMessage(e){if(!this._fin){this._state=ct;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=hd(i,r):this._binaryType==="arraybuffer"?o=Cv(hd(i,r)):this._binaryType==="blob"?o=new Blob(i):o=i,this._allowSynchronousEvents?(this.emit("message",o,!0),this._state=ct):(this._state=Lo,setImmediate(()=>{this.emit("message",o,!0),this._state=ct,this.startLoop(e)}))}else{let o=hd(i,r);if(!this._skipUTF8Validation&&!kh(o)){let c=this.createError(Error,"invalid UTF-8 sequence",!0,1007,"WS_ERR_INVALID_UTF8");e(c);return}this._state===pd||this._allowSynchronousEvents?(this.emit("message",o,!1),this._state=ct):(this._state=Lo,setImmediate(()=>{this.emit("message",o,!1),this._state=ct,this.startLoop(e)}))}}controlMessage(e,r){if(this._opcode===8){if(e.length===0)this._loop=!1,this.emit("conclude",1005,Rh),this.end();else{let i=e.readUInt16BE(0);if(!kv(i)){let c=this.createError(RangeError,`invalid status code ${i}`,!0,1002,"WS_ERR_INVALID_CLOSE_CODE");r(c);return}let o=new Oo(e.buffer,e.byteOffset+2,e.length-2);if(!this._skipUTF8Validation&&!kh(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=ct;return}this._allowSynchronousEvents?(this.emit(this._opcode===9?"ping":"pong",e),this._state=ct):(this._state=Lo,setImmediate(()=>{this.emit(this._opcode===9?"ping":"pong",e),this._state=ct,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}};Lh.exports=gd});var yd=ae((qR,Bh)=>{"use strict";var{Duplex:GR}=ue("stream"),{randomFillSync:Dv}=ue("crypto"),{types:{isUint8Array:Pv}}=ue("util"),Nh=Lr(),{EMPTY_BUFFER:Ov,kWebSocket:Lv,NOOP:Nv}=Kt(),{isBlob:Mr,isValidStatusCode:Mv}=Nr(),{mask:Mh,toBuffer:Hn}=qi(),dt=Symbol("kByteLength"),Bv=Buffer.alloc(4),No=8*1024,jn,Br=No,Et=0,Fv=1,zv=2,wd=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=Et,this.onerror=Nv,this[Lv]=void 0}static frame(e,r){let i,o=!1,c=2,d=!1;r.mask&&(i=r.maskBuffer||Bv,r.generateMask?r.generateMask(i):(Br===No&&(jn===void 0&&(jn=Buffer.alloc(No)),Dv(jn,0,No),Br=0),i[0]=jn[Br++],i[1]=jn[Br++],i[2]=jn[Br++],i[3]=jn[Br++]),d=(i[0]|i[1]|i[2]|i[3])===0,c=6);let u;typeof e=="string"?(!r.mask||d)&&r[dt]!==void 0?u=r[dt]:(e=Buffer.from(e),u=e.length):(u=e.length,o=r.mask&&r.readOnly&&!d);let h=u;u>=65536?(c+=8,h=127):u>125&&(c+=2,h=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]=h,h===126?x.writeUInt16BE(u,2):h===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?(Mh(e,i,x,c,u),[x]):(Mh(e,i,e,0,u),[x,e])):[x,e]}close(e,r,i,o){let c;if(e===void 0)c=Ov;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(Pv(r))c.set(r,2);else throw new TypeError("Second argument must be a string or a Uint8Array")}}let d={[dt]:c.length,fin:!0,generateMask:this._generateMask,mask:i,maskBuffer:this._maskBuffer,opcode:8,readOnly:!1,rsv1:!1};this._state!==Et?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):Mr(e)?(o=e.size,c=!1):(e=Hn(e),o=e.length,c=Hn.readOnly),o>125)throw new RangeError("The data size must not be greater than 125 bytes");let d={[dt]:o,fin:!0,generateMask:this._generateMask,mask:r,maskBuffer:this._maskBuffer,opcode:9,readOnly:c,rsv1:!1};Mr(e)?this._state!==Et?this.enqueue([this.getBlobData,e,!1,d,i]):this.getBlobData(e,!1,d,i):this._state!==Et?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):Mr(e)?(o=e.size,c=!1):(e=Hn(e),o=e.length,c=Hn.readOnly),o>125)throw new RangeError("The data size must not be greater than 125 bytes");let d={[dt]:o,fin:!0,generateMask:this._generateMask,mask:r,maskBuffer:this._maskBuffer,opcode:10,readOnly:c,rsv1:!1};Mr(e)?this._state!==Et?this.enqueue([this.getBlobData,e,!1,d,i]):this.getBlobData(e,!1,d,i):this._state!==Et?this.enqueue([this.dispatch,e,!1,d,i]):this.sendFrame(t.frame(e,d),i)}send(e,r,i){let o=this._extensions[Nh.extensionName],c=r.binary?2:1,d=r.compress,u,h;typeof e=="string"?(u=Buffer.byteLength(e),h=!1):Mr(e)?(u=e.size,h=!1):(e=Hn(e),u=e.length,h=Hn.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={[dt]:u,fin:r.fin,generateMask:this._generateMask,mask:r.mask,maskBuffer:this._maskBuffer,opcode:c,readOnly:h,rsv1:d};Mr(e)?this._state!==Et?this.enqueue([this.getBlobData,e,this._compress,x,i]):this.getBlobData(e,this._compress,x,i):this._state!==Et?this.enqueue([this.dispatch,e,this._compress,x,i]):this.dispatch(e,this._compress,x,i)}getBlobData(e,r,i,o){this._bufferedBytes+=i[dt],this._state=zv,e.arrayBuffer().then(c=>{if(this._socket.destroyed){let u=new Error("The socket was closed while the blob was being read");process.nextTick(_d,this,u,o);return}this._bufferedBytes-=i[dt];let d=Hn(c);r?this.dispatch(d,r,i,o):(this._state=Et,this.sendFrame(t.frame(d,i),o),this.dequeue())}).catch(c=>{process.nextTick(Uv,this,c,o)})}dispatch(e,r,i,o){if(!r){this.sendFrame(t.frame(e,i),o);return}let c=this._extensions[Nh.extensionName];this._bufferedBytes+=i[dt],this._state=Fv,c.compress(e,i.fin,(d,u)=>{if(this._socket.destroyed){let h=new Error("The socket was closed while data was being compressed");_d(this,h,o);return}this._bufferedBytes-=i[dt],this._state=Et,i.readOnly=!1,this.sendFrame(t.frame(u,i),o),this.dequeue()})}dequeue(){for(;this._state===Et&&this._queue.length;){let e=this._queue.shift();this._bufferedBytes-=e[3][dt],Reflect.apply(e[0],this,e.slice(1))}}enqueue(e){this._bufferedBytes+=e[3][dt],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)}};Bh.exports=wd;function _d(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 Uv(t,e,r){_d(t,e,r),t.onerror(e)}});var Kh=ae((HR,Wh)=>{"use strict";var{kForOnEventAttribute:ji,kListener:Ed}=Kt(),Fh=Symbol("kCode"),zh=Symbol("kData"),Uh=Symbol("kError"),Gh=Symbol("kMessage"),qh=Symbol("kReason"),Fr=Symbol("kTarget"),Hh=Symbol("kType"),jh=Symbol("kWasClean"),Vt=class{constructor(e){this[Fr]=null,this[Hh]=e}get target(){return this[Fr]}get type(){return this[Hh]}};Object.defineProperty(Vt.prototype,"target",{enumerable:!0});Object.defineProperty(Vt.prototype,"type",{enumerable:!0});var Wn=class extends Vt{constructor(e,r={}){super(e),this[Fh]=r.code===void 0?0:r.code,this[qh]=r.reason===void 0?"":r.reason,this[jh]=r.wasClean===void 0?!1:r.wasClean}get code(){return this[Fh]}get reason(){return this[qh]}get wasClean(){return this[jh]}};Object.defineProperty(Wn.prototype,"code",{enumerable:!0});Object.defineProperty(Wn.prototype,"reason",{enumerable:!0});Object.defineProperty(Wn.prototype,"wasClean",{enumerable:!0});var zr=class extends Vt{constructor(e,r={}){super(e),this[Uh]=r.error===void 0?null:r.error,this[Gh]=r.message===void 0?"":r.message}get error(){return this[Uh]}get message(){return this[Gh]}};Object.defineProperty(zr.prototype,"error",{enumerable:!0});Object.defineProperty(zr.prototype,"message",{enumerable:!0});var Wi=class extends Vt{constructor(e,r={}){super(e),this[zh]=r.data===void 0?null:r.data}get data(){return this[zh]}};Object.defineProperty(Wi.prototype,"data",{enumerable:!0});var Gv={addEventListener(t,e,r={}){for(let o of this.listeners(t))if(!r[ji]&&o[Ed]===e&&!o[ji])return;let i;if(t==="message")i=function(c,d){let u=new Wi("message",{data:d?c:c.toString()});u[Fr]=this,Mo(e,this,u)};else if(t==="close")i=function(c,d){let u=new Wn("close",{code:c,reason:d.toString(),wasClean:this._closeFrameReceived&&this._closeFrameSent});u[Fr]=this,Mo(e,this,u)};else if(t==="error")i=function(c){let d=new zr("error",{error:c,message:c.message});d[Fr]=this,Mo(e,this,d)};else if(t==="open")i=function(){let c=new Vt("open");c[Fr]=this,Mo(e,this,c)};else return;i[ji]=!!r[ji],i[Ed]=e,r.once?this.once(t,i):this.on(t,i)},removeEventListener(t,e){for(let r of this.listeners(t))if(r[Ed]===e&&!r[ji]){this.removeListener(t,r);break}}};Wh.exports={CloseEvent:Wn,ErrorEvent:zr,Event:Vt,EventTarget:Gv,MessageEvent:Wi};function Mo(t,e,r){typeof t=="object"&&t.handleEvent?t.handleEvent.call(t,r):t.call(e,r)}});var Bo=ae((jR,$h)=>{"use strict";var{tokenChars:Ki}=Nr();function Mt(t,e,r){t[e]===void 0?t[e]=[r]:t[e].push(r)}function qv(t){let e=Object.create(null),r=Object.create(null),i=!1,o=!1,c=!1,d,u,h=-1,x=-1,m=-1,w=0;for(;w<t.length;w++)if(x=t.charCodeAt(w),d===void 0)if(m===-1&&Ki[x]===1)h===-1&&(h=w);else if(w!==0&&(x===32||x===9))m===-1&&h!==-1&&(m=w);else if(x===59||x===44){if(h===-1)throw new SyntaxError(`Unexpected character at index ${w}`);m===-1&&(m=w);let _=t.slice(h,m);x===44?(Mt(e,_,r),r=Object.create(null)):d=_,h=m=-1}else throw new SyntaxError(`Unexpected character at index ${w}`);else if(u===void 0)if(m===-1&&Ki[x]===1)h===-1&&(h=w);else if(x===32||x===9)m===-1&&h!==-1&&(m=w);else if(x===59||x===44){if(h===-1)throw new SyntaxError(`Unexpected character at index ${w}`);m===-1&&(m=w),Mt(r,t.slice(h,m),!0),x===44&&(Mt(e,d,r),r=Object.create(null),d=void 0),h=m=-1}else if(x===61&&h!==-1&&m===-1)u=t.slice(h,w),h=m=-1;else throw new SyntaxError(`Unexpected character at index ${w}`);else if(o){if(Ki[x]!==1)throw new SyntaxError(`Unexpected character at index ${w}`);h===-1?h=w:i||(i=!0),o=!1}else if(c)if(Ki[x]===1)h===-1&&(h=w);else if(x===34&&h!==-1)c=!1,m=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(m===-1&&Ki[x]===1)h===-1&&(h=w);else if(h!==-1&&(x===32||x===9))m===-1&&(m=w);else if(x===59||x===44){if(h===-1)throw new SyntaxError(`Unexpected character at index ${w}`);m===-1&&(m=w);let _=t.slice(h,m);i&&(_=_.replace(/\\/g,""),i=!1),Mt(r,u,_),x===44&&(Mt(e,d,r),r=Object.create(null),d=void 0),u=void 0,h=m=-1}else throw new SyntaxError(`Unexpected character at index ${w}`);if(h===-1||c||x===32||x===9)throw new SyntaxError("Unexpected end of input");m===-1&&(m=w);let b=t.slice(h,m);return d===void 0?Mt(e,b,r):(u===void 0?Mt(r,b,!0):i?Mt(r,u,b.replace(/\\/g,"")):Mt(r,u,b),Mt(e,d,r)),e}function Hv(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(", ")}$h.exports={format:Hv,parse:qv}});var Go=ae(($R,sx)=>{"use strict";var jv=ue("events"),Wv=ue("https"),Kv=ue("http"),Zh=ue("net"),$v=ue("tls"),{randomBytes:Vv,createHash:Jv}=ue("crypto"),{Duplex:WR,Readable:KR}=ue("stream"),{URL:vd}=ue("url"),Sn=Lr(),Zv=md(),Yv=yd(),{isBlob:Xv}=Nr(),{BINARY_TYPES:Vh,CLOSE_TIMEOUT:Qv,EMPTY_BUFFER:Fo,GUID:eb,kForOnEventAttribute:bd,kListener:tb,kStatusCode:nb,kWebSocket:ze,NOOP:Yh}=Kt(),{EventTarget:{addEventListener:rb,removeEventListener:ib}}=Kh(),{format:sb,parse:ob}=Bo(),{toBuffer:ab}=qi(),Xh=Symbol("kAborted"),Sd=[8,13],Jt=["CONNECTING","OPEN","CLOSING","CLOSED"],cb=/^[!#$%&'*+\-.0-9A-Z^_`|a-z~]+$/,ge=class t extends jv{constructor(e,r,i){super(),this._binaryType=Vh[0],this._closeCode=1006,this._closeFrameReceived=!1,this._closeFrameSent=!1,this._closeMessage=Fo,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]),Qh(this,e,r,i)):(this._autoPong=i.autoPong,this._closeTimeout=i.closeTimeout,this._isServer=!0)}get binaryType(){return this._binaryType}set binaryType(e){Vh.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 Zv({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 Yv(e,this._extensions,i.generateMask);this._receiver=o,this._sender=c,this._socket=e,o[ze]=this,c[ze]=this,e[ze]=this,o.on("conclude",ub),o.on("drain",fb),o.on("error",hb),o.on("message",xb),o.on("ping",pb),o.on("pong",gb),c.onerror=mb,e.setTimeout&&e.setTimeout(0),e.setNoDelay&&e.setNoDelay(),r.length>0&&e.unshift(r),e.on("close",nx),e.on("data",Uo),e.on("end",rx),e.on("error",ix),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[Sn.extensionName]&&this._extensions[Sn.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){rt(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())}),tx(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){Id(this,e,i);return}r===void 0&&(r=!this._isServer),this._sender.ping(e||Fo,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){Id(this,e,i);return}r===void 0&&(r=!this._isServer),this._sender.pong(e||Fo,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){Id(this,e,i);return}let o={binary:typeof e!="string",mask:!this._isServer,compress:!0,fin:!0,...r};this._extensions[Sn.extensionName]||(o.compress=!1),this._sender.send(e||Fo,o,i)}terminate(){if(this.readyState!==t.CLOSED){if(this.readyState===t.CONNECTING){rt(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:Jt.indexOf("CONNECTING")});Object.defineProperty(ge.prototype,"CONNECTING",{enumerable:!0,value:Jt.indexOf("CONNECTING")});Object.defineProperty(ge,"OPEN",{enumerable:!0,value:Jt.indexOf("OPEN")});Object.defineProperty(ge.prototype,"OPEN",{enumerable:!0,value:Jt.indexOf("OPEN")});Object.defineProperty(ge,"CLOSING",{enumerable:!0,value:Jt.indexOf("CLOSING")});Object.defineProperty(ge.prototype,"CLOSING",{enumerable:!0,value:Jt.indexOf("CLOSING")});Object.defineProperty(ge,"CLOSED",{enumerable:!0,value:Jt.indexOf("CLOSED")});Object.defineProperty(ge.prototype,"CLOSED",{enumerable:!0,value:Jt.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[bd])return e[tb];return null},set(e){for(let r of this.listeners(t))if(r[bd]){this.removeListener(t,r);break}typeof e=="function"&&this.addEventListener(t,e,{[bd]:!0})}})});ge.prototype.addEventListener=rb;ge.prototype.removeEventListener=ib;sx.exports=ge;function Qh(t,e,r,i){let o={allowSynchronousEvents:!0,autoPong:!0,closeTimeout:Qv,protocolVersion:Sd[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,!Sd.includes(o.protocolVersion))throw new RangeError(`Unsupported protocol version: ${o.protocolVersion} (supported versions: ${Sd.join(", ")})`);let c;if(e instanceof vd)c=e;else try{c=new vd(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:",h;if(c.protocol!=="ws:"&&!d&&!u?h=`The URL's protocol must be one of "ws:", "wss:", "http:", "https:", or "ws+unix:"`:u&&!c.pathname?h="The URL's pathname is empty":c.hash&&(h="The URL contains a fragment identifier"),h){let I=new SyntaxError(h);if(t._redirects===0)throw I;zo(t,I);return}let x=d?443:80,m=Vv(16).toString("base64"),w=d?Wv.request:Kv.request,b=new Set,_;if(o.createConnection=o.createConnection||(d?lb:db),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":m,Connection:"Upgrade",Upgrade:"websocket"},o.path=c.pathname+c.search,o.timeout=o.handshakeTimeout,o.perMessageDeflate&&(_=new Sn({...o.perMessageDeflate,isServer:!1,maxPayload:o.maxPayload}),o.headers["Sec-WebSocket-Extensions"]=sb({[Sn.extensionName]:_.offer()})),r.length){for(let I of r){if(typeof I!="string"||!cb.test(I)||b.has(I))throw new SyntaxError("An invalid or duplicated subprotocol was specified");b.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,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")),v=t._req=w(o),t._redirects&&t.emit("redirect",t.url,v)}else v=t._req=w(o);o.timeout&&v.on("timeout",()=>{rt(t,v,"Opening handshake has timed out")}),v.on("error",I=>{v===null||v[Xh]||(v=t._req=null,zo(t,I))}),v.on("response",I=>{let A=I.headers.location,T=I.statusCode;if(A&&o.followRedirects&&T>=300&&T<400){if(++t._redirects>o.maxRedirects){rt(t,v,"Maximum redirects exceeded");return}v.abort();let R;try{R=new vd(A,e)}catch{let D=new SyntaxError(`Invalid URL: ${A}`);zo(t,D);return}Qh(t,R,r,i)}else t.emit("unexpected-response",v,I)||rt(t,v,`Unexpected server response: ${I.statusCode}`)}),v.on("upgrade",(I,A,T)=>{if(t.emit("upgrade",I),t.readyState!==ge.CONNECTING)return;v=t._req=null;let R=I.headers.upgrade;if(R===void 0||R.toLowerCase()!=="websocket"){rt(t,A,"Invalid Upgrade header");return}let y=Jv("sha1").update(m+eb).digest("base64");if(I.headers["sec-websocket-accept"]!==y){rt(t,A,"Invalid Sec-WebSocket-Accept header");return}let D=I.headers["sec-websocket-protocol"],O;if(D!==void 0?b.size?b.has(D)||(O="Server sent an invalid subprotocol"):O="Server sent a subprotocol but none was requested":b.size&&(O="Server sent no subprotocol"),O){rt(t,A,O);return}D&&(t._protocol=D);let B=I.headers["sec-websocket-extensions"];if(B!==void 0){if(!_){rt(t,A,"Server sent a Sec-WebSocket-Extensions header but no extension was requested");return}let M;try{M=ob(B)}catch{rt(t,A,"Invalid Sec-WebSocket-Extensions header");return}let V=Object.keys(M);if(V.length!==1||V[0]!==Sn.extensionName){rt(t,A,"Server indicated an extension that was not requested");return}try{_.accept(M[Sn.extensionName])}catch{rt(t,A,"Invalid Sec-WebSocket-Extensions header");return}t._extensions[Sn.extensionName]=_}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(v,t):v.end()}function zo(t,e){t._readyState=ge.CLOSING,t._errorEmitted=!0,t.emit("error",e),t.emitClose()}function db(t){return t.path=t.socketPath,Zh.connect(t)}function lb(t){return t.path=void 0,!t.servername&&t.servername!==""&&(t.servername=Zh.isIP(t.host)?"":t.host),$v.connect(t)}function rt(t,e,r){t._readyState=ge.CLOSING;let i=new Error(r);Error.captureStackTrace(i,rt),e.setHeader?(e[Xh]=!0,e.abort(),e.socket&&!e.socket.destroyed&&e.socket.destroy(),process.nextTick(zo,t,i)):(e.destroy(i),e.once("error",t.emit.bind(t,"error")),e.once("close",t.emitClose.bind(t)))}function Id(t,e,r){if(e){let i=Xv(e)?e.size:ab(e).length;t._socket?t._sender._bufferedBytes+=i:t._bufferedAmount+=i}if(r){let i=new Error(`WebSocket is not open: readyState ${t.readyState} (${Jt[t.readyState]})`);process.nextTick(r,i)}}function ub(t,e){let r=this[ze];r._closeFrameReceived=!0,r._closeMessage=e,r._closeCode=t,r._socket[ze]!==void 0&&(r._socket.removeListener("data",Uo),process.nextTick(ex,r._socket),t===1005?r.close():r.close(t,e))}function fb(){let t=this[ze];t.isPaused||t._socket.resume()}function hb(t){let e=this[ze];e._socket[ze]!==void 0&&(e._socket.removeListener("data",Uo),process.nextTick(ex,e._socket),e.close(t[nb])),e._errorEmitted||(e._errorEmitted=!0,e.emit("error",t))}function Jh(){this[ze].emitClose()}function xb(t,e){this[ze].emit("message",t,e)}function pb(t){let e=this[ze];e._autoPong&&e.pong(t,!this._isServer,Yh),e.emit("ping",t)}function gb(t){this[ze].emit("pong",t)}function ex(t){t.resume()}function mb(t){let e=this[ze];e.readyState!==ge.CLOSED&&(e.readyState===ge.OPEN&&(e._readyState=ge.CLOSING,tx(e)),this._socket.end(),e._errorEmitted||(e._errorEmitted=!0,e.emit("error",t)))}function tx(t){t._closeTimer=setTimeout(t._socket.destroy.bind(t._socket),t._closeTimeout)}function nx(){let t=this[ze];if(this.removeListener("close",nx),this.removeListener("data",Uo),this.removeListener("end",rx),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[ze]=void 0,clearTimeout(t._closeTimer),t._receiver._writableState.finished||t._receiver._writableState.errorEmitted?t.emitClose():(t._receiver.on("error",Jh),t._receiver.on("finish",Jh))}function Uo(t){this[ze]._receiver.write(t)||this.pause()}function rx(){let t=this[ze];t._readyState=ge.CLOSING,t._receiver.end(),this.end()}function ix(){let t=this[ze];this.removeListener("error",ix),this.on("error",Yh),t&&(t._readyState=ge.CLOSING,this.destroy())}});var dx=ae((JR,cx)=>{"use strict";var VR=Go(),{Duplex:wb}=ue("stream");function ox(t){t.emit("close")}function _b(){!this.destroyed&&this._writableState.finished&&this.destroy()}function ax(t){this.removeListener("error",ax),this.destroy(),this.listenerCount("error")===0&&this.emit("error",t)}function yb(t,e){let r=!0,i=new wb({...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(ox,i);return}let d=!1;t.once("error",function(h){d=!0,c(h)}),t.once("close",function(){d||c(o),process.nextTick(ox,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",_b),i.on("error",ax),i}cx.exports=yb});var Ad=ae((ZR,lx)=>{"use strict";var{tokenChars:Eb}=Nr();function vb(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&&Eb[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}lx.exports={parse:vb}});var mx=ae((XR,gx)=>{"use strict";var bb=ue("events"),qo=ue("http"),{Duplex:YR}=ue("stream"),{createHash:Sb}=ue("crypto"),ux=Bo(),Kn=Lr(),Ib=Ad(),Ab=Go(),{CLOSE_TIMEOUT:Tb,GUID:Cb,kWebSocket:Rb}=Kt(),kb=/^[+/0-9A-Za-z]{22}==$/,fx=0,hx=1,px=2,Td=class extends bb{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:Tb,verifyClient:null,noServer:!1,backlog:null,server:null,host:null,path:null,port:null,WebSocket:Ab,...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=Db(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=fx}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===px){e&&this.once("close",()=>{e(new Error("The server is not running"))}),process.nextTick($i,this);return}if(e&&this.once("close",e),this._state!==hx)if(this._state=hx,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($i,this):process.nextTick($i,this);else{let r=this._server;this._removeListeners(),this._removeListeners=this._server=null,r.close(()=>{$i(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",xx);let c=e.headers["sec-websocket-key"],d=e.headers.upgrade,u=+e.headers["sec-websocket-version"];if(e.method!=="GET"){$n(this,e,r,405,"Invalid HTTP method");return}if(d===void 0||d.toLowerCase()!=="websocket"){$n(this,e,r,400,"Invalid Upgrade header");return}if(c===void 0||!kb.test(c)){$n(this,e,r,400,"Missing or invalid Sec-WebSocket-Key header");return}if(u!==13&&u!==8){$n(this,e,r,400,"Missing or invalid Sec-WebSocket-Version header",{"Sec-WebSocket-Version":"13, 8"});return}if(!this.shouldHandle(e)){Vi(r,400);return}let h=e.headers["sec-websocket-protocol"],x=new Set;if(h!==void 0)try{x=Ib.parse(h)}catch{$n(this,e,r,400,"Invalid Sec-WebSocket-Protocol header");return}let m=e.headers["sec-websocket-extensions"],w={};if(this.options.perMessageDeflate&&m!==void 0){let b=new Kn({...this.options.perMessageDeflate,isServer:!0,maxPayload:this.options.maxPayload});try{let _=ux.parse(m);_[Kn.extensionName]&&(b.accept(_[Kn.extensionName]),w[Kn.extensionName]=b)}catch{$n(this,e,r,400,"Invalid or unacceptable Sec-WebSocket-Extensions header");return}}if(this.options.verifyClient){let b={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(b,(_,v,I,A)=>{if(!_)return Vi(r,v||401,I,A);this.completeUpgrade(w,c,x,e,r,i,o)});return}if(!this.options.verifyClient(b))return Vi(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[Rb])throw new Error("server.handleUpgrade() was called more than once with the same socket, possibly due to a misconfiguration");if(this._state>fx)return Vi(c,503);let x=["HTTP/1.1 101 Switching Protocols","Upgrade: websocket","Connection: Upgrade",`Sec-WebSocket-Accept: ${Sb("sha1").update(r+Cb).digest("base64")}`],m=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}`),m._protocol=w)}if(e[Kn.extensionName]){let w=e[Kn.extensionName].params,b=ux.format({[Kn.extensionName]:[w]});x.push(`Sec-WebSocket-Extensions: ${b}`),m._extensions=e}this.emit("headers",x,o),c.write(x.concat(`\r
|
|
10
|
+
`),this.stream=void 0;return}this.currentDate!==void 0&&rs(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 rg,mkdirSync as ig}from"node:fs";import{join as sg}from"node:path";function cl(t){let e=t.retentionDays??cg,r=t.clock??(()=>Dn(new Date));ss={bridgeSink:new Yr(t.bridgeLogsDir,"bridge",{retentionDays:e,clock:r}),agentSinks:new Map,makeAgentSink:o=>new Yr(t.agentLogsDir(o),"agent",{retentionDays:e,clock:r})};let i=r();rs(t.bridgeLogsDir,"bridge",i,e);for(let o of t.listAgentIds?.()??[])rs(t.agentLogsDir(o),"agent",i,e)}function dg(t,e){let r=t.agentSinks.get(e);return r||(r=t.makeAgentSink(e),t.agentSinks.set(e,r)),r}function dl(t){Ea=t}function ll(t){return rr[Ea]<=rr[t]}function ul(t,e){let r=rr[t];return r===void 0?!0:r>=rr[e]}function os(t){al={...t}}function fl(t){let e=(u,x=2)=>String(u).padStart(x,"0"),r=-t.getTimezoneOffset(),i=r>=0?"+":"-",o=Math.abs(r),c=e(Math.floor(o/60)),d=e(o%60);return`${Dn(t)}T${e(t.getHours())}:${e(t.getMinutes())}:${e(t.getSeconds())}.${e(t.getMilliseconds(),3)}${i}${c}:${d}`}function It(t,e,r,i,o){try{let c=`${JSON.stringify({ts:fl(new Date),level:e,module:r,msg:i,...o})}
|
|
11
|
+
`;ig(t,{recursive:!0}),rg(sg(t,nr("bridge",Dn(new Date))),c)}catch{}}function lg(t,e){if(t)return t;let r=e?.agentId;return typeof r=="string"&&r.length>0?r:void 0}function is(t,e,r,i,o){if(rr[t]<rr[Ea])return;let c=`${JSON.stringify({ts:fl(new Date),level:t,module:e,msg:r,...al,...i})}
|
|
12
|
+
`;if(ss){let d=lg(o,i),u=d?dg(ss,d):ss.bridgeSink;try{u.write(c)}catch{process.stderr.write(c)}return}t==="error"||t==="warn"?ag.write(c):og.write(c)}function U(t,e){return{debug:(r,i)=>is("debug",t,r,i,e),info:(r,i)=>is("info",t,r,i,e),warn:(r,i)=>is("warn",t,r,i,e),error:(r,i)=>is("error",t,r,i,e),child:r=>U(`${t}.${r}`,e),forAgent:r=>U(t,r)}}var rr,Ea,og,ag,al,cg,ss,ee=Ye(()=>{"use strict";tr();ba();rr={debug:10,info:20,warn:30,error:40},Ea=(()=>{let t=process.env.COZE_BRIDGE_LOG_LEVEL;return t==="debug"||t==="info"||t==="warn"||t==="error"?t:"info"})(),og=process.stdout,ag=process.stderr,al={},cg=We("COZE_BRIDGE_LOG_RETENTION_DAYS",30),ss=null});var C,Ve=Ye(()=>{"use strict";C=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 gl={};_a(gl,{ACP_WRAPPER_NPM_PACKAGES:()=>Qr,_resetAcpInstallerForTests:()=>gg,_setBinaryPathCacheForTests:()=>mg,buildAcpSpawn:()=>ei,ensureAcpInstalled:()=>ir,getAcpBinaryPath:()=>as,pickWhichLine:()=>Aa,probeAcpVersion:()=>pg,resolveAcpCommand:()=>pl});import{readFileSync as xl}from"node:fs";import{createRequire as ug}from"node:module";import{dirname as fg,resolve as xg}from"node:path";function Aa(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 hg(t){let e=hl.resolve(`${t.npmPackage}/package.json`),r=fg(e),i=JSON.parse(xl(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 xg(r,o)}async function ir(t,e){let r=Sa[t];if(!r)throw new C("BRIDGE_INTERNAL",`ensureAcpInstalled called for non-npm framework: ${t}`);let i=Xr.get(t);if(i)return i;try{let o=hg(r);return Xr.set(t,o),va.info("acp wrapper resolved",{framework:t,binary:r.binary,path:o}),o}catch(o){throw va.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 C("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 pg(t){let e=Sa[t];if(e)try{let r=hl.resolve(`${e.npmPackage}/package.json`),i=JSON.parse(xl(r,"utf8"));return typeof i.version=="string"&&i.version.length>0?i.version:void 0}catch(r){va.warn("acp wrapper probe: \u89E3\u6790 package.json \u5931\u8D25",{framework:t,npmPackage:e.npmPackage,err:String(r)});return}}function as(t){return Xr.get(t)}function pl(t,e){if(e)return e;let r=as(t);if(!r)throw new C("BRIDGE_INTERNAL",`${t} ACP wrapper \u8DEF\u5F84\u672A\u89E3\u6790 (ensureAcpInstalled \u672A\u5728\u6784\u9020\u524D\u8DD1\u901A)`);return r}function ei(t,e,r){if(e)return{command:e,args:[...r]};let i=pl(t);return{command:process.execPath,args:[i,...r]}}function gg(){Xr.clear()}function mg(t,e){Xr.set(t,e)}var va,Sa,Qr,hl,Xr,nn=Ye(()=>{"use strict";Ve();ee();va=U("agents.acp-installer"),Sa={"claude-code":{npmPackage:"@agentclientprotocol/claude-agent-acp",binary:"claude-agent-acp"},codex:{npmPackage:"@zed-industries/codex-acp",binary:"codex-acp"}},Qr=Object.values(Sa).filter(t=>t!==void 0).map(t=>t.npmPackage),hl=ug(import.meta.url),Xr=new Map});import{chmod as _g,mkdir as yg,readFile as bg,rename as Eg,rm as vg,writeFile as Sg}from"node:fs/promises";import{dirname as Ag}from"node:path";async function sr(t){try{let e=await bg(t,"utf8");return JSON.parse(e)}catch(e){if(e.code==="ENOENT")return null;throw e}}async function rn(t,e,r){await yg(Ag(t),{recursive:!0});let i=`${t}.tmp-${process.pid}-${Math.random().toString(36).slice(2,10)}`;try{await Sg(i,e,{encoding:"utf8",mode:r?.mode}),await Eg(i,t),r?.mode!==void 0&&await _g(t,r.mode)}catch(o){throw await vg(i,{force:!0}).catch(()=>{}),o}}async function or(t,e,r){await rn(t,`${JSON.stringify(e,null,2)}
|
|
14
|
+
`,r)}var sn=Ye(()=>{"use strict"});import{promises as _l,readdirSync as Ig}from"node:fs";import{homedir as Tg}from"node:os";import{sep as Cg,join as Ae,resolve as yl}from"node:path";function X(t){let e=t??Tg(),r=Ae(e,".coze"),i=Ae(r,"bridge"),o=Ae(i,"lib"),c=Ae(i,"logs");return{cozeRoot:r,bridgeRoot:i,libDir:o,libEntry:Ae(o,"index.js"),binDir:Ae(i,"bin"),pidFile:Ae(i,"bridge.pid"),portFile:Ae(i,"bridge.port"),tokenFile:Ae(i,"bridge.token"),patTokenFile:Ae(i,"pat-token"),agentEnvFile:Ae(i,"agent-env.json"),logFile:Ae(i,"bridge.log"),bridgeLogsDir:c,daemonStdioLog:Ae(c,"daemon-stdio.log"),installLock:Ae(i,"install.lock"),configFile:Ae(i,"config.json"),agentsRoot:Ae(r,"agents")}}function Xe(t,e=X()){let r=Ae(e.agentsRoot,t);return{root:r,config:Ae(r,"config.json"),workspace:Ae(r,"workspace"),logs:Ae(r,"logs")}}function cs(t=X()){try{return Ig(t.agentsRoot,{withFileTypes:!0}).filter(e=>e.isDirectory()).map(e=>e.name)}catch{return[]}}async function ti(t,e){let r=await _l.realpath(yl(t)).catch(()=>null);if(!r)return!1;let i=await _l.realpath(yl(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+Cg)}var Pe=Ye(()=>{"use strict"});var us={};_a(us,{AGENT_CONFIG_FILE_MODE:()=>ds,enforceAgentConfigMode:()=>kg,loadAgentConfig:()=>He,persistAgentSessions:()=>ni,persistAgentSkills:()=>ls,saveAgentConfig:()=>Qe});import{chmod as Dg,stat as Rg}from"node:fs/promises";function He(t,e){return sr(Xe(t,e).config)}function Qe(t,e){return or(Xe(t.agentId,e).config,t,{mode:ds})}async function kg(t,e){if(process.platform==="win32")return;let r=Xe(t,e).config;try{let i=await Rg(r);if(!i.isFile())return;let o=i.mode&511;o!==ds&&(await Dg(r,ds),bl.warn("agent config mode auto-corrected to 0600",{path:r,from:o.toString(8)}))}catch(i){if(i.code==="ENOENT")return;bl.warn("enforceAgentConfigMode: chmod failed (ignored)",{path:r,err:String(i)})}}async function ni(t,e,r){let i=await He(t,r);i&&(i.sessions=Object.fromEntries(e),await Qe(i,r))}async function ls(t,e,r){let i=await He(t,r);i&&(i.skills=e,await Qe(i,r))}var bl,ds,on=Ye(()=>{"use strict";sn();ee();Pe();bl=U("agent-config"),ds=384});var Ta=se((o2,Al)=>{Al.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 xs=se(Tl=>{var Il={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 Mg(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(Il))Tl[t]=Mg(Il[t])});var Pl=se((c2,kl)=>{var Bg=de("fs"),Oe=de("path"),Cl=Ta(),Fg=xs(),zg=typeof process=="object"&&process.platform==="win32",Dl=t=>typeof t=="object"&&t!==null,Rl=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 ye(t){this.sep=Oe.sep,this.fs=Bg,Dl(t)&&Dl(t.fs)&&typeof t.fs.statSync=="function"&&(this.fs=t.fs)}kl.exports=ye;ye.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 Fg.FILE_IN_THE_WAY(`"${o}"`)}})}r(t)};ye.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=Oe.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};ye.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,x){if(d&&x.isDirectory())return o(!1);var p=Oe.dirname(t);c.fs.exists(p,function(w){w||c.makeDir(p),c.fs.open(t,"w",438,function(m,v){m?c.fs.chmod(t,438,function(){c.fs.open(t,"w",438,function(_,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)})})})})}):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)})})})})})};ye.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 x=Oe.join(i,u),p=e.fs.statSync(x);(!o||o.test(x))&&d.push(Oe.normalize(x)+(p.isDirectory()?e.sep:"")),p.isDirectory()&&c&&(d=d.concat(r(x,o,c)))}),d}return r(t,void 0,!0)};ye.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=Oe.join(t,u),r.fs.stat(u,function(x,p){if(x)return e(x);p&&(i.push(Oe.normalize(u)+(p.isDirectory()?r.sep:"")),p.isDirectory()?r.findFilesAsync(u,function(w,m){if(w)return e(w);i=i.concat(m),--d||e(null,i)}):--d||e(null,i))})})})};ye.prototype.getAttributes=function(){};ye.prototype.setAttributes=function(){};ye.crc32update=function(t,e){return Rl[(t^e)&255]^t>>>8};ye.crc32=function(t){typeof t=="string"&&(t=Buffer.from(t,"utf8"));let e=t.length,r=-1;for(let i=0;i<e;)r=ye.crc32update(r,t[i++]);return~r>>>0};ye.methodToString=function(t){switch(t){case Cl.STORED:return"STORED ("+t+")";case Cl.DEFLATED:return"DEFLATED ("+t+")";default:return"UNSUPPORTED ("+t+")"}};ye.canonical=function(t){if(!t)return"";let e=Oe.posix.normalize("/"+t.split("\\").join("/"));return Oe.join(".",e)};ye.zipnamefix=function(t){if(!t)return"";let e=Oe.posix.normalize("/"+t.split("\\").join("/"));return Oe.posix.join(".",e)};ye.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]};ye.sanitize=function(t,e){t=Oe.resolve(Oe.normalize(t));for(var r=e.split("/"),i=0,o=r.length;i<o;i++){var c=Oe.normalize(Oe.join(t,r.slice(i,o).join(Oe.sep)));if(c.indexOf(t)===0)return c}return Oe.normalize(Oe.join(t,Oe.basename(e)))};ye.toBuffer=function(e,r){return Buffer.isBuffer(e)?e:e instanceof Uint8Array?Buffer.from(e):typeof e=="string"?r(e):Buffer.alloc(0)};ye.readBigUInt64LE=function(t,e){let r=t.readUInt32LE(e);return t.readUInt32LE(e+4)*4294967296+r};ye.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)};ye.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};ye.isWin=zg;ye.crcTable=Rl});var Ll=se((d2,Ol)=>{var Ug=de("path");Ol.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=Ug.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 Ml=se((l2,Nl)=>{Nl.exports={efs:!0,encode:t=>Buffer.from(t,"utf8"),decode:t=>t.toString("utf8")}});var dr=se((u2,cr)=>{cr.exports=Pl();cr.exports.Constants=Ta();cr.exports.Errors=xs();cr.exports.FileAttr=Ll();cr.exports.decoder=Ml()});var Fl=se((f2,Bl)=>{var an=dr(),z=an.Constants;Bl.exports=function(){var t=20,e=10,r=0,i=0,o=0,c=0,d=0,u=0,x=0,p=0,w=0,m=0,v=0,_=0,S=0;t|=an.isWin?2560:768,r|=z.FLG_EFS;let A={extraLen:0},I=b=>Math.max(0,b)>>>0,T=b=>Math.max(0,b)&65535,k=b=>Math.max(0,b)&255;return o=an.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&z.FLG_EFS)>0},set flags_efs(b){b?r|=z.FLG_EFS:r&=~z.FLG_EFS},get flags_desc(){return(r&z.FLG_DESC)>0},set flags_desc(b){b?r|=z.FLG_DESC:r&=~z.FLG_DESC},get method(){return i},set method(b){switch(b){case z.STORED:this.version=10;case z.DEFLATED:default:this.version=20}i=b},get time(){return an.fromDOS2Date(this.timeval)},set time(b){b=new Date(b),this.timeval=an.fromDate2DOS(b)},get timeval(){return o},set timeval(b){o=I(b)},get timeHighByte(){return k(o>>>8)},get crc(){return c},set crc(b){c=I(b)},get compressedSize(){return d},set compressedSize(b){d=I(b)},get size(){return u},set size(b){u=I(b)},get fileNameLength(){return x},set fileNameLength(b){x=b},get extraLength(){return p},set extraLength(b){p=b},get extraLocalLength(){return A.extraLen},set extraLocalLength(b){A.extraLen=b},get commentLength(){return w},set commentLength(b){w=b},get diskNumStart(){return m},set diskNumStart(b){m=I(b)},get inAttr(){return v},set inAttr(b){v=I(b)},get attr(){return _},set attr(b){_=I(b)},get fileAttr(){return(_||0)>>16&4095},get offset(){return S},set offset(b){S=I(b)},get encrypted(){return(r&z.FLG_ENC)===z.FLG_ENC},get centralHeaderSize(){return z.CENHDR+x+p+w},get realDataOffset(){return S+z.LOCHDR+A.fnameLen+A.extraLen},get localHeader(){return A},loadLocalHeaderFromBinary:function(b){var D=b.slice(S,S+z.LOCHDR);if(D.readUInt32LE(0)!==z.LOCSIG)throw an.Errors.INVALID_LOC();A.version=D.readUInt16LE(z.LOCVER),A.flags=D.readUInt16LE(z.LOCFLG),A.flags_desc=(A.flags&z.FLG_DESC)>0,A.method=D.readUInt16LE(z.LOCHOW),A.time=D.readUInt32LE(z.LOCTIM),A.crc=D.readUInt32LE(z.LOCCRC),A.compressedSize=D.readUInt32LE(z.LOCSIZ),A.size=D.readUInt32LE(z.LOCLEN),A.fnameLen=D.readUInt16LE(z.LOCNAM),A.extraLen=D.readUInt16LE(z.LOCEXT);let P=S+z.LOCHDR+A.fnameLen,F=P+A.extraLen;return b.slice(P,F)},loadFromBinary:function(b){if(b.length!==z.CENHDR||b.readUInt32LE(0)!==z.CENSIG)throw an.Errors.INVALID_CEN();t=b.readUInt16LE(z.CENVEM),e=b.readUInt16LE(z.CENVER),r=b.readUInt16LE(z.CENFLG),i=b.readUInt16LE(z.CENHOW),o=b.readUInt32LE(z.CENTIM),c=b.readUInt32LE(z.CENCRC),d=b.readUInt32LE(z.CENSIZ),u=b.readUInt32LE(z.CENLEN),x=b.readUInt16LE(z.CENNAM),p=b.readUInt16LE(z.CENEXT),w=b.readUInt16LE(z.CENCOM),m=b.readUInt16LE(z.CENDSK),v=b.readUInt16LE(z.CENATT),_=b.readUInt32LE(z.CENATX),S=b.readUInt32LE(z.CENOFF)},localHeaderToBinary:function(){var b=Buffer.alloc(z.LOCHDR);return b.writeUInt32LE(z.LOCSIG,0),b.writeUInt16LE(e,z.LOCVER),b.writeUInt16LE(r,z.LOCFLG),b.writeUInt16LE(i,z.LOCHOW),b.writeUInt32LE(o,z.LOCTIM),b.writeUInt32LE(c,z.LOCCRC),b.writeUInt32LE(d,z.LOCSIZ),b.writeUInt32LE(u,z.LOCLEN),b.writeUInt16LE(x,z.LOCNAM),b.writeUInt16LE(A.extraLen,z.LOCEXT),b},centralHeaderToBinary:function(){var b=Buffer.alloc(z.CENHDR+x+p+w);return b.writeUInt32LE(z.CENSIG,0),b.writeUInt16LE(t,z.CENVEM),b.writeUInt16LE(e,z.CENVER),b.writeUInt16LE(r,z.CENFLG),b.writeUInt16LE(i,z.CENHOW),b.writeUInt32LE(o,z.CENTIM),b.writeUInt32LE(c,z.CENCRC),b.writeUInt32LE(d,z.CENSIZ),b.writeUInt32LE(u,z.CENLEN),b.writeUInt16LE(x,z.CENNAM),b.writeUInt16LE(p,z.CENEXT),b.writeUInt16LE(w,z.CENCOM),b.writeUInt16LE(m,z.CENDSK),b.writeUInt16LE(v,z.CENATT),b.writeUInt32LE(_,z.CENATX),b.writeUInt32LE(S,z.CENOFF),b},toJSON:function(){let b=function(D){return D+" bytes"};return{made:t,version:e,flags:r,method:an.methodToString(i),time:this.time,crc:"0x"+c.toString(16).toUpperCase(),compressedSize:b(d),size:b(u),fileNameLength:b(x),extraLength:b(p),commentLength:b(w),diskNumStart:m,inAttr:v,attr:_,offset:S,centralHeaderSize:b(z.CENHDR+x+p+w)}},toString:function(){return JSON.stringify(this.toJSON(),null," ")}}}});var Ul=se((x2,zl)=>{var lr=dr(),me=lr.Constants;zl.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 me.ENDHDR+o},loadFromBinary:function(c){if((c.length!==me.ENDHDR||c.readUInt32LE(0)!==me.ENDSIG)&&(c.length<me.ZIP64HDR||c.readUInt32LE(0)!==me.ZIP64SIG))throw lr.Errors.INVALID_END();c.readUInt32LE(0)===me.ENDSIG?(t=c.readUInt16LE(me.ENDSUB),e=c.readUInt16LE(me.ENDTOT),r=c.readUInt32LE(me.ENDSIZ),i=c.readUInt32LE(me.ENDOFF),o=c.readUInt16LE(me.ENDCOM)):(t=lr.readBigUInt64LE(c,me.ZIP64SUB),e=lr.readBigUInt64LE(c,me.ZIP64TOT),r=lr.readBigUInt64LE(c,me.ZIP64SIZE),i=lr.readBigUInt64LE(c,me.ZIP64OFF),o=0)},toBinary:function(){var c=Buffer.alloc(me.ENDHDR+o);return c.writeUInt32LE(me.ENDSIG,0),c.writeUInt32LE(0,4),c.writeUInt16LE(t,me.ENDSUB),c.writeUInt16LE(e,me.ENDTOT),c.writeUInt32LE(r,me.ENDSIZ),c.writeUInt32LE(i,me.ENDOFF),c.writeUInt16LE(o,me.ENDCOM),c.fill(" ",me.ENDHDR),c},toJSON:function(){let c=function(d,u){let x=d.toString(16).toUpperCase();for(;x.length<u;)x="0"+x;return"0x"+x};return{diskEntries:t,totalEntries:e,size:r+" bytes",offset:c(i,4),commentLength:o}},toString:function(){return JSON.stringify(this.toJSON(),null," ")}}}});var Da=se(Ca=>{Ca.EntryHeader=Fl();Ca.MainHeader=Ul()});var ql=se((p2,Gl)=>{Gl.exports=function(t){var e=de("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),x=0;u.fill(0);for(var p=0;p<c.length;p++){var w=c[p];w.copy(u,x),x+=w.length}i&&i(u)}),o.end(t)}}}});var jl=se((g2,Hl)=>{var Gg=+(process.versions?process.versions.node:"").split(".")[0]||0;Hl.exports=function(t,e){var r=de("zlib");let i=Gg>=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(x){d.push(x),u+=x.length}),c.on("end",function(){var x=Buffer.alloc(u),p=0;x.fill(0);for(var w=0;w<d.length;w++){var m=d[w];m.copy(x,p),p+=m.length}o&&o(x)}),c.end(t)}}}});var Jl=se((m2,$l)=>{"use strict";var{randomFillSync:Wl}=de("crypto"),qg=xs(),Hg=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}),Vl=(t,e)=>Math.imul(t,e)>>>0,Kl=(t,e)=>Hg[(t^e)&255]^t>>>8,ri=()=>typeof Wl=="function"?Wl(Buffer.alloc(12)):ri.node();ri.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 hs={genSalt:ri};function ps(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])}ps.prototype.updateKeys=function(t){let e=this.keys;return e[0]=Kl(e[0],t),e[1]+=e[0]&255,e[1]=Vl(e[1],134775813)+1,e[2]=Kl(e[2],e[1]>>>24),t};ps.prototype.next=function(){let t=(this.keys[2]|2)>>>0;return Vl(t,t^1)>>8&255};function jg(t){let e=new ps(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 Wg(t){let e=new ps(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 Kg(t,e,r){if(!t||!Buffer.isBuffer(t)||t.length<12)return Buffer.alloc(0);let i=jg(r),o=i(t.slice(0,12)),c=(e.flags&8)===8?e.timeHighByte:e.crc>>>24;if(o[11]!==c)throw qg.WRONG_PASSWORD();return i(t.slice(12))}function Vg(t){Buffer.isBuffer(t)&&t.length>=12?hs.genSalt=function(){return t.slice(0,12)}:t==="node"?hs.genSalt=ri.node:hs.genSalt=ri}function $g(t,e,r,i=!1){t==null&&(t=Buffer.alloc(0)),Buffer.isBuffer(t)||(t=Buffer.from(t.toString()));let o=Wg(r),c=hs.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)}$l.exports={decrypt:Kg,encrypt:$g,_salter:Vg}});var Zl=se(gs=>{gs.Deflater=ql();gs.Inflater=jl();gs.ZipCrypto=Jl()});var ka=se((_2,Yl)=>{var oe=dr(),Jg=Da(),be=oe.Constants,Ra=Zl();Yl.exports=function(t,e){var r=new Jg.EntryHeader,i=Buffer.alloc(0),o=Buffer.alloc(0),c=!1,d=null,u=Buffer.alloc(0),x=Buffer.alloc(0),p=!0;let w=t,m=typeof w.decoder=="object"?w.decoder:oe.decoder;p=m.hasOwnProperty("efs")?m.efs:!1;function v(){return!e||!(e instanceof Uint8Array)?Buffer.alloc(0):(x=r.loadLocalHeaderFromBinary(e),e.slice(r.realDataOffset,r.realDataOffset+r.compressedSize))}function _(b){if(!r.flags_desc&&!r.localHeader.flags_desc){if(oe.crc32(b)!==r.localHeader.crc)return!1}else{let D={},P=r.realDataOffset+r.compressedSize;if(e.readUInt32LE(P)==be.LOCSIG||e.readUInt32LE(P)==be.CENSIG)throw oe.Errors.DESCRIPTOR_NOT_EXIST();if(e.readUInt32LE(P)==be.EXTSIG)D.crc=e.readUInt32LE(P+be.EXTCRC),D.compressedSize=e.readUInt32LE(P+be.EXTSIZ),D.size=e.readUInt32LE(P+be.EXTLEN);else if(e.readUInt16LE(P+12)===19280)D.crc=e.readUInt32LE(P+be.EXTCRC-4),D.compressedSize=e.readUInt32LE(P+be.EXTSIZ-4),D.size=e.readUInt32LE(P+be.EXTLEN-4);else throw oe.Errors.DESCRIPTOR_UNKNOWN();if(D.compressedSize!==r.compressedSize||D.size!==r.size||D.crc!==r.crc)throw oe.Errors.DESCRIPTOR_FAULTY();if(oe.crc32(b)!==D.crc)return!1}return!0}function S(b,D,P){if(typeof D>"u"&&typeof b=="string"&&(P=b,b=void 0),c)return b&&D&&D(Buffer.alloc(0),oe.Errors.DIRECTORY_CONTENT_ERROR()),Buffer.alloc(0);var F=v();if(F.length===0)return b&&D&&D(F),F;if(r.encrypted){if(typeof P!="string"&&!Buffer.isBuffer(P))throw oe.Errors.INVALID_PASS_PARAM();F=Ra.ZipCrypto.decrypt(F,r,P)}var B=Buffer.alloc(r.size);switch(r.method){case oe.Constants.STORED:if(F.copy(B),_(B))return b&&D&&D(B),B;throw b&&D&&D(B,oe.Errors.BAD_CRC()),oe.Errors.BAD_CRC();case oe.Constants.DEFLATED:var J=new Ra.Inflater(F,r.size);if(b)J.inflateAsync(function(K){K.copy(K,0),D&&(_(K)?D(K):D(K,oe.Errors.BAD_CRC()))});else{if(J.inflate(B).copy(B,0),!_(B))throw oe.Errors.BAD_CRC(`"${m.decode(i)}"`);return B}break;default:throw b&&D&&D(Buffer.alloc(0),oe.Errors.UNKNOWN_METHOD()),oe.Errors.UNKNOWN_METHOD()}}function A(b,D){if((!d||!d.length)&&Buffer.isBuffer(e))return b&&D&&D(v()),v();if(d.length&&!c){var P;switch(r.method){case oe.Constants.STORED:return r.compressedSize=r.size,P=Buffer.alloc(d.length),d.copy(P),b&&D&&D(P),P;default:case oe.Constants.DEFLATED:var F=new Ra.Deflater(d);if(b)F.deflateAsync(function(J){P=Buffer.alloc(J.length),r.compressedSize=J.length,J.copy(P),D&&D(P)});else{var B=F.deflate();return r.compressedSize=B.length,B}F=null;break}}else if(b&&D)D(Buffer.alloc(0));else return Buffer.alloc(0)}function I(b,D){return oe.readBigUInt64LE(b,D)}function T(b){try{for(var D=0,P,F,B;D+4<b.length;)P=b.readUInt16LE(D),D+=2,F=b.readUInt16LE(D),D+=2,B=b.slice(D,D+F),D+=F,be.ID_ZIP64===P&&k(B)}catch{throw oe.Errors.EXTRA_FIELD_PARSE_ERROR()}}function k(b){var D,P,F,B;b.length>=be.EF_ZIP64_SCOMP&&(D=I(b,be.EF_ZIP64_SUNCOMP),r.size===be.EF_ZIP64_OR_32&&(r.size=D)),b.length>=be.EF_ZIP64_RHO&&(P=I(b,be.EF_ZIP64_SCOMP),r.compressedSize===be.EF_ZIP64_OR_32&&(r.compressedSize=P)),b.length>=be.EF_ZIP64_DSN&&(F=I(b,be.EF_ZIP64_RHO),r.offset===be.EF_ZIP64_OR_32&&(r.offset=F)),b.length>=be.EF_ZIP64_DSN+4&&(B=b.readUInt32LE(be.EF_ZIP64_DSN),r.diskNumStart===be.EF_ZIP64_OR_16&&(r.diskNumStart=B))}return{get entryName(){return m.decode(i)},get rawEntryName(){return i},set entryName(b){i=oe.toBuffer(b,m.encode);var D=i[i.length-1];c=D===47||D===92,r.fileNameLength=i.length},get efs(){return typeof p=="function"?p(this.entryName):p},get extra(){return u},set extra(b){u=b,r.extraLength=b.length,T(b)},get comment(){return m.decode(o)},set comment(b){if(o=oe.toBuffer(b,m.encode),r.commentLength=o.length,o.length>65535)throw oe.Errors.COMMENT_TOO_LONG()},get name(){var b=m.decode(i);return c?b.substr(b.length-1).split("/").pop():b.split("/").pop()},get isDirectory(){return c},getCompressedData:function(){return A(!1,null)},getCompressedDataAsync:function(b){A(!0,b)},setData:function(b){d=oe.toBuffer(b,oe.decoder.encode),!c&&d.length?(r.size=d.length,r.method=oe.Constants.DEFLATED,r.crc=oe.crc32(b),r.changed=!0):r.method=oe.Constants.STORED},getData:function(b){return r.changed?d:S(!1,null,b)},getDataAsync:function(b,D){r.changed?b(d):S(!0,b,D)},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(),D=oe.Constants.CENHDR;return i.copy(b,D),D+=i.length,u.copy(b,D),D+=r.extraLength,o.copy(b,D),b},packLocalHeader:function(){let b=0;r.flags_efs=this.efs,r.extraLocalLength=x.length;let D=r.localHeaderToBinary(),P=Buffer.alloc(D.length+i.length+r.extraLocalLength);return D.copy(P,b),b+=D.length,i.copy(P,b),b+=i.length,x.copy(P,b),b+=x.length,P},toJSON:function(){let b=function(D){return"<"+(D&&D.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 eu=se((y2,Ql)=>{var Xl=ka(),Zg=Da(),je=dr();Ql.exports=function(t,e){var r=[],i={},o=Buffer.alloc(0),c=new Zg.MainHeader,d=!1,u=null;let x=new Set,p=e,{noSort:w,decoder:m}=p;t?S(p.readEntries):d=!0;function v(){let I=new Set;for(let T of Object.keys(i)){let k=T.split("/");if(k.pop(),!!k.length)for(let b=0;b<k.length;b++){let D=k.slice(0,b+1).join("/")+"/";I.add(D)}}for(let T of I)if(!(T in i)){let k=new Xl(p);k.entryName=T,k.attr=16,k.temporary=!0,r.push(k),i[k.entryName]=k,x.add(k)}}function _(){if(d=!0,i={},c.diskEntries>(t.length-c.offset)/je.Constants.CENHDR)throw je.Errors.DISK_ENTRY_TOO_LARGE();r=new Array(c.diskEntries);for(var I=c.offset,T=0;T<r.length;T++){var k=I,b=new Xl(p,t);b.header=t.slice(k,k+=je.Constants.CENHDR),b.entryName=t.slice(k,k+=b.header.fileNameLength),b.header.extraLength&&(b.extra=t.slice(k,k+=b.header.extraLength)),b.header.commentLength&&(b.comment=t.slice(k,k+b.header.commentLength)),I+=b.header.centralHeaderSize,r[T]=b,i[b.entryName]=b}x.clear(),v()}function S(I){var T=t.length-je.Constants.ENDHDR,k=Math.max(0,T-65535),b=k,D=t.length,P=-1,F=0;for(typeof p.trailingSpace=="boolean"&&p.trailingSpace&&(k=0),T;T>=b;T--)if(t[T]===80){if(t.readUInt32LE(T)===je.Constants.ENDSIG){P=T,F=T,D=T+je.Constants.ENDHDR,b=T-je.Constants.END64HDR;continue}if(t.readUInt32LE(T)===je.Constants.END64SIG){b=k;continue}if(t.readUInt32LE(T)===je.Constants.ZIP64SIG){P=T,D=T+je.readBigUInt64LE(t,T+je.Constants.ZIP64SIZE)+je.Constants.ZIP64LEAD;break}}if(P==-1)throw je.Errors.INVALID_FORMAT();c.loadFromBinary(t.slice(P,D)),c.commentLength&&(o=t.slice(F+je.Constants.ENDHDR)),I&&_()}function A(){r.length>1&&!w&&r.sort((I,T)=>I.entryName.toLowerCase().localeCompare(T.entryName.toLowerCase()))}return{get entries(){return d||_(),r.filter(I=>!x.has(I))},get comment(){return m.decode(o)},set comment(I){o=je.toBuffer(I,m.encode),c.commentLength=o.length},getEntryCount:function(){return d?r.length:c.diskEntries},forEach:function(I){this.entries.forEach(I)},getEntry:function(I){return d||_(),i[I]||null},setEntry:function(I){d||_(),r.push(I),i[I.entryName]=I,c.totalEntries=r.length},deleteFile:function(I,T=!0){d||_();let k=i[I];this.getEntryChildren(k,T).map(D=>D.entryName).forEach(this.deleteEntry)},deleteEntry:function(I){d||_();let T=i[I],k=r.indexOf(T);k>=0&&(r.splice(k,1),delete i[I],c.totalEntries=r.length)},getEntryChildren:function(I,T=!0){if(d||_(),typeof I=="object")if(I.isDirectory&&T){let k=[],b=I.entryName;for(let D of r)D.entryName.startsWith(b)&&k.push(D);return k}else return[I];return[]},getChildCount:function(I){if(I&&I.isDirectory){let T=this.getEntryChildren(I);return T.includes(I)?T.length-1:T.length}return 0},compressToBuffer:function(){d||_(),A();let I=[],T=[],k=0,b=0;c.size=0,c.offset=0;let D=0;for(let B of this.entries){let J=B.getCompressedData();B.header.offset=b;let K=B.packLocalHeader(),ne=K.length+J.length;b+=ne,I.push(K),I.push(J);let Y=B.packCentralHeader();T.push(Y),c.size+=Y.length,k+=ne+Y.length,D++}k+=c.mainHeaderSize,c.offset=b,c.totalEntries=D,b=0;let P=Buffer.alloc(k);for(let B of I)B.copy(P,b),b+=B.length;for(let B of T)B.copy(P,b),b+=B.length;let F=c.toBinary();return o&&o.copy(F,je.Constants.ENDHDR),F.copy(P,b),t=P,d=!1,P},toAsyncBuffer:function(I,T,k,b){try{d||_(),A();let D=[],P=[],F=0,B=0,J=0;c.size=0,c.offset=0;let K=function(ne){if(ne.length>0){let Y=ne.shift(),ve=Y.entryName+Y.extra.toString();k&&k(ve),Y.getCompressedDataAsync(function(he){b&&b(ve),Y.header.offset=B;let L=Y.packLocalHeader(),G=L.length+he.length;B+=G,D.push(L),D.push(he);let W=Y.packCentralHeader();P.push(W),c.size+=W.length,F+=G+W.length,J++,K(ne)})}else{F+=c.mainHeaderSize,c.offset=B,c.totalEntries=J,B=0;let Y=Buffer.alloc(F);D.forEach(function(he){he.copy(Y,B),B+=he.length}),P.forEach(function(he){he.copy(Y,B),B+=he.length});let ve=c.toBinary();o&&o.copy(ve,je.Constants.ENDHDR),ve.copy(Y,B),t=Y,d=!1,I(Y)}};K(Array.from(this.entries))}catch(D){T(D)}}}}});var ru=se((b2,nu)=>{var _e=dr(),we=de("path"),Yg=ka(),Xg=eu(),Rn=(...t)=>_e.findLast(t,e=>typeof e=="boolean"),tu=(...t)=>_e.findLast(t,e=>typeof e=="string"),Qg=(...t)=>_e.findLast(t,e=>typeof e=="function"),em={noSort:!1,readEntries:!1,method:_e.Constants.NONE,fs:null};nu.exports=function(t,e){let r=null,i=Object.assign(Object.create(null),em);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=_e.Constants.BUFFER,t=void 0)),Object.assign(i,e);let o=new _e(i);if((typeof i.decoder!="object"||typeof i.decoder.encode!="function"||typeof i.decoder.decode!="function")&&(i.decoder=_e.decoder),t&&typeof t=="string")if(o.fs.existsSync(t))i.method=_e.Constants.FILE,i.filename=t,r=o.fs.readFileSync(t);else throw _e.Errors.INVALID_FILENAME();let c=new Xg(r,i),{canonical:d,sanitize:u,zipnamefix:x}=_e;function p(_){if(_&&c){var S;if(typeof _=="string"&&(S=c.getEntry(we.posix.normalize(_))),typeof _=="object"&&typeof _.entryName<"u"&&typeof _.header<"u"&&(S=c.getEntry(_.entryName)),S)return S}return null}function w(_){let{join:S,normalize:A,sep:I}=we.posix;return S(we.isAbsolute(_)?"/":".",A(I+_.split("\\").join(I)+I))}function m(_){return _ instanceof RegExp?(function(S){return function(A){return S.test(A)}})(_):typeof _!="function"?()=>!0:_}let v=(_,S)=>{let A=S.slice(-1);return A=A===o.sep?o.sep:"",we.relative(_,S)+A};return{readFile:function(_,S){var A=p(_);return A&&A.getData(S)||null},childCount:function(_){let S=p(_);if(S)return c.getChildCount(S)},readFileAsync:function(_,S){var A=p(_);A?A.getDataAsync(S):S(null,"getEntry failed for:"+_)},readAsText:function(_,S){var A=p(_);if(A){var I=A.getData();if(I&&I.length)return I.toString(S||"utf8")}return""},readAsTextAsync:function(_,S,A){var I=p(_);I?I.getDataAsync(function(T,k){if(k){S(T,k);return}T&&T.length?S(T.toString(A||"utf8")):S("")}):S("")},deleteFile:function(_,S=!0){var A=p(_);A&&c.deleteFile(A.entryName,S)},deleteEntry:function(_){var S=p(_);S&&c.deleteEntry(S.entryName)},addZipComment:function(_){c.comment=_},getZipComment:function(){return c.comment||""},addZipEntryComment:function(_,S){var A=p(_);A&&(A.comment=S)},getZipEntryComment:function(_){var S=p(_);return S&&S.comment||""},updateFile:function(_,S){var A=p(_);A&&A.setData(S)},addLocalFile:function(_,S,A,I){if(o.fs.existsSync(_)){S=S?w(S):"";let T=we.win32.basename(we.win32.normalize(_));S+=A||T;let k=o.fs.statSync(_),b=k.isFile()?o.fs.readFileSync(_):Buffer.alloc(0);k.isDirectory()&&(S+=o.sep),this.addFile(S,b,I,k)}else throw _e.Errors.FILE_NOT_FOUND(_)},addLocalFileAsync:function(_,S){_=typeof _=="object"?_:{localPath:_};let A=we.resolve(_.localPath),{comment:I}=_,{zipPath:T,zipName:k}=_,b=this;o.fs.stat(A,function(D,P){if(D)return S(D,!1);T=T?w(T):"";let F=we.win32.basename(we.win32.normalize(A));if(T+=k||F,P.isFile())o.fs.readFile(A,function(B,J){return B?S(B,!1):(b.addFile(T,J,I,P),setImmediate(S,void 0,!0))});else if(P.isDirectory())return T+=o.sep,b.addFile(T,Buffer.alloc(0),I,P),setImmediate(S,void 0,!0)})},addLocalFolder:function(_,S,A){if(A=m(A),S=S?w(S):"",_=we.normalize(_),o.fs.existsSync(_)){let I=o.findFiles(_),T=this;if(I.length)for(let k of I){let b=we.join(S,v(_,k));A(b)&&T.addLocalFile(k,we.dirname(b))}}else throw _e.Errors.FILE_NOT_FOUND(_)},addLocalFolderAsync:function(_,S,A,I){I=m(I),A=A?w(A):"",_=we.normalize(_);var T=this;o.fs.open(_,"r",function(k){if(k&&k.code==="ENOENT")S(void 0,_e.Errors.FILE_NOT_FOUND(_));else if(k)S(void 0,k);else{var b=o.findFiles(_),D=-1,P=function(){if(D+=1,D<b.length){var F=b[D],B=v(_,F).split("\\").join("/");B=B.normalize("NFD").replace(/[\u0300-\u036f]/g,"").replace(/[^\x20-\x7E]/g,""),I(B)?o.fs.stat(F,function(J,K){J&&S(void 0,J),K.isFile()?o.fs.readFile(F,function(ne,Y){ne?S(void 0,ne):(T.addFile(A+B,Y,"",K),P())}):(T.addFile(A+B+"/",Buffer.alloc(0),"",K),P())}):process.nextTick(()=>{P()})}else S(!0,void 0)};P()}})},addLocalFolderAsync2:function(_,S){let A=this;_=typeof _=="object"?_:{localPath:_},localPath=we.resolve(w(_.localPath));let{zipPath:I,filter:T,namefix:k}=_;T instanceof RegExp?T=(function(P){return function(F){return P.test(F)}})(T):typeof T!="function"&&(T=function(){return!0}),I=I?w(I):"",k=="latin1"&&(k=P=>P.normalize("NFD").replace(/[\u0300-\u036f]/g,"").replace(/[^\x20-\x7E]/g,"")),typeof k!="function"&&(k=P=>P);let b=P=>we.join(I,k(v(localPath,P))),D=P=>we.win32.basename(we.win32.normalize(k(P)));o.fs.open(localPath,"r",function(P){P&&P.code==="ENOENT"?S(void 0,_e.Errors.FILE_NOT_FOUND(localPath)):P?S(void 0,P):o.findFilesAsync(localPath,function(F,B){if(F)return S(F);B=B.filter(J=>T(b(J))),B.length||S(void 0,!1),setImmediate(B.reverse().reduce(function(J,K){return function(ne,Y){if(ne||Y===!1)return setImmediate(J,ne,!1);A.addLocalFileAsync({localPath:K,zipPath:we.dirname(b(K)),zipName:D(K)},J)}},S))})})},addLocalFolderPromise:function(_,S){return new Promise((A,I)=>{this.addLocalFolderAsync2(Object.assign({localPath:_},S),(T,k)=>{T&&I(T),k&&A(this)})})},addFile:function(_,S,A,I){_=x(_);let T=p(_),k=T!=null;k||(T=new Yg(i),T.entryName=_),T.comment=A||"";let b=typeof I=="object"&&I instanceof o.fs.Stats;b&&(T.header.time=I.mtime);var D=T.isDirectory?16:0;let P=T.isDirectory?16384:32768;return b?P|=4095&I.mode:typeof I=="number"?P|=4095&I:P|=T.isDirectory?493:420,D=(D|P<<16)>>>0,T.attr=D,T.setData(S),k||c.setEntry(T),T},getEntries:function(_){return c.password=_,c?c.entries:[]},getEntry:function(_){return p(_)},getEntryCount:function(){return c.getEntryCount()},forEach:function(_){return c.forEach(_)},extractEntryTo:function(_,S,A,I,T,k){I=Rn(!1,I),T=Rn(!1,T),A=Rn(!0,A),k=tu(T,k);var b=p(_);if(!b)throw _e.Errors.NO_ENTRY();var D=d(b.entryName),P=u(S,k&&!b.isDirectory?k:A?D:we.basename(D));if(b.isDirectory){var F=c.getEntryChildren(b);return F.forEach(function(K){if(K.isDirectory)return;var ne=K.getData();if(!ne)throw _e.Errors.CANT_EXTRACT_FILE();var Y=d(K.entryName),ve=u(S,A?Y:we.basename(Y));let he=T?K.header.fileAttr:void 0;o.writeFileTo(ve,ne,I,he)}),!0}var B=b.getData(c.password);if(!B)throw _e.Errors.CANT_EXTRACT_FILE();if(o.fs.existsSync(P)&&!I)throw _e.Errors.CANT_OVERRIDE();let J=T?_.header.fileAttr:void 0;return o.writeFileTo(P,B,I,J),!0},test:function(_){if(!c)return!1;for(var S in c.entries)try{if(S.isDirectory)continue;var A=c.entries[S].getData(_);if(!A)return!1}catch{return!1}return!0},extractAllTo:function(_,S,A,I){if(A=Rn(!1,A),I=tu(A,I),S=Rn(!1,S),!c)throw _e.Errors.NO_ZIP();c.entries.forEach(function(T){var k=u(_,d(T.entryName));if(T.isDirectory){o.makeDir(k);return}var b=T.getData(I);if(!b)throw _e.Errors.CANT_EXTRACT_FILE();let D=A?T.header.fileAttr:void 0;o.writeFileTo(k,b,S,D);try{o.fs.utimesSync(k,T.header.time,T.header.time)}catch{throw _e.Errors.CANT_EXTRACT_FILE()}})},extractAllToAsync:function(_,S,A,I){if(I=Qg(S,A,I),A=Rn(!1,A),S=Rn(!1,S),!I)return new Promise((P,F)=>{this.extractAllToAsync(_,S,A,function(B){B?F(B):P(this)})});if(!c){I(_e.Errors.NO_ZIP());return}_=we.resolve(_);let T=P=>u(_,we.normalize(d(P.entryName))),k=(P,F)=>new Error(P+': "'+F+'"'),b=[],D=[];c.entries.forEach(P=>{P.isDirectory?b.push(P):D.push(P)});for(let P of b){let F=T(P),B=A?P.header.fileAttr:void 0;try{o.makeDir(F),B&&o.fs.chmodSync(F,B),o.fs.utimesSync(F,P.header.time,P.header.time)}catch{I(k("Unable to create folder",F))}}D.reverse().reduce(function(P,F){return function(B){if(B)P(B);else{let J=we.normalize(d(F.entryName)),K=u(_,J);F.getDataAsync(function(ne,Y){if(Y)P(Y);else if(!ne)P(_e.Errors.CANT_EXTRACT_FILE());else{let ve=A?F.header.fileAttr:void 0;o.writeFileToAsync(K,ne,S,ve,function(he){he||P(k("Unable to write file",K)),o.fs.utimes(K,F.header.time,F.header.time,function(L){L?P(k("Unable to set times",K)):P()})})}})}}},I)()},writeZip:function(_,S){if(arguments.length===1&&typeof _=="function"&&(S=_,_=""),!_&&i.filename&&(_=i.filename),!!_){var A=c.compressToBuffer();if(A){var I=o.writeFileTo(_,A,!0);typeof S=="function"&&S(I?null:new Error("failed"),"")}}},writeZipPromise:function(_,S){let{overwrite:A,perm:I}=Object.assign({overwrite:!0},S);return new Promise((T,k)=>{!_&&i.filename&&(_=i.filename),_||k("ADM-ZIP: ZIP File Name Missing"),this.toBufferPromise().then(b=>{let D=P=>P?T(P):k("ADM-ZIP: Wasn't able to write zip file");o.writeFileToAsync(_,b,A,I,D)},k)})},toBufferPromise:function(){return new Promise((_,S)=>{c.toAsyncBuffer(_,S)})},toBuffer:function(_,S,A,I){return typeof _=="function"?(c.toAsyncBuffer(_,S,A,I),null):c.compressToBuffer()}}}});import{execFile as j_,spawn as W_,spawnSync as LI}from"node:child_process";import{promisify as K_}from"node:util";function $_(t){if(process.platform!=="win32")return!1;if(Xf.test(t))return!0;let r=(t.split(/[/\\]/).pop()??t).replace(Xf,"").toLowerCase();return V_.has(r)}function Qf(t,e){if(process.platform!=="win32")return e??{};let r={...e??{}};return $_(t)&&r.shell===void 0&&(r.shell=!0),r.windowsHide===void 0&&(r.windowsHide=!0),r}function lt(t,e=[],r={}){return W_(t,e,Qf(t,r))}function e0(t,e=[],r={}){return J_(t,e,Qf(t,r))}var V_,Xf,J_,En=Ye(()=>{"use strict";V_=new Set(["npm","npx","yarn","pnpm","coze","tsx","claude-agent-acp","codex-acp","openclaw"]),Xf=/\.(cmd|bat|ps1)$/i;J_=K_(j_)});var rx=se(Me=>{"use strict";var M=H;(function(t,e){let r=H,i=t();for(;;)try{if(-parseInt(r(775))/1+parseInt(r(818))/2+-parseInt(r(623))/3+-parseInt(r(532))/4+-parseInt(r(899))/5*(-parseInt(r(1272))/6)+-parseInt(r(672))/7+parseInt(r(1588))/8===e)break;i.push(i.shift())}catch{i.push(i.shift())}})(Ao,112864);var Nb=Object["definePr"+M(330)],Mb=Object[M(921)+"opertyNa"+M(1250)],X0=(t,e)=>function(){return t&&(e=(0,t[{eCPQF:function(c,d){return c(d)}}[M(948)](Mb,t)[0]])(t=0)),e},Bb=(t,e)=>{let r=M,i={QMtIv:function(c,d,u,x){return c(d,u,x)}};for(var o in e)i[r(797)](Nb,t,o,{get:e[o],enumerable:!0})};function Fb(){return V0||(V0=[IDBDatabase,IDBObjectStore,IDBIndex,IDBCursor,IDBTransaction])}function zb(){let t=M;return $0||($0=[IDBCursor[t(572)+"e"][t(1045)],IDBCursor.prototype[t(523)],IDBCursor.prototype[t(523)+"PrimaryKey"]])}function Ub(t){let e=M,r={IdZkO:e(522),mfesW:e(677),dBRNH:function(o,c){return o<c},RxFUv:function(o,c){return o&c},jndjA:function(o,c){return o|c},bVjii:function(o,c){return o>>c},OhhsM:function(o,c){return o!==c},OjzzF:e(1650),MVBnt:e(1218),exqjD:function(o,c){return o(c)},YrkwQ:function(o){return o()},AHyuU:function(o,c){return o>>>c},sNEhs:function(o,c){return o+c},mPbpL:function(o,c){return o&c},keaBt:function(o,c){return o>>>c},cYmTF:function(o,c){return o>>>c},qijLs:function(o,c){return o&c},WFrSA:e(1364),ZNFoz:e(284),PupWM:function(o,c){return o(c)},cIzee:function(o){return o()},hvpgs:function(o,c,d){return o(c,d)},icRCh:function(o,c){return o!==c},kZLUX:"cLOrF"},i=new Promise((o,c)=>{let d=e,u={jhvmR:function(m,v){return r[H(1012)](m,v)},pKbVZ:function(m,v){return r[H(428)](m,v)},irekr:function(m,v){return r[H(957)](m,v)},KlvNQ:function(m,v){return r[H(233)](m,v)},oKMdw:function(m,v){return r.sNEhs(m,v)},tFCiz:function(m,v){return m+v},rfLWw:function(m,v){return r[H(726)](m,v)},yIvPa:function(m,v){return r.sNEhs(m,v)},wxIDV:function(m,v){return r[H(428)](m,v)},EEPZt:function(m,v){return r.qijLs(m,v)},tVPhZ:function(m,v){return m===v},cgdSG:r[d(1537)],AsMGC:r[d(1636)],EyxLr:function(m,v){return r[d(1539)](m,v)},cdysC:function(m){return r[d(855)](m)}},x=()=>{let m=d;t[m(1542)+m(195)+m(484)](r[m(1638)],p),t[m(1542)+"entListe"+m(484)](r[m(617)],w)},p=()=>{let m=d;if(u.tVPhZ(u[m(594)],u.AsMGC)){let v=_0x443f55.low,_=_0x101068[m(1376)];return _0x5d5119[_0x215b32]=u[m(1405)](_,24),_0x541fc6[u[m(1230)](_0x2cde11,1)]=_>>>16&255,_0x33cafc[u[m(1230)](_0x389e6c,2)]=u.irekr(u[m(1322)](_,8),255),_0x4f3cda[u[m(1193)](_0x46efbd,3)]=255&_,_0x55444c[u.tFCiz(_0x2a7043,4)]=v>>>24,_0x2968b3[u[m(1193)](_0x3dd217,5)]=u.irekr(u[m(555)](v,16),255),_0x32375c[u[m(1196)](_0x1e6188,6)]=u[m(465)](v>>>8,255),_0x4336fb[u.wxIDV(_0x3e099e,7)]=u[m(1500)](255,v),_0x546078+=8,_0x5b49d5}else u[m(824)](o,Bt(t[m(1668)])),u[m(1334)](x)},w=()=>{let m=d,v={cuVZJ:function(_,S){return r[H(742)](_,S)},eWKOE:function(_,S){return _|S},yZzjf:function(_,S){return r.RxFUv(_,S)},jocoP:function(_,S){return _>>S},GlUfj:function(_,S){return r[H(924)](_,S)},rTTTh:function(_,S){return r[H(771)](_,S)},IXxfl:function(_,S){return r[H(1313)](_,S)},jaFUb:function(_,S){return _&S},LpsdH:function(_,S){return r[H(1313)](_,S)},ZqFuY:function(_,S){return _|S}};r.OhhsM(r[m(1246)],r[m(315)])?(r.exqjD(c,t.error),r[m(815)](x)):(v.cuVZJ(_0x107919,65536)?_0x1fc3b6[_0x3c7905++]=v[m(1173)](v.yZzjf(v[m(361)](_0x5608e2,12),15),224):(_0xe2d84[_0x19349f++]=v[m(966)](v[m(895)](v[m(1478)](_0x20f457,18),7),240),_0x55d340[_0xf591fa++]=v[m(1173)](v[m(713)](v.LpsdH(_0xc3899e,12),63),128)),_0x4662d1[_0x31010c++]=v[m(137)](v[m(1478)](_0x138380,6)&63,128))};t[d(543)+"Listener"](r[d(1638)],p),t[d(543)+d(1473)](r.mfesW,w)});return i[e(1103)](o=>{let c=e;r[c(670)](r[c(1222)],r[c(1222)])?r[c(1133)](_0x137515,_0x4142e8,this[c(254)+c(1412)+"e"](_0x295fcc)):o instanceof IDBCursor&&id.set(o,t)})[e(1119)](()=>{}),To[e(1449)](i,t),i}function Ao(){let t=["qLfOzvC","x3bYB3rVy28","zNvUy3rPB24","AuD5BfK","vxLqq1y","zuntsMC","tNDNqwG","uuvQyuu","B3jL","x0vysvnu","zsbHihn0CMK","BwvZC2fNzv8","vejXAfK","zv90Aw1LB3u","yKfurgi","CwDxtxO","AMTrv24","y29Kzq","CNnVCL9Uyw0","yLzQAwK","wK10t0C","BMjrvNG","y3vYC29YlNm","CMvZB2X2zq","yLDerxO","zgzLA00","rwXOAxG","z2v0qwXSs2u","s2X2tLe","zKL6swu","ywrK","D1brzxC","zNjVBuj5Dgu","y29SBM8","ywXSzwqGBxu","EufID3O","x3nLBMrby2S","De9hrLK","Dg9Y","BvDfsue","y2r5C0m","zv9ZDwnJzxm","qM5gAfK","zhvLrg8","C2vUza","BNrLCG","rwnms3i","ign1CNnVCIa","s1zwrfm","vvDRr0m","x1fVu01HBMe","yNvMzMvYzwq","D3fxAwu","x2LZtwLUAvC","vgnNru0","z2v0","D016v1u","zeTywu0","CKXRzeW","AePhCxG","DuHzr2m","x2LZv29YA2u","zMzMzG","Dgv4Dc9WBge","rfHIEMK","zuTqwhe","zgv2AwnLx2K","DxbNCMfKzw4","zNjVBujPDhm","r3LAv3q","tMDLthy","x21PBMLoyxy","zuXNCLa","u2nNueC","y29UBMvJDeu","yxrLq291BNq","uvvqCha","CNjVCK1LC3m","x2LUAxrhBg8","zw5JB2rLrNi","BwLUzW","BgLUzw5V","AgLNAa","Aw47y2HHCNm","BwTpAve","t1n6y28","C0jlvLq","EM52DNG","v0nMzeS","u2TVzK0","threrge","wK5Jthe","zNjVBuHHC2G","CLLcsNy","u2zKuwW","C3rVCMu","ugzxtxe","rufICMe","ExfJrxa","qKzOtgK","A0nov1e","rMzRzw4","tgvYvKm","x2rPC2nVBM4","sK1XCxG","u2jhqKy","x25HDMLNyxq","C29Tzq","x194x21Zz18","Dg9VigXHCMC","zw5XDwv1zq","AMH2Bvi","u3rYyxrLz3K","D1DrA3a","zvvYBa","r2T4zxi","BMCGzMfPBgu","s2TPAwq","CNzHBfzHBhu","z2vjBMzVu3K","A3fTtMq","wfbTuhq","AfzmBge","CNnVCL92ywW","B2nRzxrtDwm","BgLZDgvUtMu","ywnRx2LK","EfLJzu4","tMHNtfq","u2XAwwe","x21LC3nHz2u","se9dv1y","s0nxsfG","EMTfu3e","CePSuLC","z2vY","Bhfys2G","ChDvAhy","EerjCeO","rfzjyNm","ELb6ANm","B25fCNjVCG","tvDuquW","CLvyEfO","y29UBMvJDgK","CMfNzvn5BMm","yufryKi","AK9nv2O","x29UrxjYB3i","AhfYrha","C3rHCNq","vKXuExi","uNbNreu","ywXSq3vYC28","A2Tcrxi","C2v0","x2jPBMfYEvq","z1rMAMi","su5tvefova","Evf1EMS","Cg9PBNrdB24","y29UBMvJDfm","y0rLv28","yw1LoIa","Dg9cExrLC0W","z25gvMy","ufjODxi","DxrVuMvJB24","y29TBK0","zxHWB3j0CW","Bwu6ia","y0L1wKG","CM92AwrLige","werUwha","vgHAt0q","B3fpAgW","z1rPBwvVDxq","qKTPz0G","sufPsMO","tgLZDgvUzxi","C3jJ","q0Xpu0ve","ywXSB2nvBNm","sKfKwNO","svH4zMW","rK1ID1G","zNLkvKO","AgvKtwf4uMu","x3bPBMDmB3m","mNWWFdL8mta","AK5oCuO","CgLUz0LUDgu","y3vYDMfSDwu","te93rhy","qNv4y1m","sMDKwNO","y3vYC29Y","CMvKDwnL","vfPiwwG","C0rNAgi","Aw9UvgLTzw8","BeHHBMrSzxi","y3r4","uhjPBwfYEuS","C29mDw8","D0P6thC","ruvqwNq","whbvz2C","y29UBMvJDca","q291BNq","yxbWBgLJyxq","ze9gEK0","Dg9mB3DLCKm","z2v0q3vYC28","zxjFywnRx20","DxjS","qw1VDw50","rvjst1i","uw5jAey","B3bLBIa","C3bSAwnL","thrrsfe","C2v0u3rVCMe","x3DHAxq","zcWGDw5RBM8","CMvZzxruCMK","A29Ys0y","yvjPB1m","thLSsMy","Aw1LCYbPBIa","qMXpqxm","B1P4r3q","BMTeCeG","mxW0Fdj8m3W","AwzgELe","u1rTD3i","B25ozxr3B3i","q3juvNC","s0v6AwW","B25SAw5L","Dg9cExrLC0i","ufPxwLO","AevYCM9Yrxy","v0zYu0e","u0fiu0m","uhvWv00","y2XVC2veqG","vKfTBfe","CMvTB3zLrxy","zM9yy2u","rhb5D0q","D3zcDwi","z1P3ywi","zMr4DvC","x2rPC3bHDgm","sgfQvKO","AM1lyxi","x2DLBMvYyxq","Bwv0Ag9K","x3DZsw5ZDge","CM92AwrLigi","rMTNzxa","o2nOyxjZzxq","suvQvuq","t3DSAMu","DujhuvO","BKLVv3K","De1HBMfNzxi","wM1ZBgK","q3vZDg9Tq2W","q3fADuW","uLfYC0e","vhr3BeC","Aw5L","zMzmAw5L","vKrAvNa","D2vI","Aw5N","zMzLCG","s2r2Cgy","wKPZC3y","zg52uwS","ywnRx2nVzgu","qw14t1i","BKjQy1u","rMXmCMG","sM9tC2K","DLrYqKC","D3jPDgu","q29UzMLN","Ae9Wzw5fDMu","tgnPqwq","yxGGCMv0CMK","zeHLugG","mteZntaWmePQEwD6ta","rKDnquS","DeLK","zufJAW","zxj2AwnL","EMvuvfa","tu54yvm","ChjVDg9JB2W","Cgv1ywm","s2vbzKq","twT6r2i","EvnAqNC","uufJEw4","ywXty29Wzq","thDkA3m","Ee9ezeS","zwn0","C0XPC3rLBMu","tKfusvzfx0u","uMvJB25Uzwm","v2Pjr2e","qxvVu2m","Cgf5Bg9Hza","r2HYuxe","BLjJwvy","BwXHzeO","wMvlDee","mNWW","vNPwvKW","DwnvsLi","u2TeAuq","wezAthG","D0XAyM4","reTIzMe","rKnmvKS","DMDMrLm","tg9Nsuq","uMnQAK0","CNzot2O","y0T5yuG","zNjVBNrPzxi","DuLnEMi","AgfZ","CerTvue","vfDzvw8","A2zZtMi","zcWG","x2rItMfTzq","wK5gB3O","CYbPBNn0yw4","swrAA08","rLjptLrjrvi","ENbsy3K","CLvcBeC","t2HvAwm","B2zM","pxv0zI04","qurpv2W","igzPzwXKoIa","BIWGAg9ZDg4","ALDXDMi","Cgf5Bg9Hzfq","BLDTy0e","ywX3yxLZ","u0PJyMi","B01IBLq","y2HHCKnVzgu","y1z1rvC","AxmGDw5Kzwy","CMvWBgfJzq","tvDRvu8","x3vYBa","Ahr0Ca","BxDQA0q","EhPmwuO","uxfjs0i","ywnRpwzYB24","q2D2ufq","svHrr0O","DMXnwfG","CMvZDwX0","CYbHBhjLywq","sffJtui","DhjHBNnHy3q","yMrFzgLK","Bg9NsurozxC","wNfgDvK","rwLUCum","A2v5CW","yMjZsxC","y0H6y1i","x2n1CNnVCK4","BMrWB2LUDfq","t3POy0q","t3j5A3u","txbwuuC","CM92AwrLihC","Dev2zw50","Chv0","DKTyzLC","u1bUv1u","CK1kz3K","CgXLyxnLiha","t3n3t0e","wwX5zKu","tNHJB28","x2nVBM5Ly3q","zgTnrKW","x2zVCM1HDeu","BwfUDwfSihi","AwXSihvZzsa","CMv0CNLdB3u","BNvTyMvY","yuDvwK4","C2HPzNq","y2HnyxHuCMK","DMvYC2LVBMm","vKDbyvC","yxj0sKC","ywzRv0C","tMroDKC","BKrUELG","zhzvDwK","B29vEMu","B21NuM0","CgfNzxnOB3C","y2vZC0HHBMq","Cg93","zgrjrcWGzgu","Ehboue0","tLnRD2q","A2v0ignVBNm","zgvMAw5Luhi","ENf5su8","ENvHuK0","BhjNEhu","yNrMExG","rhrUDNm","CgjICdi","Bu9OvM4","zhDgv0e","Cgf5Bg9Hzeu","tg9JAW","zgvJB2rLzey","zw50tgLZDgu","zfzYAve","zxjYtM8","yM9mwhK","qvjrswq","x2XPC3rLBMu","txzSs2q","t1bftG","B09OtKu","y3vYC29Yx2y","Bwf4twvZC2e","u1jyEgC","zxLPwKW","B3bLBKrc","tgv6Dhq","AKjHD3u","C21HwuK","zw5HyMXLqxu","x2nYzwf0zvm","BwLZzq","zg1wEee","C2PTue4","v1f4D1G","uhztCLK","AhbLCeC","AxnAzxjV","AwXLtMfTzq","ywXS","x2n1CNnVCK0","l3DZl3yY","z1rcrvC","vLPwEMW","v2vIu29JA2u","vw5PBxbSzw0","BfLvExq","BxnN","BMvwvMW","u2vYDMLJzvC","A2vHqNq","CMTyrgy","zw50zwqGDhK","t2PJrxe","sfLHBLy","zw5HyMXLuw8","wgP2sg0","ue9Ite4","EfvZzuvUDG","thHnAfi","u3nRsLK","rhbkAuu","BwresKC","sLHowMC","ihrVihjLDhi","AhbNDvK","zwvKzwq","DNHUtuO","AwDxufK","te9ozLe","ywDLsgLKzq","x2DLDeLUDgu","C2v0zgi","igzHAwWSig0","CNzHBa","zw50","B25mAw5L","AxnmB25N","yxn4wMK","mdaWma","uhvYDMG","uK5YrfG","AK9VzuC","AwXK","C2v0sxrLBq","A2v5","Dw5ZAwDUzwq","zxjFBxnNAwq","A0XWug4","C3rYAw5NAwy","x2LZqNjVD3m","qLf0z0O","u2vXsuq","Cu1ZwM0","wgLjv1i","Dg5muKO","u0nHCNq","z2v0u3rVCMe","DMToqMK","sfv3Cgu","q1ziENG","ruTIBeW","A0rVAee","AMvJDfn0B3i","txDirvG","vNDVA2G","q2roANe","q2Xcu2y","r3vlCu4","rMTQyKO","sffvwNm","B3LfCgO","EMDbuxG","uxfkqxO","Aw5uANG","yK9ftMe","x3fVC0rc","C2H2tMm","AxnbCNjHEq","q09otKvdveK","rxzLBNq","AgvHzgvY","mxW2Fda","uLrgq2W","CM92AwrLihy","wNrsCMy","C2v0q3vYC28","re1lsMO","s2nHqve","BKHNCum","y2XVC2uSihC","AM9PBG","tvzcBNq","r3H1weO","tw9KDwXL","C0nyCuK","BNruCMLLC0m","B25szwnLAxy","BMv3vMvYC2K","DgvZDa","BLLIvvG","zhLys2q","DfjvCKG","vw5Oyw5KBgu","zeHWA2i","r0rJtfK","zw5JB2rPBMC","B3bLCNr5","EwrVtMi","ywnRDxbfBMq","ywnOzwqSihC","uMjVyLC","sMfAuNC","B3jpBMXPBMu","CMvJzwL2zwq","qwjdtvG","D3zrzfa","Fdf8n3W4","C3nHz2vfDMu","zgzpqui","rKLmrv9ot1q","wevPAuW","q3Pwrvu","C3vIC3rYAw4","vgLTzw91Da","CwvIwve","D3jPDgvvAw4","Dxrjza","BLDqvg0","y3vYCMvUDeK","C2vUDa","CfLKEM0","DwPXyK0","BwfW","yNL0zu9MzNm","CMvUDevUzha","quPZDNu","ExDnCNO","AM9JB1a","tgn1Ehi","vhfZEMG","rvvVqxG","v21bvvO","ww5PqLe","thDLEvu","B25pCgvU","vxbKyxrLq28","BgvVuwO","uwzpBe4","uwrpDhK","wMDdB2y","CMvQzwn0","t2jQzwn0","zxjFCw9Zx2e","wwPpq3K","zxH0ugf5Bg8","uMjpAhG","yM9HDM8","s1jHrhm","BwvY","rgvrqNy","Bg9Nsurhzw4","BwvZC2fNztO","q0HWuMm","A1PPt3a","tK9lB3i","EejnyLa","AhjzqMu","CgfYy24","B25nzxnZywC","Efrurw52","D3zptKu","x3DZ","wKv2AgS","DMvUDa","yNjXsMm","yMfJA3vWigu","AuXgv3m","t29itMS","CgLUz19VBMm","BNrbBMrvCgq","zxmGCMvHy2G","rNbZy1G","z0zjrfm","BhrPCgXLihq","sLLLtgW","AxnszwfKEq","Aw9U","x2n1CNnVCKy","shjuBgK","Ew1qseu","twnOD3y","tfHrB2m","q0LXAK8","ihzHBgLKihm","BxLqtfe","sgrZD1q","zM9Yy2u","BMDLza","t2jUBeO","Aw5JBhvKzxm","ywrKq291BNq","wg9szLe","CMvZzxrfBMq","D2zKDK0","C05fAhm","wgLryM0","zhrUCum","rxjYB3jdB2q","BMrWB2LUDca","B3vUDa","D1DSz0K","tufyx1jfvfi","suvtx0vsuK8","x2nSzwfYvgK","wKHtAKW","A2vNs2C","Bg9IywXty28","C2vYDMLJzs0","y3ruAw1LB3u","B2nRzxrgywK","zgv4tgS","Dg9oDw1Izxi","vMfoveC","rfrmEKi","zgzKqwW","ufLwzMy","x29UvgLTzw8","zM9YrwfJAa","AuD4vwW","whjwBNq","z2vtEw5J","Cg10wKm","veThy1a","Dw5KzwzPBMu","BMnLq2XVC2u","ugLVu2G","Cg9PBNrbBMq","zMLSDgvY","s2v2wuO","shbsBfC","Bg9N","AxjLA3i","zLvXAee","ANP3D0O","ywDLu2HVDW","r2XUt0y","reLMDgi","q2HhCxy","Efngzxy","B2jQzwn0u3q","rgHHD0S","s0DRufi","y3vYCMvUDeu","q3j2wwy","shPfrMy","D1vjr3y","r2f2AKi","DhjPzxm","vMjvtg0","Bw1Iwei","BMvY","x29UugfNzu4","C3vIyxjYyxK","BKzlzMO","C2Hrsva","CKDtwMK","C3rXDxa","nxW4Fdn8mxW","y2HnyxHdB3u","jMPZy2fSBgi","vg9dyMm","AfvJqM0","CMPMAMC","q2Xhquy","ExPnzNu","CKXVrNa","yxjYyxLIDwy","BKXdDKK","uwPkzhy","rg1NrNi","Dw1ks2y","ufvlwem","sxHmB0S","qLzRDha","qwPYELC","mNWXFdn8nhW","v2LUzg93","CLPNCKm","D24GCMvHC28","ywnR","DgLTzw91DcW","shHUtvm","x2HHBMrSzva","zer2uwy","DLHov3e","DMLJzuLeig8","u2jwrKe","y2XLyxi","C3vJy2vZCW","y29UDgLUDwu","ELfLs1O","EMPfC2G","t1brrfu","EMXHA2q","shzduwO","wxjQuKq","C0PNwNq","C2vUzf9Hy2S","ndCYodeYz2TMtujR","qxrWC2u","Aw5KzxGGB3u","D2fZq2XLyw4","B2HHr2e","De1bwu8","A3DHrfa","Dg5gze4","x2HHBMrSzu8","EeXssMC","wuX2C1G","ywrKrxzLBNq","lcbTyxGGCMu","zezcre0","vMPNENi","mNW4FdeWFdy","Cu5ezuq","B3zAsK0","B3jRzxjhBg8","uKHOv2W","B0Xbwfe","C3rYAw5N","zhv6BvO","CMzmv3C","te5ND0y","D2HhsxG","Dg9tDhjPBMC","D3nZoI8V","nNW1Fdn8nhW","vNDMvfi","aaaaaaaaaaa","rKPYrKi","rKDZy2O","zMXVB3i","yxbWzw5Kq2G","CMfTugfYyw0","BMDuAw1LCG","qKDXrKq","DKfLB3K","x3bHDgHlzxK","ChjVDg90Exa","wuXkAge","wMXNC3u","sNj3B2O","sNP6vMC","seLmEhK","C2rgwgm","AxnrB1nby2S","A0vLzee","x3jLBw92zvC","DMfS","qKPPq3y","A1n0yxr1C0m","q1jkEgy","yMfSu2nVCgu","CIb0DhDjra","zw5fDMvUDa","v3fJDNi","whnvzuK","vuHpwM8","sxf3B1C","yLz3tMu","y2DKu0C","B2zMBgLUzq","reiGzMfPBgu","BM5Ly3q","ufPWteC","BwXry3u","zen4EuK","mxW0Fdn8mhW","BgzOAMi","ihn1y2nLC3m","tMfTzq","y2XVC2u","ChvICeO","s2nZB2q","vwToq1a","EeL0zwS","CgLUz1rPBwu","t2D3AwS","rufWreK","vgzkAvG","t1fWCMW","Eujdt2C","z21JBMS","BwzLC1C","zhbqv3C","x2HHBMrSzvi","reDAtK0","qNjPzgDL","wLLrvMS","mtmXody4y0rxEvP2","rMnWrMG","x2nSzwfYugK","qwjlEKG","B25JBg9Zzq","Bwf4uMv0CMK","C2nNwxK","ywnOzwq","tuHKA2W","x19LC01Vzhu","s2Loyu0","y3jLyxrLrwW","DgDQqMm","rgjHweu","x29Uq2XVC2u","CNnVCKzPBgu","z2v0qwXS","ChzyBNy","B2zMC2v0","B3nLrxzLBNq","ruTMDNq","vejHBfy","Cg1MAxy","zNjHBwvuExa","weTwu0u","C3rLBMvYCW","zxrxB3jRq2G","yMLUza","vLnKq3C","sNzkD1q","yNLL","vurXAu8","svzrwNa","AKz1Ee0","ANnrvLm","uxvLDwu","DgLUzYbZzxi","AuDwrKW","yNrrs2K","zNDoqKO","rwvqsxq","DKzhAgu","y3vgq1e","zNjVBunOyxi","sLHSCfO","Cw9Zx18","lcbxzwjtB2m","Awnsq2G","txvxs1i","nZm0nJqZr2DYANLJ","DcbVzIbYyw4","ywjVCNq","BNP0Dve","DcbSAw1PDa","zxjYB3i","AhbfuKK","B2XKvMvYC2K","y3jLyxrLq2W","Dw5RBM93BIa","mNWXFdb8m3W","r21dzLG","rNnetxe","AgvHzgvYCW","vgHSvwq","DfzzANi","AMTwzwO","B2DiswS","DgLLCKPtt04","B2PTExG","vNLHufi","z2v0q3vYCMu","qKXUsuy","DhbizwfKzxi","yw1Lu3bHy2u","wfDSEvC","yxv0BW","BNrfBMrWB2K","B3bLBG","y29TCgXLDgu","Ec1TC2CTy3u","CuDOEfy","DKXdwvq","ywfLCwi","s1rsA0S","q2XABKO","s3vOtxa","zgLZywjSzue","BMCGB3iGyw4","y291BNq","x3bPBMC","AMfgvwi","r3bwwuy","teTTD28","sNzdyLC","AfnftgS","yxv0B21HDgK","zxjFAxnFywm","twPJsgm","vw1Xse4","z3n0qLq","y2fSBa","zxf1ywXZ","BgLTAxq","y1LTvey","zMfHENC","yMLUyxj5","wfrgq0S","Dgv4Dc9Qyxy","BM93","whjrB2i","rMfir0G","Dhz3v3u","vxjIDwK","yMXVy2TLza","qLvUue4","Aerlt2u","zfPssw8","Dhr3Awq","C05fsve","zejstKG","A0XtCg4","z3nWq20","ufruvgW","s1rKtNm","z2v0s2v5","DgLTzw91Da","CfHpsKO","vLjwENa","rNjVBNrPzxi","yNL0zxm","ExbL","q3z3v2W","D3m6lY8","yvHotK4","BMfTzq","CMfTzq","C3bSAxq","zfDVCMTLCKC","CMDevgK","sxHirMS","CMDMB2K","t2ntBK8","Ee51qvy","DhjPzxmGCMu","BfrPBwvVDxq","C2vYDMvYvgK","Eufxzxa","BMnVzgLUzW","uNHgvxy","C292uKu","AefJA01LC3m","shbqs0m","odq1mtHZyMTruKW","EgzywgK","sLr5vLG","AfvoALK","Bwf4tg9ZC0m","zxjHDg9Y","y3jLyxrLuMu","Ae1LC3nHz2u","wKf2y3u","rw9PDLy","Dg9hzw5LCMe","EvH1sxe","x2rLyNvN","yLrwtLC","tLjwt1y","tg9NsurozxC","yMLUyxj5vhK","ChrVCG","s0jJAeq","zw5NDgG","Dgv4DfbHEwW","yM9KEq","uu10sxy","y3jLyxrLt3a","q1PjwLu","x0rctMfTzq","yNvMzMvY","BKz5A0q","vhLrs3e","zMzevNG","EKTHtgm","n3WZFdv8na","q0TIvKC","y3niyNK","EvjLy29UBMu","zwDVrfy","vKXqDLy","AgLmq04","zMLUza","mxW1","wxjRD1e","zNjVBu51Bwi","tw5XDKG","mZm3mJm2uuLZvxDZ","Afzetw4","uxP6rfa","BgvY","DwTNvfK","sK92r20","rxL4thi","zufvswC","wLPez3C","swXXyKK","DvPYtfC","ihbYB3rVy28","y0jZCxO","twLZC2LUzYa","zxH0zw5ZAw8","vxnSuNu","v2Lhshu","zvL0z3O","tKTVCe8","ChbL","y3jLyxrLtwu","CgLUz0XVC3m","zcbLCNjVCI4","wLfTt28","y1f3sNC","x3bPBMDqB24","ANrpzNi","t0PrqvC","DNH1Dwu","ug51ywu","zgf0yq","Dg1XCvq","mtb8n3W2","vKnMC2O","B3jLtMfTzxm","BMLpCfi","ywDLrxzLBNq","y0L6zwu","BNP6wMC","DfLwyLO","yKj5DM8","Ec11C2uT","tuzHyxi","CgLUz09Uy2u","q09oveLovuu","vhfkAwO","m3WWFdr8mxW","rxvpCfu","CMvHC29U","zw5HyMXLvhi","zMX1C2HfEha","t2zZDg8","twf4uuu","quHPEKi","CMvJB25Uzwm","CKXZvuu","mhW0Fdj8mxW","q3PoEg8","AxnrB1nnzxm","vw56s2q","AhLcvLm","zgvSzxrLrge","svDysvK","sfLUvhK","zMvcB2C","q2jSshG","y05rDvu","tKTcru8","sw9izwG","zwvbq1O","vLbftxy","zvv2v2u","ihrYEsbYzwm","vwzOwgy","DxbKyxrLq3u","tgrlsha","y3jLyxrLrxi","CLruvgG","y0vwvva","sM16r1y","wNjergi","nvr2uvLJwa","yNLZvve","vKDNDgy","Dhj1y3rVCIa","CgvYC2LZDgu","ihrPBwvVDxq","Dg9iyxnO","A0znr2K","vgfN","Axjcr3i","zw5KCg9PBNq","zufbr2y","zwnVBM5Ly3q","CMfUzg9T","mdaWmdaWmda","C2fNzq","lcbOB3n0BMe","zvPwELK","AuHKsKm","D2zZtKO","vwDREM4","BKvxrKm","z2v0t3DUuhi","CfLgEui","De53vfi","AM5KAKe","uLjyq2C","DuLYBgm","DMHuD0q","t09oD0O","zu9kB08","B25tDgfYDfi","u0rIz0q","rKr5v08","AenSB3nLrxy","Eu5cDM0","zwrPyxrLBhK","tg1Isee","Ahr0Chm6","q0Xpu0LorW","yNPuzNy","x2rLC3rYB3K","uwnTEui","Bwr4BNO","uMfkwM8","ywDL","AxnFywnR","De9eDhK","ww5lzgu","zunquuy","zMHZChi","qMfyuNK","AwrI","Bgferey","BMrLEa","twvZC2fNzuu","suLNB1i","txH1t3q","BvbICeW","vLnwDgS","r2ruq28","EhLszwO","u2forgm","uxbhy0y","yKfUvNe","wNHoAMi","DgvyBxa","r2XvzMO","wMHSEhm","Ewf0tLe","C0Xf","zgvSzxrL","CMvWBgfJzui","su9Wt0G","C0nVDw50zxi","veHuyu0","ruPkCNO","zgvIDwC","zxjYtxnN","BMLYuwm","zuXtDhe","ELDwquK","rLDvwMu","BKXPBMu","zNvmy0y","uxrbr08","x2LUAxq","u2zJs3u","x29Ut3bLBG","uwzfr2i","yw5Nzq","mhWYFdz8mxW","rwTlu2O","u0zTr0m","A2nKyvO","sgfqC1i","igXHCMDLCIa","D0PwA24","DxD2DMe","DurYBuC","EfncuvK","BMvLzf9Hy2S","DxPABey","sLnptLa","r2nHCfG","Dxb4Dxq","Dg9cExrLCW","uhfPwfK","Dg1MENO","AfvmEgK","B25dBg9Zzq","z2nAELu","Aw5Lza","quH5Dvu","DufbANi","EKjSzhi","BwLLBvi","AwDHDg9Yt24","qwjlvvC","zgneBgu","uhbeDw4","BML0AwfSAxO","Aw50zwDLCIa","vxjVBee","CgfNzwHPzgu","wMXcqxG","rhHYtvy","CxjPs2y","y2HLy2TdDxi","AK1cCKS","x3bYzwzPEa","y2zJwei","rMDRt3e","uwfAswe","zej5ru8","AxjLza","u2TPCcbWyxm","qujnAxC","y29Uy2f0","Bg93","Bhm6ia","s0vjCM4","Exn2wM8","q1nby1O","BwjtA2y","yw1L","ywr2yw5Jzq","zwXMs2u","se9lu0K","x2LUDgvYDMe","m3WXFdj8mhW","yxnZAwDU","Chfyz2G","DMfSDwu","EKzzvNO","yxnL","DKDPB3K","rfvHDLi","y0XJB2C","twjIELC","CMvHzfvjBNq","v0HNzNC","y2uGBM90igK","wunJz3q","y3jxBvq","rgrvu0W","teT6zKu","y3f0zLC","t2zeAMK","Dwjlzvq","tgnwugG","DhbSveO","DMfSDwvZ","BfvXAfG","CLrdz1C","wfrjzwy","B1D1ywW","BLjJDKS","B2fK","id4G","vLDgsxu","C0jf","BwvZC2fNzq","CvbTy28","wLnHDgy","x3nVy2TLDa","x3jLywr5q2W","B25Uzwn0Aw4","zfPOrMq","qwjVCNrfCNi","zNbivLi","rhPMvK8","BgvUz3rO","B2nRzxq","CgzeBwO","ywnRtxnNswq","y2HLy2Tszwe","z3LOvei","r2XSq08","qKTltvi","r3zyD2y","ywzL","zgLZCgf0y2G","uLjpuG","DgHLBG","s0PisKS","x29WDgLVBNm","AgfUz2u","yK5bDfu","uwfQs1a","q0LAANq","CLnVuey","A3zju0S","q29Kzq","uKXmywW","sffcrwG","x3nLCuLK","CMTLCKDSB2i","AhHrDLK","C2XPy2u","y2f0y2G","CfL0wxu","sg5bCfG","tLnRChG","yKnhC2i","AKLhu2W","BgLUzq","y3vQAuy","x2LZsw5PDa","BMv4DcGPigm","Dfz0B0y","D2Pzq2C","B25LCNjVCG","C2nYAxb0","AhzWz3m","z2v0sxrLBq","r1zbA2C","Aw9Ul2PZB24","CgPgz3G","DeLUDgvYy2u","qKP5rNq","DLnMv2W","AKfUrxe","tufKu1y","s3DQug4","EMzmuK0","x2fKzfDZtgK","yxbWBhK","Evf5ENe","D0r1BNu","rKncCwW","tgLJAfG","Fdb8mtf8oxW","DhDVCMTdAge","x2vUzhbVAw4","wePirui","AKjmyNO","x2LUAxrqCM8","sK54zfC","BxnNsuq","wvjMr1G","z2u6ia","zgvS","C29YDa","uvvYCuG","C2HfDum","quXm","C2Pbu0W","yMfSrxzLBNq","zMLN","B25TzxnZywC","zwPVufq","tNv5DLK","Aw5KzxHpzG","zvDlt0u","AvvcBfC","z2vrDwv1zuW","z3DZExu","D2vezg0","zw1LBNq","r1P2EMG","m3WYFdb8nhW","uxfgEMO","q2Dfz1y","x2rYB3bhBg8","x2LZtwLUAvq","CMvXDwLYzwq","t0z2D1G","CMvHzhLtDge","y29UDgv4Da","DxfgruO","Cff6ELe","ChHwsLy","y3vYC29Yx24","B0TnzhC","ysbTDxn0igi","AKzrz2S","EuL2uge","B1Dby3K","wfLXvw0","CMvTB3zLq2G","m3WYFdf8nhW","DxzJsM0","t3bLBKv2zw4","uNfgAhu","ENHfuxG","vgDfqvO","tu9JqNa","AwHAEgy","y29UC3rYDwm","DhLWzq","EgTLBwS","rvzjEvu","rgvKAwnHDgu","EfLNrxe","CvPRrNi","CMvZzxrdB3u","CMLLC0nVDw4","zxq9DxrMltG","v0HTqKe","wfjJueC","y0jpr1e","r09YBNe","A1PmvvG","wfzjwMq","m3WXFdb8mNW","q2Hzr3K","AvnPsgO","BwvKAwf0zwW","ChvZAa","CM9YrxzLBNq","CeTIvLO","DMvY","ENvoDgO","EuXtwK0","qxvhCvu","vKLgDgK","A0rXqxa","vgvMEu4","C2DPza","zMfysum","q3vZDg9Trxi","y3vZDg9Tshq","zw1PDa","qM9mtMe","C3j1zxe","Ef9MCM9UDgK","t2P6EKy","wLHHD24","y2XLyxjtDg8","C2vYDMLJzq","BwvZ","yNL0zuXLBMC","zg9Uzq","yw5Hz2vY","yKrUBhG","x3jLy29UBMu","uMvHzcbWyxm","Au1nA1m","wKzLr0C","ve5nzeK","BhHysxu","B3nLza","tKzbt0K","tLHwsgW","ze9IEfa","CKTptKK","EMjHrvq","ywrKt25L","DxrMofDYAxq","u2HHCMvKv28","vhzeBKW","x2TLEvbHDgG","otiZotGYCenpCxfS","ELHpA0m","z2vftee","Dxnivve","vg5dBLm","AvLitxO","A2TmC0q","AwXLx25HBwu","yxrHlcbKyxq","ihzHBgLKigq","B25tDg9Wsw0","DMvYC2LVBG","wgTTqNe","qLL1q2O","y09Wzw4","tuvtu0fhrv8","rLDt","r1PVvLy","CgfYC2u","CLL2A20","D2LSBfjLy28","B01gveS"];return Ao=function(){return t},Ao()}function Gb(t){let e=M,r={SskJY:e(1088)+"or",korKF:function(o){return o()},ZYQVk:e(674),hUcBm:function(o){return o()},lgxYr:e(701)};if(Io[e(1630)](t))return;let i=new Promise((o,c)=>{let d=e,u={shQIP:d(677),DCatL:r[d(622)],yLXkL:function(m){return r[d(495)](m)},jOMWj:function(m){return r[d(1520)](m)}},x=()=>{let m=d;t[m(1542)+m(195)+m(484)](m(701),p),t[m(1542)+m(195)+m(484)](u[m(488)],w),t["removeEv"+m(195)+"ner"](u.DCatL,w)},p=()=>{let m=d;u.yLXkL(o),u[m(1441)](x)},w=()=>{let m=d;c(t[m(677)]||new DOMException(m(1088)+"or",r[m(243)])),r[m(1520)](x)};t[d(543)+"Listener"](r.lgxYr,p),t[d(543)+d(1473)](d(677),w),t[d(543)+"Listener"]("abort",w)});Io[e(1449)](t,i)}function qb(t){Co={hpERI:function(i,o){return i(o)}}[M(678)](t,Co)}function Hb(t){let e=M,r={YnKde:function(i,o){return i(o)},HYnTy:function(i,o,c){return i(o,c)},eKPXq:"undefined",wEthZ:"Module",GOrnq:e(632)+"le",AbKUW:function(i,o){return i===o},HILxy:function(i,o){return i in o},ZlBAx:"objectStoreNames",fIzIe:function(i,o){return i!==o},jFQgk:e(1543),yUyhC:function(i){return i()},OhUic:e(1056)};if(r[e(1017)](t,IDBDatabase[e(572)+"e"]["transact"+e(410)])&&!r[e(577)](r[e(1024)],IDBTransaction[e(572)+"e"])){if(r[e(1323)](e(733),r[e(1195)]))return function(i,...o){let c=e,d=t[c(723)](Hi(this),i,...o);return rd.set(d,i[c(1162)]?i.sort():[i]),r.YnKde(Bt,d)};{let i=e(1502)+_0x30ee51+(e(904)+", max re"+e(766)+e(630));this[e(787)](i),this[e(1548)+e(1536)+"ent"](r[e(881)](_0x37d540,e(677),{message:i,code:_0x17487f[e(435)+"IES_ERROR"]}));return}}if(r.yUyhC(zb)[e(423)](t))if(r[e(1017)](r[e(1642)],e(1093)))r[e(1359)]!=typeof _0x1fc42b&&_0x5b1daa[e(558)+e(907)]&&_0x59ba5f[e(183)+e(330)](_0x398d64,_0xfb478e[e(558)+e(907)],{value:r.wEthZ}),_0x2b16db["definePr"+e(330)](_0x564011,r[e(1221)],{value:!0});else return function(...i){let o=e;return t[o(1146)](r[o(947)](Hi,this),i),Bt(id[o(1349)](this))};return function(...i){let o=e;return r[o(947)](Bt,t[o(1146)](r[o(947)](Hi,this),i))}}function jb(t){let e=M,r={Zlgsu:function(i,o){return i===o},vkNBi:e(1296),mWEIA:function(i,o){return i(o)},VSvoN:function(i,o){return i instanceof o},pYFyB:function(i,o){return i(o)},FMbwX:function(i,o,c){return i(o,c)},VLTyr:function(i){return i()}};return r[e(574)](typeof t,r[e(281)])?r[e(1333)](Hb,t):(r.VSvoN(t,IDBTransaction)&&r[e(922)](Gb,t),r[e(1479)](Q0,t,r[e(1445)](Fb))?new Proxy(t,Co):t)}function Bt(t){let e=M,r={tfNrl:function(o,c,d){return o(c,d)},QfEGb:"open",nzzZg:function(o,c){return o instanceof c},EUoAx:function(o,c){return o(c)},ZEvhk:function(o,c){return o(c)},KEIrn:function(o,c){return o!==c},DIftb:function(o,c){return o===c},umJKf:e(823)};if(r[e(856)](t,IDBRequest))return r[e(364)](Ub,t);if(vo[e(1630)](t))return vo[e(1349)](t);let i=r[e(396)](jb,t);return r[e(1040)](i,t)&&(r[e(470)](r[e(504)],r.umJKf)?(vo[e(1449)](t,i),To.set(i,t)):this[e(1242)]("open",r.tfNrl(_0x8c6bd3,r[e(988)],{..._0x17bcc4,data:_0xf714f4[e(977)]||""}))),i}var Q0,V0,$0,id,Io,rd,vo,To,Co,Hi,J0=X0({"node_modules/idb/build/wrap-idb-value.js"(){let t=M,e={noGhu:function(r,i){return r instanceof i},oDfAt:t(1252),kwaDP:function(r,i){return r===i},PioSh:t(473)+t(852),tnFdN:t(1389),kvISK:function(r,i){return r in i}};Q0=(r,i)=>i[t(1401)](o=>r instanceof o),id=new WeakMap,Io=new WeakMap,rd=new WeakMap,vo=new WeakMap,To=new WeakMap,Co={get(r,i,o){let c=t;if(e.noGhu(r,IDBTransaction)){if(i===e.oDfAt)return Io[c(1349)](r);if(e[c(538)](i,e[c(459)]))return r.objectStoreNames||rd[c(1349)](r);if(i===e[c(539)])return o[c(473)+c(852)][1]?void 0:o[c(473)+c(1302)](o[c(473)+c(852)][0])}return Bt(r[i])},set(r,i,o){return r[i]=o,!0},has(r,i){let o=t;return e.noGhu(r,IDBTransaction)&&(e[o(538)](i,e.oDfAt)||e[o(538)](i,e.tnFdN))?!0:e[o(1111)](i,r)}},Hi=r=>To.get(r)}}),ex={};function H(t,e){t=t-135;let r=Ao(),i=r[t];if(H.GisKZK===void 0){var o=function(x){let p="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789+/=",w="",m="";for(let v=0,_,S,A=0;S=x.charAt(A++);~S&&(_=v%4?_*64+S:S,v++%4)?w+=String.fromCharCode(255&_>>(-2*v&6)):0)S=p.indexOf(S);for(let v=0,_=w.length;v<_;v++)m+="%"+("00"+w.charCodeAt(v).toString(16)).slice(-2);return decodeURIComponent(m)};H.UwTBgQ=o,H.UrBHGi={},H.GisKZK=!0}let c=r[0],d=t+c,u=H.UrBHGi[d];return u?i=u:(i=H.UwTBgQ(i),H.UrBHGi[d]=i),i}Bb(ex,{deleteDB:()=>Kb,openDB:()=>Wb,unwrap:()=>Hi,wrap:()=>Bt});function Wb(t,e,{blocked:r,upgrade:i,blocking:o,terminated:c}={}){let d=M,u={uqFEJ:function(w,m,v,_,S){return w(m,v,_,S)},NXVHl:function(w,m){return w(m)},GFUke:function(w,m){return w(m)},PvSrY:d(605),Kdvpf:d(167)+d(1106),artJG:"upgraden"+d(249),KTRkK:d(736)},x=indexedDB[d(700)](t,e),p=u[d(1263)](Bt,x);return i&&x["addEvent"+d(1473)](u[d(169)],w=>{let m=d;u[m(1189)](i,u[m(1263)](Bt,x.result),w.oldVersion,w[m(321)+"on"],u.GFUke(Bt,x[m(1671)+m(410)]))}),r&&x["addEvent"+d(1473)](u[d(706)],()=>r()),p.then(w=>{let m=d;c&&w[m(543)+m(1473)](u[m(218)],()=>c()),o&&w[m(543)+m(1473)](u[m(1573)],()=>o())})[d(1119)](()=>{}),p}function Kb(t,{blocked:e}={}){let r=M,i={YLJha:"blocked",gciPw:function(c,d){return c(d)}},o=indexedDB.deleteDatabase(t);return e&&o[r(543)+r(1473)](i[r(573)],()=>e()),i.gciPw(Bt,o)[r(1103)](()=>{})}function Z0(t,e){let r=M,i={LcVPh:"readwrite",CqZuL:"readonly",mwsBe:function(x,p){return x instanceof p},Ffken:function(x,p){return x===p},wDunu:function(x,p){return x!==p},ejoPT:"zQeKZ",uBGQZ:function(x,p){return x in p}};if(!(i.mwsBe(t,IDBDatabase)&&!(e in t)&&i[r(1395)](typeof e,r(553))))return i[r(1148)](r(524),i[r(1170)])?(_0x1d5362+=_0x3413e3&&_0x2ad86d.byteLength||0,_0x1a7157):void 0;if(So[r(1349)](e))return So[r(1349)](e);let o=e[r(1657)](/FromIndex$/,""),c=e!==o,d=nx[r(423)](o);if(!i[r(1559)](o,(c?IDBIndex:IDBObjectStore)[r(572)+"e"])||!(d||tx[r(423)](o)))return;let u=async function(x,...p){let w=r,m=this[w(1671)+w(410)](x,d?i[w(1069)]:i[w(1564)]),v=m[w(1389)];return c&&(v=v.index(p[w(165)]())),(await Promise[w(222)]([v[o](...p),d&&m[w(1252)]]))[0]};return So[r(1449)](e,u),u}var tx,nx,So,Vb=X0({"node_modules/idb/build/index.js"(){let t=M,e={cNQuU:t(1049)+"4|5",faXIC:t(149),IEjUD:t(521),CblHx:t(1349),ZxNjb:t(747),nWPTm:"getAll",lXniU:t(1321)+"ys",OFNcv:function(o){return o()}},r=e[t(884)][t(759)]("|"),i=0;for(;;){switch(r[i++]){case"0":nx=[e[t(1239)],t(1324),t(970),e[t(1557)]];continue;case"1":J0();continue;case"2":tx=[e[t(883)],e[t(964)],e[t(351)],e.lXniU,t(711)];continue;case"3":e.OFNcv(J0);continue;case"4":So=new Map;continue;case"5":qb(o=>({...o,get:(c,d,u)=>Z0(c,d)||o[t(1349)](c,d,u),has:(c,d)=>!!Z0(c,d)||o[t(1630)](c,d)}));continue}break}}}),$b={idb:function(t){let e=M;t[e(1463)]=Promise[e(1317)]()[e(1103)](()=>(Vb(),ex))[e(1103)](function(r){return r})}},Y0={};function Mt(t){let e=M,r={FgkOq:e(874)+"3",lxXIu:function(u,x){return u!==x}},i=r[e(1031)][e(759)]("|"),o=0;for(;;){switch(i[o++]){case"0":var c=Y0[t];continue;case"1":$b[t](d,d[e(1463)],Mt);continue;case"2":var d=Y0[t]={exports:{}};continue;case"3":return d[e(1463)];case"4":if(r[e(1260)](void 0,c))return c[e(1463)];continue}break}}Mt.d=(t,e)=>{let r=H;for(var i in e)Mt.o(e,i)&&!Mt.o(t,i)&&Object[r(183)+"operty"](t,i,{enumerable:!0,get:e[i]})},(()=>{let t=M;Mt.o=(e,r)=>Object.prototype["hasOwnPr"+t(330)][t(723)](e,r)})(),(()=>{let t=M,e={hSELk:function(r,i){return r!==i},sJgZt:"lnesV",Kcsod:t(720),GlnOF:t(317),uIrlc:t(632)+"le"};Mt.r=r=>{let i=t,o={AuGqU:function(c,d,u){return c(d,u)}};e[i(717)](e[i(530)],e[i(607)])?(i(457)+"d"!=typeof Symbol&&Symbol[i(558)+i(907)]&&Object[i(183)+"operty"](r,Symbol[i(558)+"Tag"],{value:e[i(469)]}),Object.defineProperty(r,e[i(926)],{value:!0})):(o[i(1234)](_0x284ace,_0x13b2d6,96),o.AuGqU(_0xddc44b,_0x10443c,_0x406cba(_0x328322)))}})();var Te={};(()=>{let t=M,e={NOKor:function(a,n){return a+n},ARQId:function(a,n){return a+n},Gkxer:function(a,n){return a*n},AbCMX:function(a,n){return a+n},stqup:function(a,n,s){return a(n,s)},GVAkg:function(a,n){return a(n)},CzNxo:function(a,n,s){return a(n,s)},LONfQ:function(a,n){return a(n)},aaeqb:function(a,n){return a+n},xSBQY:t(262),oLAXQ:t(1356),Purvh:function(a,n){return a!==n},PfWMq:"QYFaI",Kkiid:"0000000000000000"+t(913)+t(913),rkXDf:function(a,n){return a>n},BKigH:function(a,n){return a<n},XQthb:function(a,n){return a-n},MWkUO:function(a,n){return a-n},LXQoc:function(a,n){return a===n},DeQBv:"jiyjz",kfsNb:function(a,n){return a<n},oTEyH:function(a,n){return a-n},wUIGv:t(1132),ubKeT:t(730)+"ascript",LylJf:function(a,n){return a!==n},hxQvY:function(a,n){return a!==n},XWlyW:t(1226),DTLzB:function(a,n,s){return a(n,s)},zjEsh:function(a,n){return a!==n},NSkpx:function(a,n,s){return a(n,s)},DKbfa:function(a,n,s){return a(n,s)},VGAaW:function(a,n){return a(n)},THTaM:function(a,n){return a>>>n},ojmyx:function(a,n,s){return a(n,s)},dZRIo:function(a,n,s){return a(n,s)},IxLoK:function(a,n){return a===n},qZkFr:t(831)+t(1185)+t(1646)+"key",BFhLi:function(a,n){return a===n},JTyVX:function(a){return a()},SbVFA:function(a,n,s){return a(n,s)},pJlRW:function(a,n){return a(n)},QaZIa:t(1370),GcapX:t(1010),XVIZd:function(a,n){return a!==n},MaxQE:function(a,n,s){return a(n,s)},AjrzW:t(1142),kEedA:function(a,n,s){return a(n,s)},GvXwf:function(a,n){return a!==n},pqXgh:function(a,n,s){return a(n,s)},bDnlx:function(a,n,s){return a(n,s)},zWVAI:function(a,n){return a!==n},BoLNa:t(1613),OcSnO:function(a,n,s){return a(n,s)},gwabt:"FsDMq",QJtXd:function(a,n){return a>>>n},jkQWn:function(a,n,s){return a(n,s)},wPQew:function(a,n,s){return a(n,s)},TBqhY:function(a,n){return a(n)},oMFTK:function(a,n){return a(n)},inTjx:function(a,n,s){return a(n,s)},fwNBJ:function(a,n){return a(n)},dfdAl:function(a,n,s){return a(n,s)},vLCYT:function(a,n){return a(n)},XDnXp:function(a,n,s){return a(n,s)},ObnlJ:function(a,n){return a(n)},VCfsj:function(a,n){return a(n)},ABMiw:function(a,n){return a===n},pvXnv:t(831)+"required"+t(1646)+"SeqID",Owlje:function(a,n){return a===n},wfsNJ:t(831)+"required"+t(1646)+"service",vXNWq:t(831)+t(1185)+" field: "+t(1552),ZSatf:function(a,n){return a&n},pmfiv:function(a,n,s){return a(n,s)},cLcog:function(a,n,s){return a(n,s)},dHePh:t(228)+t(235)+"pe: ",NKopO:function(a,n){return a!==n},xkemk:t(318),TyQKq:function(a,n){return a===n},tODty:t(620),UWkGC:"OtTMu",BuxcS:function(a,n){return a===n},HvCQj:function(a,n){return a>n},HpRlW:function(a,n){return a+n},oOhNE:function(a,n){return a>=n},vxnMJ:function(a,n){return a>n},FCLVK:function(a,n){return a!==n},MWkBe:"igWPY",dByEO:t(1256)+"t limit",kZiOp:function(a,n,s){return a(n,s)},KeAfD:function(a,n){return a|n},XjvHm:function(a,n){return a&n},OONwJ:function(a,n){return a>>n},VZVzl:function(a,n){return a&n},xiMWA:function(a,n){return a!==n},XpUgg:t(186),WiGHu:function(a,n,s){return a(n,s)},mdxnz:function(a,n){return a(n)},vFGhe:function(a,n){return a!=n},VwfTR:t(553),Dzoan:function(a,n){return a instanceof n},bTVNW:function(a,n){return a instanceof n},QUrqH:t(1504)+t(1136),AstZL:t(701),oPEbM:t(674),jzwwJ:t(1088)+"or",BQtgJ:t(677),gZwab:function(a,n,s){return a(n,s)},bATDb:t(1532),BGqFD:t(371),nkDpH:function(a,n){return a+n},bVwNe:function(a,n){return a&n},kDqAp:function(a,n){return a+n},tmfzz:function(a,n){return a&n},YlyfE:function(a,n){return a|n},SAHSC:function(a,n){return a&n},HQcMB:function(a,n){return a(n)},tVtoF:function(a,n){return a==n},uwvva:function(a,n){return a+n},YrjRD:function(a,n){return a+n},HdswT:function(a,n){return a+n},rKONI:function(a,n){return a&n},BJiVy:function(a,n){return a|n},VDZVp:function(a,n){return a<<n},qNDeD:function(a,n){return a|n},QcmyB:function(a,n){return a|n},zPzjs:function(a,n){return a<<n},CwXVO:function(a,n){return a>=n},mkOiQ:function(a,n){return a<=n},IIgoR:function(a,n){return a===n},dKXYM:t(549),KwjPn:function(a,n){return a(n)},yQyzq:function(a,n){return a==n},HYanV:function(a,n){return a+n},kLpPn:function(a,n){return a&n},NSkwd:function(a,n){return a|n},EVIyU:function(a,n){return a<<n},IoHeh:function(a,n){return a<<n},ZFeGG:function(a,n){return a<<n},oqOhl:function(a,n){return a&n},Elhix:function(a,n){return a<n},QqFzj:t(207),ibKDW:function(a,n){return a&n},hJGqx:function(a,n){return a<n},ejySr:function(a,n){return a<=n},tplTJ:function(a,n){return a<n},TqJij:function(a,n){return a-n},vAeoy:function(a,n){return a<n},dfekM:function(a,n,s){return a(n,s)},oyEpj:function(a,n){return a>=n},EkKSj:function(a,n){return a<=n},JzzVg:function(a,n){return a-n},iLFWs:function(a,n){return a+n},nKJwR:function(a,n){return a<<n},FlLrh:function(a,n){return a<n},rjfjg:function(a,n){return a<n},LdKHp:function(a,n){return a&n},nYbUX:function(a,n){return a|n},Bjzel:function(a,n){return a&n},MwHEX:function(a,n){return a|n},xzLYJ:function(a,n){return a&n},MuWKR:function(a,n,s){return a(n,s)},elfKe:function(a,n,s){return a(n,s)},Mchwv:function(a,n){return a!==n},UHOZo:t(618),MxuOt:function(a,n){return a|n},ifFzQ:"cursor_name",dOFzM:function(a,n){return a&n},GhrQq:function(a,n){return a(n)},JAdZz:function(a,n){return a!==n},GavjB:t(1550),PeADw:function(a,n){return a(n)},nztuQ:function(a,n){return a<<n},sNEIQ:function(a,n){return a&n},niOpR:function(a,n){return a<<n},mlQcu:function(a,n){return a&n},aRCww:function(a,n){return a&n},znvvx:function(a,n){return a(n)},DXbzi:function(a,n){return a&n},DxrMV:function(a,n){return a<<n},SJcbb:function(a,n){return a&n},bOENa:function(a,n){return a(n)},upxut:function(a,n){return a&n},CKbVG:function(a,n){return a|n},JNxdW:function(a,n){return a>>>n},BQheW:function(a,n){return a<<n},TZHYh:function(a,n){return a===n},PpDun:t(707),GdTCo:t(242),xyRej:function(a,n){return a|n},AJsvu:function(a,n){return a>>>n},COSFl:function(a,n){return a<n},QAcyn:function(a,n){return a<n},UmqHN:function(a,n){return a<n},sovRE:function(a,n){return a<n},IVQZp:function(a,n){return a<n},rvNOj:function(a,n,s){return a(n,s)},Zmsli:function(a,n){return a&n},CHpRc:function(a,n){return a+n},bByvo:function(a,n){return a&n},ZgCof:function(a,n){return a|n},IOpOH:function(a,n){return a&n},FkjbJ:function(a,n){return a>>>n},OswOA:function(a,n){return a+n},ZmdJz:function(a,n){return a!==n},BaXRy:function(a,n){return a|n},MHdkl:function(a,n){return a>>>n},btfyx:function(a,n){return a>>>n},uvcJm:function(a,n){return a+n},jAnEq:function(a,n){return a|n},dmVxA:function(a,n){return a&n},UDqiO:function(a,n){return a>>>n},boLXy:function(a,n){return a|n},WHgfw:function(a,n){return a>>>n},iGxUl:function(a,n){return a+n},eOJoO:function(a,n){return a>>>n},pwUhv:function(a,n){return a!==n},XPmPt:function(a,n){return a(n)},MkzGb:function(a,n){return a(n)},ZiFqB:function(a,n){return a>>>n},xfXXi:function(a,n){return a>>>n},zKaLc:"XKdgq",eeACZ:t(380),gmcnk:function(a,n){return a|n},aRioS:function(a,n){return a|n},JvJwT:t(171),GuKqN:function(a,n){return a|n},VGgtf:function(a,n){return a<<n},rgfoi:function(a,n){return a|n},vxuue:function(a,n){return a|n},BLnIF:function(a,n){return a<<n},RaJZo:function(a,n){return a|n},ZtRrf:function(a,n){return a<<n},eLStq:function(a,n){return a|n},IWXIY:function(a,n){return a===n},SlZYa:function(a,n){return a>>>n},VEhUc:function(a,n){return a<<n},fdxuW:function(a,n){return a<<n},DhawK:function(a,n){return a|n},comnM:function(a,n){return a|n},SFmGC:function(a,n){return a<<n},lBtOa:function(a,n){return a<<n},dObxP:function(a,n){return a>>>n},POSTo:function(a,n){return a>>>n},kqmNd:function(a,n){return a&n},uDrmG:function(a){return a()},XsUeI:t(657),TWYUo:t(609),DzfVO:function(a,n){return a<=n},xBMbP:function(a,n){return a+n},HQBEh:function(a,n){return a/n},XiQbm:function(a,n){return a===n},teXmp:function(a,n){return a>>>n},rLkdL:function(a,n){return a&n},IqwoW:function(a,n){return a&n},eLgrP:function(a,n){return a>>>n},irBGr:function(a,n){return a>>>n},VyaPR:function(a,n){return a&n},tOGFY:function(a,n){return a>>>n},tnLRJ:function(a,n){return a<<n},FCBql:function(a,n){return a|n},JmzGV:function(a,n){return a<<n},CRYNg:function(a,n){return a===n},Vjgzr:function(a,n){return a+n},HaPsR:function(a,n){return a&n},AmxOR:function(a,n){return a&n},klIDb:function(a,n){return a>>>n},TgEAZ:function(a,n,s){return a(n,s)},LtQHQ:t(605),NVwra:t(626),yAWep:"zXrgf",XkOkQ:function(a,n){return a>>>n},tgjBc:function(a,n){return a>>>n},dHpkb:t(1287)+t(1511),bAnVq:"OPEN_ERROR",HrTli:t(1606)+"RROR",Oryku:t(435)+"IES_ERROR",SDbgD:t(302)+"NG_ERROR",VSVtk:function(a,n,s,l){return a(n,s,l)},hqrDp:t(365),GDcLY:"3|2|5|4|"+t(305),nRcYV:t(1527)+"0",cVuEW:function(a,n){return a===n},VJYid:t(1350),STmwr:function(a,n){return a!==n},zgAQx:t(210),rTCgW:function(a,n){return a===n},wvBub:t(1329),hyBVS:function(a,n){return a===n},XiIWR:t(1237),fjTkw:t(849),LKmwo:function(a,n){return a===n},rYvkm:function(a,n){return a>n},ffDVx:function(a,n){return a+n},MNxaS:t(326)+t(840),ohaGa:function(a,n){return a===n},ySZBw:function(a,n){return a<n},TZBtA:function(a,n){return a!==n},cujiF:t(844),cuFCQ:function(a,n,s){return a(n,s)},pmtZC:function(a,n){return a(n)},cfcXB:function(a,n){return a!==n},pYtYu:t(746),hpguY:"LOaDP",GllCO:t(864)+"2",iGylY:function(a,n){return a+n},YjOCy:t(700),mwjkD:function(a,n,s){return a(n,s)},NhgLT:t(1081),rLsUE:t(494),zuNtj:"VDTdu",AgfiO:function(a,n,s){return a(n,s)},EePIt:function(a,n){return a===n},DeeAu:t(1154),mOZQy:function(a,n,s){return a(n,s)},nFKfj:t(736),QiBHs:t(472),ucUJR:function(a,n){return a||n},kLSpn:function(a,n){return a!=n},CzVEU:t(1200)+"0",zfLRM:function(a,n){return a||n},RcjjM:t(457)+"d",KiNaM:function(a,n){return a<=n},CvwWl:t(1128)+t(1328)+t(407)+t(1523)+"process",yatNQ:t(1354),qzVfs:function(a,n){return a<n},RqFhu:function(a,n){return a<n},FDyWO:function(a,n){return a===n},CIqjO:"xeLzL",rUXxZ:function(a,n){return a|n},eZVzY:function(a,n){return a>>>n},KRaDs:function(a,n){return a<<n},Qhkrf:function(a,n){return a!==n},SbGBF:"ixmfF",iUBlW:function(a,n){return a<=n},JaZRw:function(a,n){return a>=n},hULxi:function(a,n){return a&n},kGXtt:function(a,n){return a>=n},weDdm:function(a,n){return a<n},zBldr:function(a,n){return a|n},afkWG:function(a,n){return a|n},mdDJG:function(a,n){return a&n},FcpFh:function(a,n){return a<<n},XTFCK:function(a,n){return a&n},scgYy:function(a,n){return a>=n},dZhFd:function(a,n){return a|n},CgvPT:function(a,n){return a<<n},gstBT:function(a,n){return a&n},JMqqx:function(a,n){return a<<n},hVDMn:function(a,n){return a&n},zFYVz:function(a,n){return a+n},uzZlF:function(a,n){return a<n},QjJdv:function(a,n){return a>>n},LtDDa:function(a,n){return a&n},XEiiL:function(a,n){return a&n},geELA:function(a,n){return a===n},GmCfX:function(a,n){return a&n},TREtg:t(1180)+t(814),HzEFf:function(a,n){return a|n},tMAYO:function(a,n){return a>>n},edWPz:function(a,n){return a&n},iGVFL:function(a,n){return a&n},Xlhgf:function(a,n){return a&n},ihZxf:function(a,n){return a|n},BnFhY:function(a,n){return a>>n},tYVbZ:function(a,n){return a>>n},asxZi:function(a,n){return a|n},DbaXE:function(a,n){return a==n},sjASL:function(a,n){return a(n)},iHdJC:function(a,n){return a instanceof n},qPmco:function(a,n){return a(n)},KIKsg:function(a,n){return a!==n},DLSgW:t(885),xNuAV:"Hhbpb",eYtgz:function(a,n){return a instanceof n},hKGIK:function(a,n){return a!=n},yXuIq:"boe",Urbui:t(837),NFAOI:t(505),jMBrK:function(a,n){return a>=n},aGUZN:t(337),fpgcD:function(a,n){return a(n)},DpywD:t(1660),HOKSI:t(493)+"ack=frontierJSONP",QqIKB:t(1224)+"4",CIZjt:function(a,n){return a!=n},vGioy:function(a,n){return a!==n},egoDV:"pavkY",RjXlK:t(951),tRUrH:t(1578),cDeWo:function(a){return a()},DpJiE:function(a,n){return a!==n},rSoPF:t(240),FGMAK:function(a,n){return a===n},wvONE:"JxCVP",BDzqr:"UWIlf",KevYJ:function(a,n){return a||n},zqyIO:function(a,n){return a||n},PZpLG:function(a,n){return a+n},LweyU:function(a,n,s){return a(n,s)},MWTAL:t(1276),ThlUd:function(a,n){return a(n)},MbbzW:"bDrTV",jFuxM:t(602),mApKx:t(1124),aXNNN:function(a,n){return a||n},EApDI:function(a,n){return a||n},gspCm:function(a,n){return a!=n},zpRcy:function(a,n){return a||n},zkESq:function(a,n){return a!=n},LXltU:"init QoS"+t(596)+"d",njQLu:"qos",wqWie:function(a,n){return a(n)},brqJc:t(1585),gKcAa:t(331),ICJvN:function(a,n){return a-n},tvwWu:t(927),uSlcq:t(1245)+"er_qos",sDghb:t(1245)+t(376)+"ck",zXOkC:t(1245)+t(719)+"k",LerVC:t(1245)+t(1508)+t(1238),crWmT:"1|5|7|3|"+t(547)+t(1151)+"4",cwSMz:function(a,n){return a<<n},pjFgx:function(a,n){return a|n},qpndB:function(a,n){return a&n},vKXfW:function(a,n){return a|n},PjzYJ:function(a,n){return a<n},QzzDP:function(a,n){return a!==n},GxuXJ:"DmgFr",QEjaE:t(945),NRVOV:function(a,n){return a&&n},fyJVJ:t(1420),dueDo:function(a,n){return a||n},TtwlG:t(1576),XoRfQ:"success",mkrnz:function(a){return a()},dtnqC:function(a){return a()},wfdvM:function(a,n){return a instanceof n},VWFIu:t(1357)+t(1377)+"et=utf-8",DMKJj:t(1504)+t(1136)+t(1556)+t(1644),QnIhF:"none_none",JeeYN:t(728),cKyaH:function(a,n){return a(n)},ysvZo:function(a,n){return a&n},Ugkzn:function(a,n){return a>>>n},PqiXY:function(a,n){return a(n)},WzDSr:function(a,n){return a+n},yQuzk:function(a,n){return a+n},bWDEz:function(a,n){return a+n},CrTVw:" + ",gTfjb:t(1078),SCart:function(a,n){return a>n},JhrFe:function(a,n){return a&n},PZWZZ:function(a,n,s,l){return a(n,s,l)},kkBEr:function(a,n,s){return a(n,s)},Kmlig:function(a,n){return a<n},MOcBp:function(a,n,s,l){return a(n,s,l)},yBCOg:function(a,n){return a>=n},Lcuxr:function(a,n){return a>>n},jNNqJ:function(a,n){return a|n},LYWkj:function(a,n){return a&n},YDwKY:function(a,n){return a===n},shvNc:t(511),ZQmOo:"vrVLI",VbULm:function(a,n){return a|n},qGtMS:function(a,n){return a|n},XRcPG:function(a,n){return a<<n},XKVSE:function(a,n){return a+n},vGDhX:function(a,n){return a|n},faazw:function(a,n){return a+n},wjYCg:function(a,n){return a+n},ZvcFn:function(a,n){return a>>>n},ogHIk:function(a,n){return a&n},nLCvI:function(a,n){return a+n},VPEMv:function(a,n){return a&n},HxnMS:function(a,n){return a>>>n},BYuCj:function(a,n){return a>>>n},RbobW:function(a,n){return a&n},cQwJw:function(a,n){return a+n},qvBeA:function(a,n){return a&n},pQzzQ:function(a,n){return a>>>n},VaNTG:function(a,n){return a<n},IAiJj:function(a,n){return a>>>n},acfFv:function(a,n){return a<n},qriKf:function(a,n){return a|n},xDIpJ:function(a,n){return a&n},bzlqf:function(a,n){return a|n},LtqBw:function(a,n){return a>>>n},CSAcZ:function(a,n){return a>n},UslRu:t(560)+t(1483)+t(340),BlOAs:function(a,n,s,l){return a(n,s,l)},DQBiF:"name",soLuo:t(1249),GOIVC:"cursor.s"+t(1592),dexLk:t(441)+t(757),PYVff:function(a,n){return a(n)},RpgDE:t(204)+t(1279),Ogwik:function(a,n,s){return a(n,s)},nIoWy:function(a,n,s,l){return a(n,s,l)},EAbra:t(343)+t(1303),KCWHX:function(a,n,s){return a(n,s)},cBsqz:t(826),lUqhX:t(1447)+"rValues",OzhcD:t(1165),dCxyI:function(a,n,s,l){return a(n,s,l)},VsYke:t(1452),zlakd:function(a){return a()},Zhlxs:function(a,n){return a<n},ClBSf:t(1259),xYgEq:t(255),nbQVx:"setcursor",vAXkW:function(a,n){return a-n},qbISr:function(a,n){return a|n},CdNjq:function(a,n){return a<<n},KVVDS:function(a,n){return a+n},MFnvv:t(211),iNxgs:function(a,n){return a||n},UrolA:"code",OJQAW:function(a,n,s,l){return a(n,s,l)},jFzRd:t(1245)+t(270),dyXKd:t(1245)+"er_ttl",mMBuq:"x-msg-qos",fpHVR:t(702)+t(1312)+"e",CrvYf:t(702)+t(1417)+"ue",lYUyt:function(a,n){return a>n},FpscX:function(a){return a()},JXNZg:function(a){return a()},BnMdQ:function(a,n){return a<n},vlMXX:function(a,n){return a===n},yzMfu:function(a,n){return a===n},JoSsi:function(a){return a()},WjIGa:function(a){return a()},BUnPN:function(a,n){return a(n)},qGhxV:t(1666),vapJG:"hDuiS",OSzco:function(a,n){return a!==n},gTBEW:function(a){return a()},nvTNK:function(a,n){return a<n},qRGYY:function(a,n){return a!==n},qTrQB:t(714),ywMrz:t(762),pubpJ:function(a){return a()},UnzKd:function(a){return a()},dfOAB:function(a,n){return a+n},EoivV:function(a,n){return a+n},feBog:function(a,n){return a<<n},ZNcLq:function(a,n){return a<<n},Jrwoj:t(983),shEuC:function(a,n,s){return a(n,s)},wLZbn:t(1651),JXlpZ:t(402)+"e_success",MpVQG:function(a,n,s){return a(n,s)},cIuZH:function(a,n,s){return a(n,s)},SkofM:function(a,n){return a!==n},HUwpe:t(533),jREQm:t(306),rUBlG:"YYXjA",KncMA:function(a,n){return a!==n},VzVVL:t(653),NkZnH:function(a,n,s){return a(n,s)},zeTTP:t(500)+"fer",sjmPN:t(189),XrVnt:function(a,n){return a/n},wGUbR:t(698),miemR:function(a,n){return a==n},erXPM:t(153)+t(307)+"alid url",ScgPG:function(a,n){return a(n)},mOhVn:function(a,n,s){return a(n,s)},auvpQ:t(872)+"t",ymPHE:t(1533),myPLQ:t(595),FJrFB:t(1023),UyPCV:t(176),nhBmg:function(a,n){return a!==n},OfDji:function(a,n){return a!==n},NMQrf:t(937),ChGqv:function(a,n){return a!==n},Vwokh:t(1388),RLLal:t(559),rMJgy:t(135),ciAfr:t(1360)+"d",ZHSjL:function(a,n){return a||n},hrYBe:t(153)+t(1554)+t(179)+t(519)+t(587),QajKP:function(a,n){return a==n},IIHGK:"function",tCQQQ:"fws_1.0.0",wvQdP:function(a,n,s){return a(n,s)},kXtrT:t(1444),LvesZ:function(a,n){return a>n},AuoSc:function(a,n,s){return a(n,s)},kDohA:function(a,n){return a(n)},EinqC:t(1639)+">",ChYGy:function(a,n){return a>n},KJHJK:function(a,n){return a!==n},OPQDU:function(a,n,s){return a(n,s)},dcDle:"FcUMP",dwFWA:t(402)+"e_timeout",LNgwF:function(a,n,s){return a(n,s)},nRcvK:"vbvdP",ADOWl:t(514)+t(890)+t(1086)+"g",duzmZ:function(a,n,s){return a(n,s)},QqJAz:function(a,n){return a+n},kFMGi:function(a,n){return a!==n},QtAGO:"vXhox",BKKMR:t(531),xpNPM:t(682)+"4",rNxmF:t(601)+"2",usHUQ:function(a,n){return a+n},EuOpU:function(a,n){return a|n},Dtnvs:function(a,n){return a<<n},BVktp:function(a,n){return a&n},TKGcP:function(a,n){return a&n},NuyvY:function(a,n){return a<n},DVIbs:function(a,n){return a>n},ZXawn:function(a,n){return a+n},kegKg:function(a,n,s){return a(n,s)},QdOty:function(a,n,s){return a(n,s)},srueq:function(a,n){return a!==n},CZIZU:t(264),xYceN:t(825),YniBQ:function(a,n,s){return a(n,s)},SkDiD:function(a,n){return a===n},LwJks:"MJzGC",BJyFt:function(a,n,s){return a(n,s)},eCSJg:"going away, network offl"+t(1567),TUorx:function(a,n){return a||n},qebYQ:t(236),rYzXZ:t(557),HOCWV:t(1278),ukgTY:t(513),cqtfW:function(a,n,s,l){return a(n,s,l)},Ofsto:function(a,n,s){return a(n,s)},bCGsb:t(1565),zuaRM:t(406),XkmBq:function(a,n){return a!==n},hDKOe:t(354),qgWMz:t(1574),peuac:t(1361)+t(249),hIRBg:function(a,n){return a===n},zbaET:t(774),JYeLl:t(304),Pnuae:function(a,n,s,l){return a(n,s,l)},XrQob:"IEVvd",uoabc:t(975),UfhXf:"close, w"+t(1637)+t(1061)+t(1020)+"ed",SPnWU:t(313)+t(1669)+"y closed",KuhMp:"please p"+t(1466)+t(1281)+t(1280)+t(1194)+t(1304)+t(710)+" arraybu"+t(1572),rDEPv:t(163),SCPGk:function(a,n){return a instanceof n},csHby:function(a,n){return a instanceof n},IlqbI:function(a,n){return a(n)},UkNCP:function(a,n){return a||n},iYtYr:function(a,n){return a instanceof n},bzTfv:t(353),UUnXW:function(a,n){return a<n},ujqbM:t(1404),KMWQt:function(a,n){return a||n},aAQbB:function(a,n){return a!==n},XRdox:t(509)+"0",parcn:t(562),HajVJ:function(a,n){return a*n},GyZWt:function(a,n){return a*n},SRXxg:function(a,n){return a/n},nirQc:function(a,n){return a===n},sdFXc:"Window",nHgqC:function(a,n){return a===n},dnvQk:t(375),bysUQ:function(a,n){return a!=n},rSRbq:function(a,n){return a==n},XFZLx:function(a,n){return a!=n},UWMYJ:t(1212)+"dWorkerG"+t(440)+"pe",mmMOh:t(1269)+t(1116)+t(1601),gyhTB:t(232)+t(550)+t(586),wWlgI:function(a,n){return a!=n},MFaar:function(a,n){return a!=n},qMsZm:t(1402)+t(668)};Mt.r(Te),Mt.d(Te,{FWS:()=>jp,CustomErrorEvent:()=>jd,createCloseEvent:()=>ht,ReconnectEvent:()=>Hd,createErrorEvent:()=>at,decodedFrame:()=>Xt,createOpenEvent:()=>Zd,CustomCloseEvent:()=>Wd,createReconnectEvent:()=>oa,FrontierMessageEvent:()=>Vd,encodeFrame:()=>zt,createMessageEvent:()=>Jd,OpenEvent:()=>$d,ErrorCode:()=>en,Event:()=>Xn,MessageEvent:()=>Kd});let r="";function i(a=""){let n=t,s="02",l=""+Date[n(731)](),f=r||(r=x(a)),g=Math[n(912)]()[n(558)](16)[n(1118)](-6);return e[n(388)](e[n(199)](s,l),f)+g}function o(){let a=t;return e[a(1409)](1e4,Date[a(731)]())+Math[a(565)](1e4*Math[a(912)]())}function c(a){let n=t;return e[n(338)](Array(8)[n(314)]("0"),e[n(490)](parseInt,a,10)[n(558)](2)).slice(-8)}function d(a){let n=t;return(e.GVAkg(Array,4).join("0")+e.CzNxo(parseInt,a,2).toString(16))[n(1118)](-4)}function u(a){let n=t,s=a[n(759)](/\./)[n(356)](g=>c(g)),l=[];return l[0]=e[n(252)](d,e[n(388)](s[0],s[1])),l[1]=d(e[n(705)](s[2],s[3])),[e[n(999)],e[n(999)],e.xSBQY,e[n(999)],e[n(999)],e[n(552)],l[0],l[1]][n(314)]("")}function x(a){let n=t;if(e[n(263)](e[n(1390)],e[n(1390)]))return this[n(395)]?this[n(395)][n(1595)]:"";{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(322)](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(322)](a);return s?u(a):l?e[n(1135)](p,a):e[n(1411)]}}function p(a){let n=t,s="",l=[],f=0,g=0,y=!0,E=n(262);if(a[n(1172)]("::")>-1){let h=a[n(759)]("::");for(let R=0;R<h.length;R++){let N=h[R];if(e[n(234)](N[n(1172)](":"),0)){let q=N[n(759)](":");y&&(f=q[n(1091)]),g+=q[n(1091)];for(let V=0;e.BKigH(V,q.length);V++)if(e[n(263)](4,q[V][n(1091)])){let ie=E.substring(0,e.XQthb(4,q[V][n(1091)])),Re=ie[n(1037)](q[V]);l.push(Re)}else l[n(1228)](q[V]);y=!1}else{if(N.length!==4){let q=E[n(346)+"g"](0,e.MWkUO(4,N[n(1091)])),V=q[n(1037)](N);l[n(1228)](V)}else l[n(1228)](N);y&&(f+=1),g+=1,y=!1}}let O="";for(let R=0;e.BKigH(R,8-g);R++)O=O[n(1037)](E);for(let R=0;e.BKigH(R,l[n(1091)]);R++)R===f&&(s=s[n(1037)](O)),s=s[n(1037)](l[R]);return s}if(e[n(415)](e[n(383)],e[n(383)])){let h=a[n(759)](":");for(let O=0;e[n(1633)](O,h[n(1091)]);O++){let R=h[O];if(e.Purvh(4,h[O][n(1091)])){let N=E[n(346)+"g"](0,e.oTEyH(4,h[O][n(1091)])),q=N.concat(R);s=s[n(1037)](q)}else s=s[n(1037)](R)}return s}else this[n(868)+n(1034)]()}function w(a,n){let s=t,l={ZnRRp:function(y,E){return e[H(1135)](y,E)},eAAGf:e[s(479)],LKzfE:e[s(1068)],tDSDc:s(1660),bJrbC:s(493)+s(1664)+s(690)+"P"},f=a[s(268)];if(e[s(1522)](void 0,f))if(e[s(1117)](e[s(697)],e[s(697)])){let y={mbSkf:function(h,O){return l.ZnRRp(h,O)},vSfWl:s(681)+s(866)},E=_0x3bdae2[s(634)+s(1178)](l[s(910)]);_0x153737[s(1628)+"JSONP"]=h=>{let O=s;_0x11405e.body["removeCh"+O(266)](E),_0x2bff37[O(1628)+O(1002)]=void 0,y[O(1043)](_0x5c074b,h&&h[O(230)]||y[O(1140)])},E[s(1209)]=l[s(1065)],E[s(1474)]=_0x522952[s(1657)](/^ws/,l.tDSDc)+l.bJrbC;try{_0x133fe0[s(796)]["appendCh"+s(266)](E)}catch{_0x3f91c2[s(796)]["removeCh"+s(266)](E)}}else e[s(447)](ue,n,10),e[s(875)](G,n,f);let g=a[s(1052)];e[s(525)](void 0,g)&&(e[s(1122)](ue,n,18),e[s(1621)](G,n,g))}function m(a){let n=t,s={};e:for(;!e[n(1135)](K,a);){let l=e[n(168)](le,a);switch(e[n(974)](l,3)){case 0:break e;case 1:s[n(268)]=e.ojmyx(L,a,e[n(1135)](le,a));break;case 2:s[n(1052)]=e[n(739)](L,a,le(a));break;default:e[n(447)](T,a,7&l)}}if(e[n(506)](void 0,s.key))throw new Error(e[n(1214)]);if(e[n(1393)](void 0,s[n(1052)]))throw new Error(n(831)+n(1185)+" field: "+n(1052));return s}function v(a){let n=t,s=e[n(777)](D);return e[n(520)](_,a,s),e[n(1428)](B,s)}function _(a,n){let s=t;if(e[s(1522)](e[s(1032)],e[s(1003)])){let l=a[s(275)];e[s(1223)](void 0,l)&&(e[s(739)](ue,n,8),e[s(870)](xt,n,l));let f=a[s(1624)];if(f!==void 0){if(e[s(508)]!==s(1142))return _0xee46ab.log(_0x341255),!1;e[s(1621)](ue,n,16),xt(n,f)}let g=a.service;g!==void 0&&(e[s(580)](ue,n,24),xt(n,e[s(1428)](k,g)));let y=a[s(1552)];e[s(1099)](void 0,y)&&(e.MaxQE(ue,n,32),e[s(691)](xt,n,k(y)));let E=a.headers;if(e[s(263)](void 0,E))for(let Re of E){e[s(1051)](ue,n,42);let nt=e.JTyVX(D);e[s(490)](w,Re,nt),e[s(870)](ue,n,nt[s(725)]),e.kEedA(W,n,nt),e.LONfQ(P,nt)}let h=a.payloadEncoding;e[s(263)](void 0,h)&&(e[s(691)](ue,n,50),G(n,h));let O=a["payloadT"+s(753)];e[s(1117)](void 0,O)&&(e[s(447)](ue,n,58),e[s(1254)](G,n,O));let R=a.payload;R!==void 0&&(e[s(870)](ue,n,66),e[s(875)](ue,n,R[s(1091)]),e.DKbfa(he,n,R));let N=a.LogIDNew;N!==void 0&&(e.MaxQE(ue,n,74),e[s(739)](G,n,N));let q=a[s(768)+s(1374)];q!==void 0&&(e[s(1122)](ue,n,82),G(n,q));let V=a[s(1158)];if(e.hxQvY(void 0,V))if(e[s(980)](e[s(1243)],"mladJ")){let Re=_0x57e478[s(1081)][s(1610)];Re&&_0x554a23[s(309)+"rs"](Re)}else e[s(764)](ue,n,90),e[s(447)](G,n,V);let ie=a[s(646)+"e"];ie!==void 0&&(e[s(520)](ue,n,96),xt(n,e.GVAkg(k,ie)))}else _0x165f4f[s(796)][s(566)+s(266)](_0x256355)}function S(a){return A(e[t(252)](F,a))}function A(a){let n=t;if(e[n(1223)](n(684),e.gwabt))return _0x61fc32||(_0x493850=[_0x16de40[n(572)+"e"][n(1045)],_0x10e233[n(572)+"e"][n(523)],_0x5d8c07.prototype[n(523)+n(1497)+"ey"]]);{let s={};e:for(;!K(a);){let l=le(a);switch(e.QJtXd(l,3)){case 0:break e;case 1:s[n(275)]=e.jkQWn(St,a,!0);break;case 2:s[n(1624)]=e[n(1325)](St,a,!0);break;case 3:s[n(1249)]=le(a);break;case 4:s.method=le(a);break;case 5:{let f=e.TBqhY(I,a);(s[n(685)]||(s[n(685)]=[])).push(e[n(1293)](m,a)),a.limit=f;break}case 6:s[n(192)+n(770)]=e[n(297)](L,a,le(a));break;case 7:s[n(1649)+n(753)]=e[n(1621)](L,a,e[n(662)](le,a));break;case 8:s[n(1610)]=e[n(448)](ve,a,e[n(704)](le,a));break;case 9:s[n(790)]=e[n(448)](L,a,e[n(662)](le,a));break;case 10:s[n(768)+"ming"]=e.XDnXp(L,a,e[n(1306)](le,a));break;case 11:s[n(1158)]=e.kEedA(L,a,e[n(422)](le,a));break;case 12:s[n(646)+"e"]=e[n(851)](le,a);break;default:e[n(764)](T,a,7&l)}}if(e[n(1036)](void 0,s.SeqID))throw new Error(e[n(640)]);if(e[n(1558)](void 0,s.LogID))throw new Error(n(831)+"required field: "+n(1624));if(s[n(1249)]===void 0)throw new Error(e[n(918)]);if(s[n(1552)]===void 0)throw new Error(e[n(518)]);return s}}function I(a){let n=t,s=le(a),l=a[n(725)];return a[n(725)]=e[n(705)](a.offset,s),l}function T(a,n){let s=t;switch(n){case 0:for(;e[s(1083)](128,e.VGAaW(re,a)););break;case 2:e[s(645)](J,a,e[s(1428)](le,a));break;case 5:e[s(1057)](J,a,4);break;case 1:e[s(297)](J,a,8);break;default:throw new Error(e.aaeqb(e[s(1587)],n))}}function k(a){let n=t;if(e[n(836)](n(318),e[n(1210)]))_0x3bb597[n(464)](_0x4ab68e);else return a|=0,{low:a,high:a>>31,unsigned:a>=0}}let b=[];function D(){let a=t,n={RbOhx:function(s,l){return e[H(1558)](s,l)},SfcKu:function(s,l){return s+l},SaNDc:function(s,l){return e[H(338)](s,l)}};if(e[a(803)](a(889),e[a(946)]))return n[a(379)](-1,this[a(1038)])&&n[a(379)](-1,this[a(1376)])?_0xb2ed6[a(1362)](0,0,this[a(269)]):n[a(379)](-1,this[a(1038)])?_0x3f17b7[a(1362)](0,n[a(986)](this[a(1376)],1),this.unsigned):_0x58675e[a(1362)](n[a(961)](this[a(1038)],1),this.high,this[a(269)]);{let s=b.pop();return s?(s.offset=s[a(725)]=0,s):{bytes:new Uint8Array(64),offset:0,limit:0}}}function P(a){b[t(1228)](a)}function F(a){return{bytes:a,offset:0,limit:a.length}}function B(a){let n=t;if(e[n(1558)](e[n(1343)],e.UWkGC)){let s=a.bytes,l=a[n(725)];return e[n(1488)](s.length,l)?s:s[n(486)](0,l)}else return this[n(299)]?.[n(1161)](_0x5d6beb)}function J(a,n){let s=t;if(e[s(528)](e[s(463)](a[s(641)],n),a[s(725)]))throw new Error(s(1035)+s(676));a[s(641)]+=n}function K(a){return e[t(203)](a.offset,a.limit)}function ne(a,n){let s=t,l=a[s(752)],f=a.offset,g=a.limit,y=e[s(199)](f,n);if(e[s(250)](y,l[s(1091)])){if(e[s(1622)](s(251),e.MWkBe))return new _0x26e60c(_0x56e3dd,{message:_0x436572,code:_0xbdf5e8,error:_0x5474e2});{let E=new Uint8Array(e[s(1409)](2,y));E[s(1449)](l),a.bytes=E}}return a[s(641)]=y,y>g&&(a[s(725)]=y),f}function Y(a,n){let s=t,l=a[s(641)];if(e[s(234)](e[s(199)](l,n),a.limit))throw new Error(e[s(1033)]);return a[s(641)]+=n,l}function ve(a,n){let s=t,l=e[s(387)](Y,a,n);return a.bytes.subarray(l,e[s(199)](l,n))}function he(a,n){let s=t;if(e.xiMWA(e.XpUgg,e[s(1501)]))_0x492a2c[_0x34079f++]=e[s(1597)](e[s(239)](e[s(928)](_0x46b43c,18),7),240),_0x510f35[_0x33bf6f++]=e.VZVzl(e[s(928)](_0x41d258,12),63)|128;else{let l=e[s(834)](ne,a,n[s(1091)]);a.bytes[s(1449)](n,l)}}function L(a,n){let s=t,l=e[s(1546)](Y,a,n),f=String["fromChar"+s(1112)],g=a[s(752)],y="\uFFFD",E="";for(let h=0;h<n;h++)if(e[s(1308)]===e[s(569)]){let O=e.mdxnz(_0x319963,_0xe49060);this._ws&&this[s(395)][s(1187)+"te"]===this[s(202)]&&(this[s(395)]&&this._ws[s(1338)](O),this[s(787)](s(531),_0x1c26ed))}else{let O=g[e.nkDpH(h,l)],R,N,q,V;if(e[s(506)](e[s(226)](128,O),0))E+=e[s(704)](f,O);else if(e[s(593)](224,O)===192)e[s(203)](h+1,n)?E+=y:(R=g[e[s(1236)](h+l,1)],e.FCLVK(e.tmfzz(192,R),128)?E+=y:(V=e[s(155)](e[s(1538)](31,O)<<6,e.SAHSC(63,R)),e[s(1471)](V,128)?E+=y:(E+=e[s(1670)](f,V),h++)));else if(e[s(1129)](e.bVwNe(240,O),224))if(e[s(203)](h+2,n))E+=y;else if(R=g[e[s(997)](e[s(529)](h,l),1)],N=g[e[s(997)](e.HdswT(h,l),2)],e.FCLVK(e[s(1265)](e.BJiVy(R,e[s(1569)](N,8)),49344),32896))E+=y;else if(V=e[s(548)](e[s(941)](e[s(1434)](e.bVwNe(15,O),12),e.bVwNe(63,R)<<6),e.XjvHm(63,N)),V<2048||e.CwXVO(V,55296)&&e[s(1378)](V,57343))E+=y;else if(e[s(955)](e.dKXYM,e[s(1351)]))E+=e[s(1143)](f,V),h+=2;else return e.vFGhe(e[s(561)],typeof _0x437ded)&&(e.Dzoan(_0x3d7d8d,_0x273378)||_0x2f8342[s(801)]&&e.bTVNW(_0x2068ce[s(801)],_0x25d4ca))||e[s(664)](e.VwfTR,typeof _0x213199)?"":(_0x510cb7[s(1290)](_0x38f252),e[s(1163)]);else if(e[s(1147)](e[s(1265)](248,O),240))if(e[s(203)](e.nkDpH(h,3),n))E+=y;else if(R=g[e[s(237)](e.ARQId(h,l),1)],N=g[e[s(199)](h+l,2)],q=g[h+l+3],e[s(271)](e[s(548)](e[s(181)](R,e.VDZVp(N,8)),e[s(1211)](q,16)),12632256)!==8421504)E+=y;else if(V=e.QcmyB(e[s(886)](7&O,18),e[s(1258)](63&R,12))|e[s(1569)](e.XjvHm(63,N),6)|e[s(1469)](63,q),e[s(1320)](V,65536)||e.rkXDf(V,1114111))E+=y;else if(e[s(1181)]===s(1107)){let ie={XjoEq:BFEGtV.AstZL,seEeT:s(677),cXPYG:BFEGtV.oPEbM,hpepG:function(ke){return BFEGtV.JTyVX(ke)},cHzcR:function(ke,ha){let pa=s;return BFEGtV[pa(1306)](ke,ha)},bbsIw:BFEGtV[s(467)]},Re=()=>{let ke=s;_0xd148e9["removeEventListe"+ke(484)](ie.XjoEq,nt),_0x4dad00[ke(1542)+ke(195)+"ner"](ie.seEeT,Cn),_0xc747e7["removeEventListe"+ke(484)](ie.cXPYG,Cn)},nt=()=>{let ke=s;_0x340f84(),ie[ke(219)](Re)},Cn=()=>{let ke=s;ie[ke(141)](_0x50a78c,_0x183e45[ke(677)]||new _0x290bfb(ke(1088)+"or",ie[ke(140)])),ie[ke(219)](Re)};_0x1b7618[s(543)+s(1473)](s(701),nt),_0x4df12b["addEvent"+s(1473)](BFEGtV[s(274)],Cn),_0x1c5e47[s(543)+s(1473)](s(674),Cn)}else V-=65536,E+=f(e[s(928)](V,10)+55296,e[s(997)](e.ibKDW(1023,V),56320)),h+=3;else E+=y}return E}function G(a,n){let s=t,l=n[s(1091)],f=0;for(let E=0;e[s(1353)](E,l);E++){let h=n[s(1654)+"At"](E);h>=55296&&e.ejySr(h,56319)&&e[s(1070)](e[s(1526)](E,1),l)&&(h=e[s(863)](e.ZFeGG(h,10)+n.charCodeAt(++E),56613888)),f+=e[s(570)](h,128)?1:e[s(1320)](h,2048)?2:h<65536?3:4}e[s(1319)](ue,a,f);let g=ne(a,f),y=a[s(752)];for(let E=0;E<l;E++){let h=n[s(1654)+"At"](E);e[s(294)](h,55296)&&e[s(991)](h,56319)&&e[s(1353)](e[s(997)](E,1),l)&&(h=e[s(576)](e[s(400)](e.nKJwR(h,10),n[s(1654)+"At"](++E)),56613888)),e[s(1579)](h,128)?y[g++]=h:(e[s(496)](h,2048)?y[g++]=e[s(893)](e[s(928)](h,6),31)|192:(h<65536?y[g++]=e[s(1597)](h>>12&15,224):(y[g++]=e[s(323)](e.ZSatf(e[s(928)](h,18),7),240),y[g++]=e[s(1597)](e.Bjzel(e[s(928)](h,12),63),128)),y[g++]=e[s(287)](e[s(1662)](e.OONwJ(h,6),63),128)),y[g++]=63&h|128)}}function W(a,n){let s=t,l=e[s(1122)](ne,a,n[s(725)]),f=a[s(752)],g=n.bytes;for(let y=0,E=n.limit;e[s(1471)](y,E);y++)f[e[s(237)](y,l)]=g[y]}function re(a){let n=t;return a.bytes[e[n(671)](Y,a,1)]}function Ze(a,n){let s=t,l=e[s(1046)](ne,a,1);a[s(752)][l]=n}function le(a){let n=t,s=0,l=0,f;do if(e[n(414)](e[n(591)],"zdfpY"))f=re(a),e[n(1320)](s,32)&&(l|=e[n(1569)](e.Bjzel(127,f),s)),s+=7;else for(var g in _0x3c5658)_0x3e99cb.o(_0x4318ca,g)&&!_0x124ef7.o(_0x2e9d75,g)&&_0x5683e3[n(183)+n(330)](_0x2cbe10,g,{enumerable:!0,get:_0x28bc03[g]});while(128&f);return l}function ue(a,n){let s=t;for(n>>>=0;e.oOhNE(n,128);)e[s(1310)](Ze,a,e[s(956)](e.VZVzl(127,n),128)),n>>>=7;e.WiGHu(Ze,a,n)}function St(a,n){let s=t,l={dFBDM:function(h,O,R){return h(O,R)},GZoVV:e[s(1528)]},f=0,g=0,y=0,E;return E=e[s(1670)](re,a),f=127&E,e.dOFzM(128,E)&&(E=e[s(1611)](re,a),f|=e[s(1211)](127&E,7),e[s(893)](128,E)&&(e.JAdZz("ncTgJ",e[s(480)])?(E=e.PeADw(re,a),f|=e[s(675)](e[s(741)](127,E),14),e.tmfzz(128,E)&&(E=re(a),f|=e[s(853)](e.mlQcu(127,E),21),e.aRCww(128,E)&&(E=e[s(1381)](re,a),g=e[s(1358)](127,E),e[s(599)](128,E)&&(E=re(a),g|=e[s(1025)](127&E,7),e.SJcbb(128,E)&&(E=re(a),g|=e.EVIyU(127&E,14),128&E&&(E=re(a),g|=e[s(1652)](127,E)<<21,e[s(1265)](128,E)&&(E=e[s(298)](re,a),y=e[s(239)](127,E),e.upxut(128,E)&&(E=e[s(942)](re,a),y|=e.ZFeGG(e[s(1004)](127,E),7))))))))):(this[s(142)+s(696)]=_0x5dc2b9,this[s(411)+s(221)]=_0x249534,this[s(1424)+"Strategy"]=_0x29108c,this[s(299)]=l[s(545)](_0x165019,this[s(142)+s(696)],l[s(1289)])))),{low:e[s(807)](f,e[s(886)](g,28)),high:e[s(807)](e[s(1157)](g,4),e[s(1294)](y,24)),unsigned:n}}function xt(a,n){let s=t;if(e.TZHYh(e[s(1019)],e[s(959)])){this[s(625)+"ngTimer"](),this["_pingPon"+s(1470)+"Id"]=_0x1f4e55(this._ping[s(650)](this),this[s(1105)]["pingInte"+s(257)]);return}else{let l=n[s(1038)]>>>0,f=e.JNxdW(e[s(960)](e[s(359)](n[s(1038)],28),e.DxrMV(n[s(1376)],4)),0),g=e[s(359)](n[s(1376)],24),y=g===0?e.LXQoc(0,f)?l<16384?e.COSFl(l,128)?1:2:e[s(1600)](l,2097152)?3:4:e[s(721)](f,16384)?e[s(772)](f,128)?5:6:e[s(655)](f,2097152)?7:8:g<128?9:10,E=e[s(1626)](ne,a,y),h=a[s(752)];switch(y){case 10:h[e[s(388)](E,9)]=e[s(1562)](g>>>7,1);case 9:h[e.CHpRc(E,8)]=e[s(414)](9,y)?128|g:e[s(858)](127,g);case 8:h[e.CHpRc(E,7)]=e[s(1622)](8,y)?e[s(373)](e[s(359)](f,21),128):e[s(972)](e[s(292)](f,21),127);case 7:h[e[s(154)](E,6)]=e.ZmdJz(7,y)?e[s(950)](f>>>14,128):e.MHdkl(f,14)&127;case 6:h[e.kDqAp(E,5)]=e.FCLVK(6,y)?f>>>7|128:e[s(1358)](e.btfyx(f,7),127);case 5:h[e[s(705)](E,4)]=y!==5?128|f:127&f;case 4:h[e[s(1201)](E,3)]=y!==4?e[s(1141)](l>>>21,128):e[s(215)](e[s(654)](l,21),127);case 3:h[e.HpRlW(E,2)]=y!==3?e.boLXy(e[s(187)](l,14),128):e[s(1505)](e[s(1060)](l,14),127);case 2:h[e[s(452)](E,1)]=e[s(1477)](2,y)?e[s(807)](e.eOJoO(l,7),128):e[s(1004)](e[s(631)](l,7),127);case 1:h[E]=e[s(1431)](1,y)?128|l:e[s(1469)](127,l)}}}function Xt(a){return e[t(1415)](S,a)}function zt(a){return e[t(1598)](v,a)}let Qt=65536,Vr=e[t(391)],ge=e[t(1549)](Qt,Qt),Se=e[t(1363)](ge,ge),Yn=e[t(206)](Se,2),De=String[t(572)+"e"].charCodeAt;class ce{constructor(n,s,l){let f=t;if(e[f(263)](e[f(805)],e[f(887)]))this[f(260)]=!0,this[f(1038)]=e[f(616)](0,n),this[f(1376)]=e[f(1521)](0,s),this.unsigned=!!l;else{let g=this[f(1376)],y=this[f(1038)];return[255&y,y>>>8&255,e.LdKHp(e[f(631)](y,16),255),y>>>24,255&g,e[f(1004)](e.ZiFqB(g,8),255),e[f(271)](e[f(776)](g,16),255),g>>>24]}}static[t(260)](n){let s=t;return n&&e[s(415)](!0,n[s(260)])}static[t(1362)](n,s,l){return new ce(n,s,l)}static[t(1326)+"s"](n,s,l){let f=t;return e[f(1488)](e[f(652)],e[f(652)])?l?ce[f(1326)+f(969)](n,s):ce[f(1326)+f(1080)](n,s):this[f(909)+"s"][this[f(352)+f(953)]]}static["fromByte"+t(969)](n,s){let l=t;return new ce(e[l(941)](e[l(291)](n[0],e.EVIyU(n[1],8))|e[l(901)](n[2],16),n[3]<<24),e[l(763)](e[l(181)](e[l(846)](n[4],e[l(694)](n[5],8)),e.DxrMV(n[6],16)),e[l(1211)](n[7],24)),s)}static[t(1326)+t(1080)](n,s){let l=t;return new ce(e[l(956)](e[l(1521)](e.RaJZo(n[4]<<24,e[l(308)](n[5],16)),n[6]<<8),n[7]),e.eLStq(e[l(960)](e[l(198)](e[l(1258)](n[0],24),e[l(308)](n[1],16)),e[l(1211)](n[2],8)),n[3]),s)}static[t(1386)](n){let s=t;return e[s(880)](n,Vr)?qd:new ce(e[s(1423)](e[s(548)](e[s(373)](e.NSkwd(De.call(n,0),e[s(1025)](De[s(723)](n,1),8)),e.VEhUc(De[s(723)](n,2),16)),e[s(1547)](De.call(n,3),24)),0),e[s(474)](e[s(1462)](e.nYbUX(De[s(723)](n,4),e[s(992)](De[s(723)](n,5),8)),e.lBtOa(De.call(n,6),16)),e[s(675)](De.call(n,7),24))>>>0,!0)}[t(905)](){let n=t;return String[n(666)+n(1112)](e.XjvHm(255,this.low),e[n(187)](this[n(1038)],8)&255,e.dObxP(this[n(1038)],16)&255,e.POSTo(this[n(1038)],24),e[n(1414)](255,this[n(1376)]),e[n(929)](this[n(1376)],8)&255,e[n(1264)](this.high,16)&255,this[n(1376)]>>>24)}static[t(816)+"er"](n,s=!0){let l=t;if(e[l(415)](e[l(590)],e[l(1632)]))return this[l(1548)+"hMessage"+l(303)](_0x2623f1),e[l(998)](_0x108d05);if(e[l(662)](isNaN,n))return s?np:qd;if(s){if(e.oyEpj(n,Se))return ip}else{if(e[l(1090)](n,-Yn))return sp;if(e[l(389)](n,1)>=Yn)return rp}return ce[l(1362)](e.BaXRy(n%ge,0),e[l(155)](e[l(1114)](n,ge),0),s)}toNumber(){let n=t;return this.unsigned?e.Gkxer(e[n(187)](this[n(1376)],0),ge)+e[n(292)](this.low,0):e[n(705)](e[n(1409)](this[n(1376)],ge),e.THTaM(this[n(1038)],0))}[t(220)](){let n=t;return this[n(1376)]===0&&e[n(429)](0,this[n(1038)])}[t(1324)](n){let s=t;ce.isLong(n)||(n=ce[s(816)+"er"](n));let l=e[s(965)](this[s(1376)],16),f=e[s(1352)](65535,this[s(1376)]),g=e[s(1264)](this[s(1038)],16),y=e[s(592)](65535,this[s(1038)]),E=e.eLgrP(n[s(1376)],16),h=e[s(1007)](65535,n[s(1376)]),O=e[s(908)](n[s(1038)],16),R=e.VyaPR(65535,n[s(1038)]),N=0,q=0,V=0,ie=0;return ie+=e.HdswT(y,R),V+=e[s(292)](ie,16),ie&=65535,V+=e.aaeqb(g,O),q+=e[s(1366)](V,16),V&=65535,q+=f+h,N+=e[s(1331)](q,16),q&=65535,N+=l+E,N&=65535,ce[s(1362)](e.MwHEX(e[s(278)](V,16),ie),e[s(1149)](e[s(897)](N,16),q),this[s(269)])}[t(724)](n){let s=t;return ce.isLong(n)||(n=ce[s(816)+"er"](n)),this[s(269)]!==n[s(269)]&&e[s(1488)](e.ZiFqB(this[s(1376)],31),1)&&e.ABMiw(e[s(776)](n.high,31),1)?!1:e.CRYNg(this[s(1376)],n[s(1376)])&&this[s(1038)]===n.low}[t(1267)](){let n=t;return this[n(1038)]===-1&&this[n(1376)]===-1?ce.fromBits(0,0,this[n(269)]):this[n(1038)]===-1?ce.fromBits(0,e[n(386)](this.high,1),this[n(269)]):ce[n(1362)](e[n(546)](this[n(1038)],1),this[n(1376)],this.unsigned)}[t(1005)](n){return n?this.toBytesLE():this[t(1534)+"E"]()}[t(1458)+"E"](){let n=t,s=this[n(1376)],l=this[n(1038)];return[e[n(994)](255,l),e[n(1577)](e.klIDb(l,8),255),l>>>16&255,l>>>24,255&s,e[n(215)](e.xfXXi(s,8),255),e[n(1157)](s,16)&255,e[n(292)](s,24)]}[t(1534)+"E"](){let n=t;if(e[n(1117)](e.NVwra,e[n(769)])){let s=this[n(1376)],l=this[n(1038)];return[e[n(1331)](s,24),e[n(271)](s>>>16,255),e.XkOkQ(s,8)&255,255&s,e[n(908)](l,24),e[n(592)](e[n(1423)](l,16),255),e[n(635)](l,8)&255,e.aRCww(255,l)]}else{if(this[n(1153)+n(1561)]?.[n(1095)+"chMaxTries"]()){let l=this[n(1153)+n(1561)]?.["getCurre"+n(699)+"nt"]();this["_dispatc"+n(933)+n(258)](e.TgEAZ(_0x5893ac,e[n(1515)],{code:1006,reason:n(1502)+l+(n(904)+n(544)+n(766)+n(630)),wasClean:!0}))}else{let l=this._options[n(872)+"tInterce"+n(792)](_0x6d2e7b,_0x35f441);this[n(1548)+n(933)+n(258)](e.MaxQE(_0x543a6c,e.LtQHQ,{code:_0x1d8e59,reason:_0x1c747c,wasClean:!0,willReconnect:l})),l&&this[n(157)]()}return}}}let qd=new ce(0,0,!1),np=new ce(0,0,!0),rp=ce[t(1362)](-1,2147483647,!1),ip=ce.fromBits(-1,-1,!0),sp=ce[t(1362)](0,-2147483648,!1);var en=(function(a){let n=t,s=("3|5|4|1|"+n(1615))[n(759)]("|"),l=0;for(;;){switch(s[l++]){case"0":return a;case"1":a[a[e[n(327)]]=5004]=e[n(327)];continue;case"2":a[a.OPEN_ERROR=5005]=e[n(963)];continue;case"3":a[a[e[n(412)]]=5001]=e[n(412)];continue;case"4":a[a[e[n(145)]]=5003]=e.Oryku;continue;case"5":a[a[e[n(931)]]=5002]=e[n(931)];continue}break}})({});class Xn{constructor(n){this.type=n,this.target=null}}class Hd extends Xn{constructor(n,s){let l=t;e[l(1443)]!==l(365)?e[l(958)](_0xff735e,this,_0x6be810,[_0x2d5b89,_0x42a41d,_0x1c5c41]):(super(n),this[l(1081)]=s&&s.message||null)}}class jd extends Xn{constructor(n,s){let l=t,f=e[l(328)][l(759)]("|"),g=0;for(;;){switch(f[g++]){case"0":this[l(1311)]=s&&s.code||5001;continue;case"1":this[l(1375)]=s&&s[l(1375)]||0;continue;case"2":this.error=s&&s[l(677)]||null;continue;case"3":super(n);continue;case"4":this.filename=s&&s.filename||"";continue;case"5":this[l(1327)]=s&&s[l(1327)]||0;continue;case"6":this.message=s&&s[l(1081)]||"";continue}break}}}class Wd extends Xn{constructor(n,s){let l=t,f=e[l(1612)][l(759)]("|"),g=0;for(;;){switch(f[g++]){case"0":this[l(1292)+"nnect"]=s&&s[l(1292)+l(597)]||!1;continue;case"1":super(n);continue;case"2":this[l(866)]=s&&s[l(866)]||"";continue;case"3":this[l(535)]=s&&s[l(535)]||!1;continue;case"4":this.code=s&&s[l(1311)]||0;continue}break}}}class Kd extends Xn{constructor(n,s){let l=t;if(e[l(1655)](l(1204),e.VJYid))return this[l(395)]?this._ws.binaryType:this[l(1450)+l(753)];super(n),this[l(848)]=s&&s[l(848)]||null}}class Vd extends Kd{constructor(n,s){let l=t;if(e[l(1529)](l(688),e[l(295)]))super(n),this[l(848)]=s&&s[l(848)]||null,this[l(1081)]=s&&s[l(1081)]||null;else return this[l(476)+l(143)+l(1216)+"t"]}}class $d extends Xn{constructor(n,s){let l=t;super(n),this[l(848)]=s&&s[l(848)]||null}}function at(a,{message:n,code:s,error:l}){return new jd(a,{message:n,code:s,error:l})}function ht(a,{code:n,reason:s,wasClean:l,willReconnect:f}){return new Wd(a,{code:n,reason:s,wasClean:l,willReconnect:f})}function Jd(a,{data:n,message:s}){return new Vd(a,{data:n,message:s})}function Zd(a,{data:n}){return new $d(a,{data:n})}function oa(a,{message:n}){return new Hd(a,{message:n})}class Yd{constructor(n,s){let l=t;this.endpoints=n,this[l(628)+"es"]=s,this[l(352)+"ndex"]=0,this[l(476)+l(143)+"riesCount"]=0}[t(426)+t(1454)+t(1168)](){let n=t;this["currentI"+n(953)]=0,this[n(476)+"ndpointT"+n(1216)+"t"]=0}[t(1519)+"es"](){let n=t;if(e[n(1073)](e.wvBub,e[n(1545)]))this["currentE"+n(143)+n(1216)+"t"]=0;else return this._socket.protocol}[t(693)+"ntEndpoint"](){let n=t;return this[n(909)+"s"][this[n(352)+n(953)]]}[t(693)+t(699)+t(319)+"ount"](){let n=t;return this[n(476)+n(143)+n(1216)+"t"]}[t(1095)+t(166)+"es"](){let n=t;if(e[n(878)](e[n(277)],e.fjTkw))this._initPromise=null;else return!!(e[n(203)](this[n(352)+"ndex"],this[n(909)+"s"][n(1091)])||this[n(352)+n(953)]===e[n(863)](this[n(909)+"s"][n(1091)],1)&&e.LKmwo(this[n(476)+n(143)+n(1216)+"t"],this[n(628)+"es"]))}[t(1027)+t(358)+"ointReac"+t(1481)+t(481)](){let n=t;return this[n(352)+n(953)]==this[n(909)+"s"].length?!0:e[n(1291)](this[n(476)+n(143)+"riesCount"],this[n(628)+"es"])}[t(971)+t(332)+t(460)+t(369)+"unt"](){let n=t;return this["currentE"+n(143)+n(1216)+"t"]=1,this["currentI"+n(953)]++,this.endpoints[this[n(352)+n(953)]]}[t(693)+t(699)+"ntAndUpd"+t(1369)](){let n=t;return this[n(476)+n(143)+n(1216)+"t"]++,this["getCurre"+n(699)+"nt"]()}}let Qn=(t(457)+"d"!=typeof globalThis&&e[t(978)](e[t(578)],globalThis[t(1208)+"tor"][t(757)])||e[t(743)](e.RcjjM,typeof window)&&e[t(312)](t(510),window[t(1208)+t(1332)][t(757)]))&&t(457)+"d"!=typeof document,Tn=e.RcjjM!=typeof globalThis&&(e[t(1667)](e[t(1575)],globalThis[t(1208)+"tor"][t(757)])||"Dedicate"+t(760)+t(440)+"pe"===globalThis["construc"+t(1332)][t(757)])&&e.bysUQ(e.RcjjM,typeof tt),$r=(e[t(900)](e[t(1625)],typeof globalThis)&&t(375)===globalThis[t(1208)+"tor"][t(757)]||e.rSRbq(e[t(1625)],typeof globalThis)||e.vFGhe("undefined",typeof globalThis)&&!!globalThis["WeixinJS"+t(621)])&&e[t(900)](e[t(1625)],typeof wx),Jr=e[t(1619)](e[t(1625)],typeof globalThis)&&(e.UWMYJ===globalThis[t(1208)+t(1332)][t(757)]||e[t(506)](e.mmMOh,globalThis[t(1208)+"tor"][t(757)])||e[t(1096)]===globalThis["construc"+t(1332)][t(757)])&&t(457)+"d"!=typeof self,op=e[t(1625)]!=typeof globalThis&&e[t(715)](e[t(1575)],globalThis[t(1208)+"tor"][t(757)])&&e[t(434)](t(457)+"d",typeof global)&&t(375)===global.constructor[t(757)]&&e[t(860)](e.RcjjM,typeof process)&&!!process[t(1283)];class aa{constructor(){let n=t;this[n(200)+"rs"]={}}[t(1242)](n,...s){let l=t,f=this[l(200)+"rs"][n];if(f)f.slice().forEach(g=>g.fn[l(1146)](g[l(1496)],s));else if(e[l(1488)](e.BQtgJ,n)&&!this.onerror){let g=s[l(1091)]&&s[0];if(g instanceof Error)throw g;let y=new Error(e[l(804)](e[l(1594)],g?" ("+g[l(1081)]+")":""));throw y[l(1188)]=g,g}return this}[t(1643)](n,s){let l=t;if(e[l(536)](void 0,n))this._listeners={};else if(s===void 0)this._listeners[n]=null;else{let f=this[l(200)+"rs"][n];if(f)for(let g=0;e[l(1599)](g,f.length);)f[g].fn===s?f[l(1514)](g,1):++g}return this}on(n,s,l){let f=t;return(this._listeners[n]||(this._listeners[n]=[]))[f(1228)]({fn:s,ctx:l||this}),this}}class ap extends aa{[t(159)+t(1371)+t(944)](n){let s=t;return n[s(977)]||n.errNo?(s(385)+" "+(n[s(977)]||"")+" code: "+(n[s(197)]||"")).trim():JSON[s(272)+"y"](n)}constructor(n,s,l){let f=t;super(),this[f(1084)]=null,$r&&wx["connectS"+f(1092)]&&(this[f(1084)]=wx.connectSocket({url:n,protocols:s,header:l,fail:this[f(213)+f(443)+f(1495)][f(650)](this),success:this[f(213)+f(1418)+f(177)+"ler"][f(650)](this)})),Tn&&tt[f(1455)+f(1092)]&&(this[f(1084)]=tt[f(1455)+f(1092)]({url:n,protocols:s,header:l,fail:this[f(213)+f(443)+f(1495)][f(650)](this),success:this[f(213)+"ocketSuc"+f(177)+f(821)].bind(this)}))}["_createS"+t(1418)+t(177)+t(821)](){let n=t,s={HNoCu:function(l,f){return e[H(1129)](l,f)},VSdCw:e[n(561)],ThZOD:function(l,f){return e.TZBtA(l,f)},WCfdK:e[n(1126)]};Promise.resolve()[n(1103)](()=>{let l=n;if(s[l(1468)]("Ddyry",s[l(1382)]))this[l(1145)+l(648)]();else return s.HNoCu(s[l(651)],typeof _0x83af81)?l(1357)+l(1377)+l(1217):""})}[t(213)+t(443)+t(1495)](n){let s=t;if(e[s(1030)](e[s(1120)],e[s(248)]))Promise[s(1317)]()[s(1103)](()=>{let l=s,f=e.cuFCQ(at,"error",{message:this["_formatErrorMess"+l(944)](n)});this[l(1242)](e.BQtgJ,f);let g=e.WiGHu(ht,"close",{reason:this[l(159)+l(1371)+"age"](n)});this.emit(e[l(1515)],g)});else{let l={CHlsw:function(f,g){return f(g)},cBOGQ:function(f,g){let y=s;return BFEGtV[y(455)](f,g)}};return function(f,...g){let y=s,E=_0x1a4af8[y(723)](l.CHlsw(_0x36b8c8,this),f,...g);return _0x6ad940[y(1449)](E,f[y(1162)]?f[y(1162)]():[f]),l[y(1220)](_0x50935b,E)}}}[t(1145)+t(648)](){let n=t,s={urauz:e[n(1097)],YRfGX:function(l,f){return e[n(1297)](l,f)},VLPvV:function(l,f,g,y){return e.VSVtk(l,f,g,y)},fUqhA:function(l,f){return l+f},YLvsX:e.YjOCy,yqcEp:function(l,f,g){return e[n(1661)](l,f,g)},VRVzp:n(605),oZxGt:e[n(1422)],pxVJV:e.BQtgJ,JgdZz:e[n(873)],rgDTi:e[n(1232)],ydYoz:function(l,f,g){return l(f,g)},dDvQf:function(l,f,g){return e.AgfiO(l,f,g)}};if(e[n(663)](n(1235),e.DeeAu)){let l=s.urauz[n(759)]("|"),f=0;for(;;){switch(l[f++]){case"0":if(_0x10e88f[n(1091)]<40)return s[n(1159)](s[n(811)](_0x3c15df,_0x9b282d,_0x56bd67,_0x3ec63a),_0x14bf77);continue;case"1":if(_0x4390d2.write)return s[n(466)](_0x34d102[n(1582)](_0x25547f,_0x5f2263),_0x2da082);continue;case"2":return s[n(466)](s[n(811)](_0x2d4882,_0x409dbc,_0x205816,_0x4f4dd9),_0x33c7c3);case"3":if(!_0x44b1dc)return _0x52cad6;continue;case"4":if(_0x451ea2[n(1268)+"e"])return s[n(1159)](_0x2023af[n(1268)+"e"](_0x26ee8e,_0x2e90b0),_0x24c93d);continue}break}}else this[n(1084)][n(368)](l=>{let f=n;this.emit(s[f(542)],s.yqcEp(Zd,"open",{...l,data:l[f(977)]||""}))}),this[n(1084)][n(1009)](l=>{let f=n,g={ClGAF:s[f(542)],RFOkS:s.VRVzp,ZMtOG:s.oZxGt,FGscj:s.pxVJV};if(s[f(1489)]!==s[f(761)])this[f(1242)](s.VRVzp,s[f(1392)](ht,s[f(750)],{...l}));else{if(!this._ws)return;this[f(395)]["addEvent"+f(1473)](g[f(497)],this[f(987)]),this[f(395)]["addEvent"+f(1473)](g.RFOkS,this[f(637)]),this._ws[f(543)+f(1473)](g[f(1314)],this._onMessage),this[f(395)]["addEvent"+f(1473)](g[f(564)],this[f(1442)])}}),this[n(1084)][n(392)+"e"](l=>{let f=n;this[f(1242)](s[f(1525)],s.ydYoz(Jd,s[f(1525)],{...l}))}),this[n(1084)][n(1435)](l=>{let f=n;this[f(1242)](f(677),s[f(517)](at,s[f(1191)],{...l,message:l[f(977)]||""}))})}[t(1338)](n){let s=t,l={MnqvH:e.BQtgJ};if(e[s(788)](n,Uint8Array)){let f=n[s(801)][s(1118)](n[s(357)+"et"],e[s(1297)](n[s(1251)+"th"],n.byteOffset));this[s(1084)]&&this[s(1084)][s(1338)]({data:f,fail:g=>{let y=s;this[y(1242)](e[y(274)],e.mOZQy(at,e.BQtgJ,{message:this[y(159)+y(1371)+y(944)](g)}))}})}else this[s(1084)]&&this[s(1084)].send({data:n,fail:f=>{let g=s;this[g(1242)](l[g(817)],at("error",{message:this["_formatE"+g(1371)+g(944)](f)}))}})}[t(605)](n,s){this[t(1084)]&&this._socket.close({code:n,reason:s})}["addEvent"+t(1473)](n,s){this.on(n,s)}[t(1542)+t(195)+t(484)](n,s){this[t(1643)](n,s)}get[t(1187)+"te"](){let n=t,s={Leztt:e[n(487)],Jxivj:function(l,f){return e.KwjPn(l,f)}};if(e.QiBHs===e.QiBHs)return this._socket[n(1187)+"te"];{let l=_0x1d51bf[n(879)+"tabase"](_0x25b44a);return _0x31bce1&&l["addEvent"+n(1473)](NSGyHd[n(209)],()=>_0x52f8dc()),NSGyHd.Jxivj(_0x20d998,l)[n(1103)](()=>{})}}get[t(791)+"pe"](){let n=t;return this[n(1084)][n(791)+"pe"]}set binaryType(n){}get[t(1509)](){let n=t;return this._socket[n(1509)]}get[t(1595)](){let n=t;return this._socket[n(1595)]}get[t(832)+"ns"](){return this[t(1084)].extensions}get[t(1345)+t(1510)](){return 0}}function cp(a,n){let s=t;if(n)return new n(a[s(1509)],a[s(1595)]);if(e[s(1617)]($r,Tn))return new ap(a[s(1509)],a.protocol,a[s(685)]);if(e[s(1617)](Qn,Jr)&&e[s(743)]("undefined",typeof WebSocket)&&WebSocket)return new WebSocket(a[s(1509)],a.protocols)}function dp(a){let n=t,s=e[n(345)][n(759)]("|"),l=0;for(;;){switch(s[l++]){case"0":return!1;case"1":if(Tn&&tt[n(1455)+n(1092)])return!0;continue;case"2":if($r&&wx[n(1455)+n(1092)])return!0;continue;case"3":if(a)return!0;continue;case"4":if(e[n(1144)](Qn,Jr)&&e.vFGhe(e[n(1625)],typeof WebSocket)&&WebSocket)return!0;continue}break}}function Xd(a,n,s){let l=t,f=-1;async function g(y){let E=H;return e[E(633)](y,f)?Promise[E(374)](new Error(e[E(754)])):(f=y,y===s.length?Promise[E(1317)]():s[y][E(650)](a)(n,g[E(650)](null,y+1)))}e[l(942)](g,0)}function Qd(a){let n=t,s={hiLCN:function(l,f,g){return l(f,g)},KGkPR:function(l,f,g){return e[H(1051)](l,f,g)}};if(e[n(968)]!=="uHYGc")_0xd9d44a="wss://",_0x2d597e=_0xacef57[n(1657)](/(^http)((?:[s]*:\/\/))/,""),_0x456363=/(^ws)((?:[s]*:\/\/))/[n(322)](_0x3acaaa)?_0x236f4c:""+_0x555c60+_0x447c88;else{let l=0,f=0;for(let g=0;e.qzVfs(g,a[n(1091)]);++g)f=a[n(1654)+"At"](g),e[n(1203)](f,128)?l+=1:e[n(1599)](f,2048)?l+=2:e[n(429)](e.ibKDW(64512,f),55296)&&e[n(932)](e[n(972)](64512,a[n(1654)+"At"](e[n(1526)](g,1))),56320)?e[n(416)]!==n(1179)?(++g,l+=4):(avQjVf[n(812)](_0x4bd46d,_0x1be137,8),avQjVf[n(475)](_0x5527be,_0x16582a,_0x1549e8)):l+=3;return l}}function el(a,n,s){let l=t,f={gwsyu:function(g,y){return e[H(155)](g,y)},XYqUm:function(g,y){return e[H(1437)](g,y)},xODdK:function(g,y){return g<<y},NwgAh:function(g,y){return e[H(916)](g,y)},LichX:function(g,y){return e[H(381)](g,y)},tNwTR:function(g,y){return e[H(278)](g,y)}};if(e.Qhkrf("ixmfF",e[l(1399)]))return _0x1a8669===_0x55276e?_0x5d8796:new _0xea536e(zcqEyC[l(1176)](zcqEyC[l(1198)](zcqEyC[l(1176)](_0x2bd9a7[l(723)](_0x5e1c04,0),_0x893938[l(723)](_0x5965fb,1)<<8),zcqEyC[l(1603)](_0x1935d8[l(723)](_0x2ca4d3,2),16)),zcqEyC[l(1603)](_0xc42833[l(723)](_0x5753d8,3),24))>>>0,zcqEyC[l(1300)](zcqEyC[l(1198)](zcqEyC.gwsyu(zcqEyC[l(1198)](_0x2952a9[l(723)](_0x54a9b3,4),zcqEyC[l(1150)](_0x25b289[l(723)](_0x40efee,5),8)),zcqEyC[l(1150)](_0x249be1[l(723)](_0x422c68,6),16)),zcqEyC[l(923)](_0x8a3ca7[l(723)](_0x206fa2,7),24)),0),!0);{if(e[l(1579)](e.MWkUO(s,n),1))return"";let g="";for(let y=n;e.QAcyn(y,s);){let E=a[y++];if(e[l(1174)](E,127))g+=String.fromCharCode(E);else if(e[l(335)](E,192)&&E<224)g+=String[l(666)+l(1112)](e[l(1008)](31,E)<<6|63&a[y++]);else if(e.kGXtt(E,224)&&e[l(1177)](E,240))g+=String[l(666)+l(1112)](e[l(1014)](e[l(170)](e[l(1211)](e[l(245)](15,E),12),e[l(624)](e[l(729)](63,a[y++]),6)),e.mdDJG(63,a[y++])));else if(e[l(629)](E,240)){let h=e[l(763)](e[l(1087)](e.GuKqN(e[l(1665)](e[l(722)](7,E),18),e[l(1398)](63&a[y++],12)),e[l(819)](63,a[y++])<<6),63&a[y++])-65536;g+=String[l(666)+l(1112)](e[l(705)](55296,h>>10)),g+=String["fromChar"+l(1112)](e[l(1053)](56320,1023&h))}}return g}}function ca(a,n,s){let l=t,f=s,g,y;for(let E=0;e[l(721)](E,a[l(1091)]);++E)if(g=a[l(1654)+"At"](E),e[l(1001)](g,128))n[s++]=g;else if(e[l(496)](g,2048))n[s++]=e[l(291)](e.QjJdv(g,6),192),n[s++]=e[l(323)](e[l(1384)](63,g),128);else if(e[l(1073)](e[l(344)](64512,g),55296)&&e.geELA(e.GmCfX(64512,y=a[l(1654)+"At"](e[l(388)](E,1))),56320)){let h=e.TREtg[l(759)]("|"),O=0;for(;;){switch(h[O++]){case"0":n[s++]=e[l(478)](e[l(537)](g,18),240);continue;case"1":n[s++]=e.CKbVG(e[l(1662)](e[l(502)](g,6),63),128);continue;case"2":++E;continue;case"3":g=e[l(419)](65536,e[l(901)](e.edWPz(1023,g),10))+e[l(660)](1023,y);continue;case"4":n[s++]=e[l(1521)](e[l(819)](g>>12,63),128);continue;case"5":n[s++]=e.Xlhgf(63,g)|128;continue}break}}else n[s++]=e[l(1207)](e[l(1336)](g,12),224),n[s++]=e.KeAfD(e.tYVbZ(g,6)&63,128),n[s++]=e.asxZi(e[l(1265)](63,g),128);return s-f}async function tl(a){let n=t;if(e[n(636)](e[n(561)],typeof a)){let s=new Uint8Array(e[n(1166)](Qd,a));return ca(a,s,0),s}return e[n(917)](a,ArrayBuffer)?new Uint8Array(a):new Uint8Array(a[n(801)],a[n(357)+"et"],a[n(1251)+"th"])}function lp(a){let n=t,s={HFAJE:function(l,f){return e[H(1082)](l,f)}};if(e.KIKsg(e.DLSgW,n(1013)))try{return n(1062)!==e[n(765)]?e.vFGhe(e[n(561)],typeof a)&&(e[n(835)](a,ArrayBuffer)||a.buffer&&a[n(801)]instanceof ArrayBuffer)||e.hKGIK(n(553),typeof a)?"":(JSON[n(1290)](a),e[n(1163)]):_0xc033ad(aaSheK.HFAJE(_0x40c1da,_0xff4227))}catch{return e[n(561)]==typeof a?n(1357)+n(1377)+n(1217):""}else return new _0x23ad9d(_0xcf9de,{code:_0x2c6c87,reason:_0x464094,wasClean:_0x86ebd1,willReconnect:_0x35c3e4})}let up=(a,n)=>{let s=t;switch(a){case e[s(786)]:case e[s(735)]:return{[s(859)+a]:1,"x-tt-env":n};default:return{}}};class fp{constructor(n){let s=t;e[s(1262)]===s(505)?(this[s(779)+s(433)]=n,this[s(711)]=0):(_0x462b9e[s(1628)+s(1002)]=void 0,_0x422617(s(681)+"reason"))}[t(424)](){this.count++}[t(1095)+t(492)+"nt"](){let n=t;return e[n(1028)](this[n(711)],this[n(779)+"ount"])}[t(1215)+t(1339)](n=0){let s=t;this["maxLossC"+s(433)]=n,this.count=0}}async function xp(a){let n=t,s={neVVl:e.aGUZN,wSDcH:function(l){return e.JTyVX(l)},EcLKr:function(l,f){return e.fpgcD(l,f)},PTTTl:n(681)+n(866),vTrBG:e[n(479)],OoHNk:e[n(1068)],yAJOy:function(l,f){return l+f},RHhWl:e[n(1544)],tVYjr:e[n(1047)]};return new Promise(l=>{let f=n,g={dfLdW:s[f(231)],XTIef:function(y){return s.wSDcH(y)},yLSZM:function(y,E){return y===E},uIMzb:f(196),VAmlQ:function(y,E){return s.EcLKr(y,E)},HQUZs:s[f(745)]};if(!Qn)return s[f(1340)](l,f(681)+f(866));try{let y=document[f(634)+f(1178)](s[f(1581)]);window[f(1628)+f(1002)]=E=>{let h=f,O={HnApX:g.dfLdW,CgEgV:function(R){return g[H(1074)](R)}};g[h(1233)](g[h(1629)],g[h(1629)])?(document[h(796)][h(1199)+h(266)](y),window["frontier"+h(1002)]=void 0,g[h(1541)](l,E&&E[h(230)]||g[h(293)])):(this[h(787)](O[h(1121)],_0x2e3300[h(1081)]),O[h(1182)](_0x1caae9))},y[f(1209)]=s[f(401)],y[f(1474)]=s.yAJOy(a[f(1657)](/^ws/,s[f(551)]),s[f(687)]);try{document.body[f(566)+f(266)](y)}catch{document.body[f(1199)+"ild"](y)}}catch{window[f(1628)+f(1002)]=void 0,s[f(1340)](l,s[f(745)])}})}function tn(a,n,s){let l=t,f={rYBJv:e[l(1663)],TBalV:function(g,y){return g||y},kCNWQ:function(g,y){return e[l(1109)](g,y)},fhspr:e[l(1625)]};if(e.vGioy("pavkY",e[l(810)])){let g=f[l(1387)].split("|"),y=0;for(;;){switch(g[y++]){case"0":if(_0x21d0f5&&_0x5bd771[l(1455)+"ocket"])return!0;continue;case"1":if(_0x2c82f3&&_0x2ab593[l(1455)+l(1092)])return!0;continue;case"2":if(lIjdrh[l(644)](_0x3a929f,_0x3bb4a7)&&lIjdrh[l(1394)](lIjdrh[l(949)],typeof _0x2c13b0)&&_0x45e750)return!0;continue;case"3":if(_0x1eff2b)return!0;continue;case"4":return!1}break}}else return!!a?.[l(813)](g=>g[l(268)]===n&&g[l(1052)]===s)}function er(a,n){let s=t;return a?.[s(813)](l=>l[s(268)]===n)?.[s(1052)]}let da=null;async function hp(){let a=t;return da||(da=Promise[a(1317)]()[a(1103)](Mt[a(650)](Mt,e.RjXlK))),da}class pp extends aa{constructor(n,s){let l=t;super(),this[l(1635)]=n,this[l(1271)]=s,this[l(299)]=void 0,this[l(1156)+l(214)]=null}async openDB(){await this[t(985)]()}async[t(985)](){let n=t;if(!this[n(299)]){if(this[n(1156)+"mise"])return this["_initPro"+n(214)];try{let s=this[n(1635)],l=this[n(1271)];this[n(1156)+n(214)]=(async()=>{let f=n;if(e.BuxcS(e[f(325)],e[f(325)])){let{openDB:g}=await e[f(1456)](hp);this._qosDB=await g("frontier_"+s,1,{upgrade(y){y["createOb"+f(286)+"e"](s,{keyPath:l})}})}else return this._qosDB[f(1248)+f(1439)]()})(),await this[n(1156)+"mise"]}catch(s){console[n(464)](s)}finally{this[n(1156)+n(214)]=null}}}async[t(1349)](n){let s=t;if(e[s(244)](e[s(1110)],s(240)))return e[s(636)](this.currentIndex,this[s(909)+"s"][s(1091)])?!0:e[s(234)](this["currentE"+s(143)+s(1216)+"t"],this[s(628)+"es"]);try{return await this[s(985)](),this[s(299)]?.[s(1349)](this[s(1635)],n)}catch(l){console[s(464)](l)}}async set(n,s){let l=t;return await this[l(985)](),this[l(299)]?.put(this[l(1635)],n)}async[t(1161)](n){let s=t;if(e[s(1589)](e[s(394)],e.wvONE))try{return await this._init(),this[s(299)]?.delete(this[s(1635)],n)}catch(l){console.log(l)}else this[s(1482)+"sCounter"]?.[s(424)](),this[s(1242)]("ping_onc"+s(1307)+"t",s(748)),this["_pingLos"+s(973)]?.[s(1095)+"chMaxCount"]()?this["_handleR"+s(911)]():this[s(712)]()}async[t(521)](){let n=t;try{return await this[n(985)](),this[n(299)]?.[n(521)](this[n(1635)])}catch(s){console[n(464)](s)}}async[t(139)](){let n=t;return await this[n(985)](),this[n(299)]?.[n(1321)+"ys"](this._dbName)}async[t(639)](){let n=t;return e.BDzqr==="UXCqy"?!!this[n(299)]:(await this[n(985)](),this[n(299)]?.[n(639)](this._dbName))}async[t(1540)](){let n=t;try{this[n(299)]?.[n(605)](),this._qosDB=void 0}catch(s){console[n(464)](s)}}get[t(409)](){let n=t;try{return!!this[n(299)]}catch(s){return console[n(464)](s),!1}}}class gp{constructor(n,s){let l=t;this[l(800)]=n,this._pathKey=s,this[l(299)]=localStorage}async openDB(){}get[t(1029)](){let n=t;return n(1628)+"_"+this[n(800)]}async[t(1349)](n){let s=t,l=this._qosDB[s(1134)](this[s(1029)]);return JSON.parse(l||"{}")[n]}async[t(1449)](n,s){let l=t,f=this[l(299)].getItem(this[l(1029)]),g=JSON[l(1290)](e[l(462)](f,"{}"));return g[s||n[this[l(571)]]]=n,this[l(299)][l(267)](this._prefix,JSON[l(272)+"y"](g)),s||n[this._pathKey]}async del(n){let s=t,l=this[s(299)][s(1134)](this[s(1029)]),f=JSON[s(1290)](e.KevYJ(l,"{}"));return f[n]=void 0,this[s(299)][s(267)](this[s(1029)],JSON[s(272)+"y"](f))}async[t(521)](){let n=t;return this[n(299)][n(521)]()}async[t(139)](){let n=t,s=this[n(299)][n(1134)](this[n(1029)]),l=JSON.parse(s||"{}");return Object.keys(l)}async[t(639)](){let n=t,s=this._qosDB[n(1134)](this[n(1029)]),l=JSON[n(1290)](e.zqyIO(s,"{}"));return Object[n(1071)](l)}[t(1540)](){return Promise[t(1317)]()}get isReady(){return!!this[t(299)]}}class mp{constructor(n,s){let l=t,f={iYHMz:function(g,y,E){return e[H(367)](g,y,E)},zBQeU:e[l(274)]};if(e.MWTAL===e[l(1436)])this[l(800)]=n,this._pathKey=s,this[l(299)]=Tn?tt:$r?wx:null;else{let g=_0x3a2fd2[l(801)][l(1118)](_0x486c1e.byteOffset,e[l(598)](_0x2ae31d.byteLength,_0x47fd9a.byteOffset));this[l(1084)]&&this[l(1084)].send({data:g,fail:y=>{let E=l;this[E(1242)](E(677),Noalru[E(1277)](_0x2e3c66,Noalru.zBQeU,{message:this[E(159)+"rrorMess"+E(944)](y)}))}})}}async openDB(){}get[t(1029)](){let n=t;return n(1628)+"_"+this[n(800)]}async[t(1349)](n){let s=t,l=this[s(299)].getStorageSync(this[s(1029)]);return JSON[s(1290)](l||"{}")[n]}async set(n,s){let l=t,f=this._qosDB[l(280)+"geSync"](this[l(1029)]),g=JSON[l(1290)](e[l(184)](f,"{}"));return g[s||n[this._pathKey]]=n,this._qosDB[l(1516)+l(454)](this._prefix,JSON[l(272)+"y"](g)),s||n[this[l(571)]]}async[t(1161)](n){let s=t,l=this[s(299)][s(280)+"geSync"](this._prefix),f=JSON[s(1290)](l||"{}");return f[n]=void 0,this[s(299)][s(1516)+"geSync"](this._prefix,JSON[s(272)+"y"](f))}async[t(521)](){let n=t;return this[n(299)][n(1248)+n(1439)]()}async[t(139)](){let n=t,s={TfJiX:function(l,f){return e[H(662)](l,f)},KcaAQ:function(l,f){return e[H(686)](l,f)}};if(e[n(1058)]===e[n(656)])s[n(613)](_0x1e5fd3,this[n(843)+n(1470)+"Id"]),s[n(311)](_0x5a48fa,this[n(1255)+"ctTimeou"+n(1590)]),this[n(843)+n(1470)+"Id"]=null,this[n(1255)+n(442)+n(1590)]=null;else{let l=this[n(299)]["getStora"+n(1413)+"nc"](this[n(1029)]),f=JSON[n(1290)](l||"{}");return Object[n(139)](f)}}async[t(639)](){let n=t,s=this[n(299)][n(280)+n(1413)+"nc"](this._prefix),l=JSON[n(1290)](s||"{}");return Object[n(1071)](l)}closeDB(){return Promise[t(1317)]()}get isReady(){return!!this._qosDB}}function nl(a,n){let s=t;if(e.mApKx===s(1124)){if(e[s(756)](Tn,Tn))return new mp(a,n);if(e[s(612)](Qn,Jr)&&e[s(744)](s(457)+"d",typeof indexedDB))return new pp(a,n);if(e[s(1640)](Qn,Jr)&&e[s(1427)](e[s(1625)],typeof localStorage))return new gp(a,n);throw new Error(e.LXltU)}else return _0x3813d6?this[s(1458)+"E"]():this[s(1534)+"E"]()}class wp{constructor(){let n=t;this[n(1048)+n(767)+"Id"]=null,this[n(1048)+"l"]=36e5,this[n(299)]=e[n(665)](nl,e.njQLu,n(1305)+"id")}async[t(1048)+"lFlush"](){let n=t;e[n(1082)](clearInterval,this._intervalTimeoutId),this[n(1048)+n(767)+"Id"]=e[n(297)](setInterval,()=>{this.flushExpired()},this._interval)}async[t(208)](){let n=t;await this[n(299)][n(208)]()[n(1103)](()=>{this[n(1048)+"lFlush"]()})}async[t(868)+t(1034)](){let n=t;(await this._qosDB?.[n(639)]()||[]).filter(({timestamp:f})=>f<Date[n(731)]()).forEach(f=>{let g=n;this[g(299)]?.[g(1161)](f[g(1305)+"id"])})}async[t(1161)](n){let s=t;return this[s(299)]?.[s(1161)](n)}async[t(1449)](n,s){let l=t;return this._qosDB?.[l(1449)]({message_id:n,timestamp:s})}async[t(1349)](n){let s=t;return this[s(299)]?.[s(1349)](n)}async[t(1540)](){let n=t,s={OQprl:function(l,f){return e[H(1346)](l,f)},pXOJJ:function(l,f){return l(f)}};if(e[n(429)](e[n(398)],e.gKcAa))return _0xfb1fb9.apply(IbCuKl[n(614)](_0x45c651,this),_0x31ae41),IbCuKl[n(749)](_0x1caa3b,_0x446192[n(1349)](this));clearInterval(this[n(1048)+n(767)+"Id"]),await this[n(299)]?.[n(1540)]()}get[t(409)](){return this._qosDB?.isReady}}function la(a){let n=t;if(e[n(734)]===e[n(734)]){let s=!!this[n(1105)][n(238)+"S"];if(!s)return{enabled:s,isQoSMessage:!1,isQoSAck:!1,isAckCleanupMessage:!1,ackMsgIds:[]};let l=e.VSVtk(tn,a.message[n(685)],e.uSlcq,"2"),f=l&&tn(a.message[n(685)],e[n(1493)],"1"),g=l&&e[n(958)](tn,a[n(1081)][n(685)],e[n(1273)],"1"),y=g?er(a.message[n(685)],e[n(1396)])?.[n(759)](",")[n(461)](Boolean)||[]:[];return{enabled:s,isQoSMessage:l,isQoSAck:f,isAckCleanupMessage:g,ackMsgIds:y}}else{if(e[n(1529)](4,_0x4cd462.length)){let s=_0x88f662[n(346)+"g"](0,e.ICJvN(4,_0x5d7786[n(1091)])),l=s[n(1037)](_0x1a94cb);_0x9dd478[n(1228)](l)}else _0x4793c1[n(1228)](_0x3a456d);_0x597abc&&(_0x49ca91+=1),_0xdbc686+=1,_0x8a5531=!1}}async function rl(){let a=t;return this["_QoSMana"+a(1429)]||(this[a(1344)+a(1429)]=new wp),this[a(1344)+a(1429)][a(409)]||await this[a(1344)+"ger"].openDB(),this["_QoSMana"+a(1429)]}async function _p(a,n){let s=t,l={nEWFC:e[s(1063)],yNBvm:function(f,g){return e.cwSMz(f,g)},zNuiw:function(f,g){return f&g},xLRJg:function(f,g){return f>>>g},QpGcF:function(f,g){return e[s(1462)](f,g)},leoQj:function(f,g){return e.XTFCK(f,g)},VVlOT:function(f,g){return e[s(1353)](f,g)},LOwDv:function(f,g){return f<g},wJzLw:function(f,g){return f|g},oWual:function(f,g){return f<g},OFvwX:function(f,g){return e[s(1137)](f,g)},KBchD:function(f,g){return e[s(155)](f,g)},nFykD:function(f,g){return e.qpndB(f,g)},jBLbz:function(f,g){return e.rkXDf(f,g)},wJXfP:function(f,g){return e[s(292)](f,g)},Tqszh:function(f,g){return e[s(150)](f,g)},vhsGD:function(f,g){return e.PjzYJ(f,g)}};if(e[s(820)](e[s(316)],s(503))){let f=4294967295;return function(g,y,E=!0){let h=s,O=l[h(920)].split("|"),R=0;for(;;){switch(O[R++]){case"0":f=(f|l.yNBvm(l.zNuiw(15,g[y]),28))>>>0;continue;case"1":f=l[h(541)](127&g[y],0);continue;case"2":f=l[h(962)](f,l[h(370)](127,g[y])<<14)>>>0;continue;case"3":if(l.VVlOT(g[y++],128))return{value:E?f:l[h(962)](0,f),offset:y};continue;case"4":return{value:E?f:l[h(962)](0,f),offset:y};case"5":if(l[h(1487)](g[y++],128))return{value:E?f:l[h(1499)](0,f),offset:y};continue;case"6":if(l[h(1075)](g[y++],128))return{value:E?f:l[h(1186)](0,f),offset:y};continue;case"7":f=l[h(793)](f,l[h(934)](l[h(802)](127,g[y]),7))>>>0;continue;case"8":if(l[h(1075)](g[y++],128))return{value:E?f:l[h(1499)](0,f),offset:y};continue;case"9":if(l[h(1155)](y+=5,g[h(1091)]))throw y=g.length,_0x9e0aeb(y,10,g[h(1091)]);continue;case"10":f=l.wJXfP(l[h(363)](f,l[h(934)](l[h(802)](127,g[y]),21)),0);continue;case"11":if(l.vhsGD(g[y++],128))return{value:E?f:0|f,offset:y};continue}break}}}else{let{enableAutoAck:f}=this[s(1105)],g=tn(a[s(1081)][s(685)],s(1e3),"1"),y=e[s(958)](tn,a.message[s(685)],e[s(1301)],"1"),E=la[s(723)](this,a);if(e[s(789)](f,g)){let{SeqID:h,LogID:O,service:R,LogIDNew:N,method:q}=a[s(1081)];this[s(1330)]({SeqID:h,LogID:O,LogIDNew:N,service:R,method:q,headers:[{key:e[s(1301)],value:"1"},{key:e[s(1480)],value:e[s(1337)](N,"")},{key:e[s(1566)],value:"0"}]})}y&&!E[s(579)]&&this[s(1548)+s(773)+s(854)](a),e[s(1456)](n)}}async function yp(a,n){let s=t,l={JvCbW:e.XoRfQ,TvDnL:function(f){return e.mkrnz(f)},RRXCg:e.BQtgJ};if(s(175)==="MOgDQ"){let f={btQKi:kUxcrh[s(716)],pDmUA:function(h,O){return h(O)},xsQZy:function(h){let O=s;return kUxcrh[O(1270)](h)}},g=()=>{let h=s;_0x457307[h(1542)+h(195)+h(484)](f[h(661)],y),_0x479d6e[h(1542)+h(195)+h(484)](h(677),E)},y=()=>{let h=s;f[h(1631)](_0x2f1a3d,f[h(1631)](_0x11a40a,_0x20b2ff.result)),f.xsQZy(g)},E=()=>{let h=s;_0x4379dc(_0x10f3e9[h(677)]),g()};_0x4346f8["addEvent"+s(1473)](kUxcrh[s(716)],y),_0x47f639[s(543)+s(1473)](kUxcrh[s(925)],E)}else this[s(787)](e[s(164)],a[s(1081)]),e.dtnqC(n)}async function bp(a,n){let s=t,l=e.MkzGb(Xt,await e[s(686)](tl,a[s(848)]));try{if(l.payload instanceof Uint8Array){let f=this._options[s(192)+s(770)]instanceof Object?{force:!!this._options[s(192)+s(770)][s(420)],encoding:this._options[s(192)+s(770)][s(329)]?this._options[s(192)+s(770)][s(329)][s(1657)](/\s/g,"")["toLowerC"+s(1054)]():""}:{force:!1,encoding:this[s(1105)][s(192)+s(770)]?this[s(1105)]["payloadE"+s(770)][s(1657)](/\s/g,"")[s(1506)+s(1054)]():""},g=l["payloadE"+s(770)]?l[s(192)+s(770)][s(1657)](/\s/g,"")[s(1506)+"ase"]():"",y=e[s(427)](this._options[s(1649)+s(753)],Object)?{force:!!this[s(1105)]["payloadT"+s(753)][s(420)],type:this[s(1105)]["payloadT"+s(753)].type?this._options[s(1649)+s(753)].type[s(1657)](/\s/g,"")[s(1506)+s(1054)]():""}:{force:!1,type:this[s(1105)][s(1649)+s(753)]?this[s(1105)][s(1649)+s(753)][s(1657)](/\s/g,"")[s(1506)+s(1054)]():""},E=l[s(1649)+s(753)]?l["payloadT"+s(753)][s(1657)](/\s/g,"")[s(1506)+s(1054)]():"",h=y[s(420)]?y[s(1209)]:E||y[s(1209)],O=f[s(420)]?f[s(329)]:g||f.encoding,R=[e[s(1079)],"application/json",e[s(310)],e.VwfTR],N=[e[s(1512)],e.JeeYN];this[s(1105)][s(867)+"ansformT"+s(378)+"ad"]&&R[s(423)](h)&&(!O||N[s(423)](O))?l[s(795)+s(1077)]=e.VSVtk(el,l[s(1610)],0,l.payload.byteLength):l[s(795)+s(1077)]=""}else l["textPayl"+s(1077)]=""}catch(f){l[s(795)+"oad"]="",console.log(f)}a.message=l,n()}function Ep(a,n,s){let l=t,f=s||8192,g=e[l(919)](f,1),y=null,E=f;return function(h){let O=l;if(h<1||e[O(234)](h,g))return e[O(1627)](a,h);e[O(598)](E,h)>f&&(y=e[O(1166)](a,f),E=0);let R=n.call(y,E,E+=h);return e[O(1041)](7,E)&&(E=e[O(181)](7,E)+1),R}}let vp=4294967295;function Sp(a,n,s){let l=t;return e[l(1006)](RangeError,e[l(997)](e.WzDSr(e[l(1453)](e[l(1318)](l(534)+l(673)+l(1160),a),e[l(1531)]),e[l(1337)](n,1)),e[l(1451)])+s)}function Ap(a,n,s){let l=t;if(e[l(279)](s,vp))throw new Error(l(1021)+l(1403)+"e");let f=3;for(;f>=0;){let g=e.JhrFe(255,s);e[l(1535)](fa,g,a,e[l(452)](n,f)),s>>>=8,f--}return n+4}function Ip(a,n){let s=t,l=0,f=n,g=n+4;for(;f<g;){let{value:y,offset:E}=e[s(1448)](ua,a,f);f=E,l=e.Ugkzn(l<<8,0),l+=y}return{value:l,offset:g}}function Tp(a,n,s){let l=t;return a?e.Kmlig(a[l(1091)],40)?e.AbCMX(e[l(1206)](ca,a,n,s),s):n[l(1268)+"e"]?n[l(1268)+"e"](a,s)+s:n[l(1582)]?e[l(386)](n[l(1582)](a,s),s):e[l(705)](e[l(1206)](ca,a,n,s),s):s}function Cp(a,n){let s=t,l={dkMFL:function(f,g){return e[H(615)](f,g)},BJiCv:function(f,g){return e.HYanV(f,g)},IQgrZ:function(f,g){return f<g},oWAcy:function(f,g){return e[H(1353)](f,g)},hVLla:function(f,g){return f|g},ZAvcu:function(f,g){return e.mdDJG(f,g)},vgfFS:function(f,g){return e[H(362)](f,g)},iMMkS:function(f,g){return f>>g},jWqvb:function(f,g){return e[H(1484)](f,g)},zwTSP:function(f,g){return e[H(474)](f,g)},KUocl:function(f,g){return e[H(1137)](f,g)},czJrZ:function(f,g){return e.LYWkj(f,g)}};if(e.YDwKY(e[s(300)],e[s(841)])){let f=_0x1e325e.charCodeAt(_0x4149a4);EgoYLZ[s(158)](f,55296)&&f<=56319&&EgoYLZ.BJiCv(_0x37321e,1)<_0x1be976&&(f=EgoYLZ[s(583)](f<<10,_0x1c3567[s(1654)+"At"](++_0x1f0ad6))-56613888),EgoYLZ.IQgrZ(f,128)?_0x5a6c7a[_0x31f868++]=f:(EgoYLZ[s(1197)](f,2048)?_0x364df7[_0x3469b1++]=EgoYLZ.hVLla(EgoYLZ.ZAvcu(f>>6,31),192):(f<65536?_0xf17732[_0x517f01++]=EgoYLZ[s(1416)](EgoYLZ[s(783)](EgoYLZ[s(1623)](f,12),15),224):(_0xc60177[_0x2f09f0++]=EgoYLZ[s(1416)](EgoYLZ[s(783)](EgoYLZ[s(1257)](f,18),7),240),_0x1aad5f[_0x539273++]=EgoYLZ[s(1648)](EgoYLZ[s(783)](EgoYLZ.iMMkS(f,12),63),128)),_0x5cf18b[_0x4a8ee1++]=EgoYLZ.zwTSP(EgoYLZ[s(783)](EgoYLZ[s(1257)](f,6),63),128)),_0x4ef90e[_0x4fe5e9++]=EgoYLZ.KUocl(EgoYLZ.czJrZ(63,f),128))}else{let f=new ce(e[s(482)](e.qGtMS(e[s(478)](e[s(1294)](a[e[s(1236)](n,4)],24),e[s(1219)](a[e.XKVSE(n,5)],16)),a[e.uwvva(n,6)]<<8),a[e.WzDSr(n,7)]),e.vGDhX(e[s(807)](a[e.xBMbP(n,0)]<<24|e.JMqqx(a[e.faazw(n,1)],16),e[s(897)](a[e[s(1236)](n,2)],8)),a[e[s(1130)](n,3)]),!0);return n+=8,{value:f,offset:e[s(997)](n,8)}}}function Dp(a,n,s){let l=t,f=a[l(1038)],g=a[l(1376)];return n[s]=e.ZvcFn(g,24),n[e[l(1297)](s,1)]=e[l(599)](e[l(1331)](g,16),255),n[e[l(389)](s,2)]=e[l(689)](g>>>8,255),n[e[l(501)](s,3)]=e.bByvo(255,g),n[s+4]=f>>>24,n[s+5]=e[l(888)](e[l(515)](f,16),255),n[e[l(386)](s,6)]=e[l(741)](e[l(1285)](f,8),255),n[s+7]=e[l(334)](255,f),s+=8,s}function ua(a,n){let s=t;return a[s(1059)+"8"]?{value:a[s(1059)+"8"](n),offset:e[s(842)](n,1)}:{value:e[s(689)](255,a[n]),offset:e[s(1297)](n,1)}}function fa(a,n,s){let l=t;return n[l(349)+"t8"]?n[l(349)+"t8"](a,s):n[s]=e[l(1265)](255,a),e[l(1236)](s,1)}let Rp=function(a){return new Uint8Array(a)},kp=e[t(744)](e[t(1625)],typeof Buffer)?Buffer[t(1476)+t(1100)]:Ep(Rp,Uint8Array[t(572)+"e"].subarray),Pp=16,xa=32;function Op(a){let n=t,s=0,l={};for(let f=0;e[n(1599)](f,a[n(1091)]);f++)l[a[f][n(1192)+n(1044)]]=Qd(a[f][n(1192)+"ame"]),s+=e[n(529)](14,l[a[f][n(1192)+"ame"]]);return[s,l]}function il(a,n,s){let l=t,f={hUNjY:e[l(833)],laDDF:function(O,R,N,q){return e.BlOAs(O,R,N,q)},uZrLW:e.DQBiF,MvlKd:e[l(1498)],CRJxf:e.GOIVC,ooUze:function(O,R,N,q){return O(R,N,q)},LmbHA:l(1486),EaEnJ:e[l(444)]},[g,y]=e[l(449)](Op,a),E=e[l(252)](kp,g),h=0;return a[l(451)](O=>{let R=l,N=f[R(778)][R(759)]("|"),q=0;for(;;){switch(N[q++]){case"0":h=f.laDDF(fa,y[O[R(1192)+R(1044)]],E,h);continue;case"1":console[R(464)](f[R(828)],h);continue;case"2":console.log(f[R(201)],h);continue;case"3":console[R(464)](R(304),h);continue;case"4":h=f[R(952)](Ap,E,h,O.service||0);continue;case"5":h=f[R(952)](fa,0,E,h);continue;case"6":console[R(464)](f[R(585)],O,O[R(1249)]);continue;case"7":h=f[R(174)](Dp,ce[R(816)+"er"](O[R(1490)]||n),E,h);continue;case"8":console[R(464)](f[R(936)],h);continue;case"9":console.log(f.EaEnJ,h);continue;case"10":h=Tp(O[R(1192)+R(1044)],E,h);continue}break}}),{frameType:xa,headers:[{key:e.RpgDE,value:s}],payload:E}}function Lp(a){let n=t,s=0,l=[];for(;e[n(1599)](s,a[n(1251)+"th"]);){let{offset:f}=ua(a,s);s=f;let g={cursor_name:"",cursor:0,service:0},{value:y,offset:E}=Ip(a,s);g[n(1249)]=y,s=E;let{value:h,offset:O}=e[n(611)](ua,a,s);s=O,g["cursor_n"+n(1044)]=e[n(1560)](el,a,s,e.XKVSE(s,h)),s+=h;let{value:R,offset:N}=e[n(448)](Cp,a,s);g.cursor=R.toNumber(),s=N,l[n(1228)](g)}return l}function Np(){let a=t;return{frameType:xa,headers:[{key:e[a(1446)],value:e[a(1391)]}],payload:void 0}}class Mp{constructor(n,s,l){let f=t;this[f(142)+f(696)]=n,this[f(411)+"ileName"]=s,this[f(1424)+"Strategy"]=l,this[f(299)]=e[f(1426)](nl,this[f(142)+f(696)],e.ifFzQ)}async openDB(){let n=t;if(n(826)!==e[n(830)])for(var s in _0x4d6549)_0x3c9022(_0x30fb35,s,{get:_0x2f456e[s],enumerable:!0});else await this[n(299)].openDB()}async[t(1507)+"rs"](){let n=t;if(!this[n(299)][n(409)])return;let s=this[n(1424)+n(1406)],l=await this[n(299)].getAll();switch(console[n(464)](e[n(1072)],l),s){case e[n(144)]:return l&&l[n(1091)]?e[n(600)](il,l,0,this[n(411)+n(221)]):void 0;case e.VsYke:return;case n(862):return l&&l[n(1091)]?il(l,0,this["_cursorF"+n(221)]):e[n(527)](Np)}}async[t(1449)](n,s,l){let f=t,g={iaYFV:function(y,E){return e[H(967)](y,E)}};if(e[f(290)]===e[f(290)])return console[f(464)](e[f(1213)],n,s,l),this[f(299)][f(1449)]({cursor_name:n,cursor:s,service:l});{let y=this._listeners[_0xaf3c17];if(y)for(let E=0;bfqKBw.iaYFV(E,y.length);)y[E].fn===_0x6861da?y.splice(E,1):++E}}async[t(309)+"rs"](n){let s=t,l=Lp(n);for(let f of l)console[s(464)](e[s(1315)],l),await this._qosDB[s(1449)](f)}async[t(1349)](n){let s=t;return(await this[s(299)][s(1349)](n))?.cursor}async[t(1540)](){await this[t(299)].closeDB()}[t(892)+t(638)+t(604)](n){let s=t;this["_cursorF"+s(221)]=n}get[t(409)](){let n=t;if(e.MFnvv!==n(211)){let s=e.vAXkW(e.dZhFd(e.qbISr(e[n(1258)](7&_0x5c0e78,18),e[n(289)](e[n(994)](63,_0x449a29[_0x370521++]),12))|e[n(692)](63,_0x343f3b[_0x517eb5++])<<6,e[n(683)](63,_0x538ab9[_0x453bcb++])),65536);_0x324aed+=_0x172470["fromChar"+n(1112)](e.PZpLG(55296,s>>10)),_0x18eabc+=_0x189932[n(666)+n(1112)](e[n(1342)](56320,1023&s))}else return this[n(299)][n(409)]}}let Bp=e[t(276)];async function sl(a){let n=t;if(!this[n(1105)][n(238)+"S"])return null;let{aID:s,fpID:l,messageStrategy:f}=this[n(1105)],g=e.iNxgs(a,Bp);try{return this[n(223)+n(1253)]?a&&this[n(223)+n(1253)][n(892)+"rsorFile"+n(604)](a):this[n(223)+n(1253)]=new Mp(l+"_"+s+"_"+g,g,f),this[n(223)+n(1253)][n(409)]||await this[n(223)+n(1253)][n(208)](),this["_cursorM"+n(1253)]}catch{return null}}async function Fp(a,n){let s=t,l=e[s(1560)](tn,a[s(1081)][s(685)],e[s(1022)],"-1"),f=e[s(845)](tn,a.message[s(685)],e[s(1301)],"1"),g=er(a[s(1081)][s(685)],e.jFzRd),y=e[s(1006)](Number,er(a[s(1081)][s(685)],e[s(324)]))||0,E=la[s(723)](this,a),h=e[s(1535)](tn,a.message[s(685)],e.mMBuq,"2"),O=e[s(1325)](er,a[s(1081)][s(685)],e[s(1089)]),R=Number(er(a.message[s(685)],e[s(477)]));if(E.isQoSAck)return e[s(527)](n);let N=E["isQoSMes"+s(914)]?await rl[s(723)](this):null;if(e.vxnMJ(a[s(1081)].service,0)&&f&&!l||e[s(229)](a[s(1081)][s(1249)],0)){if(g&&E[s(876)+s(914)]&&N)return!!!await N.get(g)&&(this[s(1548)+s(782)+s(303)](a),await N.set(g,e[s(647)](Date.now(),y))),e[s(405)](n);if(h){let q=await sl[s(723)](this);if(!q)return this[s(1548)+s(782)+s(303)](a),e[s(246)](n);let V=await q.get(O)??-1;if(e.BnMdQ(V,R))this[s(1548)+s(782)+"Event"](a),q[s(1449)](O,R,a.message[s(1249)]);else throw new Error("recevied message"+s(1341)+R+(s(995)+"than local cursor ")+V);return e[s(430)](n)}return this[s(1548)+"hMessageEvent"](a),n()}}async function zp(a,n){let s=t,l=la[s(723)](this,a);if(!l[s(876)+s(914)])return n();let f=await rl[s(723)](this);if(l["isAckCleanupMess"+s(944)]&&l.ackMsgIds[s(1091)])for(let g of l[s(1094)+"s"])await f[s(1161)](g);e[s(527)](n)}async function Up(a,n){let s=t,l={kcdaZ:function(h,O,R,N){return h(O,R,N)},TQEuO:s(1e3),FSpDx:function(h,O,R,N){return e[s(958)](h,O,R,N)},WQxwX:e[s(1301)],gnFVf:function(h,O){return e[s(789)](h,O)},MRLOm:e[s(1480)],HUMsu:s(1576),nDnzX:function(h){return e[s(1456)](h)}},f=e[s(1667)](a.message.frameType,Pp),g=e[s(498)](a[s(1081)][s(646)+"e"],xa);if(!f&&!g)return e[s(1580)](n);let y=e[s(1426)](er,a[s(1081)][s(685)],e[s(1446)]);if(!y)return e[s(777)](n);let E=await sl[s(723)](this,y);if(!E)return e[s(1608)](n);if(f){let h=await E[s(1507)+"rs"](),O={frameType:h?.[s(646)+"e"],SeqID:ce[s(816)+"er"](this[s(1115)]++),LogID:ce.fromNumber(this[s(1105)][s(384)+s(780)]()),service:9e3,method:5,headers:h?.[s(685)],payload:h?.payload},R=e[s(737)](v,O);this._ws&&this[s(395)][s(1187)+"te"]&&this[s(395)][s(1338)](R)}if(g)if(e[s(703)]!==e.vapJG){let h=a[s(1081)].payload;h&&E.setCursors(h)}else{let{enableAutoAck:h}=this._options,O=tZYozN[s(993)](_0x4bb855,_0x343b74[s(1081)][s(685)],tZYozN.TQEuO,"1"),R=tZYozN.FSpDx(_0x38c0e9,_0xfe3153[s(1081)][s(685)],tZYozN[s(217)],"1"),N=_0x4a2891.call(this,_0x57cfca);if(tZYozN[s(1459)](h,O)){let{SeqID:q,LogID:V,service:ie,LogIDNew:Re,method:nt}=_0x444a67[s(1081)];this[s(1330)]({SeqID:q,LogID:V,LogIDNew:Re,service:ie,method:nt,headers:[{key:s(945),value:"1"},{key:tZYozN.MRLOm,value:Re||""},{key:tZYozN.HUMsu,value:"0"}]})}R&&!N[s(579)]&&this[s(1548)+s(773)+s(854)](_0x262ea1),tZYozN[s(172)](_0x52bf79)}}let Gp=async function(a,n){let s=t;this[s(1127)]=!1,e.cKyaH(clearTimeout,this[s(157)+s(1494)+s(350)]),n()},qp=async function(a,n){let s=t;if(!this[s(395)]||e[s(1379)](this[s(395)][s(1187)+"te"],this[s(202)]))return e[s(225)](n);let{pingInterval:l}=this[s(1105)];this._endpointManager?.[s(426)+s(1454)+"fig"]();for(let g=0;e.nvTNK(g,this[s(1424)+s(658)][s(1091)]);g++){let y=this["_message"+s(658)][g];if(e[s(1488)](this[s(395)][s(1187)+"te"],this[s(202)])&&e.qRGYY(null,y))e[s(1655)](e.qTrQB,e[s(360)])?(_0x333e47(),_0x417ce5()):(this[s(395)]&&this[s(395)][s(1338)](y),this[s(1424)+s(658)][g]=null);else break}this[s(1424)+s(658)]=this[s(1424)+s(658)][s(461)](g=>!!g),this._pingPongTimeoutId=setTimeout(()=>this[s(712)](),l),this[s(1548)+s(1584)+"nt"](a),this[s(273)+"er"]&&this[s(395)]&&(this[s(395)].binaryType=this[s(1450)+s(753)]);let f=this[s(1153)+s(1561)]?.[s(693)+s(699)+"nt"]();this[s(787)](s(1513)+f+s(603)),e[s(606)](n)},Hp=async function(a,n){let s=t,l=this[s(1153)+s(1561)]?.["getCurre"+s(699)+"nt"]();this[s(787)](s(1513)+l),e[s(877)](n)};class jp extends aa{constructor(n){let s=t,l={ZrDDb:function(E,h){return E(h)}};super(),this[s(1365)+s(1016)+s(1125)]=!0,this[s(273)+"er"]=Qn,this._isNode=op,this[s(1184)+"T"]=Tn,this[s(1347)+"X"]=$r,this[s(1355)+"r"]=Jr,this[s(1424)+s(658)]=[],this[s(1153)+s(1561)]=null,this[s(1085)+"osed"]=!1,this[s(1450)+s(753)]=e[s(1593)],this[s(157)+s(193)]=!1,this[s(157)+"ionTimeo"+s(350)]=null,this[s(1255)+"ctTimeoutId"]=null,this[s(843)+s(1470)+"Id"]=null,this[s(1115)]=0,this[s(1127)]=!1,this[s(1659)]="",this[s(1344)+"ger"]=null,this["_cursorM"+s(1253)]=null,this["_pingLos"+s(973)]=null,this._protocols=e[s(216)],this[s(1475)]=3,this.CONNECTING=0,this[s(202)]=1,this[s(938)]=2,this[s(987)]=E=>{let h=s,O={lqXKh:function(R,N){return e[H(1026)](R,N)},AHizB:function(R,N){return e[H(478)](R,N)},Wqcvr:function(R,N){return e.niOpR(R,N)},PRhur:function(R,N){return e[H(342)](R,N)},rEWxC:function(R,N){return e.SFmGC(R,N)},wWQkp:function(R,N){return e[H(784)](R,N)},FWUZe:function(R,N){return R|N},penhg:function(R,N){return e[H(1087)](R,N)},rLoFp:function(R,N){return e[H(882)](R,N)},rGSZi:function(R,N){return e[H(1385)](R,N)},TcgEM:function(R,N){return e[H(1130)](R,N)}};if(e.EePIt(h(643),e[h(575)])){let R=new _0x1a86b8(JukJFv[h(1430)](JukJFv[h(871)](JukJFv[h(589)](_0x527174[JukJFv[h(1460)](_0x14fe58,4)],24),JukJFv.rEWxC(_0x3cc7ac[_0x30f3a6+5],16)),JukJFv[h(589)](_0x4973c6[JukJFv[h(1460)](_0x87730f,6)],8))|_0x3c65d7[JukJFv[h(1407)](_0x2d862d,7)],JukJFv[h(981)](JukJFv.penhg(JukJFv[h(499)](_0x33e002[JukJFv[h(1460)](_0x2d0db3,0)],24),_0x30d1cc[JukJFv[h(1460)](_0xb5ec08,1)]<<16)|JukJFv[h(489)](_0x1d9260[JukJFv[h(1407)](_0xcd8f3d,2)],8),_0x5a8288[JukJFv[h(1460)](_0x7d1b35,3)]),!0);return _0xd5ae1c+=8,{value:R,offset:JukJFv[h(1348)](_0x946685,8)}}else try{e[h(1524)](Xd,this,E,[Gp,qp,Hp])}catch(R){let N=e[h(1164)](at,e.BQtgJ,{message:R[h(1081)],code:en.OPEN_ERROR,error:R});this[h(1548)+h(1536)+h(258)](N)}},this._onMessage=async E=>{let h=s,{pingInterval:O,pingFrequency:R}=this[h(1105)];if((e[h(1558)]("hi",E[h(848)])&&e[h(803)](e[h(1620)],R)||R==="auto")&&(this[h(625)+h(568)](),this[h(1242)](e[h(667)],e[h(425)]),this[h(843)+h(1470)+"Id"]=e[h(146)](setTimeout,this[h(712)][h(650)](this),O)),!e[h(803)]("hi",E[h(848)]))try{e[h(958)](Xd,this,E,[bp,_p,zp,Up,Fp,yp])}catch(N){let q=e[h(1465)](at,e[h(274)],{message:N.message,code:en[h(1287)+h(1511)],error:N});this["_dispatc"+h(1536)+h(258)](q)}},this[s(1442)]=E=>{let h=s;if(e[h(1383)](e[h(282)],e[h(282)]))_0x20f651[h(464)](_0x27d4ce);else{let O=this[h(1153)+h(1561)]?.[h(1095)+"chMaxTries"](),R=this[h(1153)+h(1561)]?.[h(693)+h(699)+"nt"]();if(O&&!E.message)if(e.jREQm===e[h(1641)])_0x4c27d2(kvpcZJ[h(898)](_0x2251da,_0x3e2e3a.result),_0x590c0d[h(679)+"on"],_0x2dfa08[h(321)+"on"],kvpcZJ[h(898)](_0x2b133f,_0x37614b["transact"+h(410)]));else{let N="connect "+R+(h(256)+h(1586)+h(404)+"ed");this[h(1548)+h(1536)+"ent"](at(e[h(274)],{message:N,code:en[h(435)+h(436)+"R"],error:E}));return}this[h(395)]&&this[h(395)].readyState===this[h(202)]&&this["_disconn"+h(1604)](),this[h(1548)+h(1536)+h(258)](e[h(1467)](at,e[h(274)],{message:E[h(1081)],code:en[h(1606)+h(1102)],error:E}))}},this[s(637)]=async E=>{let h=s;this[h(437)+h(382)](),this[h(625)+"ngTimer"](),this["_removeW"+h(1605)+"rs"](),this._ws=null,this[h(157)+h(193)]=!1;let O=this[h(1153)+h(1561)]?.[h(1095)+h(166)+"es"]();if(!O&&this["_navigat"+h(336)]()&&!this[h(1085)+h(1261)]){let R=this[h(1153)+h(1561)]?.[h(693)+h(699)+"nt"](),N=this._options[h(872)+h(1138)+h(792)](E[h(1311)],E[h(866)]);this[h(1548)+h(933)+"ent"](e[h(367)](ht,h(605),{code:1006,reason:E[h(866)]||h(1438)+h(1410)+h(1518)+h(512)+h(1647)+h(1457)+R,willReconnect:N})),N&&this[h(157)]();return}if(e.KncMA(1e3,E[h(1311)])&&this[h(1085)+"osed"]){this["_dispatc"+h(933)+"ent"](ht(e[h(1515)],{code:1e3,reason:e[h(1616)]})),this[h(1153)+h(1561)]?.["resetEnd"+h(1454)+h(1168)](),this["_pingLos"+h(973)]?.[h(1215)+"nter"]();return}if(E[h(1311)]!==1e3&&O){let R=this[h(1153)+"tManager"]?.getCurrentEndpoint(),N=E[h(866)];N||(N=await xp(this[h(1659)])),N=h(1438)+h(1410)+h(1634)+N+(h(915)+h(1464))+R+(h(544)+h(766)+h(630)),this[h(1548)+h(933)+h(258)](ht(e.LtQHQ,{code:E[h(1311)],reason:N}));let q=h(1502)+R+(h(256)+h(1586)+"es reached");this[h(1548)+h(1536)+h(258)](e.NkZnH(at,e[h(274)],{message:q,code:en[h(435)+"IES_ERROR"]})),this[h(1153)+h(1561)]?.[h(426)+h(1454)+h(1168)](),this["_pingLos"+h(973)]?.["resetCou"+h(1339)]();return}if(e[h(980)](1e3,E[h(1311)])&&!E[h(866)]){let R=this[h(1153)+h(1561)]?.["getCurre"+h(699)+"nt"]();this["_dispatc"+h(933)+"ent"](e.MaxQE(ht,e[h(1515)],{code:E[h(1311)],reason:"connecti"+h(1410)+h(1518)+"wn reaso"+h(1647)+"ame: "+R})),this[h(1153)+"tManager"]?.["resetEnd"+h(1454)+h(1168)](),this[h(1482)+h(973)]?.[h(1215)+h(1339)]();return}this[h(1548)+h(933)+h(258)](E),this[h(1153)+h(1561)]?.["resetEndpointCon"+h(1168)](),this[h(1482)+"sCounter"]?.[h(1215)+h(1339)]()},this.onclose=null,this[s(1131)]=null,this[s(1169)+"e"]=null,this.onopen=null,this["onStartR"+s(911)]=null,this[s(320)+s(1591)]=null,this[s(1282)+s(1227)+"yReconnect"]=null,this[s(540)+s(982)]=this[s(540)+s(982)][s(650)](this),this["_handleO"+s(1568)]=this[s(540)+"ffLine"][s(650)](this),this[s(516)+s(253)]=this[s(516)+s(253)][s(650)](this),this[s(516)+s(468)]=this["_handleP"+s(468)][s(650)](this),this._options={url:"",automaticOpen:!0,initReconnectInterval:1e3,maxReconnectInterval:1e4,reconnectIntervalGrowFactor:2,timeoutInterval:5e3,maxRetries:5,debug:!1,maxMessageQueueLength:e[s(453)](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.wGUbR,pingLossCount:2,enableTransformTextPayload:!1,logIDNewConfig:{enableAutoGenerateLogIDNew:!1,userIp:""},miniProgramParams:{customHttpHeader:{}},enableAutoAck:!1,reconnectInterceptor:()=>!0,enableQoS:!1,QoSLevel:2,messageStrategy:s(862),env:{xTTEnv:"",xUseEnv:""},listenNetworkChanged:!0};let{url:f,ws:g}=n,y=Array[s(301)](f)?f:e.miemR(s(553),typeof f)?[f]:[];if(!y||e.TZHYh(0,y[s(1091)]))throw new Error(e.erXPM);if(!e[s(1367)](dp,g))throw new Error(s(153)+s(147)+"s params"+s(669)+s(182)+s(902)+s(1656)+s(1011));Object[s(1050)](this[s(1105)],n),this[s(1153)+s(1561)]=new Yd(y,this._options[s(628)+"es"]),this["_pingLos"+s(973)]=new fp(this._options[s(839)+s(1503)]),this[s(1105)][s(718)+s(1286)]&&(this[s(1127)]=!0,this[s(157)]()),this[s(1105)][s(1419)+s(1152)+s(421)]&&(this._isMiniTT||this[s(1347)+"X"]?this[s(485)+s(649)+"ange"]():this[s(273)+"er"]&&this["_initGlobalEvent"+s(1473)]())}[t(540)+t(982)](){let n=t;this[n(1105)][n(709)+n(1461)+"nect"]||this[n(1085)+"osed"]||this[n(619)+"econnect"]()}["_handleO"+t(1568)](){let n=t;this[n(940)+n(227)+"t"]();let s=e[n(190)](oa,e.auvpQ,{message:"stop imm"+n(935)+" reconnect"});this[n(1282)+"mediatel"+n(809)+"ct"]&&this["onStopIm"+n(1227)+"yReconnect"](s)}[t(1372)+t(1167)+t(1473)](){let n=t;this._isBrowser&&window[n(543)+n(1473)](e[n(413)],this["_handleO"+n(982)]),this[n(273)+"er"]&&window[n(543)+n(1473)](e[n(418)],this[n(540)+n(1568)]),this[n(273)+"er"]&&window[n(543)+n(1473)](e[n(563)],this["_handleP"+n(253)]),this[n(273)+"er"]&&window[n(543)+n(1473)](e[n(1298)],this[n(516)+n(468)])}[t(1183)+t(1167)+t(1473)](){let n=t;this._isBrowser&&window[n(1542)+n(195)+"ner"](e[n(413)],this["_handleO"+n(982)]),this._isBrowser&&window[n(1542)+n(195)+n(484)](e[n(418)],this[n(540)+n(1568)]),this[n(273)+"er"]&&window["removeEv"+n(195)+n(484)]("pagehide",this[n(516)+n(253)]),this._isBrowser&&window[n(1542)+n(195)+n(484)](e[n(1298)],this["_handleP"+n(468)])}[t(516)+t(253)](n){let s=t;!n[s(903)+"d"]&&(this[s(273)+"er"]&&window["removeEv"+s(195)+s(484)](e[s(563)],this["_handleP"+s(253)]),this[s(273)+"er"]&&window[s(1542)+s(195)+s(484)](s(176),this[s(516)+s(468)]),this.close()),this._isBrowser&&window[s(1542)+s(195)+"ner"](e[s(413)],this[s(540)+s(982)]),this._isBrowser&&window["removeEv"+s(195)+s(484)](e.myPLQ,this._handleOffLine)}["_handleP"+t(468)](n){let s=t;n[s(903)+"d"]&&(this[s(1400)+s(336)]()&&(!this._ws||e.nhBmg(this[s(395)][s(1187)+"te"],this[s(202)])||e[s(1067)](this[s(395)][s(1187)+"te"],this[s(302)+"NG"]))&&this._handleOnLine(),this[s(273)+"er"]&&window["addEvent"+s(1473)](e[s(413)],this["_handleO"+s(982)]),this._isBrowser&&window[s(543)+s(1473)](e[s(418)],this[s(540)+"ffLine"]))}async[t(1551)+t(1408)](n){let s=t,{fpID:l,deviceID:f,bddID:g,ttwID:y,accessKey:E,aID:h,customParams:O={},enableAutoAck:R,enableQoS:N,QoSLevel:q,env:V}=this[s(1105)],ie,Re,nt;this[s(273)+"er"]||this[s(1347)+"X"]||this[s(1184)+"T"]?(ie=location&&e[s(1015)](e.NMQrf,location[s(1595)])?"wss://":s(755),Re=n[s(1657)](/((^ws)|(^http))((?:[s]*:\/\/))/,""),nt=/^wss(.*:\/\/)/[s(322)](n)?n:""+ie+Re):e[s(471)](e[s(288)],e[s(288)])?_0x583eb9.exports=_0x51eb08[s(1317)]()[s(1103)](()=>(_0x34c23b(),_0x1f8a2a))[s(1103)](function(Zr){return Zr}):(ie=e[s(1113)],Re=n[s(1657)](/(^http)((?:[s]*:\/\/))/,""),nt=/(^ws)((?:[s]*:\/\/))/[s(322)](Re)?Re:""+ie+Re);let Cn=g?e[s(152)]:y?s(740):e.ciAfr,ke=g||y||f;if(e[s(438)](!ke,!Cn))throw new Error(e[s(390)]);let ha=e[s(1108)](e.IIHGK,typeof O)?await e[s(1580)](O):O,pa=V?e[s(490)](up,V[s(241)],V[s(393)]):{},ga=Object[s(1050)]({device_platform:s(1570),version_code:e.tCQQQ,access_key:E,fpid:l,aid:h,[Cn]:ke,xsack:R?1:0,xaack:R?1:0,xsqos:N?1:0,qos_level:N?q:void 0,qos_sdk_version:2,...pa},ha),Wp=Object[s(139)](ga)[s(1491)]((Zr,ma)=>ga[ma]!==void 0?""+Zr+(Zr?"&":"?")+ma+"="+ga[ma]:Zr,"");return nt+s(224)+Wp}async[t(157)](){let n=t;if(!(this[n(157)+n(193)]||this[n(1085)+n(1261)])){this["_connect"+n(193)]=!0;try{let s=this["_endpoin"+n(1561)]?.["checkCur"+n(358)+"ointReac"+n(1481)+n(481)](),{timeoutInterval:l}=this[n(1105)];if(s){let g=this[n(1153)+n(1561)]?.[n(693)+"ntEndpoint"](),y=this[n(1153)+"tManager"]?.[n(971)+n(332)+"pointAnd"+n(369)+"unt"](),E=this["_endpoin"+n(1561)]?.["getCurre"+n(699)+n(319)+n(433)]();if(y){let h=n(1502)+g+(n(904)+n(544)+"tries re"+n(333)+n(161)+n(399)+n(432))+y+(n(247)+"y"),O=e[n(1205)](at,n(677),{message:h,code:en[n(435)+"IES_ERROR"]});this[n(787)](h),this["_dispatc"+n(1536)+"ent"](O),this[n(1659)]=await this[n(1551)+"eUrl"](y),this[n(787)](n(1502)+y+" "+E+" times"),this["_removeW"+n(1605)+"rs"]()}else{let h="connect "+g+(n(904)+n(544)+"tries re"+n(630));this[n(787)](h),this[n(1548)+n(1536)+"ent"](e[n(1467)](at,e.BQtgJ,{message:h,code:en.MAX_RETRIES_ERROR}));return}}else{let g=this[n(1153)+n(1561)]?.["getCurre"+n(699)+n(403)+n(1369)](),y=this[n(1153)+n(1561)]?.[n(693)+"ntEndpoi"+n(319)+n(433)]();this[n(1659)]=await this[n(1551)+n(1408)](g||""),this[n(787)](n(1502)+g+" "+y+" times"),this[n(581)+n(1605)+"rs"]()}if(this[n(1127)])this[n(1127)]=!1;else{let g=e.wvQdP(oa,e.auvpQ,{message:e.kXtrT});this[n(930)+n(911)]&&this[n(930)+"econnect"](g)}let f=this["_endpoin"+n(1561)]?.[n(693)+"ntEndpoi"+n(319)+n(433)]()||0;e.LvesZ(f,1)&&await this[n(1517)](e[n(1658)](f,1)),this._debug(n(1438)+"ng url: "+this[n(1659)]+(n(829)+n(1039))+this[n(1295)+"ls"]),this[n(395)]=cp({url:this._url,protocols:[this[n(1295)+"ls"]],headers:this[n(1105)]["miniProg"+n(567)+"s"][n(1241)+n(695)]},this[n(1105)].ws),(this[n(273)+"er"]||this._isWorker)&&this._ws&&(this._ws[n(791)+"pe"]=this[n(1450)+n(753)]),this[n(1145)+n(648)](),this[n(157)+n(1494)+n(350)]=e[n(1609)](setTimeout,this[n(450)+"ut"][n(650)](this),l)}catch(s){throw this[n(157)+"Lock"]=!1,s}}}[t(437)+t(382)](){let n=t;clearTimeout(this[n(157)+n(1494)+"utId"]),this[n(157)+"ionTimeoutId"]=null}[t(625)+t(568)](){let n=t;e[n(1135)](clearTimeout,this[n(843)+n(1470)+"Id"]),e[n(285)](clearTimeout,this[n(1255)+n(442)+n(1590)]),this[n(843)+n(1470)+"Id"]=null,this["_reconnectTimeou"+n(1590)]=null}_debug(...n){let s=t;this[s(1105)][s(976)]&&console[s(464)].apply(console,[e.EinqC,...n])}[t(254)+"rvalValue"](n){let s=t,{initReconnectInterval:l,maxReconnectInterval:f,reconnectIntervalGrowFactor:g}=this[s(1105)],y=e[s(1409)](l,Math[s(178)](g,n-1));return e[s(1225)](y,f)?f:y}[t(712)](){let n=t;if(this._ws&&this[n(395)][n(1187)+"te"]===this.CONNECTING){this[n(625)+n(568)](),this[n(843)+n(1470)+"Id"]=e.cuFCQ(setTimeout,this[n(712)][n(650)](this),this._options[n(1485)+n(257)]);return}if(!this[n(395)]||e[n(1104)](this[n(395)][n(1187)+"te"],this.OPEN))return void this[n(619)+n(911)]();this[n(395)]&&this[n(395)][n(1338)]("hi"),this[n(1255)+n(442)+n(1590)]=e[n(526)](setTimeout,this[n(619)+n(911)+n(347)][n(650)](this),this._options[n(610)+"outInter"+n(582)])}[t(619)+"econnect"+t(347)](){let n=t;if(e[n(1018)]!==e.dcDle)throw this["_connect"+n(193)]=!1,_0x5ce170;this["_pingLos"+n(973)]?.[n(424)](),this.emit(e[n(191)],n(748)),this[n(1482)+n(973)]?.[n(1095)+"chMaxCount"]()?this[n(619)+n(911)]():this[n(712)]()}[t(1400)+"orOnline"](){let n=t;return this[n(1184)+"T"]||this[n(1347)+"X"]?this[n(1365)+n(1016)+n(1125)]:(this[n(273)+"er"]||this[n(1355)+"r"])&&this[n(1105)][n(1419)+n(1152)+n(421)]?navigator[n(259)]:!0}[t(619)+t(911)](){let n=t;!this[n(1400)+"orOnline"]()||this[n(1085)+n(1261)]||(this[n(1153)+"tManager"]?.[n(426)+n(1454)+"fig"](),this[n(1482)+n(973)]?.resetCounter(),this[n(395)]?this[n(1397)+"ect"](1001,"going away, try "+n(872)+n(659)+n(1231),!0):this[n(157)]())}["_onPageN"+t(649)+t(989)](){let n=t;this[n(1184)+"T"]?tt["onNetwor"+n(584)+"hange"](({isConnected:s})=>{let l=n;this[l(1365)+l(1016)+l(1125)]=s,s?this[l(540)+"nLine"]():this[l(540)+l(1568)]()}):this[n(1347)+"X"]&&wx[n(1530)+"kStatusC"+n(1106)](({isConnected:s})=>{let l=n;this[l(1365)+l(1016)+l(1125)]=s,s?this._handleOnLine():this[l(540)+l(1568)]()})}[t(1517)](n){let s=t;if(e[s(980)](e[s(1076)],e[s(1076)])){let l=new _0x551a95(e[s(1409)](2,_0x4cd8ac));l[s(1449)](_0x3dfbb5),_0x349eed[s(752)]=l}else return new Promise(l=>{let f=s;e[f(556)](setTimeout,l,this[f(254)+f(1412)+"e"](n))})}[t(1397)+t(1604)](n=1e3,s="",l=!1){let f=t;this._ws&&this[f(940)+f(227)+"t"](n,s,l)}[t(450)+"ut"](){let n=t,s=this[n(1153)+n(1561)]?.[n(693)+n(699)+"nt"]();this[n(787)](n(1502)+s+n(904)),this[n(1397)+"ect"](1001,e[n(1645)],!0)}[t(1330)](n){let s=t;if(e[s(906)](e[s(984)],e.QtAGO)){let l=e[s(554)](_0x37bb07,_0x1153f8,_0x33a63f);return _0x29024a.bytes[s(486)](l,e[s(296)](l,_0x54b991))}else{let l=e[s(1611)](zt,n);this[s(395)]&&e.geELA(this._ws.readyState,this[s(202)])&&(this[s(395)]&&this._ws[s(1338)](l),this._debug(e[s(1098)],n))}}[t(581)+"sListeners"](){let n=t,s=e[n(180)].split("|"),l=0;for(;;){switch(s[l++]){case"0":this[n(395)][n(1542)+n(195)+n(484)](e[n(1515)],this[n(637)]);continue;case"1":this[n(395)][n(1542)+n(195)+n(484)](e[n(377)],this._onOpen);continue;case"2":if(!this[n(395)])return;continue;case"3":this[n(395)][n(1542)+n(195)+n(484)](e[n(1422)],this._onMessage);continue;case"4":this[n(395)][n(1542)+n(195)+"ner"](e.BQtgJ,this._onError);continue}break}}[t(1145)+t(648)](){let n=t,s=e.rNxmF[n(759)]("|"),l=0;for(;;){switch(s[l++]){case"0":this[n(395)]["addEvent"+n(1473)](e[n(1422)],this._onMessage);continue;case"1":if(!this[n(395)])return;continue;case"2":this[n(395)][n(543)+n(1473)](n(677),this[n(1442)]);continue;case"3":this[n(395)][n(543)+n(1473)](e.LtQHQ,this._onClose);continue;case"4":this[n(395)][n(543)+n(1473)](e[n(377)],this[n(987)]);continue}break}}[t(1553)+t(458)](n=1e3,s=""){let l=t;try{this._ws&&this[l(395)][l(605)](n,s)}catch{}}[t(940)+"WebSocket"](n=1e3,s="",l=!1){let f=t;if(this[f(625)+f(568)](),this[f(437)+"mer"](),this[f(581)+"sListeners"](),this[f(1553)+f(458)](1e3,s),this[f(157)+f(193)]=!1,l&&this[f(1400)+f(336)]()&&!this[f(1085)+f(1261)])if(e[f(1244)](e[f(799)],e[f(799)]))_0x2b1e34=_0x168388[e[f(1275)](e[f(1526)](_0x3911d1,_0xe7ebf6),1)],_0x5d78a2=_0x44afc6[e[f(705)](e[f(342)](_0x134330,_0x228cdd),2)],_0x4a4925=_0x3d3214[e[f(154)](e[f(237)](_0x39b4d8,_0x8ced2b),3)],e[f(1067)](e[f(1384)](e[f(865)](e[f(261)](_0x4f889c,e[f(694)](_0x165c44,8)),e[f(188)](_0x59e2a4,16)),12632256),8421504)?_0x2f1544+=_0x12bf74:(_0x17d7e5=e[f(291)](e[f(170)](e[f(287)](e[f(1434)](e.VPEMv(7,_0x3ff61),18),(63&_0x204449)<<12),e[f(507)](63,_0x10b3c6)<<6),e[f(456)](63,_0x4647ca)),e[f(1171)](_0x264318,65536)||e[f(1433)](_0x4aaa2c,1114111)?_0x4c0623+=_0x3a24ab:(_0x164872-=65536,_0x21518c+=e.kEedA(_0x329ea8,e[f(1247)](e[f(857)](_0x286a40,10),55296),e[f(1236)](e.xzLYJ(1023,_0x5cba9f),56320)),_0x5a6b0e+=3));else{if(this[f(1153)+f(1561)]?.[f(1095)+f(166)+"es"]())if(e.nhBmg(e[f(1421)],e.xYceN))++_0x395205,_0x2287e6+=4;else{let y=this[f(1153)+"tManager"]?.[f(693)+"ntEndpoint"]();this[f(1548)+f(933)+"ent"](e[f(366)](ht,e.LtQHQ,{code:1006,reason:"connect "+y+(f(904)+f(544)+f(766)+f(630)),wasClean:!0}))}else if(e[f(1618)](e[f(1602)],e[f(1602)])){let y=this[f(1105)][f(872)+f(1138)+f(792)](n,s);this[f(1548)+f(933)+f(258)](e[f(764)](ht,e.LtQHQ,{code:n,reason:s,wasClean:!0,willReconnect:y})),y&&this[f(157)]()}else e[f(439)](_0x25039e,_0x450cf0,16),e[f(372)](_0x1f5a43,_0x560c16,_0x316304);return}this["_navigat"+f(336)]()||this[f(1085)+"osed"]?this[f(1548)+f(933)+"ent"](e[f(1139)](ht,e[f(1515)],{code:n,reason:e[f(1616)]})):this[f(1548)+f(933)+f(258)](ht(e[f(1515)],{code:1006,reason:e[f(1299)]})),this._ws=null,this[f(1153)+f(1561)]?.["resetEndpointCon"+f(1168)](),this["_pingLos"+f(973)]?.[f(1215)+"nter"]()}[t(1548)+"hOpenEvent"](n){let s=t;this[s(1242)](e[s(377)],n),this.onopen&&this.onopen(n)}["_dispatc"+t(782)+t(303)](n){let s=t;if(e[s(878)](e[s(348)],e.rYzXZ)){if(_0x2053b3)return new _0x42e150(_0x2e008d[s(1509)],_0x479b8c[s(1595)]);if(e[s(1144)](_0x5aa535,_0x2a7fcc))return new _0x1230d2(_0x1b7f6e[s(1509)],_0x1d0034[s(1595)],_0x29ec1f[s(685)]);if(e.TUorx(_0x43fb1a,_0xae02f6)&&s(457)+"d"!=typeof _0x210b80&&_0x227e67)return new _0x4b905c(_0x29c031[s(1509)],_0x2fee30.protocols)}else this[s(1242)](e[s(1422)],n),this[s(1169)+"e"]&&this.onmessage(n)}[t(1548)+t(773)+t(854)](n){let s=t;e[s(1055)](e[s(1425)],"KrSpZ")?(this.emit(e[s(822)],n),this[s(320)+s(1591)]&&this.onReceiveAck(n)):this[s(395)]&&this[s(395)].close(_0x2aa0cc,_0x5194fd)}[t(1548)+t(1536)+"ent"](n){let s=t;if(e[s(1123)]===s(1565))this[s(1242)](e.BQtgJ,n),this[s(1131)]&&this[s(1131)](n);else{let{pingInterval:l,pingFrequency:f}=this[s(1105)];if((e.TyQKq("hi",_0x1bf0df[s(848)])&&e.cVuEW(s(1651),f)||e[s(1558)](e.wGUbR,f))&&(this[s(625)+s(568)](),this.emit(e[s(667)],"success"),this["_pingPon"+s(1470)+"Id"]=_0x4f8524(this[s(712)][s(650)](this),l)),e[s(663)]("hi",_0x1dbebc.data))return;try{e[s(1066)](_0x35cab8,this,_0x508a62,[_0x315b5b,_0x4bfd62,_0x638ed9,_0x358369,_0x2c03da,_0x3f2811])}catch(g){let y=e[s(869)](_0x99ffbd,e[s(274)],{message:g.message,code:_0x905490[s(1287)+"ERROR"],error:g});this._dispatchErrorEvent(y)}}}[t(1548)+t(933)+t(258)](n){let s=t;this[s(1242)](e[s(1515)],n),this[s(627)]&&this[s(627)](n)}get binaryType(){let n=t;return this[n(395)]?this[n(395)][n(791)+"pe"]:this[n(1450)+n(753)]}set[t(791)+"pe"](n){let s=t;this[s(1450)+"ype"]=n,this[s(395)]&&(this._ws[s(791)+"pe"]=n)}get[t(162)+"nt"](){let n=t;return this[n(1153)+"tManager"]?.[n(693)+n(699)+n(319)+"ount"]()||0}get[t(1345)+t(1510)](){let n=t,s={cEVUP:function(f,g,y){return e[H(339)](f,g,y)},OQZLJ:function(f,g,y,E){return e[H(958)](f,g,y,E)},jOoeG:function(f,g){return f+g},CVHzx:function(f,g,y){return f(g,y)}},l=this[n(1424)+n(658)][n(1491)]((f,g)=>{let y=n;if(e.zuaRM!==e[y(185)]){let{offset:E}=_0x336648(_0x47282a,_0x466dbd);_0x10b683=E;let h={cursor_name:"",cursor:0,service:0},{value:O,offset:R}=tjecci[y(896)](_0x32f990,_0x384336,_0x46c52b);h[y(1249)]=O,_0x557822=R;let{value:N,offset:q}=tjecci.cEVUP(_0x56d180,_0x48af9a,_0x39e720);_0x23693b=q,h[y(1192)+"ame"]=tjecci.OQZLJ(_0x48081e,_0x4afb74,_0x4d0dfd,tjecci[y(265)](_0x4e9da5,N)),_0x39ebe3+=N;let{value:V,offset:ie}=tjecci[y(283)](_0x4f2056,_0x4350f3,_0x446072);h.cursor=V[y(445)](),_0x3dae4f=ie,_0x417976.push(h)}else return f+=g&&g[y(1251)+"th"]||0,f},0);return e[n(727)](l,this[n(395)]?this[n(395)][n(1345)+n(1510)]:0)}get[t(832)+"ns"](){let n=t;return e[n(1284)](e[n(738)],e[n(738)])?this[n(299)]?.[n(1449)]({message_id:_0x1405c9,timestamp:_0x54ccef}):this[n(395)]?this[n(395)][n(832)+"ns"]:""}get protocol(){let n=t;return this[n(395)]?this[n(395)][n(1595)]:""}get[t(1187)+"te"](){let n=t;if(e[n(1309)]==="WDdoG")this[n(1105)][n(976)]&&_0x16303b[n(464)][n(1146)](_0x334252,[e[n(138)],..._0x21c37f]);else return this._ws?this[n(395)][n(1187)+"te"]:this[n(1105)][n(718)+"cOpen"]?this[n(302)+"NG"]:this.CLOSED}get[t(1509)](){let n=t;if(e.hIRBg(e[n(1266)],e.zbaET))return this[n(395)]?this[n(395)][n(1509)]:this[n(1659)];{let s={WYXOF:function(l,f,g,y,E){return l(f,g,y,E)},BXjwM:function(l,f){return BFEGtV.pJlRW(l,f)}};_0x9ed20b.addEventListener(BFEGtV[n(1596)],l=>{let f=n;s.WYXOF(_0xc421f5,_0x1a0e6f(_0x2acc00[f(1668)]),l[f(679)+"on"],l.newVersion,s.BXjwM(_0x181cdc,_0x18c894[f(1671)+f(410)]))})}}[t(605)](n=1e3,s){let l=t,f={VdrRy:e[l(408)],Nxcoo:function(g,y,E,h){return g(y,E,h)},wJVkn:e[l(444)],auHaU:e[l(1498)],oJpcW:"curvalue",Fkgep:function(g,y,E,h){return e[l(847)](g,y,E,h)},DdUSL:l(757)};if(e[l(1522)](e[l(732)],e.uoabc)){let g=(l(990)+l(806))[l(759)]("|"),y=0;for(;;){switch(g[y++]){case"0":this[l(1085)+l(1261)]=!0;continue;case"1":this[l(1183)+l(1167)+l(1473)]();continue;case"2":this[l(437)+l(382)]();continue;case"3":if(!this[l(395)])return void this[l(787)](e[l(891)]);continue;case"4":this["_destroy"+l(227)+"t"](n,s);continue;case"5":if(e[l(1492)](this[l(395)][l(1187)+"te"],this[l(1475)])||e[l(1274)](this[l(395)][l(1187)+"te"],this[l(938)]))return void this._debug(e[l(151)]);continue;case"6":this[l(625)+"ngTimer"]();continue;case"7":this[l(1344)+l(1429)]?.[l(1540)]();continue}break}}else{let g=("2|4|0|9|"+l(491)+l(850))[l(759)]("|"),y=0;for(;;){switch(g[y++]){case"0":_0x45b273[l(464)](mFbtwW.VdrRy,_0x504f52);continue;case"1":_0x28da8f=mFbtwW[l(156)](_0x44c255,_0x2ab256.cursor_name,_0x37f9d5,_0x38b054);continue;case"2":_0x45b5d0.log(l(1316)+"ervice",_0x1101b8,_0x5873e4[l(1249)]);continue;case"3":_0x2cae53[l(464)](mFbtwW[l(996)],_0x560c88);continue;case"4":_0x33e509=mFbtwW[l(156)](_0x470f2b,0,_0x2422f1,_0x100171);continue;case"5":_0x3f8f8a[l(464)](mFbtwW.auHaU,_0x56bbcb);continue;case"6":_0x50825e[l(464)](mFbtwW.oJpcW,_0x5d5904);continue;case"7":_0x2a27b7=_0x30d18f(_0x3388c6[l(816)+"er"](_0x582a29[l(1490)]||_0x11d6a4),_0x3f0ff2,_0x32252c);continue;case"8":_0x2fe96b=mFbtwW[l(156)](_0x1b6f57,_0x3f401c[_0x7b05f4[l(1192)+l(1044)]],_0xd44bd7,_0xfc1312);continue;case"9":_0x84575d=mFbtwW[l(1555)](_0x46d2a7,_0x302ca1,_0x375b76,_0x41989c[l(1249)]||0);continue;case"10":_0x569b0d[l(464)](mFbtwW[l(1064)],_0x499e2f);continue}break}}}async[t(1338)](n,s){let l=t;if(e.tVtoF(null,n))throw new Error(e[l(708)]);e[l(636)](e.rDEPv,typeof n)&&(n=JSON[l(272)+"y"](n)),e.hKGIK(e[l(561)],typeof n)&&!e.SCPGk(n,ArrayBuffer)&&!(n[l(801)]&&e[l(808)](n[l(801)],ArrayBuffer))&&(n=JSON[l(272)+"y"](n));let f=await e[l(827)](tl,n),g=e[l(1415)](lp,n),{method:y=0,service:E=this[l(1105)][l(1249)],logID:h=this[l(1105)][l(384)+l(780)](),headers:O=this[l(1105)].headers,payloadEncoding:R=this._options[l(192)+l(770)],payloadType:N=this[l(1105)]["payloadT"+l(753)],logIDNew:q=this._options[l(136)+l(1583)][l(212)+l(785)+"teLogIDNew"]?e[l(1006)](i,this[l(1105)]["logIDNew"+l(1583)].userIp):""}=e[l(608)](s,{});if(!E)throw new Error(l(153)+l(1466)+l(417)+"ervice");let V={SeqID:ce[l(816)+"er"](this._seqId++),LogID:ce.fromNumber(h),service:E,method:y,headers:O,payloadEncoding:R instanceof Object?R[l(329)]?R[l(329)]:"":R,payloadType:e.iYtYr(N,Object)?N[l(1209)]?N.type:g:N||g,payload:f,LogIDNew:q},ie=zt(V);return this[l(395)]&&e[l(498)](this[l(395)][l(1187)+"te"],this[l(202)])?(this[l(395)]&&this[l(395)][l(1338)](ie),this[l(787)](e[l(939)],V)):e.UUnXW(this[l(1424)+l(658)][l(1091)],this._options[l(205)+l(1175)+l(794)])?(this[l(1424)+l(658)][l(1228)](ie),this[l(787)](e[l(355)],V)):(this[l(1424)+l(658)][l(165)](),this[l(1424)+l(658)][l(1228)](ie)),{seqID:this[l(1115)],logID:h,logIDNew:q}}async[t(872)+"t"](n){let s=t,{url:l}=e.KMWQt(n,{}),f=Array[s(301)](l)?l:e.VwfTR==typeof l?[l]:[];n&&Object[s(1050)](this[s(1105)],n),f&&f[s(1091)]?this["_endpoin"+s(1561)]=new Yd(f,this[s(1105)][s(628)+"es"]):this._endpointManager?.[s(426)+s(1454)+"fig"](),this[s(1482)+s(973)]?.[s(1215)+s(1339)](this[s(1105)]["pingLoss"+s(1503)]),this[s(1085)+"osed"]=!1,this._ws&&e[s(1440)](this[s(395)][s(1187)+"te"],this[s(1475)])?this[s(1397)+"ect"](1e3,s(160)+s(911)+s(1571),!0):(this[s(1127)]=!0,this[s(157)]())}async connect(){let n=t;if(!this[n(157)+n(193)]){let s=e.XRdox[n(759)]("|"),l=0;for(;;){switch(s[l++]){case"0":this[n(157)]();continue;case"1":this[n(1482)+n(973)]?.[n(1215)+n(1339)]();continue;case"2":this[n(1153)+n(1561)]?.[n(426)+n(1454)+n(1168)]();continue;case"3":this[n(1085)+n(1261)]=!1;continue;case"4":this[n(1127)]=!0;continue}break}}}[t(543)+"Listener"](n,s){this.on(n,s)}[t(1101)+t(303)](n){let s=t,{type:l}=n;this[s(1242)](l,n)}[t(1542)+t(195)+"ner"](n,s){this.off(n,s)}[t(861)](){let n=t,s={ZeKtA:function(l,f){return e[H(686)](l,f)},CtJod:e[n(667)],oMbnT:e[n(191)],dvUui:e[n(425)]};return new Promise((l,f)=>{let g=n,y={mmbXB:function(O,R){return s.ZeKtA(O,R)},sBKVT:s[g(173)],MnqUh:g(402)+g(1335)+"s"};this[g(625)+g(568)](),this[g(843)+g(1470)+"Id"]=setTimeout(this._ping[g(650)](this),this[g(1105)][g(1485)+g(257)]);let E=()=>{let O=g;y[O(483)](l,y[O(1380)]),this[O(1643)](y.MnqUh,E),this[O(1643)](O(402)+O(1307)+"t",h)},h=()=>{let O=g;s[O(1614)](f,O(748)),this[O(1643)](s.CtJod,E),this[O(1643)](s[O(1653)],h)};this.on("ping_onc"+g(1335)+"s",E),this.on(s[g(1653)],h),this._ping()})}}})(),Me[M(1563)+M(642)]=Te["CustomCl"+M(642)],Me[M(1240)+M(1229)]=Te[M(1240)+M(1229)],Me[M(431)+"e"]=Te[M(431)+"e"],Me[M(303)]=Te.Event,Me[M(1288)]=Te[M(1288)],Me[M(751)+M(954)+M(397)]=Te[M(751)+M(954)+"vent"],Me[M(954)+M(397)]=Te[M(954)+"vent"],Me[M(1202)+"t"]=Te[M(1202)+"t"],Me[M(1607)+M(148)]=Te["Reconnec"+M(148)],Me[M(680)+M(642)]=Te["createCl"+M(642)],Me[M(894)+M(1229)]=Te[M(894)+"rorEvent"],Me[M(838)+"ssageEvent"]=Te[M(838)+"ssageEvent"],Me[M(798)+M(588)]=Te[M(798)+M(588)],Me[M(781)+M(1368)+M(397)]=Te[M(781)+"connectE"+M(397)],Me[M(194)+M(758)]=Te[M(194)+M(758)],Me[M(1373)+M(1044)]=Te[M(1373)+M(1044)];for(Eo in Te)["CustomCl"+M(642),"CustomErrorEvent",M(431)+"e",M(303),M(1288),M(751)+M(954)+M(397),"MessageE"+M(397),M(1202)+"t",M(1607)+M(148),M(680)+"oseEvent","createEr"+M(1229),"createMe"+M(341)+"nt","createOp"+M(588),M(781)+M(1368)+M(397),M(194)+M(758),"encodeFr"+M(1044)][M(1172)](Eo)===-1&&(Me[Eo]=Te[Eo]);var Eo;Object[M(183)+"operty"](Me,"__esModule",{value:!0})});var Vt=se((uD,ox)=>{"use strict";var ix=["nodebuffer","arraybuffer","fragments"],sx=typeof Blob<"u";sx&&ix.push("blob");ox.exports={BINARY_TYPES:ix,CLOSE_TIMEOUT:3e4,EMPTY_BUFFER:Buffer.alloc(0),GUID:"258EAFA5-E914-47DA-95CA-C5AB0DC85B11",hasBlob:sx,kForOnEventAttribute:Symbol("kIsForOnEventAttribute"),kListener:Symbol("kListener"),kStatusCode:Symbol("status-code"),kWebSocket:Symbol("websocket"),NOOP:()=>{}}});var ji=se((fD,Do)=>{"use strict";var{EMPTY_BUFFER:Jb}=Vt(),sd=Buffer[Symbol.species];function Zb(t,e){if(t.length===0)return Jb;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 ax(t,e,r,i,o){for(let c=0;c<o;c++)r[i+c]=t[c]^e[c&3]}function cx(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 od(t){if(od.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),od.readOnly=!1),e}Do.exports={concat:Zb,mask:ax,toArrayBuffer:Yb,toBuffer:od,unmask:cx};if(!process.env.WS_NO_BUFFER_UTIL)try{let t=de("bufferutil");Do.exports.mask=function(e,r,i,o,c){c<48?ax(e,r,i,o,c):t.mask(e,r,i,o,c)},Do.exports.unmask=function(e,r){e.length<32?cx(e,r):t.unmask(e,r)}}catch{}});var ux=se((xD,lx)=>{"use strict";var dx=Symbol("kDone"),ad=Symbol("kRun"),cd=class{constructor(e){this[dx]=()=>{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[dx])}}};lx.exports=cd});var Mr=se((hD,px)=>{"use strict";var Wi=de("zlib"),fx=ji(),Xb=ux(),{kStatusCode:xx}=Vt(),Qb=Buffer[Symbol.species],eE=Buffer.from([0,0,255,255]),ko=Symbol("permessage-deflate"),$t=Symbol("total-length"),Lr=Symbol("callback"),Sn=Symbol("buffers"),Nr=Symbol("error"),Ro,dd=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,!Ro){let r=this._options.concurrencyLimit!==void 0?this._options.concurrencyLimit:10;Ro=new Xb(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[Lr];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){Ro.add(o=>{this._decompress(e,r,(c,d)=>{o(),i(c,d)})})}compress(e,r,i){Ro.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"?Wi.Z_DEFAULT_WINDOWBITS:this.params[c];this._inflate=Wi.createInflateRaw({...this._options.zlibInflateOptions,windowBits:d}),this._inflate[ko]=this,this._inflate[$t]=0,this._inflate[Sn]=[],this._inflate.on("error",nE),this._inflate.on("data",hx)}this._inflate[Lr]=i,this._inflate.write(e),r&&this._inflate.write(eE),this._inflate.flush(()=>{let c=this._inflate[Nr];if(c){this._inflate.close(),this._inflate=null,i(c);return}let d=fx.concat(this._inflate[Sn],this._inflate[$t]);this._inflate._readableState.endEmitted?(this._inflate.close(),this._inflate=null):(this._inflate[$t]=0,this._inflate[Sn]=[],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"?Wi.Z_DEFAULT_WINDOWBITS:this.params[c];this._deflate=Wi.createDeflateRaw({...this._options.zlibDeflateOptions,windowBits:d}),this._deflate[$t]=0,this._deflate[Sn]=[],this._deflate.on("data",tE)}this._deflate[Lr]=i,this._deflate.write(e),this._deflate.flush(Wi.Z_SYNC_FLUSH,()=>{if(!this._deflate)return;let c=fx.concat(this._deflate[Sn],this._deflate[$t]);r&&(c=new Qb(c.buffer,c.byteOffset,c.length-4)),this._deflate[Lr]=null,this._deflate[$t]=0,this._deflate[Sn]=[],r&&this.params[`${o}_no_context_takeover`]&&this._deflate.reset(),i(null,c)})}};px.exports=dd;function tE(t){this[Sn].push(t),this[$t]+=t.length}function hx(t){if(this[$t]+=t.length,this[ko]._maxPayload<1||this[$t]<=this[ko]._maxPayload){this[Sn].push(t);return}this[Nr]=new RangeError("Max payload size exceeded"),this[Nr].code="WS_ERR_UNSUPPORTED_MESSAGE_LENGTH",this[Nr][xx]=1009,this.removeListener("data",hx),this.reset()}function nE(t){if(this[ko]._inflate=null,this[Nr]){this[Lr](this[Nr]);return}t[xx]=1007,this[Lr](t)}});var Br=se((pD,Po)=>{"use strict";var{isUtf8:gx}=de("buffer"),{hasBlob:rE}=Vt(),iE=[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 sE(t){return t>=1e3&&t<=1014&&t!==1004&&t!==1005&&t!==1006||t>=3e3&&t<=4999}function ld(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 oE(t){return rE&&typeof t=="object"&&typeof t.arrayBuffer=="function"&&typeof t.type=="string"&&typeof t.stream=="function"&&(t[Symbol.toStringTag]==="Blob"||t[Symbol.toStringTag]==="File")}Po.exports={isBlob:oE,isValidStatusCode:sE,isValidUTF8:ld,tokenChars:iE};if(gx)Po.exports.isValidUTF8=function(t){return t.length<24?ld(t):gx(t)};else if(!process.env.WS_NO_UTF_8_VALIDATE)try{let t=de("utf-8-validate");Po.exports.isValidUTF8=function(e){return e.length<32?ld(e):t(e)}}catch{}});var pd=se((gD,Sx)=>{"use strict";var{Writable:aE}=de("stream"),mx=Mr(),{BINARY_TYPES:cE,EMPTY_BUFFER:_x,kStatusCode:dE,kWebSocket:lE}=Vt(),{concat:ud,toArrayBuffer:uE,unmask:fE}=ji(),{isValidStatusCode:xE,isValidUTF8:yx}=Br(),Oo=Buffer[Symbol.species],ut=0,bx=1,Ex=2,vx=3,fd=4,xd=5,Lo=6,hd=class extends aE{constructor(e={}){super(),this._allowSynchronousEvents=e.allowSynchronousEvents!==void 0?e.allowSynchronousEvents:!0,this._binaryType=e.binaryType||cE[0],this._extensions=e.extensions||{},this._isServer=!!e.isServer,this._maxPayload=e.maxPayload|0,this._skipUTF8Validation=!!e.skipUTF8Validation,this[lE]=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=ut}_write(e,r,i){if(this._opcode===8&&this._state==ut)return i();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 Oo(i.buffer,i.byteOffset+e,i.length-e),new Oo(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 Oo(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 ut:this.getInfo(e);break;case bx:this.getPayloadLength16(e);break;case Ex:this.getPayloadLength64(e);break;case vx:this.getMask();break;case fd:this.getData(e);break;case xd:case Lo: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[mx.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=bx:this._payloadLength===127?this._state=Ex: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=vx:this._state=fd}getMask(){if(this._bufferedBytes<4){this._loop=!1;return}this._mask=this.consume(4),this._state=fd}getData(e){let r=_x;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&&fE(r,this._mask)}if(this._opcode>7){this.controlMessage(r,e);return}if(this._compressed){this._state=xd,this.decompress(r,e);return}r.length&&(this._messageLength=this._totalPayloadLength,this._fragments.push(r)),this.dataMessage(e)}decompress(e,r){this._extensions[mx.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}this._fragments.push(c)}this.dataMessage(r),this._state===ut&&this.startLoop(r)})}dataMessage(e){if(!this._fin){this._state=ut;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=ud(i,r):this._binaryType==="arraybuffer"?o=uE(ud(i,r)):this._binaryType==="blob"?o=new Blob(i):o=i,this._allowSynchronousEvents?(this.emit("message",o,!0),this._state=ut):(this._state=Lo,setImmediate(()=>{this.emit("message",o,!0),this._state=ut,this.startLoop(e)}))}else{let o=ud(i,r);if(!this._skipUTF8Validation&&!yx(o)){let c=this.createError(Error,"invalid UTF-8 sequence",!0,1007,"WS_ERR_INVALID_UTF8");e(c);return}this._state===xd||this._allowSynchronousEvents?(this.emit("message",o,!1),this._state=ut):(this._state=Lo,setImmediate(()=>{this.emit("message",o,!1),this._state=ut,this.startLoop(e)}))}}controlMessage(e,r){if(this._opcode===8){if(e.length===0)this._loop=!1,this.emit("conclude",1005,_x),this.end();else{let i=e.readUInt16BE(0);if(!xE(i)){let c=this.createError(RangeError,`invalid status code ${i}`,!0,1002,"WS_ERR_INVALID_CLOSE_CODE");r(c);return}let o=new Oo(e.buffer,e.byteOffset+2,e.length-2);if(!this._skipUTF8Validation&&!yx(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=ut;return}this._allowSynchronousEvents?(this.emit(this._opcode===9?"ping":"pong",e),this._state=ut):(this._state=Lo,setImmediate(()=>{this.emit(this._opcode===9?"ping":"pong",e),this._state=ut,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[dE]=o,d}};Sx.exports=hd});var wd=se((wD,Tx)=>{"use strict";var{Duplex:mD}=de("stream"),{randomFillSync:hE}=de("crypto"),Ax=Mr(),{EMPTY_BUFFER:pE,kWebSocket:gE,NOOP:mE}=Vt(),{isBlob:Fr,isValidStatusCode:wE}=Br(),{mask:Ix,toBuffer:Wn}=ji(),ft=Symbol("kByteLength"),_E=Buffer.alloc(4),No=8*1024,Kn,zr=No,vt=0,yE=1,bE=2,gd=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=vt,this.onerror=mE,this[gE]=void 0}static frame(e,r){let i,o=!1,c=2,d=!1;r.mask&&(i=r.maskBuffer||_E,r.generateMask?r.generateMask(i):(zr===No&&(Kn===void 0&&(Kn=Buffer.alloc(No)),hE(Kn,0,No),zr=0),i[0]=Kn[zr++],i[1]=Kn[zr++],i[2]=Kn[zr++],i[3]=Kn[zr++]),d=(i[0]|i[1]|i[2]|i[3])===0,c=6);let u;typeof e=="string"?(!r.mask||d)&&r[ft]!==void 0?u=r[ft]:(e=Buffer.from(e),u=e.length):(u=e.length,o=r.mask&&r.readOnly&&!d);let x=u;u>=65536?(c+=8,x=127):u>125&&(c+=2,x=126);let p=Buffer.allocUnsafe(o?u+c:c);return p[0]=r.fin?r.opcode|128:r.opcode,r.rsv1&&(p[0]|=64),p[1]=x,x===126?p.writeUInt16BE(u,2):x===127&&(p[2]=p[3]=0,p.writeUIntBE(u,4,6)),r.mask?(p[1]|=128,p[c-4]=i[0],p[c-3]=i[1],p[c-2]=i[2],p[c-1]=i[3],d?[p,e]:o?(Ix(e,i,p,c,u),[p]):(Ix(e,i,e,0,u),[p,e])):[p,e]}close(e,r,i,o){let c;if(e===void 0)c=pE;else{if(typeof e!="number"||!wE(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");c=Buffer.allocUnsafe(2+u),c.writeUInt16BE(e,0),typeof r=="string"?c.write(r,2):c.set(r,2)}}let d={[ft]:c.length,fin:!0,generateMask:this._generateMask,mask:i,maskBuffer:this._maskBuffer,opcode:8,readOnly:!1,rsv1:!1};this._state!==vt?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):Fr(e)?(o=e.size,c=!1):(e=Wn(e),o=e.length,c=Wn.readOnly),o>125)throw new RangeError("The data size must not be greater than 125 bytes");let d={[ft]:o,fin:!0,generateMask:this._generateMask,mask:r,maskBuffer:this._maskBuffer,opcode:9,readOnly:c,rsv1:!1};Fr(e)?this._state!==vt?this.enqueue([this.getBlobData,e,!1,d,i]):this.getBlobData(e,!1,d,i):this._state!==vt?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):Fr(e)?(o=e.size,c=!1):(e=Wn(e),o=e.length,c=Wn.readOnly),o>125)throw new RangeError("The data size must not be greater than 125 bytes");let d={[ft]:o,fin:!0,generateMask:this._generateMask,mask:r,maskBuffer:this._maskBuffer,opcode:10,readOnly:c,rsv1:!1};Fr(e)?this._state!==vt?this.enqueue([this.getBlobData,e,!1,d,i]):this.getBlobData(e,!1,d,i):this._state!==vt?this.enqueue([this.dispatch,e,!1,d,i]):this.sendFrame(t.frame(e,d),i)}send(e,r,i){let o=this._extensions[Ax.extensionName],c=r.binary?2:1,d=r.compress,u,x;typeof e=="string"?(u=Buffer.byteLength(e),x=!1):Fr(e)?(u=e.size,x=!1):(e=Wn(e),u=e.length,x=Wn.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 p={[ft]:u,fin:r.fin,generateMask:this._generateMask,mask:r.mask,maskBuffer:this._maskBuffer,opcode:c,readOnly:x,rsv1:d};Fr(e)?this._state!==vt?this.enqueue([this.getBlobData,e,this._compress,p,i]):this.getBlobData(e,this._compress,p,i):this._state!==vt?this.enqueue([this.dispatch,e,this._compress,p,i]):this.dispatch(e,this._compress,p,i)}getBlobData(e,r,i,o){this._bufferedBytes+=i[ft],this._state=bE,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[ft];let d=Wn(c);r?this.dispatch(d,r,i,o):(this._state=vt,this.sendFrame(t.frame(d,i),o),this.dequeue())}).catch(c=>{process.nextTick(EE,this,c,o)})}dispatch(e,r,i,o){if(!r){this.sendFrame(t.frame(e,i),o);return}let c=this._extensions[Ax.extensionName];this._bufferedBytes+=i[ft],this._state=yE,c.compress(e,i.fin,(d,u)=>{if(this._socket.destroyed){let x=new Error("The socket was closed while data was being compressed");md(this,x,o);return}this._bufferedBytes-=i[ft],this._state=vt,i.readOnly=!1,this.sendFrame(t.frame(u,i),o),this.dequeue()})}dequeue(){for(;this._state===vt&&this._queue.length;){let e=this._queue.shift();this._bufferedBytes-=e[3][ft],Reflect.apply(e[0],this,e.slice(1))}}enqueue(e){this._bufferedBytes+=e[3][ft],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)}};Tx.exports=gd;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 EE(t,e,r){md(t,e,r),t.onerror(e)}});var Mx=se((_D,Nx)=>{"use strict";var{kForOnEventAttribute:Ki,kListener:_d}=Vt(),Cx=Symbol("kCode"),Dx=Symbol("kData"),Rx=Symbol("kError"),kx=Symbol("kMessage"),Px=Symbol("kReason"),Ur=Symbol("kTarget"),Ox=Symbol("kType"),Lx=Symbol("kWasClean"),Jt=class{constructor(e){this[Ur]=null,this[Ox]=e}get target(){return this[Ur]}get type(){return this[Ox]}};Object.defineProperty(Jt.prototype,"target",{enumerable:!0});Object.defineProperty(Jt.prototype,"type",{enumerable:!0});var Vn=class extends Jt{constructor(e,r={}){super(e),this[Cx]=r.code===void 0?0:r.code,this[Px]=r.reason===void 0?"":r.reason,this[Lx]=r.wasClean===void 0?!1:r.wasClean}get code(){return this[Cx]}get reason(){return this[Px]}get wasClean(){return this[Lx]}};Object.defineProperty(Vn.prototype,"code",{enumerable:!0});Object.defineProperty(Vn.prototype,"reason",{enumerable:!0});Object.defineProperty(Vn.prototype,"wasClean",{enumerable:!0});var Gr=class extends Jt{constructor(e,r={}){super(e),this[Rx]=r.error===void 0?null:r.error,this[kx]=r.message===void 0?"":r.message}get error(){return this[Rx]}get message(){return this[kx]}};Object.defineProperty(Gr.prototype,"error",{enumerable:!0});Object.defineProperty(Gr.prototype,"message",{enumerable:!0});var Vi=class extends Jt{constructor(e,r={}){super(e),this[Dx]=r.data===void 0?null:r.data}get data(){return this[Dx]}};Object.defineProperty(Vi.prototype,"data",{enumerable:!0});var vE={addEventListener(t,e,r={}){for(let o of this.listeners(t))if(!r[Ki]&&o[_d]===e&&!o[Ki])return;let i;if(t==="message")i=function(c,d){let u=new Vi("message",{data:d?c:c.toString()});u[Ur]=this,Mo(e,this,u)};else if(t==="close")i=function(c,d){let u=new Vn("close",{code:c,reason:d.toString(),wasClean:this._closeFrameReceived&&this._closeFrameSent});u[Ur]=this,Mo(e,this,u)};else if(t==="error")i=function(c){let d=new Gr("error",{error:c,message:c.message});d[Ur]=this,Mo(e,this,d)};else if(t==="open")i=function(){let c=new Jt("open");c[Ur]=this,Mo(e,this,c)};else return;i[Ki]=!!r[Ki],i[_d]=e,r.once?this.once(t,i):this.on(t,i)},removeEventListener(t,e){for(let r of this.listeners(t))if(r[_d]===e&&!r[Ki]){this.removeListener(t,r);break}}};Nx.exports={CloseEvent:Vn,ErrorEvent:Gr,Event:Jt,EventTarget:vE,MessageEvent:Vi};function Mo(t,e,r){typeof t=="object"&&t.handleEvent?t.handleEvent.call(t,r):t.call(e,r)}});var Bo=se((yD,Bx)=>{"use strict";var{tokenChars:$i}=Br();function Ft(t,e,r){t[e]===void 0?t[e]=[r]:t[e].push(r)}function SE(t){let e=Object.create(null),r=Object.create(null),i=!1,o=!1,c=!1,d,u,x=-1,p=-1,w=-1,m=0;for(;m<t.length;m++)if(p=t.charCodeAt(m),d===void 0)if(w===-1&&$i[p]===1)x===-1&&(x=m);else if(m!==0&&(p===32||p===9))w===-1&&x!==-1&&(w=m);else if(p===59||p===44){if(x===-1)throw new SyntaxError(`Unexpected character at index ${m}`);w===-1&&(w=m);let _=t.slice(x,w);p===44?(Ft(e,_,r),r=Object.create(null)):d=_,x=w=-1}else throw new SyntaxError(`Unexpected character at index ${m}`);else if(u===void 0)if(w===-1&&$i[p]===1)x===-1&&(x=m);else if(p===32||p===9)w===-1&&x!==-1&&(w=m);else if(p===59||p===44){if(x===-1)throw new SyntaxError(`Unexpected character at index ${m}`);w===-1&&(w=m),Ft(r,t.slice(x,w),!0),p===44&&(Ft(e,d,r),r=Object.create(null),d=void 0),x=w=-1}else if(p===61&&x!==-1&&w===-1)u=t.slice(x,m),x=w=-1;else throw new SyntaxError(`Unexpected character at index ${m}`);else if(o){if($i[p]!==1)throw new SyntaxError(`Unexpected character at index ${m}`);x===-1?x=m:i||(i=!0),o=!1}else if(c)if($i[p]===1)x===-1&&(x=m);else if(p===34&&x!==-1)c=!1,w=m;else if(p===92)o=!0;else throw new SyntaxError(`Unexpected character at index ${m}`);else if(p===34&&t.charCodeAt(m-1)===61)c=!0;else if(w===-1&&$i[p]===1)x===-1&&(x=m);else if(x!==-1&&(p===32||p===9))w===-1&&(w=m);else if(p===59||p===44){if(x===-1)throw new SyntaxError(`Unexpected character at index ${m}`);w===-1&&(w=m);let _=t.slice(x,w);i&&(_=_.replace(/\\/g,""),i=!1),Ft(r,u,_),p===44&&(Ft(e,d,r),r=Object.create(null),d=void 0),u=void 0,x=w=-1}else throw new SyntaxError(`Unexpected character at index ${m}`);if(x===-1||c||p===32||p===9)throw new SyntaxError("Unexpected end of input");w===-1&&(w=m);let v=t.slice(x,w);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 AE(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(", ")}Bx.exports={format:AE,parse:SE}});var Go=se((vD,Jx)=>{"use strict";var IE=de("events"),TE=de("https"),CE=de("http"),Ux=de("net"),DE=de("tls"),{randomBytes:RE,createHash:kE}=de("crypto"),{Duplex:bD,Readable:ED}=de("stream"),{URL:yd}=de("url"),An=Mr(),PE=pd(),OE=wd(),{isBlob:LE}=Br(),{BINARY_TYPES:Fx,CLOSE_TIMEOUT:NE,EMPTY_BUFFER:Fo,GUID:ME,kForOnEventAttribute:bd,kListener:BE,kStatusCode:FE,kWebSocket:Ge,NOOP:Gx}=Vt(),{EventTarget:{addEventListener:zE,removeEventListener:UE}}=Mx(),{format:GE,parse:qE}=Bo(),{toBuffer:HE}=ji(),qx=Symbol("kAborted"),Ed=[8,13],Zt=["CONNECTING","OPEN","CLOSING","CLOSED"],jE=/^[!#$%&'*+\-.0-9A-Z^_`|a-z~]+$/,pe=class t extends IE{constructor(e,r,i){super(),this._binaryType=Fx[0],this._closeCode=1006,this._closeFrameReceived=!1,this._closeFrameSent=!1,this._closeMessage=Fo,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]),Hx(this,e,r,i)):(this._autoPong=i.autoPong,this._closeTimeout=i.closeTimeout,this._isServer=!0)}get binaryType(){return this._binaryType}set binaryType(e){Fx.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 PE({allowSynchronousEvents:i.allowSynchronousEvents,binaryType:this.binaryType,extensions:this._extensions,isServer:this._isServer,maxPayload:i.maxPayload,skipUTF8Validation:i.skipUTF8Validation}),c=new OE(e,this._extensions,i.generateMask);this._receiver=o,this._sender=c,this._socket=e,o[Ge]=this,c[Ge]=this,e[Ge]=this,o.on("conclude",VE),o.on("drain",$E),o.on("error",JE),o.on("message",ZE),o.on("ping",YE),o.on("pong",XE),c.onerror=QE,e.setTimeout&&e.setTimeout(0),e.setNoDelay&&e.setNoDelay(),r.length>0&&e.unshift(r),e.on("close",Kx),e.on("data",Uo),e.on("end",Vx),e.on("error",$x),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[An.extensionName]&&this._extensions[An.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){ot(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())}),Wx(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){vd(this,e,i);return}r===void 0&&(r=!this._isServer),this._sender.ping(e||Fo,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){vd(this,e,i);return}r===void 0&&(r=!this._isServer),this._sender.pong(e||Fo,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){vd(this,e,i);return}let o={binary:typeof e!="string",mask:!this._isServer,compress:!0,fin:!0,...r};this._extensions[An.extensionName]||(o.compress=!1),this._sender.send(e||Fo,o,i)}terminate(){if(this.readyState!==t.CLOSED){if(this.readyState===t.CONNECTING){ot(this,this._req,"WebSocket was closed before the connection was established");return}this._socket&&(this._readyState=t.CLOSING,this._socket.destroy())}}};Object.defineProperty(pe,"CONNECTING",{enumerable:!0,value:Zt.indexOf("CONNECTING")});Object.defineProperty(pe.prototype,"CONNECTING",{enumerable:!0,value:Zt.indexOf("CONNECTING")});Object.defineProperty(pe,"OPEN",{enumerable:!0,value:Zt.indexOf("OPEN")});Object.defineProperty(pe.prototype,"OPEN",{enumerable:!0,value:Zt.indexOf("OPEN")});Object.defineProperty(pe,"CLOSING",{enumerable:!0,value:Zt.indexOf("CLOSING")});Object.defineProperty(pe.prototype,"CLOSING",{enumerable:!0,value:Zt.indexOf("CLOSING")});Object.defineProperty(pe,"CLOSED",{enumerable:!0,value:Zt.indexOf("CLOSED")});Object.defineProperty(pe.prototype,"CLOSED",{enumerable:!0,value:Zt.indexOf("CLOSED")});["binaryType","bufferedAmount","extensions","isPaused","protocol","readyState","url"].forEach(t=>{Object.defineProperty(pe.prototype,t,{enumerable:!0})});["open","error","close","message"].forEach(t=>{Object.defineProperty(pe.prototype,`on${t}`,{enumerable:!0,get(){for(let e of this.listeners(t))if(e[bd])return e[BE];return null},set(e){for(let r of this.listeners(t))if(r[bd]){this.removeListener(t,r);break}typeof e=="function"&&this.addEventListener(t,e,{[bd]:!0})}})});pe.prototype.addEventListener=zE;pe.prototype.removeEventListener=UE;Jx.exports=pe;function Hx(t,e,r,i){let o={allowSynchronousEvents:!0,autoPong:!0,closeTimeout:NE,protocolVersion:Ed[1],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,!Ed.includes(o.protocolVersion))throw new RangeError(`Unsupported protocol version: ${o.protocolVersion} (supported versions: ${Ed.join(", ")})`);let c;if(e instanceof yd)c=e;else try{c=new yd(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:",x;if(c.protocol!=="ws:"&&!d&&!u?x=`The URL's protocol must be one of "ws:", "wss:", "http:", "https:", or "ws+unix:"`:u&&!c.pathname?x="The URL's pathname is empty":c.hash&&(x="The URL contains a fragment identifier"),x){let A=new SyntaxError(x);if(t._redirects===0)throw A;zo(t,A);return}let p=d?443:80,w=RE(16).toString("base64"),m=d?TE.request:CE.request,v=new Set,_;if(o.createConnection=o.createConnection||(d?KE:WE),o.defaultPort=o.defaultPort||p,o.port=c.port||p,o.host=c.hostname.startsWith("[")?c.hostname.slice(1,-1):c.hostname,o.headers={...o.headers,"Sec-WebSocket-Version":o.protocolVersion,"Sec-WebSocket-Key":w,Connection:"Upgrade",Upgrade:"websocket"},o.path=c.pathname+c.search,o.timeout=o.handshakeTimeout,o.perMessageDeflate&&(_=new An({...o.perMessageDeflate,isServer:!1,maxPayload:o.maxPayload}),o.headers["Sec-WebSocket-Extensions"]=GE({[An.extensionName]:_.offer()})),r.length){for(let A of r){if(typeof A!="string"||!jE.test(A)||v.has(A))throw new SyntaxError("An invalid or duplicated subprotocol was specified");v.add(A)}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 A=o.path.split(":");o.socketPath=A[0],o.path=A[1]}let S;if(o.followRedirects){if(t._redirects===0){t._originalIpc=u,t._originalSecure=d,t._originalHostOrSocketPath=u?o.socketPath:c.host;let A=i&&i.headers;if(i={...i,headers:{}},A)for(let[I,T]of Object.entries(A))i.headers[I.toLowerCase()]=T}else if(t.listenerCount("redirect")===0){let A=u?t._originalIpc?o.socketPath===t._originalHostOrSocketPath:!1:t._originalIpc?!1:c.host===t._originalHostOrSocketPath;(!A||t._originalSecure&&!d)&&(delete o.headers.authorization,delete o.headers.cookie,A||delete o.headers.host,o.auth=void 0)}o.auth&&!i.headers.authorization&&(i.headers.authorization="Basic "+Buffer.from(o.auth).toString("base64")),S=t._req=m(o),t._redirects&&t.emit("redirect",t.url,S)}else S=t._req=m(o);o.timeout&&S.on("timeout",()=>{ot(t,S,"Opening handshake has timed out")}),S.on("error",A=>{S===null||S[qx]||(S=t._req=null,zo(t,A))}),S.on("response",A=>{let I=A.headers.location,T=A.statusCode;if(I&&o.followRedirects&&T>=300&&T<400){if(++t._redirects>o.maxRedirects){ot(t,S,"Maximum redirects exceeded");return}S.abort();let k;try{k=new yd(I,e)}catch{let D=new SyntaxError(`Invalid URL: ${I}`);zo(t,D);return}Hx(t,k,r,i)}else t.emit("unexpected-response",S,A)||ot(t,S,`Unexpected server response: ${A.statusCode}`)}),S.on("upgrade",(A,I,T)=>{if(t.emit("upgrade",A),t.readyState!==pe.CONNECTING)return;S=t._req=null;let k=A.headers.upgrade;if(k===void 0||k.toLowerCase()!=="websocket"){ot(t,I,"Invalid Upgrade header");return}let b=kE("sha1").update(w+ME).digest("base64");if(A.headers["sec-websocket-accept"]!==b){ot(t,I,"Invalid Sec-WebSocket-Accept header");return}let D=A.headers["sec-websocket-protocol"],P;if(D!==void 0?v.size?v.has(D)||(P="Server sent an invalid subprotocol"):P="Server sent a subprotocol but none was requested":v.size&&(P="Server sent no subprotocol"),P){ot(t,I,P);return}D&&(t._protocol=D);let F=A.headers["sec-websocket-extensions"];if(F!==void 0){if(!_){ot(t,I,"Server sent a Sec-WebSocket-Extensions header but no extension was requested");return}let B;try{B=qE(F)}catch{ot(t,I,"Invalid Sec-WebSocket-Extensions header");return}let J=Object.keys(B);if(J.length!==1||J[0]!==An.extensionName){ot(t,I,"Server indicated an extension that was not requested");return}try{_.accept(B[An.extensionName])}catch{ot(t,I,"Invalid Sec-WebSocket-Extensions header");return}t._extensions[An.extensionName]=_}t.setSocket(I,T,{allowSynchronousEvents:o.allowSynchronousEvents,generateMask:o.generateMask,maxPayload:o.maxPayload,skipUTF8Validation:o.skipUTF8Validation})}),o.finishRequest?o.finishRequest(S,t):S.end()}function zo(t,e){t._readyState=pe.CLOSING,t._errorEmitted=!0,t.emit("error",e),t.emitClose()}function WE(t){return t.path=t.socketPath,Ux.connect(t)}function KE(t){return t.path=void 0,!t.servername&&t.servername!==""&&(t.servername=Ux.isIP(t.host)?"":t.host),DE.connect(t)}function ot(t,e,r){t._readyState=pe.CLOSING;let i=new Error(r);Error.captureStackTrace(i,ot),e.setHeader?(e[qx]=!0,e.abort(),e.socket&&!e.socket.destroyed&&e.socket.destroy(),process.nextTick(zo,t,i)):(e.destroy(i),e.once("error",t.emit.bind(t,"error")),e.once("close",t.emitClose.bind(t)))}function vd(t,e,r){if(e){let i=LE(e)?e.size:HE(e).length;t._socket?t._sender._bufferedBytes+=i:t._bufferedAmount+=i}if(r){let i=new Error(`WebSocket is not open: readyState ${t.readyState} (${Zt[t.readyState]})`);process.nextTick(r,i)}}function VE(t,e){let r=this[Ge];r._closeFrameReceived=!0,r._closeMessage=e,r._closeCode=t,r._socket[Ge]!==void 0&&(r._socket.removeListener("data",Uo),process.nextTick(jx,r._socket),t===1005?r.close():r.close(t,e))}function $E(){let t=this[Ge];t.isPaused||t._socket.resume()}function JE(t){let e=this[Ge];e._socket[Ge]!==void 0&&(e._socket.removeListener("data",Uo),process.nextTick(jx,e._socket),e.close(t[FE])),e._errorEmitted||(e._errorEmitted=!0,e.emit("error",t))}function zx(){this[Ge].emitClose()}function ZE(t,e){this[Ge].emit("message",t,e)}function YE(t){let e=this[Ge];e._autoPong&&e.pong(t,!this._isServer,Gx),e.emit("ping",t)}function XE(t){this[Ge].emit("pong",t)}function jx(t){t.resume()}function QE(t){let e=this[Ge];e.readyState!==pe.CLOSED&&(e.readyState===pe.OPEN&&(e._readyState=pe.CLOSING,Wx(e)),this._socket.end(),e._errorEmitted||(e._errorEmitted=!0,e.emit("error",t)))}function Wx(t){t._closeTimer=setTimeout(t._socket.destroy.bind(t._socket),t._closeTimeout)}function Kx(){let t=this[Ge];if(this.removeListener("close",Kx),this.removeListener("data",Uo),this.removeListener("end",Vx),t._readyState=pe.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[Ge]=void 0,clearTimeout(t._closeTimer),t._receiver._writableState.finished||t._receiver._writableState.errorEmitted?t.emitClose():(t._receiver.on("error",zx),t._receiver.on("finish",zx))}function Uo(t){this[Ge]._receiver.write(t)||this.pause()}function Vx(){let t=this[Ge];t._readyState=pe.CLOSING,t._receiver.end(),this.end()}function $x(){let t=this[Ge];this.removeListener("error",$x),this.on("error",Gx),t&&(t._readyState=pe.CLOSING,this.destroy())}});var Qx=se((AD,Xx)=>{"use strict";var SD=Go(),{Duplex:e1}=de("stream");function Zx(t){t.emit("close")}function t1(){!this.destroyed&&this._writableState.finished&&this.destroy()}function Yx(t){this.removeListener("error",Yx),this.destroy(),this.listenerCount("error")===0&&this.emit("error",t)}function n1(t,e){let r=!0,i=new e1({...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(Zx,i);return}let d=!1;t.once("error",function(x){d=!0,c(x)}),t.once("close",function(){d||c(o),process.nextTick(Zx,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",t1),i.on("error",Yx),i}Xx.exports=n1});var Sd=se((ID,eh)=>{"use strict";var{tokenChars:r1}=Br();function i1(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&&r1[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}eh.exports={parse:i1}});var ah=se((CD,oh)=>{"use strict";var s1=de("events"),qo=de("http"),{Duplex:TD}=de("stream"),{createHash:o1}=de("crypto"),th=Bo(),$n=Mr(),a1=Sd(),c1=Go(),{CLOSE_TIMEOUT:d1,GUID:l1,kWebSocket:u1}=Vt(),f1=/^[+/0-9A-Za-z]{22}==$/,nh=0,rh=1,sh=2,Ad=class extends s1{constructor(e,r){if(super(),e={allowSynchronousEvents:!0,autoPong:!0,maxPayload:100*1024*1024,skipUTF8Validation:!1,perMessageDeflate:!1,handleProtocols:null,clientTracking:!0,closeTimeout:d1,verifyClient:null,noServer:!1,backlog:null,server:null,host:null,path:null,port:null,WebSocket:c1,...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=x1(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=nh}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===sh){e&&this.once("close",()=>{e(new Error("The server is not running"))}),process.nextTick(Ji,this);return}if(e&&this.once("close",e),this._state!==rh)if(this._state=rh,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(Ji,this):process.nextTick(Ji,this);else{let r=this._server;this._removeListeners(),this._removeListeners=this._server=null,r.close(()=>{Ji(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",ih);let c=e.headers["sec-websocket-key"],d=e.headers.upgrade,u=+e.headers["sec-websocket-version"];if(e.method!=="GET"){Jn(this,e,r,405,"Invalid HTTP method");return}if(d===void 0||d.toLowerCase()!=="websocket"){Jn(this,e,r,400,"Invalid Upgrade header");return}if(c===void 0||!f1.test(c)){Jn(this,e,r,400,"Missing or invalid Sec-WebSocket-Key header");return}if(u!==13&&u!==8){Jn(this,e,r,400,"Missing or invalid Sec-WebSocket-Version header",{"Sec-WebSocket-Version":"13, 8"});return}if(!this.shouldHandle(e)){Zi(r,400);return}let x=e.headers["sec-websocket-protocol"],p=new Set;if(x!==void 0)try{p=a1.parse(x)}catch{Jn(this,e,r,400,"Invalid Sec-WebSocket-Protocol header");return}let w=e.headers["sec-websocket-extensions"],m={};if(this.options.perMessageDeflate&&w!==void 0){let v=new $n({...this.options.perMessageDeflate,isServer:!0,maxPayload:this.options.maxPayload});try{let _=th.parse(w);_[$n.extensionName]&&(v.accept(_[$n.extensionName]),m[$n.extensionName]=v)}catch{Jn(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,(_,S,A,I)=>{if(!_)return Zi(r,S||401,A,I);this.completeUpgrade(m,c,p,e,r,i,o)});return}if(!this.options.verifyClient(v))return Zi(r,401)}this.completeUpgrade(m,c,p,e,r,i,o)}completeUpgrade(e,r,i,o,c,d,u){if(!c.readable||!c.writable)return c.destroy();if(c[u1])throw new Error("server.handleUpgrade() was called more than once with the same socket, possibly due to a misconfiguration");if(this._state>nh)return Zi(c,503);let p=["HTTP/1.1 101 Switching Protocols","Upgrade: websocket","Connection: Upgrade",`Sec-WebSocket-Accept: ${o1("sha1").update(r+l1).digest("base64")}`],w=new this.options.WebSocket(null,void 0,this.options);if(i.size){let m=this.options.handleProtocols?this.options.handleProtocols(i,o):i.values().next().value;m&&(p.push(`Sec-WebSocket-Protocol: ${m}`),w._protocol=m)}if(e[$n.extensionName]){let m=e[$n.extensionName].params,v=th.format({[$n.extensionName]:[m]});p.push(`Sec-WebSocket-Extensions: ${v}`),w._extensions=e}this.emit("headers",p,o),c.write(p.concat(`\r
|
|
15
15
|
`).join(`\r
|
|
16
|
-
`)),c.removeListener("error",
|
|
16
|
+
`)),c.removeListener("error",ih),w.setSocket(c,d,{allowSynchronousEvents:this.options.allowSynchronousEvents,maxPayload:this.options.maxPayload,skipUTF8Validation:this.options.skipUTF8Validation}),this.clients&&(this.clients.add(w),w.on("close",()=>{this.clients.delete(w),this._shouldEmitClose&&!this.clients.size&&process.nextTick(Ji,this)})),u(w,o)}};oh.exports=Ad;function x1(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 Ji(t){t._state=sh,t.emit("close")}function ih(){this.destroy()}function Zi(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
|
|
21
|
-
<string>${
|
|
20
|
+
`+r)}function Jn(t,e,r,i,o,c){if(t.listenerCount("wsClientError")){let d=new Error(o);Error.captureStackTrace(d,Jn),t.emit("wsClientError",d,r,e)}else Zi(r,i,o,c)}});import{existsSync as F1,openSync as z1}from"node:fs";import{mkdir as U1}from"node:fs/promises";import{dirname as G1}from"node:path";import{fileURLToPath as q1}from"node:url";function j1(t,e){return e==="legacy"?t.logFile:t.daemonStdioLog}function Dd(t=X()){return F1(t.libEntry)?t.libEntry:q1(new URL("../index.ts",import.meta.url))}async function bh(t={}){let e=t.paths??X(),r=t.entryOverride??Dd(e),i=j1(e,process.env.COZE_BRIDGE_LOG_MODE);await U1(G1(i),{recursive:!0});let o=z1(i,"a"),d=r.endsWith(".ts")?["--import","tsx/esm",r,"--daemon"]:[r,"--daemon"],u=lt(process.execPath,d,{detached:!0,stdio:["ignore",o,o],env:{...process.env,[Qi]:"1"}});if(u.unref(),typeof u.pid!="number")throw new Error("failed to spawn daemon (no pid)");return H1.info("daemon spawned",{pid:u.pid,entry:r}),{pid:u.pid,entry:r}}var H1,Qi,Vo=Ye(()=>{"use strict";En();ee();Pe();H1=U("spawn-daemon"),Qi="COZE_BRIDGE_DAEMON"});import{spawn as Bv}from"node:child_process";import{mkdir as Fv,unlink as zv,writeFile as Uv}from"node:fs/promises";import{dirname as Gv,join as qv}from"node:path";function Wr(t){return t.replace(/&/g,"&").replace(/</g,"<").replace(/>/g,">").replace(/"/g,""")}function Hv(t){if(!t)return"";let e=Object.entries(t).map(([r,i])=>` <key>${Wr(r)}</key>
|
|
21
|
+
<string>${Wr(i)}</string>`).join(`
|
|
22
22
|
`);return e?`
|
|
23
23
|
<key>EnvironmentVariables</key>
|
|
24
24
|
<dict>
|
|
25
25
|
${e}
|
|
26
|
-
</dict>`:""}function
|
|
26
|
+
</dict>`:""}function jv(t,e){return new Promise((r,i)=>{let o=Bv(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,ts,ea,Fd,Gh=Ye(()=>{"use strict";ee();jr=U("supervisor.launchd"),ts="ai.coze.bridge",ea=jv,Fd={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>${ts}</string>
|
|
32
32
|
<key>ProgramArguments</key>
|
|
33
33
|
<array>
|
|
34
|
-
<string>${
|
|
35
|
-
<string>${
|
|
34
|
+
<string>${Wr(t.nodeBin)}</string>
|
|
35
|
+
<string>${Wr(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>${Wr(t.logFile)}</string>
|
|
46
46
|
<key>StandardErrorPath</key>
|
|
47
|
-
<string>${
|
|
47
|
+
<string>${Wr(t.logFile)}</string>${Hv(t.env)}
|
|
48
48
|
</dict>
|
|
49
49
|
</plist>
|
|
50
|
-
`},configPath(t){return
|
|
51
|
-
`):""}function ra(t,e){return new Promise((r,i)=>{let o=
|
|
50
|
+
`},configPath(t){return qv(t.homeDir,"Library","LaunchAgents",`${ts}.plist`)},async install(t,e){let r=e?.activate!==!1,i=this.configPath(t);if(await Fv(Gv(i),{recursive:!0}),await Uv(i,this.renderConfig(t),"utf8"),jr.info("plist written",{plistPath:i,activate:r}),!r)return;await ea("launchctl",["unload","-w",i]).catch(c=>jr.info("launchctl unload before load (ignored, likely not loaded yet)",{err:String(c)})),await ea("launchctl",["load","-w",i]),jr.info("launchd job loaded",{label:ts});let o=process.getuid?.()??0;await ea("launchctl",["kickstart","-k",`gui/${o}/${ts}`]),jr.info("launchd job kickstarted",{label:ts,uid:o})},async uninstall(t){let e=this.configPath(t);await ea("launchctl",["unload","-w",e]).catch(r=>jr.warn("launchctl unload failed (ignored)",{err:String(r)})),await zv(e).catch(r=>{if(r.code!=="ENOENT")throw r}),jr.info("launchd job removed",{plistPath:e})}}});import{spawn as Wv}from"node:child_process";import{mkdir as Kv,unlink as Vv,writeFile as $v}from"node:fs/promises";import{dirname as Jv,join as qh}from"node:path";function na(t,e){return t.isRoot?e:["--user",...e]}function Yv(t){return t?Object.entries(t).map(([e,r])=>{let i=r.replace(/\\/g,"\\\\").replace(/"/g,'\\"');return`Environment="${e}=${i}"`}).join(`
|
|
51
|
+
`):""}function ra(t,e){return new Promise((r,i)=>{let o=Wv(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 ta,Kr,Zv,zd,Hh=Ye(()=>{"use strict";ee();ta=U("supervisor.systemd"),Kr="coze-bridge.service",Zv="/etc/systemd/system";zd={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
|
+
${Yv(t.env)}
|
|
63
63
|
[Install]
|
|
64
64
|
WantedBy=${e}
|
|
65
|
-
`},configPath(t){return t.isRoot?
|
|
65
|
+
`},configPath(t){return t.isRoot?qh(Zv,Kr):qh(t.homeDir,".config","systemd","user",Kr)},async install(t,e){let r=e?.activate!==!1,i=this.configPath(t),o=t.isRoot?"system":"user";await Kv(Jv(i),{recursive:!0}),await $v(i,this.renderConfig(t),"utf8"),ta.info("systemd unit written",{unitPath:i,mode:o,activate:r}),await ra("systemctl",na(t,["daemon-reload"])),await ra("systemctl",na(t,r?["enable","--now",Kr]:["enable",Kr])),ta.info("systemd unit enabled",{unitName:Kr,mode:o,activate:r})},async uninstall(t){let e=this.configPath(t);await ra("systemctl",na(t,["disable","--now",Kr])).catch(r=>ta.warn("systemctl disable failed (ignored)",{err:String(r)})),await Vv(e).catch(r=>{if(r.code!=="ENOENT")throw r}),await ra("systemctl",na(t,["daemon-reload"])).catch(()=>{}),ta.info("systemd unit removed",{unitPath:e})}}});import{spawn as Xv}from"node:child_process";import{join as Qv}from"node:path";function jh(t,e){return new Promise((r,i)=>{let o=Xv(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 Ud,ia,Gd,Wh=Ye(()=>{"use strict";ee();Ud=U("supervisor.taskscheduler"),ia="CozeBridge",Gd={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,45 +86,45 @@ WantedBy=${e}
|
|
|
86
86
|
</Exec>
|
|
87
87
|
</Actions>
|
|
88
88
|
</Task>
|
|
89
|
-
`},configPath(t){return w1(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 ep("schtasks",["/Create","/SC","ONLOGON","/TN",ia,"/TR",r,"/RU",t.userName,"/F"]),Hd.info("task scheduler entry created",{task:ia,logFile:t.logFile})},async uninstall(t){await ep("schtasks",["/Delete","/TN",ia,"/F"]).catch(e=>Hd.warn("schtasks /Delete failed (ignored)",{err:String(e)})),Hd.info("task scheduler entry removed",{task:ia})}}});var np={};_a(np,{buildContext:()=>S1,getSupervisor:()=>E1,launchdSupervisor:()=>Gd,systemdSupervisor:()=>qd,taskSchedulerSupervisor:()=>jd});import{homedir as _1,userInfo as y1}from"node:os";function E1(t=process.platform){switch(t){case"darwin":return Gd;case"linux":return qd;case"win32":return jd;default:throw new Error(`unsupported platform for OS supervisor: ${t}`)}}function b1(){let t={};for(let e of v1){let r=process.env[e];r&&(t[e]=r)}return t}function S1(){let t=Y();return{nodeBin:process.execPath,entry:Pd(t),logFile:t.logFile,homeDir:_1(),userName:y1().username,isRoot:process.getuid?.()===0,env:b1()}}var v1,rp=Je(()=>{"use strict";ke();$o();Yx();Qx();tp();v1=["PATH","HOME","HTTP_PROXY","HTTPS_PROXY","NO_PROXY","ALL_PROXY","http_proxy","https_proxy","no_proxy","all_proxy","NODE_EXTRA_CA_CERTS"]});ne();nn();var vl=U("acp-installer-warmup"),kg=["claude-code","codex"];async function bl(t={}){let e=t.ensure??nr,i=(await Promise.allSettled(kg.map(async o=>{let c=await e(o);vl.info("acp wrapper warmup ok",{framework:o,path:c})}))).filter(o=>o.status==="rejected");i.length>0&&vl.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))})}rn();ne();import{readdir as Hg}from"node:fs/promises";import{mkdir as Rl,readFile as Gg,writeFile as kl}from"node:fs/promises";import{join as Aa}from"node:path";var qg={"claude-code":"CLAUDE.md",codex:"AGENTS.md",openclaw:"SOUL.md"};async function sr(t,e,r){await Rl(t,{recursive:!0});let i=qg[e],o=Aa(t,i);return await kl(o,r??"","utf8"),o}async function Ta(t,e,r){let i=Aa(t,".claude");await Rl(i,{recursive:!0});let o=Aa(i,"settings.local.json"),c={};try{let u=await Gg(o,"utf8"),h=JSON.parse(u);typeof h=="object"&&h!==null&&!Array.isArray(h)&&(c=h)}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 Ke=U("agent-detail-sync"),jg=6e4,Wg=5*6e4,ls=class{constructor(e){this.opts=e}opts;retryQueue=new Map;async syncAll(e){let r=this.opts.paths.agentsRoot,i;try{i=await Hg(r)}catch(o){Ke.info("agents dir not found, skip detail sync",{root:r,err:String(o)});return}Ke.info("starting detail sync",{reason:e,count:i.length}),await Promise.allSettled(i.map(async o=>{let c=await Ge(o,this.opts.paths).catch(()=>null);if(c){if(c.disconnectedAt){Ke.debug("detail sync: skip disconnected agent",{agentId:o});return}try{await this.syncOne(o,c)}catch(d){Ke.warn("detail sync failed for agent, skipping",{agentId:o,err:String(d)})}}})),Ke.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){Ke.info("retrying pending detail syncs",{count:r.length});for(let i of r)try{await this.syncOne(i)}catch(o){Ke.debug("detail sync retry still failing, will try again",{agentId:i,err:String(o)})}}}async syncOne(e,r){let i=r??await Ge(e,this.opts.paths);if(!i){Ke.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(h){Ke.warn("detail RPC failed, using local data",{agentId:e,err:String(h)});let x=this.retryQueue.get(e),m=x?Math.min(x.currentDelay*2,Wg):jg;this.retryQueue.set(e,{dueAt:Date.now()+m,currentDelay:m});return}if(o.agentId&&o.agentId!==e){Ke.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"?(Ke.warn("detail sync: agent demoted to local, repairing to cloud",{agentId:e}),i.deployType="cloud",c=!0,u=!0):o.deployType&&Ke.info("detail.deployType",{agentId:e,deployType:o.deployType}),!c){Ke.debug("detail sync: no diff",{agentId:e});return}await Ye(i,this.opts.paths),Ke.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}),Ke.info("detail sync: repaired demoted agent back to cloud",{agentId:e})):d&&(await sr(i.workspace,i.framework,i.cozeIdentity),this.opts.handlers.reloadAgentSessionsPublic(e,"detail-sync"))}};var Vf=bt(du(),1);import{lstat as Gc,mkdir as qc,readFile as jf,readdir as __,rm as y_,stat as E_,writeFile as Hc}from"node:fs/promises";import{dirname as v_,join as Dt,normalize as b_,relative as Kc,resolve as jc,sep as Wf}from"node:path";import{Readable as Kf}from"node:stream";import{pipeline as $f}from"node:stream/promises";import hm from"events";import Xe from"fs";import{EventEmitter as Ac}from"node:events";import ju from"node:stream";import{StringDecoder as xm}from"node:string_decoder";import $u from"node:path";import mr from"node:fs";import{dirname as Tm,parse as Cm}from"path";import{EventEmitter as Mm}from"events";import ac from"assert";import{Buffer as Fn}from"buffer";import*as xu from"zlib";import Bm from"zlib";import{posix as lr}from"node:path";import{basename as lw}from"node:path";import qs from"fs";import Ct from"fs";import Eu from"path";import{win32 as vw}from"node:path";import Cu from"path";import df from"node:fs";import zw from"node:assert";import{randomBytes as lf}from"node:crypto";import re from"node:fs";import Pe from"node:path";import uf from"fs";import Ys from"node:fs";import _i from"node:path";import nt from"node:fs";import Kw from"node:fs/promises";import Ws from"node:path";import{join as vf}from"node:path";import et from"node:fs";import If from"node:path";var um=Object.defineProperty,fm=(t,e)=>{for(var r in e)um(t,r,{get:e[r],enumerable:!0})},lu=typeof process=="object"&&process?process:{stdout:null,stderr:null},pm=t=>!!t&&typeof t=="object"&&(t instanceof Gn||t instanceof ju||gm(t)||mm(t)),gm=t=>!!t&&typeof t=="object"&&t instanceof Ac&&typeof t.pipe=="function"&&t.pipe!==ju.Writable.prototype.pipe,mm=t=>!!t&&typeof t=="object"&&t instanceof Ac&&typeof t.write=="function"&&typeof t.end=="function",Ft=Symbol("EOF"),zt=Symbol("maybeEmitEnd"),on=Symbol("emittedEnd"),ps=Symbol("emittingEnd"),ni=Symbol("emittedError"),gs=Symbol("closed"),uu=Symbol("read"),ms=Symbol("flush"),fu=Symbol("flushChunk"),ht=Symbol("encoding"),dr=Symbol("decoder"),Ne=Symbol("flowing"),ri=Symbol("paused"),xr=Symbol("resume"),Me=Symbol("buffer"),$e=Symbol("pipes"),Be=Symbol("bufferLength"),Oa=Symbol("bufferPush"),ws=Symbol("bufferShift"),We=Symbol("objectMode"),be=Symbol("destroyed"),La=Symbol("error"),Na=Symbol("emitData"),hu=Symbol("emitEnd"),Ma=Symbol("emitEnd2"),It=Symbol("async"),Ba=Symbol("abort"),_s=Symbol("aborted"),ii=Symbol("signal"),Rn=Symbol("dataListeners"),Qe=Symbol("discarded"),si=t=>Promise.resolve().then(t),wm=t=>t(),_m=t=>t==="end"||t==="finish"||t==="prefinish",ym=t=>t instanceof ArrayBuffer||!!t&&typeof t=="object"&&t.constructor&&t.constructor.name==="ArrayBuffer"&&t.byteLength>=0,Em=t=>!Buffer.isBuffer(t)&&ArrayBuffer.isView(t),Wu=class{src;dest;opts;ondrain;constructor(t,e,r){this.src=t,this.dest=e,this.opts=r,this.ondrain=()=>t[xr](),this.dest.on("drain",this.ondrain)}unpipe(){this.dest.removeListener("drain",this.ondrain)}proxyErrors(t){}end(){this.unpipe(),this.opts.end&&this.dest.end()}},vm=class extends Wu{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)}},bm=t=>!!t.objectMode,Sm=t=>!t.objectMode&&!!t.encoding&&t.encoding!=="buffer",Gn=class extends Ac{[Ne]=!1;[ri]=!1;[$e]=[];[Me]=[];[We];[ht];[It];[dr];[Ft]=!1;[on]=!1;[ps]=!1;[gs]=!1;[ni]=null;[Be]=0;[be]=!1;[ii];[_s]=!1;[Rn]=0;[Qe]=!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");bm(e)?(this[We]=!0,this[ht]=null):Sm(e)?(this[ht]=e.encoding,this[We]=!1):(this[We]=!1,this[ht]=null),this[It]=!!e.async,this[dr]=this[ht]?new xm(this[ht]):null,e&&e.debugExposeBuffer===!0&&Object.defineProperty(this,"buffer",{get:()=>this[Me]}),e&&e.debugExposePipes===!0&&Object.defineProperty(this,"pipes",{get:()=>this[$e]});let{signal:r}=e;r&&(this[ii]=r,r.aborted?this[Ba]():r.addEventListener("abort",()=>this[Ba]()))}get bufferLength(){return this[Be]}get encoding(){return this[ht]}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[We]}set objectMode(t){throw new Error("objectMode must be set at instantiation time")}get async(){return this[It]}set async(t){this[It]=this[It]||!!t}[Ba](){this[_s]=!0,this.emit("abort",this[ii]?.reason),this.destroy(this[ii]?.reason)}get aborted(){return this[_s]}set aborted(t){}write(t,e,r){if(this[_s])return!1;if(this[Ft])throw new Error("write after end");if(this[be])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[It]?si:wm;if(!this[We]&&!Buffer.isBuffer(t)){if(Em(t))t=Buffer.from(t.buffer,t.byteOffset,t.byteLength);else if(ym(t))t=Buffer.from(t);else if(typeof t!="string")throw new Error("Non-contiguous data written to non-objectMode stream")}return this[We]?(this[Ne]&&this[Be]!==0&&this[ms](!0),this[Ne]?this.emit("data",t):this[Oa](t),this[Be]!==0&&this.emit("readable"),r&&i(r),this[Ne]):t.length?(typeof t=="string"&&!(e===this[ht]&&!this[dr]?.lastNeed)&&(t=Buffer.from(t,e)),Buffer.isBuffer(t)&&this[ht]&&(t=this[dr].write(t)),this[Ne]&&this[Be]!==0&&this[ms](!0),this[Ne]?this.emit("data",t):this[Oa](t),this[Be]!==0&&this.emit("readable"),r&&i(r),this[Ne]):(this[Be]!==0&&this.emit("readable"),r&&i(r),this[Ne])}read(t){if(this[be])return null;if(this[Qe]=!1,this[Be]===0||t===0||t&&t>this[Be])return this[zt](),null;this[We]&&(t=null),this[Me].length>1&&!this[We]&&(this[Me]=[this[ht]?this[Me].join(""):Buffer.concat(this[Me],this[Be])]);let e=this[uu](t||null,this[Me][0]);return this[zt](),e}[uu](t,e){if(this[We])this[ws]();else{let r=e;t===r.length||t===null?this[ws]():typeof r=="string"?(this[Me][0]=r.slice(t),e=r.slice(0,t),this[Be]-=t):(this[Me][0]=r.subarray(t),e=r.subarray(0,t),this[Be]-=t)}return this.emit("data",e),!this[Me].length&&!this[Ft]&&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[Ft]=!0,this.writable=!1,(this[Ne]||!this[ri])&&this[zt](),this}[xr](){this[be]||(!this[Rn]&&!this[$e].length&&(this[Qe]=!0),this[ri]=!1,this[Ne]=!0,this.emit("resume"),this[Me].length?this[ms]():this[Ft]?this[zt]():this.emit("drain"))}resume(){return this[xr]()}pause(){this[Ne]=!1,this[ri]=!0,this[Qe]=!1}get destroyed(){return this[be]}get flowing(){return this[Ne]}get paused(){return this[ri]}[Oa](t){this[We]?this[Be]+=1:this[Be]+=t.length,this[Me].push(t)}[ws](){return this[We]?this[Be]-=1:this[Be]-=this[Me][0].length,this[Me].shift()}[ms](t=!1){do;while(this[fu](this[ws]())&&this[Me].length);!t&&!this[Me].length&&!this[Ft]&&this.emit("drain")}[fu](t){return this.emit("data",t),this[Ne]}pipe(t,e){if(this[be])return t;this[Qe]=!1;let r=this[on];return e=e||{},t===lu.stdout||t===lu.stderr?e.end=!1:e.end=e.end!==!1,e.proxyErrors=!!e.proxyErrors,r?e.end&&t.end():(this[$e].push(e.proxyErrors?new vm(this,t,e):new Wu(this,t,e)),this[It]?si(()=>this[xr]()):this[xr]()),t}unpipe(t){let e=this[$e].find(r=>r.dest===t);e&&(this[$e].length===1?(this[Ne]&&this[Rn]===0&&(this[Ne]=!1),this[$e]=[]):this[$e].splice(this[$e].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[Qe]=!1,this[Rn]++,!this[$e].length&&!this[Ne]&&this[xr]();else if(t==="readable"&&this[Be]!==0)super.emit("readable");else if(_m(t)&&this[on])super.emit(t),this.removeAllListeners(t);else if(t==="error"&&this[ni]){let i=e;this[It]?si(()=>i.call(this,this[ni])):i.call(this,this[ni])}return r}removeListener(t,e){return this.off(t,e)}off(t,e){let r=super.off(t,e);return t==="data"&&(this[Rn]=this.listeners("data").length,this[Rn]===0&&!this[Qe]&&!this[$e].length&&(this[Ne]=!1)),r}removeAllListeners(t){let e=super.removeAllListeners(t);return(t==="data"||t===void 0)&&(this[Rn]=0,!this[Qe]&&!this[$e].length&&(this[Ne]=!1)),e}get emittedEnd(){return this[on]}[zt](){!this[ps]&&!this[on]&&!this[be]&&this[Me].length===0&&this[Ft]&&(this[ps]=!0,this.emit("end"),this.emit("prefinish"),this.emit("finish"),this[gs]&&this.emit("close"),this[ps]=!1)}emit(t,...e){let r=e[0];if(t!=="error"&&t!=="close"&&t!==be&&this[be])return!1;if(t==="data")return!this[We]&&!r?!1:this[It]?(si(()=>this[Na](r)),!0):this[Na](r);if(t==="end")return this[hu]();if(t==="close"){if(this[gs]=!0,!this[on]&&!this[be])return!1;let o=super.emit("close");return this.removeAllListeners("close"),o}else if(t==="error"){this[ni]=r,super.emit(La,r);let o=!this[ii]||this.listeners("error").length?super.emit("error",r):!1;return this[zt](),o}else if(t==="resume"){let o=super.emit("resume");return this[zt](),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[zt](),i}[Na](t){for(let r of this[$e])r.dest.write(t)===!1&&this.pause();let e=this[Qe]?!1:super.emit("data",t);return this[zt](),e}[hu](){return this[on]?!1:(this[on]=!0,this.readable=!1,this[It]?(si(()=>this[Ma]()),!0):this[Ma]())}[Ma](){if(this[dr]){let e=this[dr].end();if(e){for(let r of this[$e])r.dest.write(e);this[Qe]||super.emit("data",e)}}for(let e of this[$e])e.end();let t=super.emit("end");return this.removeAllListeners("end"),t}async collect(){let t=Object.assign([],{dataLength:0});this[We]||(t.dataLength=0);let e=this.promise();return this.on("data",r=>{t.push(r),this[We]||(t.dataLength+=r.length)}),await e,t}async concat(){if(this[We])throw new Error("cannot concat in objectMode");let t=await this.collect();return this[ht]?t.join(""):Buffer.concat(t,t.dataLength)}async promise(){return new Promise((t,e)=>{this.on(be,()=>e(new Error("stream destroyed"))),this.on("error",r=>e(r)),this.on("end",()=>t())})}[Symbol.asyncIterator](){this[Qe]=!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[Ft])return e();let i,o,c=x=>{this.off("data",d),this.off("end",u),this.off(be,h),e(),o(x)},d=x=>{this.off("error",c),this.off("end",u),this.off(be,h),this.pause(),i({value:x,done:!!this[Ft]})},u=()=>{this.off("error",c),this.off("data",d),this.off(be,h),e(),i({done:!0,value:void 0})},h=()=>c(new Error("stream destroyed"));return new Promise((x,m)=>{o=m,i=x,this.once(be,h),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[Qe]=!1;let t=!1,e=()=>(this.pause(),this.off(La,e),this.off(be,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(La,e),this.once(be,e),{next:r,throw:e,return:e,[Symbol.iterator](){return this},[Symbol.dispose]:()=>{}}}destroy(t){if(this[be])return t?this.emit("error",t):this.emit(be),this;this[be]=!0,this[Qe]=!0,this[Me].length=0,this[Be]=0;let e=this;return typeof e.close=="function"&&!this[gs]&&e.close(),t?this.emit("error",t):this.emit(be),this}static get isStream(){return pm}},Im=Xe.writev,gn=Symbol("_autoClose"),mt=Symbol("_close"),oi=Symbol("_ended"),de=Symbol("_fd"),Fa=Symbol("_finished"),Ht=Symbol("_flags"),za=Symbol("_flush"),sc=Symbol("_handleChunk"),oc=Symbol("_makeBuf"),mi=Symbol("_mode"),ys=Symbol("_needDrain"),_r=Symbol("_onerror"),yr=Symbol("_onopen"),Ua=Symbol("_onread"),pr=Symbol("_onwrite"),mn=Symbol("_open"),gt=Symbol("_path"),un=Symbol("_pos"),At=Symbol("_queue"),gr=Symbol("_read"),Ga=Symbol("_readSize"),qt=Symbol("_reading"),ai=Symbol("_remain"),qa=Symbol("_size"),ks=Symbol("_write"),kn=Symbol("_writing"),Ds=Symbol("_defaultFlag"),Bn=Symbol("_errored"),Tc=class extends Gn{[Bn]=!1;[de];[gt];[Ga];[qt]=!1;[qa];[ai];[gn];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[Bn]=!1,this[de]=typeof e.fd=="number"?e.fd:void 0,this[gt]=t,this[Ga]=e.readSize||16*1024*1024,this[qt]=!1,this[qa]=typeof e.size=="number"?e.size:1/0,this[ai]=this[qa],this[gn]=typeof e.autoClose=="boolean"?e.autoClose:!0,typeof this[de]=="number"?this[gr]():this[mn]()}get fd(){return this[de]}get path(){return this[gt]}write(){throw new TypeError("this is a readable stream")}end(){throw new TypeError("this is a readable stream")}[mn](){Xe.open(this[gt],"r",(t,e)=>this[yr](t,e))}[yr](t,e){t?this[_r](t):(this[de]=e,this.emit("open",e),this[gr]())}[oc](){return Buffer.allocUnsafe(Math.min(this[Ga],this[ai]))}[gr](){if(!this[qt]){this[qt]=!0;let t=this[oc]();if(t.length===0)return process.nextTick(()=>this[Ua](null,0,t));Xe.read(this[de],t,0,t.length,null,(e,r,i)=>this[Ua](e,r,i))}}[Ua](t,e,r){this[qt]=!1,t?this[_r](t):this[sc](e,r)&&this[gr]()}[mt](){if(this[gn]&&typeof this[de]=="number"){let t=this[de];this[de]=void 0,Xe.close(t,e=>e?this.emit("error",e):this.emit("close"))}}[_r](t){this[qt]=!0,this[mt](),this.emit("error",t)}[sc](t,e){let r=!1;return this[ai]-=t,t>0&&(r=super.write(t<e.length?e.subarray(0,t):e)),(t===0||this[ai]<=0)&&(r=!1,this[mt](),super.end()),r}emit(t,...e){switch(t){case"prefinish":case"finish":return!1;case"drain":return typeof this[de]=="number"&&this[gr](),!1;case"error":return this[Bn]?!1:(this[Bn]=!0,super.emit(t,...e));default:return super.emit(t,...e)}}},Am=class extends Tc{[mn](){let t=!0;try{this[yr](null,Xe.openSync(this[gt],"r")),t=!1}finally{t&&this[mt]()}}[gr](){let t=!0;try{if(!this[qt]){this[qt]=!0;do{let e=this[oc](),r=e.length===0?0:Xe.readSync(this[de],e,0,e.length,null);if(!this[sc](r,e))break}while(!0);this[qt]=!1}t=!1}finally{t&&this[mt]()}}[mt](){if(this[gn]&&typeof this[de]=="number"){let t=this[de];this[de]=void 0,Xe.closeSync(t),this.emit("close")}}},Ks=class extends hm{readable=!1;writable=!0;[Bn]=!1;[kn]=!1;[oi]=!1;[At]=[];[ys]=!1;[gt];[mi];[gn];[de];[Ds];[Ht];[Fa]=!1;[un];constructor(t,e){e=e||{},super(e),this[gt]=t,this[de]=typeof e.fd=="number"?e.fd:void 0,this[mi]=e.mode===void 0?438:e.mode,this[un]=typeof e.start=="number"?e.start:void 0,this[gn]=typeof e.autoClose=="boolean"?e.autoClose:!0;let r=this[un]!==void 0?"r+":"w";this[Ds]=e.flags===void 0,this[Ht]=e.flags===void 0?r:e.flags,this[de]===void 0&&this[mn]()}emit(t,...e){if(t==="error"){if(this[Bn])return!1;this[Bn]=!0}return super.emit(t,...e)}get fd(){return this[de]}get path(){return this[gt]}[_r](t){this[mt](),this[kn]=!0,this.emit("error",t)}[mn](){Xe.open(this[gt],this[Ht],this[mi],(t,e)=>this[yr](t,e))}[yr](t,e){this[Ds]&&this[Ht]==="r+"&&t&&t.code==="ENOENT"?(this[Ht]="w",this[mn]()):t?this[_r](t):(this[de]=e,this.emit("open",e),this[kn]||this[za]())}end(t,e){return t&&this.write(t,e),this[oi]=!0,!this[kn]&&!this[At].length&&typeof this[de]=="number"&&this[pr](null,0),this}write(t,e){return typeof t=="string"&&(t=Buffer.from(t,e)),this[oi]?(this.emit("error",new Error("write() after end()")),!1):this[de]===void 0||this[kn]||this[At].length?(this[At].push(t),this[ys]=!0,!1):(this[kn]=!0,this[ks](t),!0)}[ks](t){Xe.write(this[de],t,0,t.length,this[un],(e,r)=>this[pr](e,r))}[pr](t,e){t?this[_r](t):(this[un]!==void 0&&typeof e=="number"&&(this[un]+=e),this[At].length?this[za]():(this[kn]=!1,this[oi]&&!this[Fa]?(this[Fa]=!0,this[mt](),this.emit("finish")):this[ys]&&(this[ys]=!1,this.emit("drain"))))}[za](){if(this[At].length===0)this[oi]&&this[pr](null,0);else if(this[At].length===1)this[ks](this[At].pop());else{let t=this[At];this[At]=[],Im(this[de],t,this[un],(e,r)=>this[pr](e,r))}}[mt](){if(this[gn]&&typeof this[de]=="number"){let t=this[de];this[de]=void 0,Xe.close(t,e=>e?this.emit("error",e):this.emit("close"))}}},Ku=class extends Ks{[mn](){let t;if(this[Ds]&&this[Ht]==="r+")try{t=Xe.openSync(this[gt],this[Ht],this[mi])}catch(e){if(e?.code==="ENOENT")return this[Ht]="w",this[mn]();throw e}else t=Xe.openSync(this[gt],this[Ht],this[mi]);this[yr](null,t)}[mt](){if(this[gn]&&typeof this[de]=="number"){let t=this[de];this[de]=void 0,Xe.closeSync(t),this.emit("close")}}[ks](t){let e=!0;try{this[pr](null,Xe.writeSync(this[de],t,0,t.length,this[un])),e=!1}finally{if(e)try{this[mt]()}catch{}}}},Rm=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"]]),km=t=>!!t.sync&&!!t.file,Dm=t=>!t.sync&&!!t.file,Pm=t=>!!t.sync&&!t.file,Om=t=>!t.sync&&!t.file,Lm=t=>!!t.file,Nm=t=>Rm.get(t)||t,Cc=(t={})=>{if(!t)return{};let e={};for(let[r,i]of Object.entries(t)){let o=Nm(r);e[o]=i}return e.chmod===void 0&&e.noChmod===!1&&(e.chmod=!0),delete e.noChmod,e},Ai=(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 h=Cc(c);if(o?.(h,d),km(h)){if(typeof u=="function")throw new TypeError("callback not supported for sync tar functions");return t(h,d)}else if(Dm(h)){let x=e(h,d);return u?x.then(()=>u(),u):x}else if(Pm(h)){if(typeof u=="function")throw new TypeError("callback not supported for sync tar functions");return r(h,d)}else if(Om(h)){if(typeof u=="function")throw new TypeError("callback only supported with file option");return i(h,d)}throw new Error("impossible options??")},{syncFile:t,asyncFile:e,syncNoFile:r,asyncNoFile:i,validate:o}),Fm=Bm.constants||{ZLIB_VERNUM:4736},kt=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},Fm)),zm=Fn.concat,pu=Object.getOwnPropertyDescriptor(Fn,"concat"),Um=t=>t,Ha=pu?.writable===!0||pu?.set!==void 0?t=>{Fn.concat=t?Um:zm}:t=>{},zn=Symbol("_superWrite"),Es=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"}},ja=Symbol("flushFlag"),Rc=class extends Gn{#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 xu[e]!="function")throw new TypeError("Compression method not supported: "+e);try{this.#t=new xu[e](t)}catch(r){throw new Es(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 Es(r))),this.once("end",()=>this.close)}close(){this.#t&&(this.#t.close(),this.#t=void 0,this.emit("close"))}reset(){if(!this.#e)return ac(this.#t,"zlib binding closed"),this.#t.reset?.()}flush(t){this.ended||(typeof t!="number"&&(t=this.#i),this.write(Object.assign(Fn.alloc(0),{[ja]: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}[zn](t){return super.write(t)}write(t,e,r){if(typeof e=="function"&&(r=e,e="utf8"),typeof t=="string"&&(t=Fn.from(t,e)),this.#e)return;ac(this.#t,"zlib binding closed");let i=this.#t._handle,o=i.close;i.close=()=>{};let c=this.#t.close;this.#t.close=()=>{},Ha(!0);let d;try{let h=typeof t[ja]=="number"?t[ja]:this.#r;d=this.#t._processChunk(t,h),Ha(!1)}catch(h){Ha(!1),this.#o(new Es(h,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",h=>this.#o(new Es(h,this.write)));let u;if(d)if(Array.isArray(d)&&d.length>0){let h=d[0];u=this[zn](Fn.from(h));for(let x=1;x<d.length;x++)u=this[zn](d[x])}else u=this[zn](Fn.from(d));return r&&r(),u}},Vu=class extends Rc{#e;#n;constructor(t,e){t=t||{},t.flush=t.flush||kt.Z_NO_FLUSH,t.finishFlush=t.finishFlush||kt.Z_FINISH,t.fullFlushFlag=kt.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(kt.Z_SYNC_FLUSH),ac(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)}}}},Gm=class extends Vu{#e;constructor(t){super(t,"Gzip"),this.#e=t&&!!t.portable}[zn](t){return this.#e?(this.#e=!1,t[9]=255,super[zn](t)):super[zn](t)}},qm=class extends Vu{constructor(t){super(t,"Unzip")}},Ju=class extends Rc{constructor(t,e){t=t||{},t.flush=t.flush||kt.BROTLI_OPERATION_PROCESS,t.finishFlush=t.finishFlush||kt.BROTLI_OPERATION_FINISH,t.fullFlushFlag=kt.BROTLI_OPERATION_FLUSH,super(t,e)}},Hm=class extends Ju{constructor(t){super(t,"BrotliCompress")}},jm=class extends Ju{constructor(t){super(t,"BrotliDecompress")}},Zu=class extends Rc{constructor(t,e){t=t||{},t.flush=t.flush||kt.ZSTD_e_continue,t.finishFlush=t.finishFlush||kt.ZSTD_e_end,t.fullFlushFlag=kt.ZSTD_e_flush,super(t,e)}},Wm=class extends Zu{constructor(t){super(t,"ZstdCompress")}},Km=class extends Zu{constructor(t){super(t,"ZstdDecompress")}},$m=(t,e)=>{if(Number.isSafeInteger(t))t<0?Jm(t,e):Vm(t,e);else throw Error("cannot encode number outside of javascript safe integer range");return e},Vm=(t,e)=>{e[0]=128;for(var r=e.length;r>1;r--)e[r-1]=t&255,t=Math.floor(t/256)},Jm=(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]=Yu(o):o===0?e[i-1]=0:(r=!0,e[i-1]=Xu(o))}},Zm=t=>{let e=t[0],r=e===128?Xm(t.subarray(1,t.length)):e===255?Ym(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},Ym=t=>{for(var e=t.length,r=0,i=!1,o=e-1;o>-1;o--){var c=Number(t[o]),d;i?d=Yu(c):c===0?d=c:(i=!0,d=Xu(c)),d!==0&&(r-=d*Math.pow(256,e-o-1))}return r},Xm=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},Yu=t=>(255^t)&255,Xu=t=>(255^t)+1&255,Qm={};fm(Qm,{code:()=>kc,isCode:()=>Ps,isName:()=>ew,name:()=>$s,normalFsTypes:()=>Qu});var Ps=t=>$s.has(t),ew=t=>kc.has(t),Qu=new Set(["0","","1","2","3","4","5","6","7","D"]),$s=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($s).map(t=>[t[1],t[0]])),Un=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=Dn(t,e+156,1),c=Qu.has(o),d=c?r:void 0,u=c?i:void 0;if(this.path=d?.path??Dn(t,e,100),this.mode=d?.mode??u?.mode??fn(t,e+100,8),this.uid=d?.uid??u?.uid??fn(t,e+108,8),this.gid=d?.gid??u?.gid??fn(t,e+116,8),this.size=d?.size??u?.size??fn(t,e+124,12),this.mtime=d?.mtime??u?.mtime??Wa(t,e+136,12),this.cksum=fn(t,e+148,12),u&&this.#n(u,!0),d&&this.#n(d),Ps(o)&&(this.#e=o||"0"),this.#e==="0"&&this.path.slice(-1)==="/"&&(this.#e="5"),this.#e==="5"&&(this.size=0),this.linkpath=Dn(t,e+157,100),t.subarray(e+257,e+265).toString()==="ustar\x0000")if(this.uname=d?.uname??u?.uname??Dn(t,e+265,32),this.gname=d?.gname??u?.gname??Dn(t,e+297,32),this.devmaj=d?.devmaj??u?.devmaj??fn(t,e+329,8)??0,this.devmin=d?.devmin??u?.devmin??fn(t,e+337,8)??0,t[e+475]!==0){let x=Dn(t,e+345,155);this.path=x+"/"+this.path}else{let x=Dn(t,e+345,130);x&&(this.path=x+"/"+this.path),this.atime=r?.atime??i?.atime??Wa(t,e+476,12),this.ctime=r?.ctime??i?.ctime??Wa(t,e+488,12)}let h=256;for(let x=e;x<e+148;x++)h+=t[x];for(let x=e+156;x<e+512;x++)h+=t[x];this.cksumValid=h===this.cksum,this.cksum===void 0&&h===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=tw(this.path||"",r),o=i[0],c=i[1];this.needPax=!!i[2],this.needPax=Pn(t,e,100,o)||this.needPax,this.needPax=hn(t,e+100,8,this.mode)||this.needPax,this.needPax=hn(t,e+108,8,this.uid)||this.needPax,this.needPax=hn(t,e+116,8,this.gid)||this.needPax,this.needPax=hn(t,e+124,12,this.size)||this.needPax,this.needPax=Ka(t,e+136,12,this.mtime)||this.needPax,t[e+156]=Number(this.#e.codePointAt(0)),this.needPax=Pn(t,e+157,100,this.linkpath)||this.needPax,t.write("ustar\x0000",e+257,8),this.needPax=Pn(t,e+265,32,this.uname)||this.needPax,this.needPax=Pn(t,e+297,32,this.gname)||this.needPax,this.needPax=hn(t,e+329,8,this.devmaj)||this.needPax,this.needPax=hn(t,e+337,8,this.devmin)||this.needPax,this.needPax=Pn(t,e+345,r,c)||this.needPax,t[e+475]!==0?this.needPax=Pn(t,e+345,155,c)||this.needPax:(this.needPax=Pn(t,e+345,130,c)||this.needPax,this.needPax=Ka(t,e+476,12,this.atime)||this.needPax,this.needPax=Ka(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,hn(t,e+148,8,this.cksum),this.cksumValid=!0,this.needPax}get type(){return this.#e==="Unsupported"?this.#e:$s.get(this.#e)}get typeKey(){return this.#e}set type(t){let e=String(kc.get(t));if(Ps(e)||e==="Unsupported")this.#e=e;else if(Ps(t))this.#e=t;else throw new TypeError("invalid entry type: "+t)}},tw=(t,e)=>{let r=t,i="",o,c=lr.parse(t).root||".";if(Buffer.byteLength(r)<100)o=[r,i,!1];else{i=lr.dirname(r),r=lr.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=lr.join(lr.basename(i),r),i=lr.dirname(i));while(i!==c&&o===void 0);o||(o=[t.slice(0,99),"",!0])}return o},Dn=(t,e,r)=>t.subarray(e,e+r).toString("utf8").replace(/\0.*/,""),Wa=(t,e,r)=>nw(fn(t,e,r)),nw=t=>t===void 0?void 0:new Date(t*1e3),fn=(t,e,r)=>Number(t[e])&128?Zm(t.subarray(e,e+r)):iw(t,e,r),rw=t=>isNaN(t)?void 0:t,iw=(t,e,r)=>rw(parseInt(t.subarray(e,e+r).toString("utf8").replace(/\0.*$/,"").trim(),8)),sw={12:8589934591,8:2097151},hn=(t,e,r,i)=>i===void 0?!1:i>sw[r]||i<0?($m(i,t.subarray(e,e+r)),!0):(ow(t,e,r,i),!1),ow=(t,e,r,i)=>t.write(aw(i,r),e,r,"ascii"),aw=(t,e)=>cw(Math.floor(t).toString(8),e),cw=(t,e)=>(t.length===e-1?t:new Array(e-t.length-1).join("0")+t+" ")+"\0",Ka=(t,e,r,i)=>i===void 0?!1:hn(t,e,r,i.getTime()/1e3),dw=new Array(156).join("\0"),Pn=(t,e,r,i)=>i===void 0?!1:(t.write(i+dw,e,r,"utf8"),i.length!==Buffer.byteLength(i)||i.length>r),Gs=class ef{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 Un({path:("PaxHeader/"+lw(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(hw,Object.create(null)),hw=(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},xw=process.env.TESTING_TAR_FAKE_PLATFORM||process.platform,Z=xw!=="win32"?t=>t:t=>t&&t.replaceAll(/\\/g,"/"),pw=class extends Gn{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=Z(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?Z(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=Z(t.path)),t.linkpath&&(t.linkpath=Z(t.linkpath)),Object.assign(this,Object.fromEntries(Object.entries(t).filter(([r,i])=>!(i==null||r==="path"&&e))))}},Vs=(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))},gw=1024*1024,cc=Buffer.from([31,139]),dc=Buffer.from([40,181,47,253]),mw=Math.max(cc.length,dc.length),st=Symbol("state"),On=Symbol("writeEntry"),Ut=Symbol("readEntry"),$a=Symbol("nextEntry"),gu=Symbol("processEntry"),Tt=Symbol("extendedHeader"),ci=Symbol("globalExtendedHeader"),an=Symbol("meta"),mu=Symbol("emitMeta"),pe=Symbol("buffer"),Gt=Symbol("queue"),cn=Symbol("ended"),Va=Symbol("emittedEnd"),Ln=Symbol("emit"),Ae=Symbol("unzip"),vs=Symbol("consumeChunk"),bs=Symbol("consumeChunkSub"),Ja=Symbol("consumeBody"),wu=Symbol("consumeMeta"),_u=Symbol("consumeHeader"),di=Symbol("consuming"),Za=Symbol("bufferConcat"),Ss=Symbol("maybeEnd"),ur=Symbol("writing"),dn=Symbol("aborted"),Is=Symbol("onDone"),Nn=Symbol("sawValidEntry"),As=Symbol("sawNullBlock"),Ts=Symbol("sawEOF"),yu=Symbol("closeStream"),ww=()=>!0,Ii=class extends Mm{file;strict;maxMetaEntrySize;filter;brotli;zstd;writable=!0;readable=!1;[Gt]=[];[pe];[Ut];[On];[st]="begin";[an]="";[Tt];[ci];[cn]=!1;[Ae];[dn]=!1;[Nn];[As]=!1;[Ts]=!1;[ur]=!1;[di]=!1;[Va]=!1;constructor(t={}){super(),this.file=t.file||"",this.on(Is,()=>{(this[st]==="begin"||this[Nn]===!1)&&this.warn("TAR_BAD_ARCHIVE","Unrecognized archive format")}),t.ondone?this.on(Is,t.ondone):this.on(Is,()=>{this.emit("prefinish"),this.emit("finish"),this.emit("end")}),this.strict=!!t.strict,this.maxMetaEntrySize=t.maxMetaEntrySize||gw,this.filter=typeof t.filter=="function"?t.filter:ww;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[yu]()),typeof t.onwarn=="function"&&this.on("warn",t.onwarn),typeof t.onReadEntry=="function"&&this.on("entry",t.onReadEntry)}warn(t,e,r={}){Vs(this,t,e,r)}[_u](t,e){this[Nn]===void 0&&(this[Nn]=!1);let r;try{r=new Un(t,e,this[Tt],this[ci])}catch(i){return this.warn("TAR_ENTRY_INVALID",i)}if(r.nullBlock)this[As]?(this[Ts]=!0,this[st]==="begin"&&(this[st]="header"),this[Ln]("eof")):(this[As]=!0,this[Ln]("nullBlock"));else if(this[As]=!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[On]=new pw(r,this[Tt],this[ci]);if(!this[Nn])if(o.remain){let c=()=>{o.invalid||(this[Nn]=!0)};o.on("end",c)}else this[Nn]=!0;o.meta?o.size>this.maxMetaEntrySize?(o.ignore=!0,this[Ln]("ignoredEntry",o),this[st]="ignore",o.resume()):o.size>0&&(this[an]="",o.on("data",c=>this[an]+=c),this[st]="meta"):(this[Tt]=void 0,o.ignore=o.ignore||!this.filter(o.path,o),o.ignore?(this[Ln]("ignoredEntry",o),this[st]=o.remain?"ignore":"header",o.resume()):(o.remain?this[st]="body":(this[st]="header",o.end()),this[Ut]?this[Gt].push(o):(this[Gt].push(o),this[$a]())))}}}[yu](){queueMicrotask(()=>this.emit("close"))}[gu](t){let e=!0;if(!t)this[Ut]=void 0,e=!1;else if(Array.isArray(t)){let[r,...i]=t;this.emit(r,...i)}else this[Ut]=t,this.emit("entry",t),t.emittedEnd||(t.on("end",()=>this[$a]()),e=!1);return e}[$a](){do;while(this[gu](this[Gt].shift()));if(this[Gt].length===0){let t=this[Ut];!t||t.flowing||t.size===t.remain?this[ur]||this.emit("drain"):t.once("drain",()=>this.emit("drain"))}}[Ja](t,e){let r=this[On];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[st]="header",this[On]=void 0,r.end()),o.length}[wu](t,e){let r=this[On],i=this[Ja](t,e);return!this[On]&&r&&this[mu](r),i}[Ln](t,e,r){this[Gt].length===0&&!this[Ut]?this.emit(t,e,r):this[Gt].push([t,e,r])}[mu](t){switch(this[Ln]("meta",this[an]),t.type){case"ExtendedHeader":case"OldExtendedHeader":this[Tt]=Gs.parse(this[an],this[Tt],!1);break;case"GlobalExtendedHeader":this[ci]=Gs.parse(this[an],this[ci],!0);break;case"NextFileHasLongPath":case"OldGnuLongPath":{let e=this[Tt]??Object.create(null);this[Tt]=e,e.path=this[an].replace(/\0.*/,"");break}case"NextFileHasLongLinkpath":{let e=this[Tt]||Object.create(null);this[Tt]=e,e.linkpath=this[an].replace(/\0.*/,"");break}default:throw new Error("unknown meta: "+t.type)}}abort(t){this[dn]=!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[dn])return r?.(),!1;if((this[Ae]===void 0||this.brotli===void 0&&this[Ae]===!1)&&t){if(this[pe]&&(t=Buffer.concat([this[pe],t]),this[pe]=void 0),t.length<mw)return this[pe]=t,r?.(),!0;for(let d=0;this[Ae]===void 0&&d<cc.length;d++)t[d]!==cc[d]&&(this[Ae]=!1);let o=!1;if(this[Ae]===!1&&this.zstd!==!1){o=!0;for(let d=0;d<dc.length;d++)if(t[d]!==dc[d]){o=!1;break}}let c=this.brotli===void 0&&!o;if(this[Ae]===!1&&c)if(t.length<512)if(this[cn])this.brotli=!0;else return this[pe]=t,r?.(),!0;else try{new Un(t.subarray(0,512)),this.brotli=!1}catch{this.brotli=!0}if(this[Ae]===void 0||this[Ae]===!1&&(this.brotli||o)){let d=this[cn];this[cn]=!1,this[Ae]=this[Ae]===void 0?new qm({}):o?new Km({}):new jm({}),this[Ae].on("data",h=>this[vs](h)),this[Ae].on("error",h=>this.abort(h)),this[Ae].on("end",()=>{this[cn]=!0,this[vs]()}),this[ur]=!0;let u=!!this[Ae][d?"end":"write"](t);return this[ur]=!1,r?.(),u}}this[ur]=!0,this[Ae]?this[Ae].write(t):this[vs](t),this[ur]=!1;let i=this[Gt].length>0?!1:this[Ut]?this[Ut].flowing:!0;return!i&&this[Gt].length===0&&this[Ut]?.once("drain",()=>this.emit("drain")),r?.(),i}[Za](t){t&&!this[dn]&&(this[pe]=this[pe]?Buffer.concat([this[pe],t]):t)}[Ss](){if(this[cn]&&!this[Va]&&!this[dn]&&!this[di]){this[Va]=!0;let t=this[On];if(t&&t.blockRemain){let e=this[pe]?this[pe].length:0;this.warn("TAR_BAD_ARCHIVE",`Truncated input (needed ${t.blockRemain} more bytes, only ${e} available)`,{entry:t}),this[pe]&&t.write(this[pe]),t.end()}this[Ln](Is)}}[vs](t){if(this[di]&&t)this[Za](t);else if(!t&&!this[pe])this[Ss]();else if(t){if(this[di]=!0,this[pe]){this[Za](t);let e=this[pe];this[pe]=void 0,this[bs](e)}else this[bs](t);for(;this[pe]&&this[pe]?.length>=512&&!this[dn]&&!this[Ts];){let e=this[pe];this[pe]=void 0,this[bs](e)}this[di]=!1}(!this[pe]||this[cn])&&this[Ss]()}[bs](t){let e=0,r=t.length;for(;e+512<=r&&!this[dn]&&!this[Ts];)switch(this[st]){case"begin":case"header":this[_u](t,e),e+=512;break;case"ignore":case"body":e+=this[Ja](t,e);break;case"meta":e+=this[wu](t,e);break;default:throw new Error("invalid state: "+this[st])}e<r&&(this[pe]=this[pe]?Buffer.concat([t.subarray(e),this[pe]]):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[dn]||(this[Ae]?(t&&this[Ae].write(t),this[Ae].end()):(this[cn]=!0,(this.brotli===void 0||this.zstd===void 0)&&(t=t||Buffer.alloc(0)),t&&this.write(t),this[Ss]())),this}},wi=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)},_w=t=>{let e=t.onReadEntry;t.onReadEntry=e?r=>{e(r),r.resume()}:r=>r.resume()},tf=(t,e)=>{let r=new Map(e.map(c=>[wi(c),!0])),i=t.filter,o=(c,d="")=>{let u=d||Cm(c).root||".",h;if(c===u)h=!1;else{let x=r.get(c);h=x!==void 0?x:o(Tm(c),u)}return r.set(c,h),h};t.filter=i?(c,d)=>i(c,d)&&o(wi(c)):c=>o(wi(c))},yw=t=>{let e=new Ii(t),r=t.file,i;try{i=mr.openSync(r,"r");let o=mr.fstatSync(i),c=t.maxReadSize||16*1024*1024;if(o.size<c){let d=Buffer.allocUnsafe(o.size),u=mr.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 h=mr.readSync(i,u,0,c,d);if(h===0)break;d+=h,e.write(u.subarray(0,h))}e.end()}}finally{if(typeof i=="number")try{mr.closeSync(i)}catch{}}},Ew=(t,e)=>{let r=new Ii(t),i=t.maxReadSize||16*1024*1024,o=t.file;return new Promise((c,d)=>{r.on("error",d),r.on("end",c),mr.stat(o,(u,h)=>{if(u)d(u);else{let x=new Tc(o,{readSize:i,size:h.size});x.on("error",d),x.pipe(r)}})})},Er=Ai(yw,Ew,t=>new Ii(t),t=>new Ii(t),(t,e)=>{e?.length&&tf(t,e),t.noResume||_w(t)}),nf=(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:bw,parse:vu}=vw,Dc=t=>{let e="",r=vu(t);for(;bw(t)||r.root;){let i=t.charAt(0)==="/"&&t.slice(0,4)!=="//?/"?"/":r.root;t=t.slice(i.length),e+=i,r=vu(t)}return[e,t]},Js=["|","<",">","?",":"],Pc=Js.map(t=>String.fromCodePoint(61440+Number(t.codePointAt(0)))),Sw=new Map(Js.map((t,e)=>[t,Pc[e]])),Iw=new Map(Pc.map((t,e)=>[t,Js[e]])),bu=t=>Js.reduce((e,r)=>e.split(r).join(Sw.get(r)),t),Aw=t=>Pc.reduce((e,r)=>e.split(r).join(Iw.get(r)),t),rf=(t,e)=>e?(t=Z(t).replace(/^\.(\/|$)/,""),wi(e)+"/"+t):Z(t),Tw=16*1024*1024,Su=Symbol("process"),Iu=Symbol("file"),Au=Symbol("directory"),lc=Symbol("symlink"),Tu=Symbol("hardlink"),li=Symbol("header"),Os=Symbol("read"),uc=Symbol("lstat"),Ls=Symbol("onlstat"),fc=Symbol("onread"),hc=Symbol("onreadlink"),xc=Symbol("openfile"),pc=Symbol("onopenfile"),xn=Symbol("close"),Hs=Symbol("mode"),gc=Symbol("awaitDrain"),Ya=Symbol("ondrain"),Rt=Symbol("prefix"),sf=class extends Gn{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=Cc(e);super(),this.path=Z(t),this.portable=!!r.portable,this.maxReadSize=r.maxReadSize||Tw,this.linkCache=r.linkCache||new Map,this.statCache=r.statCache||new Map,this.preservePaths=!!r.preservePaths,this.cwd=Z(r.cwd||process.cwd()),this.strict=!!r.strict,this.noPax=!!r.noPax,this.noMtime=!!r.noMtime,this.mtime=r.mtime,this.prefix=r.prefix?Z(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]=Dc(this.path);c&&typeof d=="string"&&(this.path=d,i=c)}this.win32=!!r.win32||process.platform==="win32",this.win32&&(this.path=Aw(this.path.replaceAll(/\\/g,"/")),t=t.replaceAll(/\\/g,"/")),this.absolute=Z(r.absolute||Eu.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[Ls](o):this[uc]()}warn(t,e,r={}){return Vs(this,t,e,r)}emit(t,...e){return t==="error"&&(this.#e=!0),super.emit(t,...e)}[uc](){Ct.lstat(this.absolute,(t,e)=>{if(t)return this.emit("error",t);this[Ls](e)})}[Ls](t){this.statCache.set(this.absolute,t),this.stat=t,t.isFile()||(t.size=0),this.type=kw(t),this.emit("stat",t),this[Su]()}[Su](){switch(this.type){case"File":return this[Iu]();case"Directory":return this[Au]();case"SymbolicLink":return this[lc]();default:return this.end()}}[Hs](t){return nf(t,this.type==="Directory",this.portable)}[Rt](t){return rf(t,this.prefix)}[li](){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 Un({path:this[Rt](this.path),linkpath:this.type==="Link"&&this.linkpath!==void 0?this[Rt](this.linkpath):this.linkpath,mode:this[Hs](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 Gs({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[Rt](this.path),linkpath:this.type==="Link"&&this.linkpath!==void 0?this[Rt](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)}[Au](){if(!this.stat)throw new Error("cannot create directory entry without stat");this.path.slice(-1)!=="/"&&(this.path+="/"),this.stat.size=0,this[li](),this.end()}[lc](){Ct.readlink(this.absolute,(t,e)=>{if(t)return this.emit("error",t);this[hc](e)})}[hc](t){this.linkpath=Z(t),this[li](),this.end()}[Tu](t){if(!this.stat)throw new Error("cannot create link entry without stat");this.type="Link",this.linkpath=Z(Eu.relative(this.cwd,t)),this.stat.size=0,this[li](),this.end()}[Iu](){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[Tu](e);this.linkCache.set(t,this.absolute)}if(this[li](),this.stat.size===0)return this.end();this[xc]()}[xc](){Ct.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[xn]();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[Os]()}[Os](){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");Ct.read(t,e,r,i,o,(c,d)=>{if(c)return this[xn](()=>this.emit("error",c));this[fc](d)})}[xn](t=()=>{}){this.fd!==void 0&&Ct.close(this.fd,t)}[fc](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[xn](()=>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[xn](()=>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[Ya]():this[gc](()=>this[Ya]())}[gc](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)}[Ya](){if(!this.remain)return this.blockRemain&&super.write(Buffer.alloc(this.blockRemain)),this[xn](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[Os]()}},Cw=class extends sf{sync=!0;[uc](){this[Ls](Ct.lstatSync(this.absolute))}[lc](){this[hc](Ct.readlinkSync(this.absolute))}[xc](){this[pc](Ct.openSync(this.absolute,"r"))}[Os](){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=Ct.readSync(e,r,i,o,c);this[fc](d),t=!1}finally{if(t)try{this[xn](()=>{})}catch{}}}[gc](t){t()}[xn](t=()=>{}){this.fd!==void 0&&Ct.closeSync(this.fd),t()}},Rw=class extends Gn{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 Vs(this,t,e,r)}constructor(t,e={}){let r=Cc(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=Z(t.path),this.mode=t.mode!==void 0?this[Hs](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?Z(t.linkpath):void 0,typeof r.onwarn=="function"&&this.on("warn",r.onwarn);let o=!1;if(!this.preservePaths){let[d,u]=Dc(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 Un({path:this[Rt](this.path),linkpath:this.type==="Link"&&this.linkpath!==void 0?this[Rt](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 Gs({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[Rt](this.path),linkpath:this.type==="Link"&&this.linkpath!==void 0?this[Rt](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)}[Rt](t){return rf(t,this.prefix)}[Hs](t){return nf(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}},kw=t=>t.isFile()?"File":t.isDirectory()?"Directory":t.isSymbolicLink()?"SymbolicLink":"Unsupported",Dw=class wr{tail;head;length=0;static create(e=[]){return new wr(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++)Ow(this,e[r]);return this.length}unshift(...e){for(var r=0,i=e.length;r<i;r++)Lw(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 wr;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 wr;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 wr;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 wr;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=Pw(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 Pw(t,e,r){let i=e,o=e?e.next:t.head,c=new Oc(r,i,o,t);return c.next===void 0&&(t.tail=c),c.prev===void 0&&(t.head=c),t.length++,c}function Ow(t,e){t.tail=new Oc(e,t.tail,void 0,t),t.head||(t.head=t.tail),t.length++}function Lw(t,e){t.head=new Oc(e,void 0,t.head,t),t.tail||(t.tail=t.head),t.length++}var Oc=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}},Ru=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),Ns=Symbol("onStat"),ui=Symbol("ended"),xt=Symbol("queue"),fi=Symbol("pendingLinks"),ln=Symbol("current"),Mn=Symbol("process"),hi=Symbol("processing"),Cs=Symbol("processJob"),pt=Symbol("jobs"),Xa=Symbol("jobDone"),Ms=Symbol("addFSEntry"),Du=Symbol("addTarEntry"),mc=Symbol("stat"),wc=Symbol("readdir"),Bs=Symbol("onreaddir"),Fs=Symbol("pipe"),Pu=Symbol("entry"),Qa=Symbol("entryOpt"),zs=Symbol("writeEntryClass"),of=Symbol("write"),ec=Symbol("ondrain"),Zs=class extends Gn{sync=!1;opt;cwd;maxReadSize;preservePaths;strict;noPax;prefix;linkCache;statCache;file;portable;zip;readdirCache;noDirRecurse;follow;noMtime;mtime;filter;jobs;[zs];onWriteEntry;[xt];[fi]=new Map;[pt]=0;[hi]=!1;[ui]=!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=Z(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[zs]=sf,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 Gm(t.gzip)),t.brotli&&(typeof t.brotli!="object"&&(t.brotli={}),this.zip=new Hm(t.brotli)),t.zstd&&(typeof t.zstd!="object"&&(t.zstd={}),this.zip=new Wm(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[ec]()),this.on("resume",()=>e.resume())}else this.on("drain",this[ec]);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[xt]=new Dw,this[pt]=0,this.jobs=Number(t.jobs)||4,this[hi]=!1,this[ui]=!1}[of](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[ui]=!0,this[Mn](),r&&r(),this}write(t){if(this[ui])throw new Error("write after end");return typeof t=="string"?this[Ms](t):this[Du](t),this.flowing}[Du](t){let e=Z(Cu.resolve(this.cwd,t.path));if(!this.filter(t.path,t))t.resume();else{let r=new Ru(t.path,e);r.entry=new Rw(t,this[Qa](r)),r.entry.on("end",()=>this[Xa](r)),this[pt]+=1,this[xt].push(r)}this[Mn]()}[Ms](t){let e=Z(Cu.resolve(this.cwd,t));this[xt].push(new Ru(t,e)),this[Mn]()}[mc](t){t.pending=!0,this[pt]+=1;let e=this.follow?"stat":"lstat";qs[e](t.absolute,(r,i)=>{t.pending=!1,this[pt]-=1,r?this.emit("error",r):this[Ns](t,i)})}[Ns](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[ln])this[Cs](t);else{let r=`${e.dev}:${e.ino}`,i=this[fi].get(r);i?i.push(t):this[fi].set(r,[t]),t.pendingLink=!0,t.pending=!0}this[Mn]()}[wc](t){t.pending=!0,this[pt]+=1,qs.readdir(t.absolute,(e,r)=>{if(t.pending=!1,this[pt]-=1,e)return this.emit("error",e);this[Bs](t,r)})}[Bs](t,e){this.readdirCache.set(t.absolute,e),t.readdir=e,this[Mn]()}[Mn](){if(!this[hi]){this[hi]=!0;for(let t=this[xt].head;t&&this[pt]<this.jobs;t=t.next)if(this[Cs](t.value),t.value.ignore){let e=t.next;this[xt].removeNode(t),t.next=e}this[hi]=!1,this[ui]&&this[xt].length===0&&this[pt]===0&&(this.zip?this.zip.end(ku):(super.write(ku),super.end()))}}get[ln](){return this[xt]&&this[xt].head&&this[xt].head.value}[Xa](t){this[xt].shift(),this[pt]-=1;let{stat:e}=t;if(e&&e.isFile()&&e.nlink>1){let r=`${e.dev}:${e.ino}`,i=this[fi].get(r);if(i){this[fi].delete(r);for(let o of i)o.pending=!1,this[Cs](o)}}this[Mn]()}[Cs](t){if(t.pending&&t.pendingLink&&t===this[ln]&&(t.pending=!1,t.pendingLink=!1),!t.pending){if(t.entry){t===this[ln]&&!t.piped&&this[Fs](t);return}if(!t.stat){let e=this.statCache.get(t.absolute);e?this[Ns](t,e):this[mc](t)}if(t.stat&&!t.ignore){if(!this.noDirRecurse&&t.stat.isDirectory()&&!t.readdir){let e=this.readdirCache.get(t.absolute);if(e?this[Bs](t,e):this[wc](t),!t.readdir)return}if(t.entry=this[Pu](t),!t.entry){t.ignore=!0;return}t===this[ln]&&!t.piped&&this[Fs](t)}}}[Qa](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}}[Pu](t){this[pt]+=1;try{return new this[zs](t.path,this[Qa](t)).on("end",()=>this[Xa](t)).on("error",e=>this.emit("error",e))}catch(e){this.emit("error",e)}}[ec](){this[ln]&&this[ln].entry&&this[ln].entry.resume()}[Fs](t){t.piped=!0,t.readdir&&t.readdir.forEach(i=>{let o=t.path,c=o==="./"?"":o.replace(/\/*$/,"/");this[Ms](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={}){Vs(this,t,e,r)}},Lc=class extends Zs{sync=!0;constructor(t){super(t),this[zs]=Cw}pause(){}resume(){}[mc](t){let e=this.follow?"statSync":"lstatSync";this[Ns](t,qs[e](t.absolute))}[wc](t){this[Bs](t,qs.readdirSync(t.absolute))}[Fs](t){let e=t.entry,r=this.zip;if(t.readdir&&t.readdir.forEach(i=>{let o=t.path,c=o==="./"?"":o.replace(/\/*$/,"/");this[Ms](c+i)}),!e)throw new Error("Cannot pipe without source");r?e.on("data",i=>{r.write(i)}):e.on("data",i=>{super[of](i)})}},Nw=(t,e)=>{let r=new Lc(t),i=new Ku(t.file,{mode:t.mode||438});r.pipe(i),af(r,e)},Mw=(t,e)=>{let r=new Zs(t),i=new Ks(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 cf(r,e).catch(c=>r.emit("error",c)),o},af=(t,e)=>{e.forEach(r=>{r.charAt(0)==="@"?Er({file:$u.resolve(t.cwd,r.slice(1)),sync:!0,noResume:!0,onReadEntry:i=>t.add(i)}):t.add(r)}),t.end()},cf=async(t,e)=>{for(let r of e)r.charAt(0)==="@"?await Er({file:$u.resolve(String(t.cwd),r.slice(1)),noResume:!0,onReadEntry:i=>{t.add(i)}}):t.add(r);t.end()},Bw=(t,e)=>{let r=new Lc(t);return af(r,e),r},Fw=(t,e)=>{let r=new Zs(t);return cf(r,e).catch(i=>r.emit("error",i)),r},oA=Ai(Nw,Mw,Bw,Fw,(t,e)=>{if(!e?.length)throw new TypeError("no paths specified to add to archive")}),Uw=process.env.__FAKE_PLATFORM__||process.platform,ff=Uw==="win32",{O_CREAT:hf,O_NOFOLLOW:Ou,O_TRUNC:xf,O_WRONLY:pf}=uf.constants,gf=Number(process.env.__FAKE_FS_O_FILENAME__)||uf.constants.UV_FS_O_FILEMAP||0,Gw=ff&&!!gf,qw=512*1024,Hw=gf|xf|hf|pf,Lu=!ff&&typeof Ou=="number"?Ou|xf|hf|pf:null,mf=Lu!==null?()=>Lu:Gw?t=>t<qw?Hw:"w":()=>"w",_c=(t,e,r)=>{try{return Ys.lchownSync(t,e,r)}catch(i){if(i?.code!=="ENOENT")throw i}},js=(t,e,r,i)=>{Ys.lchown(t,e,r,o=>{i(o&&o?.code!=="ENOENT"?o:null)})},jw=(t,e,r,i,o)=>{if(e.isDirectory())wf(_i.resolve(t,e.name),r,i,c=>{if(c)return o(c);let d=_i.resolve(t,e.name);js(d,r,i,o)});else{let c=_i.resolve(t,e.name);js(c,r,i,o)}},wf=(t,e,r,i)=>{Ys.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 js(t,e,r,i);let d=c.length,u=null,h=x=>{if(!u){if(x)return i(u=x);if(--d===0)return js(t,e,r,i)}};for(let x of c)jw(t,x,e,r,h)})},Ww=(t,e,r,i)=>{e.isDirectory()&&_f(_i.resolve(t,e.name),r,i),_c(_i.resolve(t,e.name),r,i)},_f=(t,e,r)=>{let i;try{i=Ys.readdirSync(t,{withFileTypes:!0})}catch(o){let c=o;if(c?.code==="ENOENT")return;if(c?.code==="ENOTDIR"||c?.code==="ENOTSUP")return _c(t,e,r);throw c}for(let o of i)Ww(t,o,e,r);return _c(t,e,r)},yf=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"}},Xs=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"}},$w=(t,e)=>{nt.stat(t,(r,i)=>{(r||!i.isDirectory())&&(r=new yf(t,r?.code||"ENOTDIR")),e(r)})},Vw=(t,e,r)=>{t=Z(t);let i=e.umask??18,o=e.mode|448,c=(o&i)!==0,d=e.uid,u=e.gid,h=typeof d=="number"&&typeof u=="number"&&(d!==e.processUid||u!==e.processGid),x=e.preserve,m=e.unlink,w=Z(e.cwd),b=(v,I)=>{v?r(v):I&&h?wf(I,d,u,A=>b(A)):c?nt.chmod(t,o,r):r()};if(t===w)return $w(t,b);if(x)return Kw.mkdir(t,{mode:o,recursive:!0}).then(v=>b(null,v??void 0),b);let _=Z(Ws.relative(w,t)).split("/");yc(w,_,o,m,w,void 0,b)},yc=(t,e,r,i,o,c,d)=>{if(e.length===0)return d(null,c);let u=e.shift(),h=Z(Ws.resolve(t+"/"+u));nt.mkdir(h,r,Ef(h,e,r,i,o,c,d))},Ef=(t,e,r,i,o,c,d)=>u=>{u?nt.lstat(t,(h,x)=>{if(h)h.path=h.path&&Z(h.path),d(h);else if(x.isDirectory())yc(t,e,r,i,o,c,d);else if(i)nt.unlink(t,m=>{if(m)return d(m);nt.mkdir(t,r,Ef(t,e,r,i,o,c,d))});else{if(x.isSymbolicLink())return d(new Xs(t,t+"/"+e.join("/")));d(u)}}):(c=c||t,yc(t,e,r,i,o,c,d))},Jw=t=>{let e=!1,r;try{e=nt.statSync(t).isDirectory()}catch(i){r=i?.code}finally{if(!e)throw new yf(t,r??"ENOTDIR")}},Zw=(t,e)=>{t=Z(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),h=e.preserve,x=e.unlink,m=Z(e.cwd),w=v=>{v&&u&&_f(v,c,d),o&&nt.chmodSync(t,i)};if(t===m)return Jw(m),w();if(h)return w(nt.mkdirSync(t,{mode:i,recursive:!0})??void 0);let b=Z(Ws.relative(m,t)).split("/"),_;for(let v=b.shift(),I=m;v&&(I+="/"+v);v=b.shift()){I=Z(Ws.resolve(I));try{nt.mkdirSync(I,i),_=_||I}catch{let A=nt.lstatSync(I);if(A.isDirectory())continue;if(x){nt.unlinkSync(I),nt.mkdirSync(I,i),_=_||I;continue}else if(A.isSymbolicLink())return new Xs(I,I+"/"+b.join("/"))}}return w(_)},tc=Object.create(null),Nu=1e4,fr=new Set,Yw=t=>{fr.has(t)?fr.delete(t):tc[t]=t.normalize("NFD").toLocaleLowerCase("en").toLocaleUpperCase("en"),fr.add(t);let e=tc[t],r=fr.size-Nu;if(r>Nu/10){for(let i of fr)if(fr.delete(i),delete tc[i],--r<=0)break}return e},Xw=process.env.TESTING_TAR_FAKE_PLATFORM||process.platform,Qw=Xw==="win32",e_=t=>t.split("/").slice(0,-1).reduce((e,r)=>{let i=e.at(-1);return i!==void 0&&(r=vf(i,r)),e.push(r||"/"),e},[]),t_=class{#e=new Map;#n=new Map;#r=new Set;reserve(t,e){t=Qw?["win32 parallelization disabled"]:t.map(i=>wi(vf(Yw(i))));let r=new Set(t.map(i=>e_(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 h of u)o.add(h)}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 h=d[0];typeof h=="function"&&o.add(h)}else u.delete(t)}return this.#r.delete(t),o.forEach(c=>this.#i(c)),!0}},n_=()=>process.umask(),Mu=Symbol("onEntry"),Ec=Symbol("checkFs"),Bu=Symbol("checkFs2"),vc=Symbol("isReusable"),ot=Symbol("makeFs"),bc=Symbol("file"),Sc=Symbol("directory"),Us=Symbol("link"),Fu=Symbol("symlink"),zu=Symbol("hardlink"),gi=Symbol("ensureNoSymlink"),Uu=Symbol("unsupported"),Gu=Symbol("checkPath"),nc=Symbol("stripAbsolutePath"),pn=Symbol("mkdir"),Fe=Symbol("onError"),Rs=Symbol("pending"),qu=Symbol("pend"),hr=Symbol("unpend"),rc=Symbol("ended"),ic=Symbol("maybeClose"),Ic=Symbol("skip"),yi=Symbol("doChown"),Ei=Symbol("uid"),vi=Symbol("gid"),bi=Symbol("checkedCwd"),r_=process.env.TESTING_TAR_FAKE_PLATFORM||process.platform,Si=r_==="win32",i_=1024,s_=(t,e)=>{if(!Si)return re.unlink(t,e);let r=t+".DELETE."+lf(16).toString("hex");re.rename(t,r,i=>{if(i)return e(i);re.unlink(r,e)})},o_=t=>{if(!Si)return re.unlinkSync(t);let e=t+".DELETE."+lf(16).toString("hex");re.renameSync(t,e),re.unlinkSync(e)},Hu=(t,e,r)=>t!==void 0&&t===t>>>0?t:e!==void 0&&e===e>>>0?e:r,Nc=class extends Ii{[rc]=!1;[bi]=!1;[Rs]=0;reservations=new t_;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[rc]=!0,this[ic]()},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:i_,this.forceChown=t.forceChown===!0,this.win32=!!t.win32||Si,this.newer=!!t.newer,this.keep=!!t.keep,this.noMtime=!!t.noMtime,this.preservePaths=!!t.preservePaths,this.unlink=!!t.unlink,this.cwd=Z(Pe.resolve(t.cwd||process.cwd())),this.strip=Number(t.strip)||0,this.processUmask=this.chmod?typeof t.processUmask=="number"?t.processUmask:n_():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[Mu](e))}warn(t,e,r={}){return(t==="TAR_BAD_ARCHIVE"||t==="TAR_ABORT")&&(r.recoverable=!1),super.warn(t,e,r)}[ic](){this[rc]&&this[Rs]===0&&(this.emit("prefinish"),this.emit("finish"),this.emit("end"))}[nc](t,e){let r=t[e],{type:i}=t;if(!r||this.preservePaths)return!0;let[o,c]=Dc(r),d=c.replaceAll(/\\/g,"/").split("/");if(d.includes("..")||Si&&/^[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=Pe.posix.dirname(t.path),h=Pe.posix.normalize(Pe.posix.join(u,d.join("/")));if(h.startsWith("../")||h==="..")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}[Gu](t){let e=Z(t.path),r=e.split("/");if(this.strip){if(r.length<this.strip)return!1;if(t.type==="Link"){let i=Z(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[nc](t,"path")||!this[nc](t,"linkpath"))return!1;if(t.absolute=Pe.isAbsolute(t.path)?Z(Pe.resolve(t.path)):Z(Pe.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:Z(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}=Pe.win32.parse(String(t.absolute));t.absolute=i+bu(String(t.absolute).slice(i.length));let{root:o}=Pe.win32.parse(t.path);t.path=o+bu(t.path.slice(o.length))}return!0}[Mu](t){if(!this[Gu](t))return t.resume();switch(zw.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[Ec](t);default:return this[Uu](t)}}[Fe](t,e){t.name==="CwdError"?this.emit("error",t):(this.warn("TAR_ENTRY_ERROR",t,{entry:e}),this[hr](),e.resume())}[pn](t,e,r){Vw(Z(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)}[yi](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}[Ei](t){return Hu(this.uid,t.uid,this.processUid)}[vi](t){return Hu(this.gid,t.gid,this.processGid)}[bc](t,e){let r=typeof t.mode=="number"?t.mode&4095:this.fmode,i=new Ks(String(t.absolute),{flags:mf(t.size),mode:r,autoClose:!1});i.on("error",u=>{i.fd&&re.close(i.fd,()=>{}),i.write=()=>!0,this[Fe](u,t),e()});let o=1,c=u=>{if(u){i.fd&&re.close(i.fd,()=>{}),this[Fe](u,t),e();return}--o===0&&i.fd!==void 0&&re.close(i.fd,h=>{h?this[Fe](h,t):this[hr](),e()})};i.on("finish",()=>{let u=String(t.absolute),h=i.fd;if(typeof h=="number"&&t.mtime&&!this.noMtime){o++;let x=t.atime||new Date,m=t.mtime;re.futimes(h,x,m,w=>w?re.utimes(u,x,m,b=>c(b&&w)):c())}if(typeof h=="number"&&this[yi](t)){o++;let x=this[Ei](t),m=this[vi](t);typeof x=="number"&&typeof m=="number"&&re.fchown(h,x,m,w=>w?re.chown(u,x,m,b=>c(b&&w)):c())}c()});let d=this.transform&&this.transform(t)||t;d!==t&&(d.on("error",u=>{this[Fe](u,t),e()}),t.pipe(d)),d.pipe(i)}[Sc](t,e){let r=typeof t.mode=="number"?t.mode&4095:this.dmode;this[pn](String(t.absolute),r,i=>{if(i){this[Fe](i,t),e();return}let o=1,c=()=>{--o===0&&(e(),this[hr](),t.resume())};t.mtime&&!this.noMtime&&(o++,re.utimes(String(t.absolute),t.atime||new Date,t.mtime,c)),this[yi](t)&&(o++,re.chown(String(t.absolute),Number(this[Ei](t)),Number(this[vi](t)),c)),c()})}[Uu](t){t.unsupported=!0,this.warn("TAR_ENTRY_UNSUPPORTED",`unsupported entry type: ${t.type}`,{entry:t}),t.resume()}[Fu](t,e){let r=Z(Pe.relative(this.cwd,Pe.resolve(Pe.dirname(String(t.absolute)),String(t.linkpath)))).split("/");this[gi](t,this.cwd,r,()=>this[Us](t,String(t.linkpath),"symlink",e),i=>{this[Fe](i,t),e()})}[zu](t,e){let r=Z(Pe.resolve(this.cwd,String(t.linkpath))),i=Z(String(t.linkpath)).split("/");this[gi](t,this.cwd,i,()=>this[Us](t,r,"link",e),o=>{this[Fe](o,t),e()})}[gi](t,e,r,i,o){let c=r.shift();if(this.preservePaths||c===void 0)return i();let d=Pe.resolve(e,c);re.lstat(d,(u,h)=>{if(u)return i();if(h?.isSymbolicLink())return o(new Xs(d,Pe.resolve(d,r.join("/"))));this[gi](t,d,r,i,o)})}[qu](){this[Rs]++}[hr](){this[Rs]--,this[ic]()}[Ic](t){this[hr](),t.resume()}[vc](t,e){return t.type==="File"&&!this.unlink&&e.isFile()&&e.nlink<=1&&!Si}[Ec](t){this[qu]();let e=[t.path];t.linkpath&&e.push(t.linkpath),this.reservations.reserve(e,r=>this[Bu](t,r))}[Bu](t,e){let r=d=>{e(d)},i=()=>{this[pn](this.cwd,this.dmode,d=>{if(d){this[Fe](d,t),r();return}this[bi]=!0,o()})},o=()=>{if(t.absolute!==this.cwd){let d=Z(Pe.dirname(String(t.absolute)));if(d!==this.cwd)return this[pn](d,this.dmode,u=>{if(u){this[Fe](u,t),r();return}c()})}c()},c=()=>{re.lstat(String(t.absolute),(d,u)=>{if(u&&(this.keep||this.newer&&u.mtime>(t.mtime??u.mtime))){this[Ic](t),r();return}if(d||this[vc](t,u))return this[ot](null,t,r);if(u.isDirectory()){if(t.type==="Directory"){let h=this.chmod&&t.mode&&(u.mode&4095)!==t.mode,x=m=>this[ot](m??null,t,r);return h?re.chmod(String(t.absolute),Number(t.mode),x):x()}if(t.absolute!==this.cwd)return re.rmdir(String(t.absolute),h=>this[ot](h??null,t,r))}if(t.absolute===this.cwd)return this[ot](null,t,r);s_(String(t.absolute),h=>this[ot](h??null,t,r))})};this[bi]?o():i()}[ot](t,e,r){if(t){this[Fe](t,e),r();return}switch(e.type){case"File":case"OldFile":case"ContiguousFile":return this[bc](e,r);case"Link":return this[zu](e,r);case"SymbolicLink":return this[Fu](e,r);case"Directory":case"GNUDumpDir":return this[Sc](e,r)}}[Us](t,e,r,i){re[r](e,String(t.absolute),o=>{o?this[Fe](o,t):(this[hr](),t.resume()),i()})}},xi=t=>{try{return[null,t()]}catch(e){return[e,null]}},bf=class extends Nc{sync=!0;[ot](t,e){return super[ot](t,e,()=>{})}[Ec](t){if(!this[bi]){let o=this[pn](this.cwd,this.dmode);if(o)return this[Fe](o,t);this[bi]=!0}if(t.absolute!==this.cwd){let o=Z(Pe.dirname(String(t.absolute)));if(o!==this.cwd){let c=this[pn](o,this.dmode);if(c)return this[Fe](c,t)}}let[e,r]=xi(()=>re.lstatSync(String(t.absolute)));if(r&&(this.keep||this.newer&&r.mtime>(t.mtime??r.mtime)))return this[Ic](t);if(e||this[vc](t,r))return this[ot](null,t);if(r.isDirectory()){if(t.type==="Directory"){let c=this.chmod&&t.mode&&(r.mode&4095)!==t.mode,[d]=c?xi(()=>{re.chmodSync(String(t.absolute),Number(t.mode))}):[];return this[ot](d,t)}let[o]=xi(()=>re.rmdirSync(String(t.absolute)));this[ot](o,t)}let[i]=t.absolute===this.cwd?[]:xi(()=>o_(String(t.absolute)));this[ot](i,t)}[bc](t,e){let r=typeof t.mode=="number"?t.mode&4095:this.fmode,i=d=>{let u;try{re.closeSync(o)}catch(h){u=h}(d||u)&&this[Fe](d||u,t),e()},o;try{o=re.openSync(String(t.absolute),mf(t.size),r)}catch(d){return i(d)}let c=this.transform&&this.transform(t)||t;c!==t&&(c.on("error",d=>this[Fe](d,t)),t.pipe(c)),c.on("data",d=>{try{re.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,h=t.mtime;try{re.futimesSync(o,u,h)}catch(x){try{re.utimesSync(String(t.absolute),u,h)}catch{d=x}}}if(this[yi](t)){let u=this[Ei](t),h=this[vi](t);try{re.fchownSync(o,Number(u),Number(h))}catch(x){try{re.chownSync(String(t.absolute),Number(u),Number(h))}catch{d=d||x}}}i(d)})}[Sc](t,e){let r=typeof t.mode=="number"?t.mode&4095:this.dmode,i=this[pn](String(t.absolute),r);if(i){this[Fe](i,t),e();return}if(t.mtime&&!this.noMtime)try{re.utimesSync(String(t.absolute),t.atime||new Date,t.mtime)}catch{}if(this[yi](t))try{re.chownSync(String(t.absolute),Number(this[Ei](t)),Number(this[vi](t)))}catch{}e(),t.resume()}[pn](t,e){try{return Zw(Z(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}}[gi](t,e,r,i,o){if(this.preservePaths||r.length===0)return i();let c=e;for(let d of r){c=Pe.resolve(c,d);let[u,h]=xi(()=>re.lstatSync(c));if(u)return i();if(h.isSymbolicLink())return o(new Xs(c,Pe.resolve(e,r.join("/"))))}i()}[Us](t,e,r,i){let o=`${r}Sync`;try{re[o](e,String(t.absolute)),i(),t.resume()}catch(c){return this[Fe](c,t)}}},a_=t=>{let e=new bf(t),r=t.file,i=df.statSync(r),o=t.maxReadSize||16*1024*1024;new Am(r,{readSize:o,size:i.size}).pipe(e)},c_=(t,e)=>{let r=new Nc(t),i=t.maxReadSize||16*1024*1024,o=t.file;return new Promise((c,d)=>{r.on("error",d),r.on("close",c),df.stat(o,(u,h)=>{if(u)d(u);else{let x=new Tc(o,{readSize:i,size:h.size});x.on("error",d),x.pipe(r)}})})},Sf=Ai(a_,c_,t=>new bf(t),t=>new Nc(t),(t,e)=>{e?.length&&tf(t,e)}),d_=(t,e)=>{let r=new Lc(t),i=!0,o,c;try{try{o=et.openSync(t.file,"r+")}catch(h){if(h?.code==="ENOENT")o=et.openSync(t.file,"w+");else throw h}let d=et.fstatSync(o),u=Buffer.alloc(512);e:for(c=0;c<d.size;c+=512){for(let m=0,w=0;m<512;m+=w){if(w=et.readSync(o,u,m,u.length-m,c+m),c===0&&u[0]===31&&u[1]===139)throw new Error("cannot append to compressed archives");if(!w)break e}let h=new Un(u);if(!h.cksumValid)break;let x=512*Math.ceil((h.size||0)/512);if(c+x+512>d.size)break;c+=x,t.mtimeCache&&h.mtime&&t.mtimeCache.set(String(h.path),h.mtime)}i=!1,l_(t,r,c,o,e)}finally{if(i)try{et.closeSync(o)}catch{}}},l_=(t,e,r,i,o)=>{let c=new Ku(t.file,{fd:i,start:r});e.pipe(c),f_(e,o)},u_=(t,e)=>{e=Array.from(e);let r=new Zs(t),i=(o,c,d)=>{let u=(b,_)=>{b?et.close(o,v=>d(b)):d(null,_)},h=0;if(c===0)return u(null,0);let x=0,m=Buffer.alloc(512),w=(b,_)=>{if(b||_===void 0)return u(b);if(x+=_,x<512&&_)return et.read(o,m,x,m.length-x,h+x,w);if(h===0&&m[0]===31&&m[1]===139)return u(new Error("cannot append to compressed archives"));if(x<512)return u(null,h);let v=new Un(m);if(!v.cksumValid)return u(null,h);let I=512*Math.ceil((v.size??0)/512);if(h+I+512>c||(h+=I+512,h>=c))return u(null,h);t.mtimeCache&&v.mtime&&t.mtimeCache.set(String(v.path),v.mtime),x=0,et.read(o,m,0,512,h,w)};et.read(o,m,0,512,h,w)};return new Promise((o,c)=>{r.on("error",c);let d="r+",u=(h,x)=>{if(h&&h.code==="ENOENT"&&d==="r+")return d="w+",et.open(t.file,d,u);if(h||!x)return c(h);et.fstat(x,(m,w)=>{if(m)return et.close(x,()=>c(m));i(x,w.size,(b,_)=>{if(b)return c(b);let v=new Ks(t.file,{fd:x,start:_});r.pipe(v),v.on("error",c),v.on("close",o),h_(r,e)})})};et.open(t.file,d,u)})},f_=(t,e)=>{e.forEach(r=>{r.charAt(0)==="@"?Er({file:If.resolve(t.cwd,r.slice(1)),sync:!0,noResume:!0,onReadEntry:i=>t.add(i)}):t.add(r)}),t.end()},h_=async(t,e)=>{for(let r of e)r.charAt(0)==="@"?await Er({file:If.resolve(String(t.cwd),r.slice(1)),noResume:!0,onReadEntry:i=>t.add(i)}):t.add(r);t.end()},pi=Ai(d_,u_,()=>{throw new TypeError("file is required")},()=>{throw new TypeError("file is required")},(t,e)=>{if(!Lm(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=Ai(pi.syncFile,pi.asyncFile,pi.syncNoFile,pi.asyncNoFile,(t,e=[])=>{pi.validate?.(t,e),x_(t)}),x_=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))};rn();var wt={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",DELETE:"_agent/delete"};function Qs(t){return t?.cozeDeployType==="cloud"?"cloud":"local"}function Af(t){let e=t?.cozeAccountId?.trim();if(!(!e||e==="0"))return e}function eo(t){let e=t?.cozeGroupId?.trim();if(!(!e||e==="0"))return e}function Tf(t){let e=t?.permissionMode;if(typeof e!="string")return;let r=e.trim();return r===""?void 0:r}function Cf(t){let{_meta:e,...r}=t;return{stripped:r,meta:e}}function vr(t){if(!t?.cozeAgentId)throw new Error("missing _meta.cozeAgentId");return t.cozeAgentId}je();ne();ke();je();function jt(t,e){if(Qs(t)!=="cloud")throw new C("OPERATION_NOT_ALLOWED_FOR_LOCAL",`${e} is not allowed for local agent`)}function to(t){return t.startsWith("http://")||t.startsWith("https://")}function no(t){return t.endsWith("/")?t.slice(0,-1):t}je();ne();var ro="1008033",Rf="1289";var kf="pbbp2",Df="https://www.coze.cn",Pf="/api/coze_claw/resource/get_frontier_key",g_="https://www.coze.cn",m_="wss://frontier.coze.cn";function io(t){return t??process.env.COZE_BRIDGE_HANDSHAKE_URL??g_}function Of(t){return t??process.env.COZE_BRIDGE_FRONTIER_URL??m_}function br(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 Ci(t){return t?t.startsWith("boe_")?{ttEnv:t}:{ttEnv:t,usePpe:"1"}:{}}var Ti=U("handshake");async function Mc(t){let e=io(t.endpoint),r=t.timeoutMs??1e4,i=`${no(e)}${Pf}?aid=${encodeURIComponent(ro)}`,o={Authorization:`Bearer ${t.privatecode}`,Accept:"application/json",...br(t.ppeOverride)},c=new AbortController,d=setTimeout(()=>c.abort(),r);Ti.info("frontier key handshake",{base:e});try{let u=await fetch(i,{method:"GET",headers:o,signal:c.signal}),h=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 C("UPSTREAM_HANDSHAKE_FAILED",`handshake HTTP ${u.status} logid=${h}: ${v.slice(0,200)}`)}let m=await u.json();if(m.code!==void 0&&m.code!==0)throw new C("UPSTREAM_HANDSHAKE_FAILED",`handshake code=${m.code} msg=${m.msg??"-"} logid=${h}`);let w=m.data??{},b=typeof w.access_key=="string"&&w.access_key||typeof w.accessKey=="string"&&w.accessKey||void 0,_=typeof w.device_id=="string"&&w.device_id||typeof w.deviceId=="string"&&w.deviceId||void 0;if(!b||!_){let v=JSON.stringify(m).slice(0,500);throw new C("UPSTREAM_HANDSHAKE_FAILED",`handshake response missing access_key/device_id (also tried camelCase) logid=${h}: ${v}`)}return Ti.info("handshake ok",{remoteDeviceId:_,logid:h,traceId:x}),{accessKey:b,deviceId:_}}catch(u){if(u instanceof C)throw Ti.error("handshake failed (bridge error)",{base:e,message:u.message,code:u.code}),u;if(u.name==="AbortError")throw Ti.warn("handshake timeout",{base:e,timeoutMs:r}),new C("UPSTREAM_HANDSHAKE_FAILED",`handshake timeout (${r}ms)`,{cause:u});let h=u.cause;throw Ti.error("handshake error",{base:e,message:u instanceof Error?u.message:String(u),errno:h?.code,syscall:h?.syscall,cause:String(u).slice(0,300)}),new C("UPSTREAM_HANDSHAKE_FAILED",String(u),{cause:u})}finally{clearTimeout(d)}}var Bc=process.env.COZE_BRIDGE_LLM_GATEWAY_URL?.trim()||"https://llm-gateway.coze.cn",_t="auto",Lf=15e4;function Nf(t){return{model:Fc(t.model)??_t,...t.modelToken?{modelToken:t.modelToken}:{}}}function Mf(t){return!t||t===_t}var w_=new Set(["auto","\u81EA\u52A8"]);function Fc(t){let e=t?.trim();if(e)return w_.has(e.toLowerCase())?_t:e}function Bf(t){let e={};if(t.modelToken){e.ANTHROPIC_BASE_URL=Bc,e.ANTHROPIC_AUTH_TOKEN=t.modelToken;let r=t.model||_t;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))}else Mf(t.model)||(e.ANTHROPIC_MODEL=t.model);return e}function Ff(t){let e=[];if(t.modelToken?e.push("-c",`model="${t.model||_t}"`):Mf(t.model)||e.push("-c",`model="${t.model}"`),t.modelToken){e.push("-c",'model_providers.coze.name="coze"'),e.push("-c",`model_providers.coze.base_url="${Bc}/v1"`),e.push("-c",'model_providers.coze.env_key="OPENAI_API_KEY"'),e.push("-c",'model_providers.coze.wire_api="responses"'),e.push("-c","model_providers.coze.requires_openai_auth=false"),e.push("-c","model_providers.coze.supports_websockets=false"),e.push("-c",'model_provider="coze"');let r=t.modelInfo?.contextWindow??Lf;e.push("-c",`model_context_window=${r}`)}return e}function zf(t){return t.modelToken?{OPENAI_API_KEY:t.modelToken}:{}}function zc(t,e){let{ttEnv:r,usePpe:i}=Ci(t),o={};return r&&(o["x-tt-env"]=r),i&&(o["x-use-ppe"]=i),e&&(o["x-mock-scenario"]=e),o}function Uf(t,e,r){if(!t.modelToken)return{};let i=zc(e,r);return Object.keys(i).length===0?{}:{ANTHROPIC_CUSTOM_HEADERS:Object.entries(i).map(([c,d])=>`${c}:${d}`).join(`
|
|
92
|
-
`)}}function Uc(t){return`coze-session-${t.replace(/[^A-Za-z0-9_-]+/g,"-")}`}function Gf(t,e,r){if(!t.modelToken)return null;let i=t.model||_t,o=zc(e,r),c=["text"];t.modelInfo?.capabilities?.image===!0&&c.push("image");let d={baseUrl:`${Bc}/v1`,api:"openai-completions",apiKey:t.modelToken,models:[{id:i,name:i,reasoning:!1,input:c,cost:{input:0,output:0,cacheRead:0,cacheWrite:0},contextWindow:t.modelInfo?.contextWindow??Lf,maxTokens:8192,api:"openai-completions"}]};return Object.keys(o).length>0&&(d.headers=o),d}function qf(t,e,r){if(!t.modelToken)return[];let i=zc(e,r),o=[];for(let[c,d]of Object.entries(i))o.push("-c",`model_providers.coze.http_headers.${c}="${d}"`);return o}var Oe=U("agent-handlers"),Hf=5*1024*1024,S_=1,I_=6,A_=new Set(["node_modules",".git",".coze","dist","build",".next"]),so=class{constructor(e){this.opts=e}opts;async listSkills(e){jt(e._meta,"_agent/listSkills");let r=vr(e._meta),i=await this.loadAgentCfg(r),o=i?.workspace??Ze(r).workspace,c=i?.skills??[],d=[];for(let u of c){let h=Dt(o,u.relPath,"SKILL.md");await E_(h).then(m=>m.isFile()).catch(()=>!1)&&d.push(D_(u))}return{skills:d}}async addSkills(e){jt(e._meta,"_agent/addSkills");let r=vr(e._meta),i=await this.requireAgentCfg(r),o=e.skills??[],c=[...i.skills??[]],d=new Map(c.map((h,x)=>[h.skillId,x])),u=[];for(let h of o){let x=await $c({agentId:r,workspace:i.workspace,framework:i.framework,skill:h});Vc(c,d,x),u.push(h)}return await cs(r,c),this.reloadAgentSessions(r,"skills-added"),{installedSkills:u}}async removeSkills(e){jt(e._meta,"_agent/removeSkills");let r=vr(e._meta),i=await this.requireAgentCfg(r),o=new Set(e.skillIds??[]),c=i.skills??[],d=[];for(let u of c){if(!o.has(u.skillId)){d.push(u);continue}let h=Dt(i.workspace,u.relPath);await y_(h,{recursive:!0,force:!0}),Oe.info("skill removed",{agentId:r,skillId:u.skillId,relPath:u.relPath})}return await cs(r,d),this.reloadAgentSessions(r,"skills-removed"),{ok:!0}}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,Oe.info("downstream busy, scheduling reload after turn",{reason:r,agentId:e,framework:i.framework,cloudId:o,acpId:d});continue}let h=c.downstream;c.downstream=void 0,Oe.info("killing downstream for workspace reload (idle)",{reason:r,agentId:e,framework:i.framework,cloudId:o,acpId:d}),h.stop(r).catch(x=>Oe.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 Oe.info("_agent/update: empty cozeIdentity, noop",{agentId:e.agentId}),{ok:!0};let r=e.agentId,i=await Ge(r);if(!i)throw new C("AGENT_NOT_FOUND",`agent not found: ${r}`);if(i.cozeIdentity===e.cozeIdentity)return Oe.info("_agent/update: cozeIdentity unchanged, noop",{agentId:r}),{ok:!0};try{await sr(i.workspace,i.framework,e.cozeIdentity)}catch(o){throw Oe.error("_agent/update: writeInstructionFile failed, aborting update",{agentId:r,framework:i.framework,workspace:i.workspace,err:String(o)}),new C("AGENT_PROTOCOL_ERROR",`failed to write instruction file for agent ${r}: ${String(o)}`,{cause:o})}return i.cozeIdentity=e.cozeIdentity,await Ye(i),Oe.info("_agent/update: cozeIdentity rewritten",{agentId:r,framework:i.framework}),this.reloadAgentSessions(r,"identity-changed"),{ok:!0}}async disconnectAgent(e){let r=e.agentId;if(!r)throw new C("IPC_BAD_REQUEST","_agent/disconnect: missing agentId");let i=await Ge(r);return i?(i.disconnectedAt=Date.now(),i.disconnectReason=e.reason??"",await Ye(i),Oe.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}):(Oe.warn("_agent/disconnect: agent not found, ignoring",{agentId:r}),{ok:!0})}async switchModel(e){if(jt(e._meta,"_agent/switchModel"),!e.agentId)throw new C("IPC_BAD_REQUEST","_agent/switchModel: missing agentId");let r=Fc(e.model)??_t,i=await Ge(e.agentId);if(!i)throw new C("AGENT_NOT_FOUND",`agent not found: ${e.agentId}`);i.model=r,e.modelInfo&&(i.modelInfo=e.modelInfo),await Ye(i),Oe.info("_agent/switchModel: model persisted",{agentId:e.agentId,model:r,reason:e.reason??""});let o=this.opts.agents.get(e.agentId);if(!o)return Oe.info("_agent/switchModel: agent not running, config persisted only",{agentId:e.agentId}),{ok:!0};o.model=r,e.modelInfo&&o.setModelInfo(e.modelInfo),this.opts.cleanupOpenclawProviders&&await this.opts.cleanupOpenclawProviders(o).catch(d=>Oe.warn("cleanupOpenclawProviders before switchModel failed (ignored)",{agentId:e.agentId,err:String(d)}));let c=[];for(let[d,u]of o.allSessionQueues())c.push(u.enqueue(async()=>{let h=o.sessions.get(d);h?.downstream&&(await h.downstream.stop(`switchModel: ${r}`).catch(()=>{}),h.downstream=void 0)}));return await Promise.all(c),Oe.info("_agent/switchModel: all session runtimes killed, next prompt will respawn",{agentId:e.agentId,model:r,cloudSessions:c.length}),{ok:!0}}async resetAgent(e){if(jt(e._meta,wt.RESET),!e.agentId)throw new C("IPC_BAD_REQUEST",`${wt.RESET}: missing agentId`);return await this.clearSessionMappings(e.agentId,wt.RESET),await this.runDetailSync(e.agentId,wt.RESET,e.reason),{ok:!0}}async clearSessionMappings(e,r){let i=this.opts.agents.get(e);if(!i){await this.clearPersistedAcpSessionIds(e),Oe.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});await ei(e,o)}async clearPersistedAcpSessionIds(e){let r=await Ge(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 Ye(r)}async repairAgent(e){if(jt(e._meta,wt.REPAIR),!e.agentId)throw new C("IPC_BAD_REQUEST",`${wt.REPAIR}: missing agentId`);let r=await this.loadAgentCfg(e.agentId);if(r&&r.framework!=="openclaw")throw new C("IPC_BAD_REQUEST",`${wt.REPAIR} only allowed for openclaw, got ${r.framework}`);if(r&&this.opts.openclawRepair)try{await this.opts.openclawRepair(e.agentId,r.workspace)}catch(i){Oe.warn("openclaw repair (delete+add) failed (ignored)",{agentId:e.agentId,reason:e.reason,err:String(i)})}return await this.runDetailSync(e.agentId,wt.REPAIR,e.reason),{ok:!0}}async runDetailSync(e,r,i){if(!this.opts.detailSyncer){Oe.warn("detailSyncer not wired, skipping sync",{method:r,agentId:e});return}try{await this.opts.detailSyncer(e)}catch(o){Oe.warn("detail sync failed (ignored)",{method:r,agentId:e,reason:i,err:String(o)})}}async getFileTree(e){jt(e._meta,"_agent/getFileTree");let r=e._meta,i=vr(r),o=await this.resolveWorkspace(i),c=e.filePath??"",d=this.safeJoin(o,c),u=await Gc(d).catch(()=>null);if(!u)throw new C("IPC_BAD_REQUEST",`path not found: ${c}`);if(u.isSymbolicLink())throw new C("IPC_BAD_REQUEST",`symlink not allowed: ${c}`);if(!await Qr(d,o))throw new C("IPC_BAD_REQUEST",`path escapes workspace: ${c}`);let h=q_(e.depth);return u.isDirectory()?{tree:await G_(o,d,c,h)}:{tree:[{name:H_(c),path:Zf(c||"."),isDir:!1,size:u.size,modifiedAt:Math.floor(u.mtimeMs)}]}}async getFileContent(e){jt(e._meta,"_agent/getFileContent");let r=vr(e._meta),i=await this.resolveWorkspace(r);if(!e.filePath)throw new C("IPC_BAD_REQUEST","filePath required");let o=this.safeJoin(i,e.filePath),c=await Gc(o).catch(()=>null);if(!c||!c.isFile())throw new C("IPC_BAD_REQUEST",`not a file: ${e.filePath}`);if(c.isSymbolicLink())throw new C("IPC_BAD_REQUEST",`symlink not allowed: ${e.filePath}`);if(!await Qr(o,i))throw new C("IPC_BAD_REQUEST",`path escapes workspace: ${e.filePath}`);if(c.size>Hf)throw new C("IPC_BAD_REQUEST",`file too large: ${c.size} bytes (max ${Hf})`);let d=await jf(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 Ge(e).catch(()=>null))?.workspace??Ze(e).workspace}safeJoin(e,r){let i=jc(e,r||"."),o=Kc(e,i);if(o.startsWith("..")||o===".."||o.startsWith(`..${Wf}`))throw new C("IPC_BAD_REQUEST",`path escapes workspace: ${r}`);return i}loadAgentCfg(e){return Ge(e)}async requireAgentCfg(e){let r=await this.loadAgentCfg(e);if(!r)throw new C("AGENT_NOT_FOUND",`no config for agent: ${e}`);return r}};function T_(t){let e=t.trim().replace(/[\x00-\x1f<>:"|?*/\\]+/g,"-").replace(/^[\s.-]+|[\s.-]+$/g,"").slice(0,64);if(!e||e==="."||e==="..")throw new C("IPC_BAD_REQUEST",`invalid skill name: ${t}`);if(/^(con|prn|aux|nul|com[1-9]|lpt[1-9])$/i.test(e))throw new C("IPC_BAD_REQUEST",`reserved windows filename: ${t}`);return e}function C_(t){return t==="claude-code"?Dt(".claude","skills"):Dt(".agents","skills")}var R_=3e4,k_=50*1024*1024,Sr=3e4;async function $c(t){let{agentId:e,workspace:r,framework:i,skill:o}=t;if(!o.skillName)throw new C("IPC_BAD_REQUEST","skill missing skillName");let c=typeof o.content=="string"&&o.content.length>0,d=typeof o.downloadUrl=="string"&&o.downloadUrl.length>0;if(!c&&!d)throw new C("IPC_BAD_REQUEST",`skill ${o.skillId} missing both content and downloadUrl`);let u=T_(o.skillName),h=C_(i),x=Dt(h,u),m=Dt(r,x);if(await qc(m,{recursive:!0}),c){let b=Buffer.from(o.content,"utf8");Ri(b.length),await Hc(Dt(m,"SKILL.md"),b,"utf8")}else{let b=await P_(o.downloadUrl);L_(b)?await F_(b,m):N_(b)?await M_(b,m):await Hc(Dt(m,"SKILL.md"),b.toString("utf8"),"utf8")}let w={skillId:o.skillId,skillName:o.skillName,relPath:x,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 Oe.info("skill installed",{agentId:e,skillId:o.skillId,skillName:o.skillName,relPath:x,source:c?"content":"downloadUrl"}),w}function Vc(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 D_(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}:{}}}async function P_(t){if(!t)throw new C("IPC_BAD_REQUEST","skill missing downloadUrl");if(t.startsWith("data:")){let e=Math.floor(t.length*3/4);Ri(e);let r=O_(t);return Ri(r.length),r}if(t.startsWith("file:")){let e=new URL(t).pathname,r=await jf(e);return Ri(r.length),r}if(to(t)){let e=new AbortController,r=setTimeout(()=>e.abort(),R_);try{let i=await fetch(t,{signal:e.signal});if(!i.ok)throw new C("IPC_BAD_REQUEST",`fetch skill failed HTTP ${i.status} ${t}`);let o=await i.arrayBuffer();return Ri(o.byteLength),Buffer.from(o)}finally{clearTimeout(r)}}throw new C("IPC_BAD_REQUEST",`unsupported downloadUrl scheme (\u8981 https/data/file): ${t.slice(0,80)}`)}function Ri(t){if(t>k_)throw new C("IPC_BAD_REQUEST",`skill too large: ${t} bytes`)}function O_(t){let e=/^data:([^,;]*)(;base64)?,(.*)$/s.exec(t);if(!e)throw new C("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 L_(t){return t.length>=2&&t[0]===31&&t[1]===139}function N_(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 Wc(t){return t==="__MACOSX"||t.startsWith("__MACOSX/")}async function M_(t,e){let r,i;try{r=new Vf.default(t),i=r.getEntries()}catch(d){throw new C("IPC_BAD_REQUEST",`zip parse failed: ${d.message}`,{cause:d})}for(let d of i){let u=d.entryName;if(!u||Wc(u))continue;if(u.startsWith("/")||/^[A-Za-z]:[\\/]/.test(u))throw new C("IPC_BAD_REQUEST",`zip entry absolute path: ${u}`);if(u.split(/[/\\]/).some(x=>x===".."))throw new C("IPC_BAD_REQUEST",`zip entry contains '..' (traversal): ${u}`);let h=d.header.attr>>>16&61440;if(h!==0&&h!==32768&&h!==16384)throw new C("IPC_BAD_REQUEST",`zip entry kind 0x${h.toString(16)} not allowed (symlink/hardlink/special): ${u}`)}let o=B_(i),c=jc(e);for(let d of i){if(Wc(d.entryName))continue;let u=d.entryName;if(o&&u.startsWith(o)&&(u=u.slice(o.length)),!u)continue;let h=jc(e,u),x=Kc(c,h);if(x.startsWith("..")||x==="..")throw new C("IPC_BAD_REQUEST",`zip entry escapes destDir: ${u}`);if(d.isDirectory){await qc(h,{recursive:!0});continue}await qc(v_(h),{recursive:!0});let m;try{m=d.getData()}catch(w){throw new C("IPC_BAD_REQUEST",`zip entry getData failed (${d.entryName}): ${w.message}`,{cause:w})}await Hc(h,m)}}function B_(t){let e;for(let r of t){let i=r.entryName;if(!i||Wc(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 F_(t,e){await z_(t);let r=Sf({cwd:e,strip:1}),i=!1,o=setTimeout(()=>{i=!0,r.destroy(new C("IPC_BAD_REQUEST",`tar extract timeout (${Sr}ms)`))},Sr);try{await $f(Kf.from(t),r)}catch(c){throw c instanceof C?c:i?new C("IPC_BAD_REQUEST",`tar extract timeout (${Sr}ms)`):new C("IPC_BAD_REQUEST",`tar extract failed: ${c.message??String(c)}`,{cause:c})}finally{clearTimeout(o)}}async function z_(t){let e=[],r=Er({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 C("IPC_BAD_REQUEST",`tar list timeout (${Sr}ms)`))},Sr);try{await $f(Kf.from(t),r)}catch(c){throw i?new C("IPC_BAD_REQUEST",`tar list timeout (${Sr}ms)`):new C("IPC_BAD_REQUEST",`tar list failed: ${c.message??String(c)}`,{cause:c})}finally{clearTimeout(o)}if(e.length>0)throw new C("IPC_BAD_REQUEST",e[0]??"tar entry validation failed")}var U_=5e3;async function G_(t,e,r,i){return Jf(t,e,r,i,{count:0})}async function Jf(t,e,r,i,o){if(i<=0)return[];let c;try{c=await __(e,{withFileTypes:!0})}catch{return[]}let d=[];for(let u of c){if(A_.has(u.name)||u.isSymbolicLink())continue;if(o.count>=U_){d.push({name:"...",path:"...",isDir:!1,size:0,modifiedAt:0,hasMore:!0});break}let h=Dt(e,u.name),x=b_(Dt(r,u.name)),m=null;try{m=await Gc(h)}catch{continue}if(m.isSymbolicLink())continue;o.count++;let w={name:u.name,path:Zf(Kc(t,h)),isDir:m.isDirectory(),size:m.size,modifiedAt:Math.floor(m.mtimeMs)};m.isDirectory()&&i>1&&(w.children=await Jf(t,h,x,i-1,o)),d.push(w)}return d.sort((u,h)=>u.isDir!==h.isDir?u.isDir?-1:1:u.name.localeCompare(h.name)),d}function q_(t){return!t||t<=0?S_:Math.min(t,I_)}function H_(t){if(!t||t==="."||t==="/")return".";let e=t.split(/[/\\]/);return e[e.length-1]||"."}function Zf(t){return t.split(Wf).join("/")}ne();import{readFileSync as D2}from"node:fs";import{dirname as O2,join as L2}from"node:path";import{fileURLToPath as M2}from"node:url";var Ir="0.1.103-alpha.2";var wn=U("agent-health-reporter"),j_=1e4,ki=class{constructor(e){this.opts=e;this.intervalMs=e.intervalMs??j_}opts;timer=null;inFlight=!1;unsubscribeRegister=null;intervalMs;start(){this.timer||(this.timer=setInterval(()=>{this.tick()},this.intervalMs),this.timer.unref?.(),this.unsubscribeRegister=this.opts.core.onAgentRegister(()=>{this.tick()}),wn.info("heartbeat started",{intervalMs:this.intervalMs}),this.tick())}stop(){this.timer&&(clearInterval(this.timer),this.timer=null,this.unsubscribeRegister&&(this.unsubscribeRegister(),this.unsubscribeRegister=null),wn.info("heartbeat stopped"))}async tick(){if(this.inFlight){wn.debug("previous tick still in-flight, skip");return}let e=this.opts.getDeviceId();if(!e){wn.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=W_(d);if(!u)continue;let h={agentId:d.agentId,status:u};d.patToken&&(h.patToken=d.patToken),d.accountId&&(h.accountId=d.accountId),r.push(h)}if(r.length===0)return;let i={agents:r,bridgeVersion:Ir,_meta:{cozeDeviceId:e}},o;try{o=await this.opts.core.sendRequest("_agent/health",i,5e3)}catch(d){wn.warn("heartbeat batch send failed",{count:r.length,err:String(d)})}let c=o?.authFailures;if(c&&c.length>0&&(wn.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){wn.warn("onAuthFailures callback failed (ignored)",{err:String(d)})}}finally{this.inFlight=!1}if(this.opts.onTickEnd)try{await this.opts.onTickEnd()}catch(r){wn.warn("onTickEnd hook failed",{err:String(r)})}}};function W_(t){return t.status==="error"?"error":t.activeTriggers.size>0?"busy":t.status==="ok"?"online":null}rn();import{chmod as qy,mkdir as po,rm as Hy,stat as jy,writeFile as Wy}from"node:fs/promises";import{homedir as Ky}from"node:os";import{join as T0}from"node:path";nn();import{existsSync as ly}from"node:fs";import{release as uy}from"node:os";import{basename as fy,isAbsolute as hy}from"node:path";function Di(t,e,r){return r===void 0?{jsonrpc:"2.0",id:t,method:e}:{jsonrpc:"2.0",id:t,method:e,params:r}}function Ar(t,e){return e===void 0?{jsonrpc:"2.0",method:t}:{jsonrpc:"2.0",method:t,params:e}}function Tr(t,e){return{jsonrpc:"2.0",id:t,result:e}}function _n(t,e){return{jsonrpc:"2.0",id:t,error:e}}je();var oo=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)}},X={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,OPERATION_NOT_ALLOWED_FOR_CLOUD:-32022};function Yf(t){return"method"in t&&"id"in t&&t.id!==void 0}function Xf(t){return"method"in t&&!("id"in t)}function ao(t){return!("method"in t)&&"id"in t}var K_={AGENT_NOT_FOUND:X.AGENT_NOT_FOUND,AGENT_BUSY:X.AGENT_BUSY,AGENT_DISCONNECTED:X.AGENT_DISCONNECTED,AGENT_TIMEOUT:X.AGENT_TIMEOUT,AGENT_FRAME_IDLE_TIMEOUT:X.AGENT_FRAME_IDLE_TIMEOUT,AGENT_SPAWN_FAILED:X.AGENT_SPAWN_FAILED,AGENT_PROTOCOL_ERROR:X.INTERNAL_ERROR,BRIDGE_CONFIG_INVALID:X.INTERNAL_ERROR,BRIDGE_INTERNAL:X.INTERNAL_ERROR,IPC_AUTH_FAILED:X.INTERNAL_ERROR,IPC_BAD_REQUEST:X.INVALID_REQUEST,METHOD_NOT_FOUND:X.METHOD_NOT_FOUND,MODEL_TOKEN_GEN_FAILED:X.MODEL_TOKEN_GEN_FAILED,MODEL_MODALITY_UNSUPPORTED:X.MODEL_MODALITY_UNSUPPORTED,OPERATION_NOT_ALLOWED_FOR_LOCAL:X.OPERATION_NOT_ALLOWED_FOR_LOCAL,OPERATION_NOT_ALLOWED_FOR_CLOUD:X.OPERATION_NOT_ALLOWED_FOR_CLOUD,UPSTREAM_DISCONNECTED:X.INTERNAL_ERROR,UPSTREAM_HANDSHAKE_FAILED:X.INTERNAL_ERROR,PATH_OUTSIDE_WORKSPACE:X.PATH_OUTSIDE_WORKSPACE,FILE_TOO_LARGE:X.FILE_TOO_LARGE,UNSUPPORTED_MIME:X.UNSUPPORTED_MIME,UPLOAD_FAILED:X.UPLOAD_FAILED,UPSTREAM_NOT_READY:X.UPSTREAM_NOT_READY,AGENT_DEPENDENCY_INSTALL_FAILED:X.AGENT_DEPENDENCY_INSTALL_FAILED,AGENT_APPROVAL_TIMEOUT:X.AGENT_APPROVAL_TIMEOUT,AGENT_TURN_ABORTED:X.AGENT_TURN_ABORTED,AGENT_ENV_NOT_READY:X.AGENT_ENV_NOT_READY};function $_(t){if(t!=null)return t instanceof Error?{name:t.name,message:Pi(t.message)}:typeof t=="string"?Pi(t):typeof t=="object"?J_(t):t}var V_=[[/\/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 Pi(t){let e=t;for(let[r,i]of V_)e=e.replace(r,i);return e}function J_(t){let e={};for(let[r,i]of Object.entries(t))typeof i=="string"?e[r]=Pi(i):e[r]=i;return e}function Oi(t){if(t instanceof C){let e=$_(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:K_[t.code]??X.INTERNAL_ERROR,message:Pi(t.message),data:r}}return{code:X.INTERNAL_ERROR,message:Pi(t instanceof Error?t.message:String(t))}}function Qf(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 C(r,o,{retriable:e?.retriable??!1,cause:c})}function t0(t){return`${JSON.stringify(t)}
|
|
93
|
-
`}var
|
|
94
|
-
`);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
|
|
95
|
-
`).map(o=>Number.parseInt(o.trim(),10)).filter(o=>Number.isFinite(o)&&o>0&&o!==i)}async function f0(t,e){if(t.length===0)return;let r=e?.killFn??Ni,i=e?.isAliveFn??Li,o=e?.sleepFn??(u=>new Promise(h=>setTimeout(h,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(h=>i(h));u+=d)await o(Math.min(d,c-u));for(let u of t)i(u)&&r(u,"SIGKILL")}var dy=[{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:"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|\.resolve is not a function/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[^\n]*node_modules[\\/]@(agentclientprotocol[\\/]claude-agent-acp|zed-industries[\\/]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:"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 dy)if(!(r.frameworks&&!r.frameworks.includes(t))&&r.match.test(e))return{bridgeCode:r.bridgeCode,reason:r.reason,message:r.message};return null}function x0(t,e){return h0(t,e)}function p0(t,e){return h0(t,e)}function kr(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 g0(t,e,r){let o=r-t.armedAt-t.expectedIntervalMs;if(o>e.suspendThresholdMs){let x=t.suspendedMs+o,m=r-t.startedAt-x;return{action:"suspend",suspendedDeltaMs:o,rearmMs:kr(m,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:kr(c,!0,e)}:r-t.lastActivityAt<e.livenessWindowMs||t.hasActiveTool||t.awaitingApproval?{action:"continue",rearmMs:kr(c,!0,e)}:{action:"reject-idle"}:e.firstUpdateMs>0&&c>=e.firstUpdateMs&&!t.awaitingApproval?{action:"reject-idle"}:{action:"continue",rearmMs:kr(c,!1,e)}}var m0=He("COZE_BRIDGE_INITIALIZE_TIMEOUT_MS",3e4),xy=200,py=40,gy=He("COZE_BRIDGE_SESSION_PROMPT_MAX_MS",3600*1e3),my=He("COZE_BRIDGE_SESSION_PROMPT_IDLE_MS",600*1e3),wy=He("COZE_BRIDGE_SESSION_PROMPT_ABSOLUTE_MAX_MS",7200*1e3),_y=He("COZE_BRIDGE_SUSPEND_THRESHOLD_MS",60*1e3),yy=He("COZE_BRIDGE_SESSION_PROMPT_FIRST_UPDATE_MS",600*1e3),Ey=He("COZE_BRIDGE_SESSION_PROMPT_APPROVAL_MAX_MS",1440*60*1e3),w0=500;function vy(t){try{let e=JSON.stringify(t);return e===void 0||e.length<=w0?t:`${e.slice(0,w0)}...<truncated, total ${e.length} chars>`}catch{return"<unserializable>"}}function by(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 _0(t){try{return ly(t)}catch{return}}function Sy(t,e){return{platform:process.platform,osRelease:uy(),code:t.code,errno:t.errno,syscall:t.syscall,errPath:t.path,command:e.command,commandExists:hy(e.command)?_0(e.command):void 0,cwd:e.cwd,cwdExists:_0(e.cwd),envKeys:e.envKeys}}function Iy(t,e){return`${t.message} [diag: platform=${e.platform} os=${e.osRelease} code=${e.code} errno=${e.errno} syscall=${e.syscall} cmd=${fy(e.command)} cmdExists=${e.commandExists} cwdExists=${e.cwdExists} envKeys=${e.envKeys}]`}var Pt=class{constructor(e){this.opts=e;this.log=U(`downstream.${this.constructor.name}`,this.opts.agentId),this.decoder=new co({onError:r=>this.log.warn("decode line failed",{line:r.line})})}opts;child;decoder;pending=new Map;inflightAgentRequests=new Map;idAllocator=new Cr;updateHandlers=[];agentRequestHandlers=[];exitHandlers=[];log;stopped=!1;stopReason;stderrRing=[];now=Date.now;sanitizeEnv(e){return e}async start(){if(this.child)throw new C("BRIDGE_INTERNAL","Downstream already started");let e=process.platform!=="win32",r=i0(process.env,this.opts.agentEnvFile??Y().agentEnvFile,this.opts.env,o=>this.sanitizeEnv(o)),i=at(this.opts.command,this.opts.args,{cwd:this.opts.cwd,env:r,stdio:["pipe","pipe","pipe"],detached:e});this.child=i,c0(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>xy&&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,d0(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=Sy(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 C("AGENT_SPAWN_FAILED",Iy(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()));Ni(r.pid,"SIGTERM");let o=setTimeout(()=>{r.killed||Ni(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:yy,phase2GateMs:gy,livenessWindowMs:my,absoluteMaxMs:wy,approvalMaxMs:Ey,suspendThresholdMs:_y,...r};return this.call("session/prompt",e,m0,i)}async sessionCancel(e){!this.child||this.stopped||this.writeFrame(Ar("session/cancel",e))}setSessionMode(e){return this.call("session/set_mode",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(Tr(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(_n(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=m0,o){if(!this.child||this.stopped)return Promise.reject(new C("AGENT_PROTOCOL_ERROR","downstream not started"));let c=this.idAllocator.next(e),d=Di(c,e,r),u=(()=>{if(typeof r!="object"||r===null)return;let h=r.sessionId;return typeof h=="string"?h:void 0})();return new Promise((h,x)=>{let m={resolve:h,reject:x,timer:null,method:e,promptTimeout:null};if(o){let w=this.now(),b={cfg:o,startedAt:w,lastActivityAt:w,firstFrameSeen:!1,activeToolCalls:new Set,suspendedMs:0,armedAt:w,expectedIntervalMs:kr(0,!1,o),sessionId:u};m.promptTimeout=b;let _=()=>{let v={startedAt:b.startedAt,lastActivityAt:b.lastActivityAt,firstFrameSeen:b.firstFrameSeen,hasActiveTool:b.activeToolCalls.size>0,awaitingApproval:this.inflightAgentRequests.size>0,suspendedMs:b.suspendedMs,armedAt:b.armedAt,expectedIntervalMs:b.expectedIntervalMs},I=this.now(),A=g0(v,b.cfg,I),T=R=>{b.armedAt=I,b.expectedIntervalMs=R,m.timer=setTimeout(_,R)};if(A.action==="suspend"){b.suspendedMs+=A.suspendedDeltaMs,b.lastActivityAt=I,this.log.warn("downstream prompt timer: suspend detected",{id:c,method:e,gapMs:A.suspendedDeltaMs,suspendedMs:b.suspendedMs,...b.sessionId?{sessionId:b.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,...b.sessionId?{sessionId:b.sessionId}:{}}),x(A.awaitingApproval?new C("AGENT_APPROVAL_TIMEOUT",`${e} awaiting permission timed out after ${b.cfg.approvalMaxMs}ms`):new C("AGENT_TIMEOUT",`${e} timed out after ${b.cfg.absoluteMaxMs}ms`))):(this.log.warn("downstream prompt idle timeout",{id:c,method:e,...b.sessionId?{sessionId:b.sessionId}:{}}),x(new C("AGENT_FRAME_IDLE_TIMEOUT",`${e} no progress within ${b.cfg.livenessWindowMs}ms`)))};m.timer=setTimeout(_,b.expectedIntervalMs)}else i>0&&Number.isFinite(i)&&(m.timer=setTimeout(()=>{this.pending.delete(c),this.log.warn("downstream call timeout",{id:c,method:e,timeoutMs:i}),x(new C("AGENT_TIMEOUT",`${e} timed out after ${i}ms`))},i));this.pending.set(c,m);try{this.writeFrame(d)}catch(w){m.timer&&clearTimeout(m.timer),this.pending.delete(c),x(w)}})}writeFrame(e){if(!this.child?.stdin||this.child.stdin.destroyed)throw new C("AGENT_PROTOCOL_ERROR","downstream stdin not writable");this.child.stdin.write(t0(e),r=>{r&&this.log.warn("stdin write callback err",{err:String(r)})})}dispatch(e){if(ao(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 C("AGENT_PROTOCOL_ERROR",`${r.method} response missing both result and error`))):(this.log.info("downstream returned result",{id:e.id,method:r.method,result:vy(e.result)}),r.resolve(e.result));return}if(Xf(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(Yf(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(_n(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(_n(e.id,Oi(i)))}catch{}this.inflightAgentRequests.delete(e.id)}}wireErrorToBridge(e){let r=Qf(e);if(r.code!=="AGENT_PROTOCOL_ERROR")return r;let i=p0(this.framework,by(e));return i?new C(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 C("AGENT_TURN_ABORTED",`turn aborted: ${this.stopReason}`,{cause:{reason:this.stopReason}});let i=this.getStderrTail(py).join(`
|
|
96
|
-
`),o=x0(this.framework,i);return o?new C(o.bridgeCode,o.message,{cause:{reason:o.reason,code:e,signal:r,stderrTail:i}}):new C("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 Ay(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 lo=class extends Pt{framework="claude-code";constructor(e){let{command:r,args:i}=Yr("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 Ay(e)}};nn();import{mkdtempSync as Ty,rmSync as Cy}from"node:fs";import{tmpdir as Ry}from"node:os";import{join as ky}from"node:path";var uo=class extends Pt{framework="codex";authMethodId;codexHomeDir;constructor(e){let r=e.args??[],i=e.extraArgs?[...r,...e.extraArgs]:r,{command:o,args:c}=Yr("codex",e.command,i),d=e.isolateCodexHome?Ty(ky(Ry(),"coze-bridge-codex-home-")):void 0,u=d?{...e.env??{},CODEX_HOME:d}:e.env,h={command:o,args:c,cwd:e.cwd,agentId:e.agentId,...u?{env:u}:{}};super(h),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}async stop(e){if(await super.stop(e),this.codexHomeDir)try{Cy(this.codexHomeDir,{recursive:!0,force:!0})}catch{}}};je();var Dy=3e4,Dr=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}`}]},Dy))}get acpSessionName(){return this.sessionName}setSessionMode(e){return Promise.reject(new C("METHOD_NOT_FOUND","session/set_mode not supported on openclaw"))}};var y0=["default","acceptEdits","plan","auto","bypassPermissions"],E0=["read-only","auto","full-access"];function En(t,e){if(typeof e!="string")return!1;switch(t){case"claude-code":return y0.includes(e);case"codex":return E0.includes(e);case"openclaw":return!1}}function Xc(t){switch(t){case"claude-code":return y0.join("/");case"codex":return E0.join("/");case"openclaw":return""}}je();ne();ke();function Qc(t){return t.replace(/[^A-Za-z0-9._-]+/g,"-")}nn();var vn=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 fo=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 vn,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)Mi(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 Mi(t){t.idleTimer&&(clearTimeout(t.idleTimer),t.idleTimer=void 0)}function Wt(t){return t.deployType!=="local"?!1:t.framework==="claude-code"||t.framework==="codex"}yn();ne();import{constants as v0}from"node:fs";import{access as Py}from"node:fs/promises";import{delimiter as Oy,join as Ly}from"node:path";var yt=U("framework-detector"),b0={"claude-code":"claude",codex:"codex",openclaw:"openclaw"},Ny=[".exe",".cmd",".bat",".ps1"],qn=class{env;constructor(e={}){this.env={pathEnv:e.pathEnv??process.env.PATH??"",platform:e.platform??process.platform,spawn:e.spawn??at,access:e.access??Py}}async detect(e){let r=b0[e],i=await this.which(r);if(!i)return yt.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(b0).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(Oy).filter(Boolean),i=this.env.platform==="win32"?["",...Ny]:[""];for(let o of r)for(let c of i){let d=Ly(o,e+c);if(await this.isExecutable(d))return d}return null}async isExecutable(e){try{let r=this.env.platform==="win32"?v0.F_OK:v0.X_OK;return await this.env.access(e,r),!0}catch{return!1}}async probeOpenclawDefaultAgent(e){let r=await this.runProbe(e,["--log-level","silent","agents","list","--json"]);if(!r)return yt.warn("openclaw default agent probe: runProbe returned null (spawn err / timeout)",{path:e}),null;if(r.code!==0)return yt.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 yt.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 yt.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?(yt.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}:(yt.info("openclaw default agent probe: no agent has isDefault=true",{path:e,agentCount:o.length}),null)}catch(o){return yt.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 yt.warn("openclaw gateway probe: runProbe returned null (spawn err / timeout)",{path:e}),{reachable:!1};let i=r.code===0;i||yt.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){yt.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&&(By(i.stdout).split(/\r?\n/)[0]??"").trim()||"unknown"}runProbe(e,r){return new Promise(i=>{let o="",c=!1,d,u=h=>{c||(c=!0,d&&clearTimeout(d),i(h))};try{let h=this.env.spawn(e,r,{stdio:["ignore","pipe","pipe"]});d=setTimeout(()=>{h.kill("SIGKILL"),u(null)},15e3),h.stdout?.on("data",x=>{o+=x.toString("utf8")}),h.on("error",()=>u(null)),h.on("close",x=>u({code:x,stdout:o}))}catch{u(null)}})}},My=new RegExp("\x1B\\[[0-9;]*[A-Za-z]","g");function By(t){return t.replace(My,"")}import{homedir as Fy}from"node:os";import{join as zy}from"node:path";yn();Qn();je();Xr();ne();async function A0(){let t=zy(Fy(),".openclaw/openclaw.json");return(await rr(t))?.gateway?.auth?.token??""}var S0=U("openclaw.config"),Uy=[0,5e3,5e3],Gy=He("COZE_BRIDGE_OPENCLAW_CLI_TIMEOUT_MS",15e3),I0="models.providers.",ho="agents.defaults.models",xo=class{command;env;retryDelaysMs;cliTimeoutMs;queue=new vn;constructor(e){this.command=e.command,this.env=e.env??process.env,this.retryDelaysMs=e.retryDelaysMs??Uy,this.cliTimeoutMs=e.cliTimeoutMs??Gy}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,S0.warn("openclaw cli failed, will retry",{label:e,attempt:o+1,err:String(d)})}}throw new C("AGENT_SPAWN_FAILED",`openclaw cli ${e} failed after ${this.retryDelaysMs.length} attempts: ${i?.message??"unknown"}`)}runCli(e){return new Promise((r,i)=>{let o=at(this.command,e,{stdio:["ignore","ignore","pipe"],env:this.env}),c="",d=!1,u=x=>{d||(d=!0,clearTimeout(h),x())};o.stderr?.on("data",x=>{c+=x.toString("utf8")});let h=setTimeout(()=>{u(()=>{o.kill("SIGTERM"),setTimeout(()=>o.kill("SIGKILL"),250).unref(),i(new Error(`timeout after ${this.cliTimeoutMs}ms: ${e.join(" ")}`))})},this.cliTimeoutMs);h.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.runCli(["config","unset",r])))}catch(i){S0.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",`${I0}${e}`,JSON.stringify(r),"--strict-json","--merge"])))}removeProvider(e){return this.bestEffortUnset(`config unset models.providers.${e}`,`${I0}${e}`)}addModelToAllowlist(e,r){let i={[e]:r?{alias:r}:{}};return this.queue.enqueue(()=>this.withRetry(`config set ${ho}[${e}]`,()=>this.runCli(["config","set",ho,JSON.stringify(i),"--strict-json","--merge"])))}removeModelFromAllowlist(e){return this.bestEffortUnset(`config unset ${ho}[${e}]`,`${ho}.${e}`)}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 le=U("agent-manager"),td="acceptEdits",k0="full-access",D0="read-only";function $y(t){switch(t){case"read-only":return["-c",'sandbox_mode="read-only"',"-c",'approval_policy="on-request"'];case"auto":return["-c",'sandbox_mode="workspace-write"',"-c",'approval_policy="on-failure"'];case"full-access":return["-c",'sandbox_mode="danger-full-access"',"-c",'approval_policy="never"']}}var Vy=(t,e,r,i,o,c,d,u,h,x)=>{switch(t){case"claude-code":{let m={...o?{...Bf(o),...Uf(o,d,u)}:{},...h??{},IS_SANDBOX:"1"};return new lo({cwd:r,env:m,agentId:i})}case"codex":{let m=o?[...Ff(o),...qf(o,d,u)]:[],w=k0;x!==void 0&&(En("codex",x)?w=x:le.warn("codex spawn: invalid codexPermissionMode, falling back to full-access",{agentId:i,received:x}));let b=[...m,...$y(w)],_={...o?zf(o):{},...h??{}},v=!!o;return new uo({cwd:r,agentId:i,...b.length>0?{extraArgs:b}:{},...Object.keys(_).length>0?{env:_}:{},...v?{authMethodId:"openai-api-key",isolateCodexHome:!0}:{}})}case"openclaw":return new Dr({command:e,cwd:r,agentId:i,...c?{sessionName:Qc(c)}:{}})}};function ed(t){return t==="claude-code"||t==="codex"}function Jy(t){let e=[],r=Object.keys(t).sort();for(let i of r){let o=t[i];o!==void 0&&(Zy(o)||e.push(`${i}=${o}`))}return e.length===0?"":`${e.join(`
|
|
89
|
+
`},configPath(t){return Qv(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 jh("schtasks",["/Create","/SC","ONLOGON","/TN",ia,"/TR",r,"/RU",t.userName,"/F"]),Ud.info("task scheduler entry created",{task:ia,logFile:t.logFile})},async uninstall(t){await jh("schtasks",["/Delete","/TN",ia,"/F"]).catch(e=>Ud.warn("schtasks /Delete failed (ignored)",{err:String(e)})),Ud.info("task scheduler entry removed",{task:ia})}}});var Kh={};_a(Kh,{buildContext:()=>sS,getSupervisor:()=>nS,launchdSupervisor:()=>Fd,systemdSupervisor:()=>zd,taskSchedulerSupervisor:()=>Gd});import{homedir as eS,userInfo as tS}from"node:os";function nS(t=process.platform){switch(t){case"darwin":return Fd;case"linux":return zd;case"win32":return Gd;default:throw new Error(`unsupported platform for OS supervisor: ${t}`)}}function iS(){let t={};for(let e of rS){let r=process.env[e];r&&(t[e]=r)}return t}function sS(){let t=X();return{nodeBin:process.execPath,entry:Dd(t),logFile:t.logFile,homeDir:eS(),userName:tS().username,isRoot:process.getuid?.()===0,env:iS()}}var rS,Vh=Ye(()=>{"use strict";Pe();Vo();Gh();Hh();Wh();rS=["PATH","HOME","HTTP_PROXY","HTTPS_PROXY","NO_PROXY","ALL_PROXY","http_proxy","https_proxy","no_proxy","all_proxy","NODE_EXTRA_CA_CERTS"]});ee();nn();var ml=U("acp-installer-warmup"),wg=["claude-code","codex"];async function wl(t={}){let e=t.ensure??ir,i=(await Promise.allSettled(wg.map(async o=>{let c=await e(o);ml.info("acp wrapper warmup ok",{framework:o,path:c})}))).filter(o=>o.status==="rejected");i.length>0&&ml.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))})}on();ee();import{readdir as Og}from"node:fs/promises";import{mkdir as El,writeFile as vl}from"node:fs/promises";import{join as Ia}from"node:path";var Pg={"claude-code":"CLAUDE.md",codex:"AGENTS.md",openclaw:"SOUL.md"};async function ar(t,e,r){await El(t,{recursive:!0});let i=Pg[e],o=Ia(t,i);return await vl(o,r??"","utf8"),o}async function Sl(t,e){let r=Ia(t,".claude");await El(r,{recursive:!0});let i=Ia(r,"settings.local.json"),o={permissions:{defaultMode:"bypassPermissions"}};e==="cloud"&&(o.autoCompactWindow=15e4);let c=JSON.stringify(o,null,2);return await vl(i,c,"utf8"),i}var $e=U("agent-detail-sync"),Lg=6e4,Ng=5*6e4,fs=class{constructor(e){this.opts=e}opts;retryQueue=new Map;async syncAll(e){let r=this.opts.paths.agentsRoot,i;try{i=await Og(r)}catch(o){$e.info("agents dir not found, skip detail sync",{root:r,err:String(o)});return}$e.info("starting detail sync",{reason:e,count:i.length}),await Promise.allSettled(i.map(async o=>{let c=await He(o,this.opts.paths).catch(()=>null);if(c){if(c.disconnectedAt){$e.debug("detail sync: skip disconnected agent",{agentId:o});return}try{await this.syncOne(o,c)}catch(d){$e.warn("detail sync failed for agent, skipping",{agentId:o,err:String(d)})}}})),$e.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){$e.info("retrying pending detail syncs",{count:r.length});for(let i of r)try{await this.syncOne(i)}catch(o){$e.debug("detail sync retry still failing, will try again",{agentId:i,err:String(o)})}}}async syncOne(e,r){let i=r??await He(e,this.opts.paths);if(!i){$e.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(x){$e.warn("detail RPC failed, using local data",{agentId:e,err:String(x)});let p=this.retryQueue.get(e),w=p?Math.min(p.currentDelay*2,Ng):Lg;this.retryQueue.set(e,{dueAt:Date.now()+w,currentDelay:w});return}if(o.agentId&&o.agentId!==e){$e.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"?($e.warn("detail sync: agent demoted to local, repairing to cloud",{agentId:e}),i.deployType="cloud",c=!0,u=!0):o.deployType&&$e.info("detail.deployType",{agentId:e,deployType:o.deployType}),!c){$e.debug("detail sync: no diff",{agentId:e});return}await Qe(i,this.opts.paths),$e.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}),$e.info("detail sync: repaired demoted agent back to cloud",{agentId:e})):d&&(await ar(i.workspace,i.framework,i.cozeIdentity),this.opts.handlers.reloadAgentSessionsPublic(e,"detail-sync"))}};var Gf=At(ru(),1);import{lstat as Gc,mkdir as qc,readFile as Bf,readdir as c_,rm as d_,stat as l_,writeFile as Hc}from"node:fs/promises";import{dirname as u_,join as Ot,normalize as f_,relative as Kc,resolve as jc,sep as Ff}from"node:path";import{Readable as zf}from"node:stream";import{pipeline as Uf}from"node:stream/promises";import rm from"events";import et from"fs";import{EventEmitter as Ac}from"node:events";import Fu from"node:stream";import{StringDecoder as im}from"node:string_decoder";import Gu from"node:path";import _r from"node:fs";import{dirname as mm,parse as wm}from"path";import{EventEmitter as Im}from"events";import oc from"assert";import{Buffer as Un}from"buffer";import*as cu from"zlib";import Tm from"zlib";import{posix as fr}from"node:path";import{basename as ew}from"node:path";import js from"fs";import Rt from"fs";import pu from"path";import{win32 as uw}from"node:path";import Eu from"path";import nf from"node:fs";import Cw from"node:assert";import{randomBytes as rf}from"node:crypto";import te from"node:fs";import Le from"node:path";import sf from"fs";import Qs from"node:fs";import bi from"node:path";import st from"node:fs";import Nw from"node:fs/promises";import Vs from"node:path";import{join as gf}from"node:path";import it from"node:fs";import _f from"node:path";var tm=Object.defineProperty,nm=(t,e)=>{for(var r in e)tm(t,r,{get:e[r],enumerable:!0})},iu=typeof process=="object"&&process?process:{stdout:null,stderr:null},sm=t=>!!t&&typeof t=="object"&&(t instanceof Hn||t instanceof Fu||om(t)||am(t)),om=t=>!!t&&typeof t=="object"&&t instanceof Ac&&typeof t.pipe=="function"&&t.pipe!==Fu.Writable.prototype.pipe,am=t=>!!t&&typeof t=="object"&&t instanceof Ac&&typeof t.write=="function"&&typeof t.end=="function",Ut=Symbol("EOF"),Gt=Symbol("maybeEmitEnd"),cn=Symbol("emittedEnd"),ms=Symbol("emittingEnd"),ii=Symbol("emittedError"),ws=Symbol("closed"),su=Symbol("read"),_s=Symbol("flush"),ou=Symbol("flushChunk"),pt=Symbol("encoding"),ur=Symbol("decoder"),Be=Symbol("flowing"),si=Symbol("paused"),gr=Symbol("resume"),Fe=Symbol("buffer"),Je=Symbol("pipes"),ze=Symbol("bufferLength"),Pa=Symbol("bufferPush"),ys=Symbol("bufferShift"),Ke=Symbol("objectMode"),Ee=Symbol("destroyed"),Oa=Symbol("error"),La=Symbol("emitData"),au=Symbol("emitEnd"),Na=Symbol("emitEnd2"),Tt=Symbol("async"),Ma=Symbol("abort"),bs=Symbol("aborted"),oi=Symbol("signal"),kn=Symbol("dataListeners"),rt=Symbol("discarded"),ai=t=>Promise.resolve().then(t),cm=t=>t(),dm=t=>t==="end"||t==="finish"||t==="prefinish",lm=t=>t instanceof ArrayBuffer||!!t&&typeof t=="object"&&t.constructor&&t.constructor.name==="ArrayBuffer"&&t.byteLength>=0,um=t=>!Buffer.isBuffer(t)&&ArrayBuffer.isView(t),zu=class{src;dest;opts;ondrain;constructor(t,e,r){this.src=t,this.dest=e,this.opts=r,this.ondrain=()=>t[gr](),this.dest.on("drain",this.ondrain)}unpipe(){this.dest.removeListener("drain",this.ondrain)}proxyErrors(t){}end(){this.unpipe(),this.opts.end&&this.dest.end()}},fm=class extends zu{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)}},xm=t=>!!t.objectMode,hm=t=>!t.objectMode&&!!t.encoding&&t.encoding!=="buffer",Hn=class extends Ac{[Be]=!1;[si]=!1;[Je]=[];[Fe]=[];[Ke];[pt];[Tt];[ur];[Ut]=!1;[cn]=!1;[ms]=!1;[ws]=!1;[ii]=null;[ze]=0;[Ee]=!1;[oi];[bs]=!1;[kn]=0;[rt]=!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");xm(e)?(this[Ke]=!0,this[pt]=null):hm(e)?(this[pt]=e.encoding,this[Ke]=!1):(this[Ke]=!1,this[pt]=null),this[Tt]=!!e.async,this[ur]=this[pt]?new im(this[pt]):null,e&&e.debugExposeBuffer===!0&&Object.defineProperty(this,"buffer",{get:()=>this[Fe]}),e&&e.debugExposePipes===!0&&Object.defineProperty(this,"pipes",{get:()=>this[Je]});let{signal:r}=e;r&&(this[oi]=r,r.aborted?this[Ma]():r.addEventListener("abort",()=>this[Ma]()))}get bufferLength(){return this[ze]}get encoding(){return this[pt]}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[Ke]}set objectMode(t){throw new Error("objectMode must be set at instantiation time")}get async(){return this[Tt]}set async(t){this[Tt]=this[Tt]||!!t}[Ma](){this[bs]=!0,this.emit("abort",this[oi]?.reason),this.destroy(this[oi]?.reason)}get aborted(){return this[bs]}set aborted(t){}write(t,e,r){if(this[bs])return!1;if(this[Ut])throw new Error("write after end");if(this[Ee])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[Tt]?ai:cm;if(!this[Ke]&&!Buffer.isBuffer(t)){if(um(t))t=Buffer.from(t.buffer,t.byteOffset,t.byteLength);else if(lm(t))t=Buffer.from(t);else if(typeof t!="string")throw new Error("Non-contiguous data written to non-objectMode stream")}return this[Ke]?(this[Be]&&this[ze]!==0&&this[_s](!0),this[Be]?this.emit("data",t):this[Pa](t),this[ze]!==0&&this.emit("readable"),r&&i(r),this[Be]):t.length?(typeof t=="string"&&!(e===this[pt]&&!this[ur]?.lastNeed)&&(t=Buffer.from(t,e)),Buffer.isBuffer(t)&&this[pt]&&(t=this[ur].write(t)),this[Be]&&this[ze]!==0&&this[_s](!0),this[Be]?this.emit("data",t):this[Pa](t),this[ze]!==0&&this.emit("readable"),r&&i(r),this[Be]):(this[ze]!==0&&this.emit("readable"),r&&i(r),this[Be])}read(t){if(this[Ee])return null;if(this[rt]=!1,this[ze]===0||t===0||t&&t>this[ze])return this[Gt](),null;this[Ke]&&(t=null),this[Fe].length>1&&!this[Ke]&&(this[Fe]=[this[pt]?this[Fe].join(""):Buffer.concat(this[Fe],this[ze])]);let e=this[su](t||null,this[Fe][0]);return this[Gt](),e}[su](t,e){if(this[Ke])this[ys]();else{let r=e;t===r.length||t===null?this[ys]():typeof r=="string"?(this[Fe][0]=r.slice(t),e=r.slice(0,t),this[ze]-=t):(this[Fe][0]=r.subarray(t),e=r.subarray(0,t),this[ze]-=t)}return this.emit("data",e),!this[Fe].length&&!this[Ut]&&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[Ut]=!0,this.writable=!1,(this[Be]||!this[si])&&this[Gt](),this}[gr](){this[Ee]||(!this[kn]&&!this[Je].length&&(this[rt]=!0),this[si]=!1,this[Be]=!0,this.emit("resume"),this[Fe].length?this[_s]():this[Ut]?this[Gt]():this.emit("drain"))}resume(){return this[gr]()}pause(){this[Be]=!1,this[si]=!0,this[rt]=!1}get destroyed(){return this[Ee]}get flowing(){return this[Be]}get paused(){return this[si]}[Pa](t){this[Ke]?this[ze]+=1:this[ze]+=t.length,this[Fe].push(t)}[ys](){return this[Ke]?this[ze]-=1:this[ze]-=this[Fe][0].length,this[Fe].shift()}[_s](t=!1){do;while(this[ou](this[ys]())&&this[Fe].length);!t&&!this[Fe].length&&!this[Ut]&&this.emit("drain")}[ou](t){return this.emit("data",t),this[Be]}pipe(t,e){if(this[Ee])return t;this[rt]=!1;let r=this[cn];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[Je].push(e.proxyErrors?new fm(this,t,e):new zu(this,t,e)),this[Tt]?ai(()=>this[gr]()):this[gr]()),t}unpipe(t){let e=this[Je].find(r=>r.dest===t);e&&(this[Je].length===1?(this[Be]&&this[kn]===0&&(this[Be]=!1),this[Je]=[]):this[Je].splice(this[Je].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[rt]=!1,this[kn]++,!this[Je].length&&!this[Be]&&this[gr]();else if(t==="readable"&&this[ze]!==0)super.emit("readable");else if(dm(t)&&this[cn])super.emit(t),this.removeAllListeners(t);else if(t==="error"&&this[ii]){let i=e;this[Tt]?ai(()=>i.call(this,this[ii])):i.call(this,this[ii])}return r}removeListener(t,e){return this.off(t,e)}off(t,e){let r=super.off(t,e);return t==="data"&&(this[kn]=this.listeners("data").length,this[kn]===0&&!this[rt]&&!this[Je].length&&(this[Be]=!1)),r}removeAllListeners(t){let e=super.removeAllListeners(t);return(t==="data"||t===void 0)&&(this[kn]=0,!this[rt]&&!this[Je].length&&(this[Be]=!1)),e}get emittedEnd(){return this[cn]}[Gt](){!this[ms]&&!this[cn]&&!this[Ee]&&this[Fe].length===0&&this[Ut]&&(this[ms]=!0,this.emit("end"),this.emit("prefinish"),this.emit("finish"),this[ws]&&this.emit("close"),this[ms]=!1)}emit(t,...e){let r=e[0];if(t!=="error"&&t!=="close"&&t!==Ee&&this[Ee])return!1;if(t==="data")return!this[Ke]&&!r?!1:this[Tt]?(ai(()=>this[La](r)),!0):this[La](r);if(t==="end")return this[au]();if(t==="close"){if(this[ws]=!0,!this[cn]&&!this[Ee])return!1;let o=super.emit("close");return this.removeAllListeners("close"),o}else if(t==="error"){this[ii]=r,super.emit(Oa,r);let o=!this[oi]||this.listeners("error").length?super.emit("error",r):!1;return this[Gt](),o}else if(t==="resume"){let o=super.emit("resume");return this[Gt](),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[Gt](),i}[La](t){for(let r of this[Je])r.dest.write(t)===!1&&this.pause();let e=this[rt]?!1:super.emit("data",t);return this[Gt](),e}[au](){return this[cn]?!1:(this[cn]=!0,this.readable=!1,this[Tt]?(ai(()=>this[Na]()),!0):this[Na]())}[Na](){if(this[ur]){let e=this[ur].end();if(e){for(let r of this[Je])r.dest.write(e);this[rt]||super.emit("data",e)}}for(let e of this[Je])e.end();let t=super.emit("end");return this.removeAllListeners("end"),t}async collect(){let t=Object.assign([],{dataLength:0});this[Ke]||(t.dataLength=0);let e=this.promise();return this.on("data",r=>{t.push(r),this[Ke]||(t.dataLength+=r.length)}),await e,t}async concat(){if(this[Ke])throw new Error("cannot concat in objectMode");let t=await this.collect();return this[pt]?t.join(""):Buffer.concat(t,t.dataLength)}async promise(){return new Promise((t,e)=>{this.on(Ee,()=>e(new Error("stream destroyed"))),this.on("error",r=>e(r)),this.on("end",()=>t())})}[Symbol.asyncIterator](){this[rt]=!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[Ut])return e();let i,o,c=p=>{this.off("data",d),this.off("end",u),this.off(Ee,x),e(),o(p)},d=p=>{this.off("error",c),this.off("end",u),this.off(Ee,x),this.pause(),i({value:p,done:!!this[Ut]})},u=()=>{this.off("error",c),this.off("data",d),this.off(Ee,x),e(),i({done:!0,value:void 0})},x=()=>c(new Error("stream destroyed"));return new Promise((p,w)=>{o=w,i=p,this.once(Ee,x),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[rt]=!1;let t=!1,e=()=>(this.pause(),this.off(Oa,e),this.off(Ee,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(Oa,e),this.once(Ee,e),{next:r,throw:e,return:e,[Symbol.iterator](){return this},[Symbol.dispose]:()=>{}}}destroy(t){if(this[Ee])return t?this.emit("error",t):this.emit(Ee),this;this[Ee]=!0,this[rt]=!0,this[Fe].length=0,this[ze]=0;let e=this;return typeof e.close=="function"&&!this[ws]&&e.close(),t?this.emit("error",t):this.emit(Ee),this}static get isStream(){return sm}},pm=et.writev,wn=Symbol("_autoClose"),_t=Symbol("_close"),ci=Symbol("_ended"),ae=Symbol("_fd"),Ba=Symbol("_finished"),Wt=Symbol("_flags"),Fa=Symbol("_flush"),ic=Symbol("_handleChunk"),sc=Symbol("_makeBuf"),_i=Symbol("_mode"),Es=Symbol("_needDrain"),br=Symbol("_onerror"),Er=Symbol("_onopen"),za=Symbol("_onread"),mr=Symbol("_onwrite"),_n=Symbol("_open"),wt=Symbol("_path"),xn=Symbol("_pos"),Ct=Symbol("_queue"),wr=Symbol("_read"),Ua=Symbol("_readSize"),jt=Symbol("_reading"),di=Symbol("_remain"),Ga=Symbol("_size"),Ps=Symbol("_write"),Pn=Symbol("_writing"),Os=Symbol("_defaultFlag"),zn=Symbol("_errored"),Ic=class extends Hn{[zn]=!1;[ae];[wt];[Ua];[jt]=!1;[Ga];[di];[wn];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[zn]=!1,this[ae]=typeof e.fd=="number"?e.fd:void 0,this[wt]=t,this[Ua]=e.readSize||16*1024*1024,this[jt]=!1,this[Ga]=typeof e.size=="number"?e.size:1/0,this[di]=this[Ga],this[wn]=typeof e.autoClose=="boolean"?e.autoClose:!0,typeof this[ae]=="number"?this[wr]():this[_n]()}get fd(){return this[ae]}get path(){return this[wt]}write(){throw new TypeError("this is a readable stream")}end(){throw new TypeError("this is a readable stream")}[_n](){et.open(this[wt],"r",(t,e)=>this[Er](t,e))}[Er](t,e){t?this[br](t):(this[ae]=e,this.emit("open",e),this[wr]())}[sc](){return Buffer.allocUnsafe(Math.min(this[Ua],this[di]))}[wr](){if(!this[jt]){this[jt]=!0;let t=this[sc]();if(t.length===0)return process.nextTick(()=>this[za](null,0,t));et.read(this[ae],t,0,t.length,null,(e,r,i)=>this[za](e,r,i))}}[za](t,e,r){this[jt]=!1,t?this[br](t):this[ic](e,r)&&this[wr]()}[_t](){if(this[wn]&&typeof this[ae]=="number"){let t=this[ae];this[ae]=void 0,et.close(t,e=>e?this.emit("error",e):this.emit("close"))}}[br](t){this[jt]=!0,this[_t](),this.emit("error",t)}[ic](t,e){let r=!1;return this[di]-=t,t>0&&(r=super.write(t<e.length?e.subarray(0,t):e)),(t===0||this[di]<=0)&&(r=!1,this[_t](),super.end()),r}emit(t,...e){switch(t){case"prefinish":case"finish":return!1;case"drain":return typeof this[ae]=="number"&&this[wr](),!1;case"error":return this[zn]?!1:(this[zn]=!0,super.emit(t,...e));default:return super.emit(t,...e)}}},gm=class extends Ic{[_n](){let t=!0;try{this[Er](null,et.openSync(this[wt],"r")),t=!1}finally{t&&this[_t]()}}[wr](){let t=!0;try{if(!this[jt]){this[jt]=!0;do{let e=this[sc](),r=e.length===0?0:et.readSync(this[ae],e,0,e.length,null);if(!this[ic](r,e))break}while(!0);this[jt]=!1}t=!1}finally{t&&this[_t]()}}[_t](){if(this[wn]&&typeof this[ae]=="number"){let t=this[ae];this[ae]=void 0,et.closeSync(t),this.emit("close")}}},$s=class extends rm{readable=!1;writable=!0;[zn]=!1;[Pn]=!1;[ci]=!1;[Ct]=[];[Es]=!1;[wt];[_i];[wn];[ae];[Os];[Wt];[Ba]=!1;[xn];constructor(t,e){e=e||{},super(e),this[wt]=t,this[ae]=typeof e.fd=="number"?e.fd:void 0,this[_i]=e.mode===void 0?438:e.mode,this[xn]=typeof e.start=="number"?e.start:void 0,this[wn]=typeof e.autoClose=="boolean"?e.autoClose:!0;let r=this[xn]!==void 0?"r+":"w";this[Os]=e.flags===void 0,this[Wt]=e.flags===void 0?r:e.flags,this[ae]===void 0&&this[_n]()}emit(t,...e){if(t==="error"){if(this[zn])return!1;this[zn]=!0}return super.emit(t,...e)}get fd(){return this[ae]}get path(){return this[wt]}[br](t){this[_t](),this[Pn]=!0,this.emit("error",t)}[_n](){et.open(this[wt],this[Wt],this[_i],(t,e)=>this[Er](t,e))}[Er](t,e){this[Os]&&this[Wt]==="r+"&&t&&t.code==="ENOENT"?(this[Wt]="w",this[_n]()):t?this[br](t):(this[ae]=e,this.emit("open",e),this[Pn]||this[Fa]())}end(t,e){return t&&this.write(t,e),this[ci]=!0,!this[Pn]&&!this[Ct].length&&typeof this[ae]=="number"&&this[mr](null,0),this}write(t,e){return typeof t=="string"&&(t=Buffer.from(t,e)),this[ci]?(this.emit("error",new Error("write() after end()")),!1):this[ae]===void 0||this[Pn]||this[Ct].length?(this[Ct].push(t),this[Es]=!0,!1):(this[Pn]=!0,this[Ps](t),!0)}[Ps](t){et.write(this[ae],t,0,t.length,this[xn],(e,r)=>this[mr](e,r))}[mr](t,e){t?this[br](t):(this[xn]!==void 0&&typeof e=="number"&&(this[xn]+=e),this[Ct].length?this[Fa]():(this[Pn]=!1,this[ci]&&!this[Ba]?(this[Ba]=!0,this[_t](),this.emit("finish")):this[Es]&&(this[Es]=!1,this.emit("drain"))))}[Fa](){if(this[Ct].length===0)this[ci]&&this[mr](null,0);else if(this[Ct].length===1)this[Ps](this[Ct].pop());else{let t=this[Ct];this[Ct]=[],pm(this[ae],t,this[xn],(e,r)=>this[mr](e,r))}}[_t](){if(this[wn]&&typeof this[ae]=="number"){let t=this[ae];this[ae]=void 0,et.close(t,e=>e?this.emit("error",e):this.emit("close"))}}},Uu=class extends $s{[_n](){let t;if(this[Os]&&this[Wt]==="r+")try{t=et.openSync(this[wt],this[Wt],this[_i])}catch(e){if(e?.code==="ENOENT")return this[Wt]="w",this[_n]();throw e}else t=et.openSync(this[wt],this[Wt],this[_i]);this[Er](null,t)}[_t](){if(this[wn]&&typeof this[ae]=="number"){let t=this[ae];this[ae]=void 0,et.closeSync(t),this.emit("close")}}[Ps](t){let e=!0;try{this[mr](null,et.writeSync(this[ae],t,0,t.length,this[xn])),e=!1}finally{if(e)try{this[_t]()}catch{}}}},_m=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"]]),ym=t=>!!t.sync&&!!t.file,bm=t=>!t.sync&&!!t.file,Em=t=>!!t.sync&&!t.file,vm=t=>!t.sync&&!t.file,Sm=t=>!!t.file,Am=t=>_m.get(t)||t,Tc=(t={})=>{if(!t)return{};let e={};for(let[r,i]of Object.entries(t)){let o=Am(r);e[o]=i}return e.chmod===void 0&&e.noChmod===!1&&(e.chmod=!0),delete e.noChmod,e},Ci=(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 x=Tc(c);if(o?.(x,d),ym(x)){if(typeof u=="function")throw new TypeError("callback not supported for sync tar functions");return t(x,d)}else if(bm(x)){let p=e(x,d);return u?p.then(()=>u(),u):p}else if(Em(x)){if(typeof u=="function")throw new TypeError("callback not supported for sync tar functions");return r(x,d)}else if(vm(x)){if(typeof u=="function")throw new TypeError("callback only supported with file option");return i(x,d)}throw new Error("impossible options??")},{syncFile:t,asyncFile:e,syncNoFile:r,asyncNoFile:i,validate:o}),Cm=Tm.constants||{ZLIB_VERNUM:4736},Pt=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},Cm)),Dm=Un.concat,du=Object.getOwnPropertyDescriptor(Un,"concat"),Rm=t=>t,qa=du?.writable===!0||du?.set!==void 0?t=>{Un.concat=t?Rm:Dm}:t=>{},Gn=Symbol("_superWrite"),vs=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"}},Ha=Symbol("flushFlag"),Cc=class extends Hn{#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 vs(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 vs(r))),this.once("end",()=>this.close)}close(){this.#t&&(this.#t.close(),this.#t=void 0,this.emit("close"))}reset(){if(!this.#e)return oc(this.#t,"zlib binding closed"),this.#t.reset?.()}flush(t){this.ended||(typeof t!="number"&&(t=this.#i),this.write(Object.assign(Un.alloc(0),{[Ha]: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}[Gn](t){return super.write(t)}write(t,e,r){if(typeof e=="function"&&(r=e,e="utf8"),typeof t=="string"&&(t=Un.from(t,e)),this.#e)return;oc(this.#t,"zlib binding closed");let i=this.#t._handle,o=i.close;i.close=()=>{};let c=this.#t.close;this.#t.close=()=>{},qa(!0);let d;try{let x=typeof t[Ha]=="number"?t[Ha]:this.#r;d=this.#t._processChunk(t,x),qa(!1)}catch(x){qa(!1),this.#o(new vs(x,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",x=>this.#o(new vs(x,this.write)));let u;if(d)if(Array.isArray(d)&&d.length>0){let x=d[0];u=this[Gn](Un.from(x));for(let p=1;p<d.length;p++)u=this[Gn](d[p])}else u=this[Gn](Un.from(d));return r&&r(),u}},qu=class extends Cc{#e;#n;constructor(t,e){t=t||{},t.flush=t.flush||Pt.Z_NO_FLUSH,t.finishFlush=t.finishFlush||Pt.Z_FINISH,t.fullFlushFlag=Pt.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(Pt.Z_SYNC_FLUSH),oc(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)}}}},km=class extends qu{#e;constructor(t){super(t,"Gzip"),this.#e=t&&!!t.portable}[Gn](t){return this.#e?(this.#e=!1,t[9]=255,super[Gn](t)):super[Gn](t)}},Pm=class extends qu{constructor(t){super(t,"Unzip")}},Hu=class extends Cc{constructor(t,e){t=t||{},t.flush=t.flush||Pt.BROTLI_OPERATION_PROCESS,t.finishFlush=t.finishFlush||Pt.BROTLI_OPERATION_FINISH,t.fullFlushFlag=Pt.BROTLI_OPERATION_FLUSH,super(t,e)}},Om=class extends Hu{constructor(t){super(t,"BrotliCompress")}},Lm=class extends Hu{constructor(t){super(t,"BrotliDecompress")}},ju=class extends Cc{constructor(t,e){t=t||{},t.flush=t.flush||Pt.ZSTD_e_continue,t.finishFlush=t.finishFlush||Pt.ZSTD_e_end,t.fullFlushFlag=Pt.ZSTD_e_flush,super(t,e)}},Nm=class extends ju{constructor(t){super(t,"ZstdCompress")}},Mm=class extends ju{constructor(t){super(t,"ZstdDecompress")}},Bm=(t,e)=>{if(Number.isSafeInteger(t))t<0?zm(t,e):Fm(t,e);else throw Error("cannot encode number outside of javascript safe integer range");return e},Fm=(t,e)=>{e[0]=128;for(var r=e.length;r>1;r--)e[r-1]=t&255,t=Math.floor(t/256)},zm=(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]=Wu(o):o===0?e[i-1]=0:(r=!0,e[i-1]=Ku(o))}},Um=t=>{let e=t[0],r=e===128?qm(t.subarray(1,t.length)):e===255?Gm(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},Gm=t=>{for(var e=t.length,r=0,i=!1,o=e-1;o>-1;o--){var c=Number(t[o]),d;i?d=Wu(c):c===0?d=c:(i=!0,d=Ku(c)),d!==0&&(r-=d*Math.pow(256,e-o-1))}return r},qm=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},Wu=t=>(255^t)&255,Ku=t=>(255^t)+1&255,Hm={};nm(Hm,{code:()=>Dc,isCode:()=>Ls,isName:()=>jm,name:()=>Js});var Ls=t=>Js.has(t),jm=t=>Dc.has(t),Js=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"]]),Dc=new Map(Array.from(Js).map(t=>[t[1],t[0]])),qn=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");this.path=r?.path??On(t,e,100),this.mode=r?.mode??i?.mode??hn(t,e+100,8),this.uid=r?.uid??i?.uid??hn(t,e+108,8),this.gid=r?.gid??i?.gid??hn(t,e+116,8),this.size=r?.size??i?.size??hn(t,e+124,12),this.mtime=r?.mtime??i?.mtime??ja(t,e+136,12),this.cksum=hn(t,e+148,12),i&&this.#n(i,!0),r&&this.#n(r);let o=On(t,e+156,1);if(Ls(o)&&(this.#e=o||"0"),this.#e==="0"&&this.path.slice(-1)==="/"&&(this.#e="5"),this.#e==="5"&&(this.size=0),this.linkpath=On(t,e+157,100),t.subarray(e+257,e+265).toString()==="ustar\x0000")if(this.uname=r?.uname??i?.uname??On(t,e+265,32),this.gname=r?.gname??i?.gname??On(t,e+297,32),this.devmaj=r?.devmaj??i?.devmaj??hn(t,e+329,8)??0,this.devmin=r?.devmin??i?.devmin??hn(t,e+337,8)??0,t[e+475]!==0){let d=On(t,e+345,155);this.path=d+"/"+this.path}else{let d=On(t,e+345,130);d&&(this.path=d+"/"+this.path),this.atime=r?.atime??i?.atime??ja(t,e+476,12),this.ctime=r?.ctime??i?.ctime??ja(t,e+488,12)}let c=256;for(let d=e;d<e+148;d++)c+=t[d];for(let d=e+156;d<e+512;d++)c+=t[d];this.cksumValid=c===this.cksum,this.cksum===void 0&&c===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=Wm(this.path||"",r),o=i[0],c=i[1];this.needPax=!!i[2],this.needPax=Ln(t,e,100,o)||this.needPax,this.needPax=pn(t,e+100,8,this.mode)||this.needPax,this.needPax=pn(t,e+108,8,this.uid)||this.needPax,this.needPax=pn(t,e+116,8,this.gid)||this.needPax,this.needPax=pn(t,e+124,12,this.size)||this.needPax,this.needPax=Wa(t,e+136,12,this.mtime)||this.needPax,t[e+156]=Number(this.#e.codePointAt(0)),this.needPax=Ln(t,e+157,100,this.linkpath)||this.needPax,t.write("ustar\x0000",e+257,8),this.needPax=Ln(t,e+265,32,this.uname)||this.needPax,this.needPax=Ln(t,e+297,32,this.gname)||this.needPax,this.needPax=pn(t,e+329,8,this.devmaj)||this.needPax,this.needPax=pn(t,e+337,8,this.devmin)||this.needPax,this.needPax=Ln(t,e+345,r,c)||this.needPax,t[e+475]!==0?this.needPax=Ln(t,e+345,155,c)||this.needPax:(this.needPax=Ln(t,e+345,130,c)||this.needPax,this.needPax=Wa(t,e+476,12,this.atime)||this.needPax,this.needPax=Wa(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,pn(t,e+148,8,this.cksum),this.cksumValid=!0,this.needPax}get type(){return this.#e==="Unsupported"?this.#e:Js.get(this.#e)}get typeKey(){return this.#e}set type(t){let e=String(Dc.get(t));if(Ls(e)||e==="Unsupported")this.#e=e;else if(Ls(t))this.#e=t;else throw new TypeError("invalid entry type: "+t)}},Wm=(t,e)=>{let r=t,i="",o,c=fr.parse(t).root||".";if(Buffer.byteLength(r)<100)o=[r,i,!1];else{i=fr.dirname(r),r=fr.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=fr.join(fr.basename(i),r),i=fr.dirname(i));while(i!==c&&o===void 0);o||(o=[t.slice(0,99),"",!0])}return o},On=(t,e,r)=>t.subarray(e,e+r).toString("utf8").replace(/\0.*/,""),ja=(t,e,r)=>Km(hn(t,e,r)),Km=t=>t===void 0?void 0:new Date(t*1e3),hn=(t,e,r)=>Number(t[e])&128?Um(t.subarray(e,e+r)):$m(t,e,r),Vm=t=>isNaN(t)?void 0:t,$m=(t,e,r)=>Vm(parseInt(t.subarray(e,e+r).toString("utf8").replace(/\0.*$/,"").trim(),8)),Jm={12:8589934591,8:2097151},pn=(t,e,r,i)=>i===void 0?!1:i>Jm[r]||i<0?(Bm(i,t.subarray(e,e+r)),!0):(Zm(t,e,r,i),!1),Zm=(t,e,r,i)=>t.write(Ym(i,r),e,r,"ascii"),Ym=(t,e)=>Xm(Math.floor(t).toString(8),e),Xm=(t,e)=>(t.length===e-1?t:new Array(e-t.length-1).join("0")+t+" ")+"\0",Wa=(t,e,r,i)=>i===void 0?!1:pn(t,e,r,i.getTime()/1e3),Qm=new Array(156).join("\0"),Ln=(t,e,r,i)=>i===void 0?!1:(t.write(i+Qm,e,r,"utf8"),i.length!==Buffer.byteLength(i)||i.length>r),Hs=class Vu{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 qn({path:("PaxHeader/"+ew(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 Vu(tw(nw(e),r),i)}},tw=(t,e)=>e?Object.assign({},e,t):t,nw=t=>t.replace(/\n$/,"").split(`
|
|
91
|
+
`).reduce(rw,Object.create(null)),rw=(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},iw=process.env.TESTING_TAR_FAKE_PLATFORM||process.platform,Z=iw!=="win32"?t=>t:t=>t&&t.replaceAll(/\\/g,"/"),$u=class extends Hn{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=Z(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?Z(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=Z(t.path)),t.linkpath&&(t.linkpath=Z(t.linkpath)),Object.assign(this,Object.fromEntries(Object.entries(t).filter(([r,i])=>!(i==null||r==="path"&&e))))}},Zs=(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))},sw=1024*1024,ac=Buffer.from([31,139]),cc=Buffer.from([40,181,47,253]),ow=Math.max(ac.length,cc.length),ct=Symbol("state"),Nn=Symbol("writeEntry"),qt=Symbol("readEntry"),Ka=Symbol("nextEntry"),lu=Symbol("processEntry"),Dt=Symbol("extendedHeader"),li=Symbol("globalExtendedHeader"),dn=Symbol("meta"),uu=Symbol("emitMeta"),fe=Symbol("buffer"),Ht=Symbol("queue"),ln=Symbol("ended"),Va=Symbol("emittedEnd"),Mn=Symbol("emit"),Ie=Symbol("unzip"),Ss=Symbol("consumeChunk"),As=Symbol("consumeChunkSub"),$a=Symbol("consumeBody"),fu=Symbol("consumeMeta"),xu=Symbol("consumeHeader"),ui=Symbol("consuming"),Ja=Symbol("bufferConcat"),Is=Symbol("maybeEnd"),xr=Symbol("writing"),un=Symbol("aborted"),Ts=Symbol("onDone"),Bn=Symbol("sawValidEntry"),Cs=Symbol("sawNullBlock"),Ds=Symbol("sawEOF"),hu=Symbol("closeStream"),aw=()=>!0,Ti=class extends Im{file;strict;maxMetaEntrySize;filter;brotli;zstd;writable=!0;readable=!1;[Ht]=[];[fe];[qt];[Nn];[ct]="begin";[dn]="";[Dt];[li];[ln]=!1;[Ie];[un]=!1;[Bn];[Cs]=!1;[Ds]=!1;[xr]=!1;[ui]=!1;[Va]=!1;constructor(t={}){super(),this.file=t.file||"",this.on(Ts,()=>{(this[ct]==="begin"||this[Bn]===!1)&&this.warn("TAR_BAD_ARCHIVE","Unrecognized archive format")}),t.ondone?this.on(Ts,t.ondone):this.on(Ts,()=>{this.emit("prefinish"),this.emit("finish"),this.emit("end")}),this.strict=!!t.strict,this.maxMetaEntrySize=t.maxMetaEntrySize||sw,this.filter=typeof t.filter=="function"?t.filter:aw;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[hu]()),typeof t.onwarn=="function"&&this.on("warn",t.onwarn),typeof t.onReadEntry=="function"&&this.on("entry",t.onReadEntry)}warn(t,e,r={}){Zs(this,t,e,r)}[xu](t,e){this[Bn]===void 0&&(this[Bn]=!1);let r;try{r=new qn(t,e,this[Dt],this[li])}catch(i){return this.warn("TAR_ENTRY_INVALID",i)}if(r.nullBlock)this[Cs]?(this[Ds]=!0,this[ct]==="begin"&&(this[ct]="header"),this[Mn]("eof")):(this[Cs]=!0,this[Mn]("nullBlock"));else if(this[Cs]=!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[Nn]=new $u(r,this[Dt],this[li]);if(!this[Bn])if(o.remain){let c=()=>{o.invalid||(this[Bn]=!0)};o.on("end",c)}else this[Bn]=!0;o.meta?o.size>this.maxMetaEntrySize?(o.ignore=!0,this[Mn]("ignoredEntry",o),this[ct]="ignore",o.resume()):o.size>0&&(this[dn]="",o.on("data",c=>this[dn]+=c),this[ct]="meta"):(this[Dt]=void 0,o.ignore=o.ignore||!this.filter(o.path,o),o.ignore?(this[Mn]("ignoredEntry",o),this[ct]=o.remain?"ignore":"header",o.resume()):(o.remain?this[ct]="body":(this[ct]="header",o.end()),this[qt]?this[Ht].push(o):(this[Ht].push(o),this[Ka]())))}}}[hu](){queueMicrotask(()=>this.emit("close"))}[lu](t){let e=!0;if(!t)this[qt]=void 0,e=!1;else if(Array.isArray(t)){let[r,...i]=t;this.emit(r,...i)}else this[qt]=t,this.emit("entry",t),t.emittedEnd||(t.on("end",()=>this[Ka]()),e=!1);return e}[Ka](){do;while(this[lu](this[Ht].shift()));if(this[Ht].length===0){let t=this[qt];!t||t.flowing||t.size===t.remain?this[xr]||this.emit("drain"):t.once("drain",()=>this.emit("drain"))}}[$a](t,e){let r=this[Nn];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[ct]="header",this[Nn]=void 0,r.end()),o.length}[fu](t,e){let r=this[Nn],i=this[$a](t,e);return!this[Nn]&&r&&this[uu](r),i}[Mn](t,e,r){this[Ht].length===0&&!this[qt]?this.emit(t,e,r):this[Ht].push([t,e,r])}[uu](t){switch(this[Mn]("meta",this[dn]),t.type){case"ExtendedHeader":case"OldExtendedHeader":this[Dt]=Hs.parse(this[dn],this[Dt],!1);break;case"GlobalExtendedHeader":this[li]=Hs.parse(this[dn],this[li],!0);break;case"NextFileHasLongPath":case"OldGnuLongPath":{let e=this[Dt]??Object.create(null);this[Dt]=e,e.path=this[dn].replace(/\0.*/,"");break}case"NextFileHasLongLinkpath":{let e=this[Dt]||Object.create(null);this[Dt]=e,e.linkpath=this[dn].replace(/\0.*/,"");break}default:throw new Error("unknown meta: "+t.type)}}abort(t){this[un]=!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[un])return r?.(),!1;if((this[Ie]===void 0||this.brotli===void 0&&this[Ie]===!1)&&t){if(this[fe]&&(t=Buffer.concat([this[fe],t]),this[fe]=void 0),t.length<ow)return this[fe]=t,r?.(),!0;for(let d=0;this[Ie]===void 0&&d<ac.length;d++)t[d]!==ac[d]&&(this[Ie]=!1);let o=!1;if(this[Ie]===!1&&this.zstd!==!1){o=!0;for(let d=0;d<cc.length;d++)if(t[d]!==cc[d]){o=!1;break}}let c=this.brotli===void 0&&!o;if(this[Ie]===!1&&c)if(t.length<512)if(this[ln])this.brotli=!0;else return this[fe]=t,r?.(),!0;else try{new qn(t.subarray(0,512)),this.brotli=!1}catch{this.brotli=!0}if(this[Ie]===void 0||this[Ie]===!1&&(this.brotli||o)){let d=this[ln];this[ln]=!1,this[Ie]=this[Ie]===void 0?new Pm({}):o?new Mm({}):new Lm({}),this[Ie].on("data",x=>this[Ss](x)),this[Ie].on("error",x=>this.abort(x)),this[Ie].on("end",()=>{this[ln]=!0,this[Ss]()}),this[xr]=!0;let u=!!this[Ie][d?"end":"write"](t);return this[xr]=!1,r?.(),u}}this[xr]=!0,this[Ie]?this[Ie].write(t):this[Ss](t),this[xr]=!1;let i=this[Ht].length>0?!1:this[qt]?this[qt].flowing:!0;return!i&&this[Ht].length===0&&this[qt]?.once("drain",()=>this.emit("drain")),r?.(),i}[Ja](t){t&&!this[un]&&(this[fe]=this[fe]?Buffer.concat([this[fe],t]):t)}[Is](){if(this[ln]&&!this[Va]&&!this[un]&&!this[ui]){this[Va]=!0;let t=this[Nn];if(t&&t.blockRemain){let e=this[fe]?this[fe].length:0;this.warn("TAR_BAD_ARCHIVE",`Truncated input (needed ${t.blockRemain} more bytes, only ${e} available)`,{entry:t}),this[fe]&&t.write(this[fe]),t.end()}this[Mn](Ts)}}[Ss](t){if(this[ui]&&t)this[Ja](t);else if(!t&&!this[fe])this[Is]();else if(t){if(this[ui]=!0,this[fe]){this[Ja](t);let e=this[fe];this[fe]=void 0,this[As](e)}else this[As](t);for(;this[fe]&&this[fe]?.length>=512&&!this[un]&&!this[Ds];){let e=this[fe];this[fe]=void 0,this[As](e)}this[ui]=!1}(!this[fe]||this[ln])&&this[Is]()}[As](t){let e=0,r=t.length;for(;e+512<=r&&!this[un]&&!this[Ds];)switch(this[ct]){case"begin":case"header":this[xu](t,e),e+=512;break;case"ignore":case"body":e+=this[$a](t,e);break;case"meta":e+=this[fu](t,e);break;default:throw new Error("invalid state: "+this[ct])}e<r&&(this[fe]=this[fe]?Buffer.concat([t.subarray(e),this[fe]]):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[un]||(this[Ie]?(t&&this[Ie].write(t),this[Ie].end()):(this[ln]=!0,(this.brotli===void 0||this.zstd===void 0)&&(t=t||Buffer.alloc(0)),t&&this.write(t),this[Is]())),this}},yi=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)},cw=t=>{let e=t.onReadEntry;t.onReadEntry=e?r=>{e(r),r.resume()}:r=>r.resume()},Ju=(t,e)=>{let r=new Map(e.map(c=>[yi(c),!0])),i=t.filter,o=(c,d="")=>{let u=d||wm(c).root||".",x;if(c===u)x=!1;else{let p=r.get(c);x=p!==void 0?p:o(mm(c),u)}return r.set(c,x),x};t.filter=i?(c,d)=>i(c,d)&&o(yi(c)):c=>o(yi(c))},dw=t=>{let e=new Ti(t),r=t.file,i;try{i=_r.openSync(r,"r");let o=_r.fstatSync(i),c=t.maxReadSize||16*1024*1024;if(o.size<c){let d=Buffer.allocUnsafe(o.size),u=_r.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 x=_r.readSync(i,u,0,c,d);if(x===0)break;d+=x,e.write(u.subarray(0,x))}e.end()}}finally{if(typeof i=="number")try{_r.closeSync(i)}catch{}}},lw=(t,e)=>{let r=new Ti(t),i=t.maxReadSize||16*1024*1024,o=t.file;return new Promise((c,d)=>{r.on("error",d),r.on("end",c),_r.stat(o,(u,x)=>{if(u)d(u);else{let p=new Ic(o,{readSize:i,size:x.size});p.on("error",d),p.pipe(r)}})})},vr=Ci(dw,lw,t=>new Ti(t),t=>new Ti(t),(t,e)=>{e?.length&&Ju(t,e),t.noResume||cw(t)}),Zu=(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:fw,parse:gu}=uw,Rc=t=>{let e="",r=gu(t);for(;fw(t)||r.root;){let i=t.charAt(0)==="/"&&t.slice(0,4)!=="//?/"?"/":r.root;t=t.slice(i.length),e+=i,r=gu(t)}return[e,t]},Ys=["|","<",">","?",":"],kc=Ys.map(t=>String.fromCodePoint(61440+Number(t.codePointAt(0)))),xw=new Map(Ys.map((t,e)=>[t,kc[e]])),hw=new Map(kc.map((t,e)=>[t,Ys[e]])),mu=t=>Ys.reduce((e,r)=>e.split(r).join(xw.get(r)),t),pw=t=>kc.reduce((e,r)=>e.split(r).join(hw.get(r)),t),Yu=(t,e)=>e?(t=Z(t).replace(/^\.(\/|$)/,""),yi(e)+"/"+t):Z(t),gw=16*1024*1024,wu=Symbol("process"),_u=Symbol("file"),yu=Symbol("directory"),dc=Symbol("symlink"),bu=Symbol("hardlink"),fi=Symbol("header"),Ns=Symbol("read"),lc=Symbol("lstat"),Ms=Symbol("onlstat"),uc=Symbol("onread"),fc=Symbol("onreadlink"),xc=Symbol("openfile"),hc=Symbol("onopenfile"),gn=Symbol("close"),Ws=Symbol("mode"),pc=Symbol("awaitDrain"),Za=Symbol("ondrain"),kt=Symbol("prefix"),Xu=class extends Hn{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=Tc(e);super(),this.path=Z(t),this.portable=!!r.portable,this.maxReadSize=r.maxReadSize||gw,this.linkCache=r.linkCache||new Map,this.statCache=r.statCache||new Map,this.preservePaths=!!r.preservePaths,this.cwd=Z(r.cwd||process.cwd()),this.strict=!!r.strict,this.noPax=!!r.noPax,this.noMtime=!!r.noMtime,this.mtime=r.mtime,this.prefix=r.prefix?Z(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]=Rc(this.path);c&&typeof d=="string"&&(this.path=d,i=c)}this.win32=!!r.win32||process.platform==="win32",this.win32&&(this.path=pw(this.path.replaceAll(/\\/g,"/")),t=t.replaceAll(/\\/g,"/")),this.absolute=Z(r.absolute||pu.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[Ms](o):this[lc]()}warn(t,e,r={}){return Zs(this,t,e,r)}emit(t,...e){return t==="error"&&(this.#e=!0),super.emit(t,...e)}[lc](){Rt.lstat(this.absolute,(t,e)=>{if(t)return this.emit("error",t);this[Ms](e)})}[Ms](t){this.statCache.set(this.absolute,t),this.stat=t,t.isFile()||(t.size=0),this.type=_w(t),this.emit("stat",t),this[wu]()}[wu](){switch(this.type){case"File":return this[_u]();case"Directory":return this[yu]();case"SymbolicLink":return this[dc]();default:return this.end()}}[Ws](t){return Zu(t,this.type==="Directory",this.portable)}[kt](t){return Yu(t,this.prefix)}[fi](){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 qn({path:this[kt](this.path),linkpath:this.type==="Link"&&this.linkpath!==void 0?this[kt](this.linkpath):this.linkpath,mode:this[Ws](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 Hs({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[kt](this.path),linkpath:this.type==="Link"&&this.linkpath!==void 0?this[kt](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)}[yu](){if(!this.stat)throw new Error("cannot create directory entry without stat");this.path.slice(-1)!=="/"&&(this.path+="/"),this.stat.size=0,this[fi](),this.end()}[dc](){Rt.readlink(this.absolute,(t,e)=>{if(t)return this.emit("error",t);this[fc](e)})}[fc](t){this.linkpath=Z(t),this[fi](),this.end()}[bu](t){if(!this.stat)throw new Error("cannot create link entry without stat");this.type="Link",this.linkpath=Z(pu.relative(this.cwd,t)),this.stat.size=0,this[fi](),this.end()}[_u](){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[bu](e);this.linkCache.set(t,this.absolute)}if(this[fi](),this.stat.size===0)return this.end();this[xc]()}[xc](){Rt.open(this.absolute,"r",(t,e)=>{if(t)return this.emit("error",t);this[hc](e)})}[hc](t){if(this.fd=t,this.#e)return this[gn]();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[Ns]()}[Ns](){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");Rt.read(t,e,r,i,o,(c,d)=>{if(c)return this[gn](()=>this.emit("error",c));this[uc](d)})}[gn](t=()=>{}){this.fd!==void 0&&Rt.close(this.fd,t)}[uc](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[gn](()=>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[gn](()=>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[Za]():this[pc](()=>this[Za]())}[pc](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)}[Za](){if(!this.remain)return this.blockRemain&&super.write(Buffer.alloc(this.blockRemain)),this[gn](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[Ns]()}},mw=class extends Xu{sync=!0;[lc](){this[Ms](Rt.lstatSync(this.absolute))}[dc](){this[fc](Rt.readlinkSync(this.absolute))}[xc](){this[hc](Rt.openSync(this.absolute,"r"))}[Ns](){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=Rt.readSync(e,r,i,o,c);this[uc](d),t=!1}finally{if(t)try{this[gn](()=>{})}catch{}}}[pc](t){t()}[gn](t=()=>{}){this.fd!==void 0&&Rt.closeSync(this.fd),t()}},ww=class extends Hn{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 Zs(this,t,e,r)}constructor(t,e={}){let r=Tc(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=Z(t.path),this.mode=t.mode!==void 0?this[Ws](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?Z(t.linkpath):void 0,typeof r.onwarn=="function"&&this.on("warn",r.onwarn);let o=!1;if(!this.preservePaths){let[d,u]=Rc(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 qn({path:this[kt](this.path),linkpath:this.type==="Link"&&this.linkpath!==void 0?this[kt](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 Hs({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[kt](this.path),linkpath:this.type==="Link"&&this.linkpath!==void 0?this[kt](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)}[kt](t){return Yu(t,this.prefix)}[Ws](t){return Zu(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",yw=class yr{tail;head;length=0;static create(e=[]){return new yr(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++)Ew(this,e[r]);return this.length}unshift(...e){for(var r=0,i=e.length;r<i;r++)vw(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 yr;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 yr;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 yr;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 yr;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=bw(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 bw(t,e,r){let i=e,o=e?e.next:t.head,c=new Pc(r,i,o,t);return c.next===void 0&&(t.tail=c),c.prev===void 0&&(t.head=c),t.length++,c}function Ew(t,e){t.tail=new Pc(e,t.tail,void 0,t),t.head||(t.head=t.tail),t.length++}function vw(t,e){t.head=new Pc(e,void 0,t.head,t),t.tail||(t.tail=t.head),t.length++}var Pc=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}},vu=class{path;absolute;entry;stat;readdir;pending=!1;pendingLink=!1;ignore=!1;piped=!1;constructor(t,e){this.path=t||"./",this.absolute=e}},Su=Buffer.alloc(1024),Bs=Symbol("onStat"),xi=Symbol("ended"),gt=Symbol("queue"),hi=Symbol("queue"),fn=Symbol("current"),Fn=Symbol("process"),pi=Symbol("processing"),Rs=Symbol("processJob"),mt=Symbol("jobs"),Ya=Symbol("jobDone"),Fs=Symbol("addFSEntry"),Au=Symbol("addTarEntry"),gc=Symbol("stat"),mc=Symbol("readdir"),zs=Symbol("onreaddir"),Us=Symbol("pipe"),Iu=Symbol("entry"),Xa=Symbol("entryOpt"),Gs=Symbol("writeEntryClass"),Qu=Symbol("write"),Qa=Symbol("ondrain"),Xs=class extends Hn{sync=!1;opt;cwd;maxReadSize;preservePaths;strict;noPax;prefix;linkCache;statCache;file;portable;zip;readdirCache;noDirRecurse;follow;noMtime;mtime;filter;jobs;[Gs];onWriteEntry;[gt];[hi]=new Map;[mt]=0;[pi]=!1;[xi]=!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=Z(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[Gs]=Xu,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 km(t.gzip)),t.brotli&&(typeof t.brotli!="object"&&(t.brotli={}),this.zip=new Om(t.brotli)),t.zstd&&(typeof t.zstd!="object"&&(t.zstd={}),this.zip=new Nm(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[Qa]()),this.on("resume",()=>e.resume())}else this.on("drain",this[Qa]);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[gt]=new yw,this[mt]=0,this.jobs=Number(t.jobs)||4,this[pi]=!1,this[xi]=!1}[Qu](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[xi]=!0,this[Fn](),r&&r(),this}write(t){if(this[xi])throw new Error("write after end");return t instanceof $u?this[Au](t):this[Fs](t),this.flowing}[Au](t){let e=Z(Eu.resolve(this.cwd,t.path));if(!this.filter(t.path,t))t.resume();else{let r=new vu(t.path,e);r.entry=new ww(t,this[Xa](r)),r.entry.on("end",()=>this[Ya](r)),this[mt]+=1,this[gt].push(r)}this[Fn]()}[Fs](t){let e=Z(Eu.resolve(this.cwd,t));this[gt].push(new vu(t,e)),this[Fn]()}[gc](t){t.pending=!0,this[mt]+=1;let e=this.follow?"stat":"lstat";js[e](t.absolute,(r,i)=>{t.pending=!1,this[mt]-=1,r?this.emit("error",r):this[Bs](t,i)})}[Bs](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[fn])this[Rs](t);else{let r=`${e.dev}:${e.ino}`,i=this[hi].get(r);i?i.push(t):this[hi].set(r,[t]),t.pendingLink=!0,t.pending=!0}this[Fn]()}[mc](t){t.pending=!0,this[mt]+=1,js.readdir(t.absolute,(e,r)=>{if(t.pending=!1,this[mt]-=1,e)return this.emit("error",e);this[zs](t,r)})}[zs](t,e){this.readdirCache.set(t.absolute,e),t.readdir=e,this[Fn]()}[Fn](){if(!this[pi]){this[pi]=!0;for(let t=this[gt].head;t&&this[mt]<this.jobs;t=t.next)if(this[Rs](t.value),t.value.ignore){let e=t.next;this[gt].removeNode(t),t.next=e}this[pi]=!1,this[xi]&&this[gt].length===0&&this[mt]===0&&(this.zip?this.zip.end(Su):(super.write(Su),super.end()))}}get[fn](){return this[gt]&&this[gt].head&&this[gt].head.value}[Ya](t){this[gt].shift(),this[mt]-=1;let{stat:e}=t;if(e&&e.isFile()&&e.nlink>1){let r=`${e.dev}:${e.ino}`,i=this[hi].get(r);if(i){this[hi].delete(r);for(let o of i)o.pending=!1,this[Rs](o)}}this[Fn]()}[Rs](t){if(t.pending&&t.pendingLink&&t===this[fn]&&(t.pending=!1,t.pendingLink=!1),!t.pending){if(t.entry){t===this[fn]&&!t.piped&&this[Us](t);return}if(!t.stat){let e=this.statCache.get(t.absolute);e?this[Bs](t,e):this[gc](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[mc](t),!t.readdir)return}if(t.entry=this[Iu](t),!t.entry){t.ignore=!0;return}t===this[fn]&&!t.piped&&this[Us](t)}}}[Xa](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}}[Iu](t){this[mt]+=1;try{return new this[Gs](t.path,this[Xa](t)).on("end",()=>this[Ya](t)).on("error",e=>this.emit("error",e))}catch(e){this.emit("error",e)}}[Qa](){this[fn]&&this[fn].entry&&this[fn].entry.resume()}[Us](t){t.piped=!0,t.readdir&&t.readdir.forEach(i=>{let o=t.path,c=o==="./"?"":o.replace(/\/*$/,"/");this[Fs](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={}){Zs(this,t,e,r)}},Oc=class extends Xs{sync=!0;constructor(t){super(t),this[Gs]=mw}pause(){}resume(){}[gc](t){let e=this.follow?"statSync":"lstatSync";this[Bs](t,js[e](t.absolute))}[mc](t){this[zs](t,js.readdirSync(t.absolute))}[Us](t){let e=t.entry,r=this.zip;if(t.readdir&&t.readdir.forEach(i=>{let o=t.path,c=o==="./"?"":o.replace(/\/*$/,"/");this[Fs](c+i)}),!e)throw new Error("Cannot pipe without source");r?e.on("data",i=>{r.write(i)}):e.on("data",i=>{super[Qu](i)})}},Sw=(t,e)=>{let r=new Oc(t),i=new Uu(t.file,{mode:t.mode||438});r.pipe(i),ef(r,e)},Aw=(t,e)=>{let r=new Xs(t),i=new $s(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 tf(r,e).catch(c=>r.emit("error",c)),o},ef=(t,e)=>{e.forEach(r=>{r.charAt(0)==="@"?vr({file:Gu.resolve(t.cwd,r.slice(1)),sync:!0,noResume:!0,onReadEntry:i=>t.add(i)}):t.add(r)}),t.end()},tf=async(t,e)=>{for(let r of e)r.charAt(0)==="@"?await vr({file:Gu.resolve(String(t.cwd),r.slice(1)),noResume:!0,onReadEntry:i=>{t.add(i)}}):t.add(r);t.end()},Iw=(t,e)=>{let r=new Oc(t);return ef(r,e),r},Tw=(t,e)=>{let r=new Xs(t);return tf(r,e).catch(i=>r.emit("error",i)),r},G2=Ci(Sw,Aw,Iw,Tw,(t,e)=>{if(!e?.length)throw new TypeError("no paths specified to add to archive")}),Dw=process.env.__FAKE_PLATFORM__||process.platform,of=Dw==="win32",{O_CREAT:af,O_NOFOLLOW:Tu,O_TRUNC:cf,O_WRONLY:df}=sf.constants,lf=Number(process.env.__FAKE_FS_O_FILENAME__)||sf.constants.UV_FS_O_FILEMAP||0,Rw=of&&!!lf,kw=512*1024,Pw=lf|cf|af|df,Cu=!of&&typeof Tu=="number"?Tu|cf|af|df:null,uf=Cu!==null?()=>Cu:Rw?t=>t<kw?Pw:"w":()=>"w",wc=(t,e,r)=>{try{return Qs.lchownSync(t,e,r)}catch(i){if(i?.code!=="ENOENT")throw i}},Ks=(t,e,r,i)=>{Qs.lchown(t,e,r,o=>{i(o&&o?.code!=="ENOENT"?o:null)})},Ow=(t,e,r,i,o)=>{if(e.isDirectory())ff(bi.resolve(t,e.name),r,i,c=>{if(c)return o(c);let d=bi.resolve(t,e.name);Ks(d,r,i,o)});else{let c=bi.resolve(t,e.name);Ks(c,r,i,o)}},ff=(t,e,r,i)=>{Qs.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 Ks(t,e,r,i);let d=c.length,u=null,x=p=>{if(!u){if(p)return i(u=p);if(--d===0)return Ks(t,e,r,i)}};for(let p of c)Ow(t,p,e,r,x)})},Lw=(t,e,r,i)=>{e.isDirectory()&&xf(bi.resolve(t,e.name),r,i),wc(bi.resolve(t,e.name),r,i)},xf=(t,e,r)=>{let i;try{i=Qs.readdirSync(t,{withFileTypes:!0})}catch(o){let c=o;if(c?.code==="ENOENT")return;if(c?.code==="ENOTDIR"||c?.code==="ENOTSUP")return wc(t,e,r);throw c}for(let o of i)Lw(t,o,e,r);return wc(t,e,r)},hf=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"}},eo=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"}},Mw=(t,e)=>{st.stat(t,(r,i)=>{(r||!i.isDirectory())&&(r=new hf(t,r?.code||"ENOTDIR")),e(r)})},Bw=(t,e,r)=>{t=Z(t);let i=e.umask??18,o=e.mode|448,c=(o&i)!==0,d=e.uid,u=e.gid,x=typeof d=="number"&&typeof u=="number"&&(d!==e.processUid||u!==e.processGid),p=e.preserve,w=e.unlink,m=Z(e.cwd),v=(S,A)=>{S?r(S):A&&x?ff(A,d,u,I=>v(I)):c?st.chmod(t,o,r):r()};if(t===m)return Mw(t,v);if(p)return Nw.mkdir(t,{mode:o,recursive:!0}).then(S=>v(null,S??void 0),v);let _=Z(Vs.relative(m,t)).split("/");_c(m,_,o,w,m,void 0,v)},_c=(t,e,r,i,o,c,d)=>{if(e.length===0)return d(null,c);let u=e.shift(),x=Z(Vs.resolve(t+"/"+u));st.mkdir(x,r,pf(x,e,r,i,o,c,d))},pf=(t,e,r,i,o,c,d)=>u=>{u?st.lstat(t,(x,p)=>{if(x)x.path=x.path&&Z(x.path),d(x);else if(p.isDirectory())_c(t,e,r,i,o,c,d);else if(i)st.unlink(t,w=>{if(w)return d(w);st.mkdir(t,r,pf(t,e,r,i,o,c,d))});else{if(p.isSymbolicLink())return d(new eo(t,t+"/"+e.join("/")));d(u)}}):(c=c||t,_c(t,e,r,i,o,c,d))},Fw=t=>{let e=!1,r;try{e=st.statSync(t).isDirectory()}catch(i){r=i?.code}finally{if(!e)throw new hf(t,r??"ENOTDIR")}},zw=(t,e)=>{t=Z(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),x=e.preserve,p=e.unlink,w=Z(e.cwd),m=S=>{S&&u&&xf(S,c,d),o&&st.chmodSync(t,i)};if(t===w)return Fw(w),m();if(x)return m(st.mkdirSync(t,{mode:i,recursive:!0})??void 0);let v=Z(Vs.relative(w,t)).split("/"),_;for(let S=v.shift(),A=w;S&&(A+="/"+S);S=v.shift()){A=Z(Vs.resolve(A));try{st.mkdirSync(A,i),_=_||A}catch{let I=st.lstatSync(A);if(I.isDirectory())continue;if(p){st.unlinkSync(A),st.mkdirSync(A,i),_=_||A;continue}else if(I.isSymbolicLink())return new eo(A,A+"/"+v.join("/"))}}return m(_)},ec=Object.create(null),Du=1e4,hr=new Set,Uw=t=>{hr.has(t)?hr.delete(t):ec[t]=t.normalize("NFD").toLocaleLowerCase("en").toLocaleUpperCase("en"),hr.add(t);let e=ec[t],r=hr.size-Du;if(r>Du/10){for(let i of hr)if(hr.delete(i),delete ec[i],--r<=0)break}return e},Gw=process.env.TESTING_TAR_FAKE_PLATFORM||process.platform,qw=Gw==="win32",Hw=t=>t.split("/").slice(0,-1).reduce((e,r)=>{let i=e.at(-1);return i!==void 0&&(r=gf(i,r)),e.push(r||"/"),e},[]),jw=class{#e=new Map;#n=new Map;#r=new Set;reserve(t,e){t=qw?["win32 parallelization disabled"]:t.map(i=>yi(gf(Uw(i))));let r=new Set(t.map(i=>Hw(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 x of u)o.add(x)}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 x=d[0];typeof x=="function"&&o.add(x)}else u.delete(t)}return this.#r.delete(t),o.forEach(c=>this.#i(c)),!0}},Ww=()=>process.umask(),Ru=Symbol("onEntry"),yc=Symbol("checkFs"),ku=Symbol("checkFs2"),bc=Symbol("isReusable"),dt=Symbol("makeFs"),Ec=Symbol("file"),vc=Symbol("directory"),qs=Symbol("link"),Pu=Symbol("symlink"),Ou=Symbol("hardlink"),wi=Symbol("ensureNoSymlink"),Lu=Symbol("unsupported"),Nu=Symbol("checkPath"),tc=Symbol("stripAbsolutePath"),mn=Symbol("mkdir"),Ue=Symbol("onError"),ks=Symbol("pending"),Mu=Symbol("pend"),pr=Symbol("unpend"),nc=Symbol("ended"),rc=Symbol("maybeClose"),Sc=Symbol("skip"),Ei=Symbol("doChown"),vi=Symbol("uid"),Si=Symbol("gid"),Ai=Symbol("checkedCwd"),Kw=process.env.TESTING_TAR_FAKE_PLATFORM||process.platform,Ii=Kw==="win32",Vw=1024,$w=(t,e)=>{if(!Ii)return te.unlink(t,e);let r=t+".DELETE."+rf(16).toString("hex");te.rename(t,r,i=>{if(i)return e(i);te.unlink(r,e)})},Jw=t=>{if(!Ii)return te.unlinkSync(t);let e=t+".DELETE."+rf(16).toString("hex");te.renameSync(t,e),te.unlinkSync(e)},Bu=(t,e,r)=>t!==void 0&&t===t>>>0?t:e!==void 0&&e===e>>>0?e:r,Lc=class extends Ti{[nc]=!1;[Ai]=!1;[ks]=0;reservations=new jw;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[nc]=!0,this[rc]()},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:Vw,this.forceChown=t.forceChown===!0,this.win32=!!t.win32||Ii,this.newer=!!t.newer,this.keep=!!t.keep,this.noMtime=!!t.noMtime,this.preservePaths=!!t.preservePaths,this.unlink=!!t.unlink,this.cwd=Z(Le.resolve(t.cwd||process.cwd())),this.strip=Number(t.strip)||0,this.processUmask=this.chmod?typeof t.processUmask=="number"?t.processUmask:Ww():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[Ru](e))}warn(t,e,r={}){return(t==="TAR_BAD_ARCHIVE"||t==="TAR_ABORT")&&(r.recoverable=!1),super.warn(t,e,r)}[rc](){this[nc]&&this[ks]===0&&(this.emit("prefinish"),this.emit("finish"),this.emit("end"))}[tc](t,e){let r=t[e],{type:i}=t;if(!r||this.preservePaths)return!0;let[o,c]=Rc(r),d=c.replaceAll(/\\/g,"/").split("/");if(d.includes("..")||Ii&&/^[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=Le.posix.dirname(t.path),x=Le.posix.normalize(Le.posix.join(u,d.join("/")));if(x.startsWith("../")||x==="..")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}[Nu](t){let e=Z(t.path),r=e.split("/");if(this.strip){if(r.length<this.strip)return!1;if(t.type==="Link"){let i=Z(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[tc](t,"path")||!this[tc](t,"linkpath"))return!1;if(t.absolute=Le.isAbsolute(t.path)?Z(Le.resolve(t.path)):Z(Le.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:Z(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}=Le.win32.parse(String(t.absolute));t.absolute=i+mu(String(t.absolute).slice(i.length));let{root:o}=Le.win32.parse(t.path);t.path=o+mu(t.path.slice(o.length))}return!0}[Ru](t){if(!this[Nu](t))return t.resume();switch(Cw.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[yc](t);default:return this[Lu](t)}}[Ue](t,e){t.name==="CwdError"?this.emit("error",t):(this.warn("TAR_ENTRY_ERROR",t,{entry:e}),this[pr](),e.resume())}[mn](t,e,r){Bw(Z(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)}[Ei](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}[vi](t){return Bu(this.uid,t.uid,this.processUid)}[Si](t){return Bu(this.gid,t.gid,this.processGid)}[Ec](t,e){let r=typeof t.mode=="number"?t.mode&4095:this.fmode,i=new $s(String(t.absolute),{flags:uf(t.size),mode:r,autoClose:!1});i.on("error",u=>{i.fd&&te.close(i.fd,()=>{}),i.write=()=>!0,this[Ue](u,t),e()});let o=1,c=u=>{if(u){i.fd&&te.close(i.fd,()=>{}),this[Ue](u,t),e();return}--o===0&&i.fd!==void 0&&te.close(i.fd,x=>{x?this[Ue](x,t):this[pr](),e()})};i.on("finish",()=>{let u=String(t.absolute),x=i.fd;if(typeof x=="number"&&t.mtime&&!this.noMtime){o++;let p=t.atime||new Date,w=t.mtime;te.futimes(x,p,w,m=>m?te.utimes(u,p,w,v=>c(v&&m)):c())}if(typeof x=="number"&&this[Ei](t)){o++;let p=this[vi](t),w=this[Si](t);typeof p=="number"&&typeof w=="number"&&te.fchown(x,p,w,m=>m?te.chown(u,p,w,v=>c(v&&m)):c())}c()});let d=this.transform&&this.transform(t)||t;d!==t&&(d.on("error",u=>{this[Ue](u,t),e()}),t.pipe(d)),d.pipe(i)}[vc](t,e){let r=typeof t.mode=="number"?t.mode&4095:this.dmode;this[mn](String(t.absolute),r,i=>{if(i){this[Ue](i,t),e();return}let o=1,c=()=>{--o===0&&(e(),this[pr](),t.resume())};t.mtime&&!this.noMtime&&(o++,te.utimes(String(t.absolute),t.atime||new Date,t.mtime,c)),this[Ei](t)&&(o++,te.chown(String(t.absolute),Number(this[vi](t)),Number(this[Si](t)),c)),c()})}[Lu](t){t.unsupported=!0,this.warn("TAR_ENTRY_UNSUPPORTED",`unsupported entry type: ${t.type}`,{entry:t}),t.resume()}[Pu](t,e){let r=Z(Le.relative(this.cwd,Le.resolve(Le.dirname(String(t.absolute)),String(t.linkpath)))).split("/");this[wi](t,this.cwd,r,()=>this[qs](t,String(t.linkpath),"symlink",e),i=>{this[Ue](i,t),e()})}[Ou](t,e){let r=Z(Le.resolve(this.cwd,String(t.linkpath))),i=Z(String(t.linkpath)).split("/");this[wi](t,this.cwd,i,()=>this[qs](t,r,"link",e),o=>{this[Ue](o,t),e()})}[wi](t,e,r,i,o){let c=r.shift();if(this.preservePaths||c===void 0)return i();let d=Le.resolve(e,c);te.lstat(d,(u,x)=>{if(u)return i();if(x?.isSymbolicLink())return o(new eo(d,Le.resolve(d,r.join("/"))));this[wi](t,d,r,i,o)})}[Mu](){this[ks]++}[pr](){this[ks]--,this[rc]()}[Sc](t){this[pr](),t.resume()}[bc](t,e){return t.type==="File"&&!this.unlink&&e.isFile()&&e.nlink<=1&&!Ii}[yc](t){this[Mu]();let e=[t.path];t.linkpath&&e.push(t.linkpath),this.reservations.reserve(e,r=>this[ku](t,r))}[ku](t,e){let r=d=>{e(d)},i=()=>{this[mn](this.cwd,this.dmode,d=>{if(d){this[Ue](d,t),r();return}this[Ai]=!0,o()})},o=()=>{if(t.absolute!==this.cwd){let d=Z(Le.dirname(String(t.absolute)));if(d!==this.cwd)return this[mn](d,this.dmode,u=>{if(u){this[Ue](u,t),r();return}c()})}c()},c=()=>{te.lstat(String(t.absolute),(d,u)=>{if(u&&(this.keep||this.newer&&u.mtime>(t.mtime??u.mtime))){this[Sc](t),r();return}if(d||this[bc](t,u))return this[dt](null,t,r);if(u.isDirectory()){if(t.type==="Directory"){let x=this.chmod&&t.mode&&(u.mode&4095)!==t.mode,p=w=>this[dt](w??null,t,r);return x?te.chmod(String(t.absolute),Number(t.mode),p):p()}if(t.absolute!==this.cwd)return te.rmdir(String(t.absolute),x=>this[dt](x??null,t,r))}if(t.absolute===this.cwd)return this[dt](null,t,r);$w(String(t.absolute),x=>this[dt](x??null,t,r))})};this[Ai]?o():i()}[dt](t,e,r){if(t){this[Ue](t,e),r();return}switch(e.type){case"File":case"OldFile":case"ContiguousFile":return this[Ec](e,r);case"Link":return this[Ou](e,r);case"SymbolicLink":return this[Pu](e,r);case"Directory":case"GNUDumpDir":return this[vc](e,r)}}[qs](t,e,r,i){te[r](e,String(t.absolute),o=>{o?this[Ue](o,t):(this[pr](),t.resume()),i()})}},gi=t=>{try{return[null,t()]}catch(e){return[e,null]}},mf=class extends Lc{sync=!0;[dt](t,e){return super[dt](t,e,()=>{})}[yc](t){if(!this[Ai]){let o=this[mn](this.cwd,this.dmode);if(o)return this[Ue](o,t);this[Ai]=!0}if(t.absolute!==this.cwd){let o=Z(Le.dirname(String(t.absolute)));if(o!==this.cwd){let c=this[mn](o,this.dmode);if(c)return this[Ue](c,t)}}let[e,r]=gi(()=>te.lstatSync(String(t.absolute)));if(r&&(this.keep||this.newer&&r.mtime>(t.mtime??r.mtime)))return this[Sc](t);if(e||this[bc](t,r))return this[dt](null,t);if(r.isDirectory()){if(t.type==="Directory"){let c=this.chmod&&t.mode&&(r.mode&4095)!==t.mode,[d]=c?gi(()=>{te.chmodSync(String(t.absolute),Number(t.mode))}):[];return this[dt](d,t)}let[o]=gi(()=>te.rmdirSync(String(t.absolute)));this[dt](o,t)}let[i]=t.absolute===this.cwd?[]:gi(()=>Jw(String(t.absolute)));this[dt](i,t)}[Ec](t,e){let r=typeof t.mode=="number"?t.mode&4095:this.fmode,i=d=>{let u;try{te.closeSync(o)}catch(x){u=x}(d||u)&&this[Ue](d||u,t),e()},o;try{o=te.openSync(String(t.absolute),uf(t.size),r)}catch(d){return i(d)}let c=this.transform&&this.transform(t)||t;c!==t&&(c.on("error",d=>this[Ue](d,t)),t.pipe(c)),c.on("data",d=>{try{te.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,x=t.mtime;try{te.futimesSync(o,u,x)}catch(p){try{te.utimesSync(String(t.absolute),u,x)}catch{d=p}}}if(this[Ei](t)){let u=this[vi](t),x=this[Si](t);try{te.fchownSync(o,Number(u),Number(x))}catch(p){try{te.chownSync(String(t.absolute),Number(u),Number(x))}catch{d=d||p}}}i(d)})}[vc](t,e){let r=typeof t.mode=="number"?t.mode&4095:this.dmode,i=this[mn](String(t.absolute),r);if(i){this[Ue](i,t),e();return}if(t.mtime&&!this.noMtime)try{te.utimesSync(String(t.absolute),t.atime||new Date,t.mtime)}catch{}if(this[Ei](t))try{te.chownSync(String(t.absolute),Number(this[vi](t)),Number(this[Si](t)))}catch{}e(),t.resume()}[mn](t,e){try{return zw(Z(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}}[wi](t,e,r,i,o){if(this.preservePaths||r.length===0)return i();let c=e;for(let d of r){c=Le.resolve(c,d);let[u,x]=gi(()=>te.lstatSync(c));if(u)return i();if(x.isSymbolicLink())return o(new eo(c,Le.resolve(e,r.join("/"))))}i()}[qs](t,e,r,i){let o=`${r}Sync`;try{te[o](e,String(t.absolute)),i(),t.resume()}catch(c){return this[Ue](c,t)}}},Zw=t=>{let e=new mf(t),r=t.file,i=nf.statSync(r),o=t.maxReadSize||16*1024*1024;new gm(r,{readSize:o,size:i.size}).pipe(e)},Yw=(t,e)=>{let r=new Lc(t),i=t.maxReadSize||16*1024*1024,o=t.file;return new Promise((c,d)=>{r.on("error",d),r.on("close",c),nf.stat(o,(u,x)=>{if(u)d(u);else{let p=new Ic(o,{readSize:i,size:x.size});p.on("error",d),p.pipe(r)}})})},wf=Ci(Zw,Yw,t=>new mf(t),t=>new Lc(t),(t,e)=>{e?.length&&Ju(t,e)}),Xw=(t,e)=>{let r=new Oc(t),i=!0,o,c;try{try{o=it.openSync(t.file,"r+")}catch(x){if(x?.code==="ENOENT")o=it.openSync(t.file,"w+");else throw x}let d=it.fstatSync(o),u=Buffer.alloc(512);e:for(c=0;c<d.size;c+=512){for(let w=0,m=0;w<512;w+=m){if(m=it.readSync(o,u,w,u.length-w,c+w),c===0&&u[0]===31&&u[1]===139)throw new Error("cannot append to compressed archives");if(!m)break e}let x=new qn(u);if(!x.cksumValid)break;let p=512*Math.ceil((x.size||0)/512);if(c+p+512>d.size)break;c+=p,t.mtimeCache&&x.mtime&&t.mtimeCache.set(String(x.path),x.mtime)}i=!1,Qw(t,r,c,o,e)}finally{if(i)try{it.closeSync(o)}catch{}}},Qw=(t,e,r,i,o)=>{let c=new Uu(t.file,{fd:i,start:r});e.pipe(c),t_(e,o)},e_=(t,e)=>{e=Array.from(e);let r=new Xs(t),i=(o,c,d)=>{let u=(v,_)=>{v?it.close(o,S=>d(v)):d(null,_)},x=0;if(c===0)return u(null,0);let p=0,w=Buffer.alloc(512),m=(v,_)=>{if(v||_===void 0)return u(v);if(p+=_,p<512&&_)return it.read(o,w,p,w.length-p,x+p,m);if(x===0&&w[0]===31&&w[1]===139)return u(new Error("cannot append to compressed archives"));if(p<512)return u(null,x);let S=new qn(w);if(!S.cksumValid)return u(null,x);let A=512*Math.ceil((S.size??0)/512);if(x+A+512>c||(x+=A+512,x>=c))return u(null,x);t.mtimeCache&&S.mtime&&t.mtimeCache.set(String(S.path),S.mtime),p=0,it.read(o,w,0,512,x,m)};it.read(o,w,0,512,x,m)};return new Promise((o,c)=>{r.on("error",c);let d="r+",u=(x,p)=>{if(x&&x.code==="ENOENT"&&d==="r+")return d="w+",it.open(t.file,d,u);if(x||!p)return c(x);it.fstat(p,(w,m)=>{if(w)return it.close(p,()=>c(w));i(p,m.size,(v,_)=>{if(v)return c(v);let S=new $s(t.file,{fd:p,start:_});r.pipe(S),S.on("error",c),S.on("close",o),n_(r,e)})})};it.open(t.file,d,u)})},t_=(t,e)=>{e.forEach(r=>{r.charAt(0)==="@"?vr({file:_f.resolve(t.cwd,r.slice(1)),sync:!0,noResume:!0,onReadEntry:i=>t.add(i)}):t.add(r)}),t.end()},n_=async(t,e)=>{for(let r of e)r.charAt(0)==="@"?await vr({file:_f.resolve(String(t.cwd),r.slice(1)),noResume:!0,onReadEntry:i=>t.add(i)}):t.add(r);t.end()},mi=Ci(Xw,e_,()=>{throw new TypeError("file is required")},()=>{throw new TypeError("file is required")},(t,e)=>{if(!Sm(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")}),nA=Ci(mi.syncFile,mi.asyncFile,mi.syncNoFile,mi.asyncNoFile,(t,e=[])=>{mi.validate?.(t,e),r_(t)}),r_=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))};on();var yt={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",DELETE:"_agent/delete"};function to(t){return t?.cozeDeployType==="cloud"?"cloud":"local"}function yf(t){let e=t?.cozeAccountId?.trim();if(!(!e||e==="0"))return e}function Nc(t){let e=t?.cozeGroupId?.trim();if(!(!e||e==="0"))return e}function bf(t){let{_meta:e,...r}=t;return{stripped:r,meta:e}}function Sr(t){if(!t?.cozeAgentId)throw new Error("missing _meta.cozeAgentId");return t.cozeAgentId}Ve();ee();Pe();Ve();function Kt(t,e){if(to(t)!=="cloud")throw new C("OPERATION_NOT_ALLOWED_FOR_LOCAL",`${e} is not allowed for local agent`)}function no(t){return t.startsWith("http://")||t.startsWith("https://")}function ro(t){return t.endsWith("/")?t.slice(0,-1):t}Ve();ee();var io="1008033",Ef="1289";var vf="pbbp2",Sf="https://www.coze.cn",Af="/api/coze_claw/resource/get_frontier_key",s_="https://www.coze.cn",o_="wss://frontier.coze.cn";function so(t){return t??process.env.COZE_BRIDGE_HANDSHAKE_URL??s_}function If(t){return t??process.env.COZE_BRIDGE_FRONTIER_URL??o_}function Ar(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 Ri(t){return t?t.startsWith("boe_")?{ttEnv:t}:{ttEnv:t,usePpe:"1"}:{}}var Di=U("handshake");async function Mc(t){let e=so(t.endpoint),r=t.timeoutMs??1e4,i=`${ro(e)}${Af}?aid=${encodeURIComponent(io)}`,o={Authorization:`Bearer ${t.privatecode}`,Accept:"application/json",...Ar(t.ppeOverride)},c=new AbortController,d=setTimeout(()=>c.abort(),r);Di.info("frontier key handshake",{base:e});try{let u=await fetch(i,{method:"GET",headers:o,signal:c.signal}),x=u.headers.get("x-tt-logid")??"",p=u.headers.get("x-tt-trace-id")??"";if(!u.ok){let S=await u.text().catch(()=>"");throw new C("UPSTREAM_HANDSHAKE_FAILED",`handshake HTTP ${u.status} logid=${x}: ${S.slice(0,200)}`)}let w=await u.json();if(w.code!==void 0&&w.code!==0)throw new C("UPSTREAM_HANDSHAKE_FAILED",`handshake code=${w.code} msg=${w.msg??"-"} logid=${x}`);let m=w.data??{},v=typeof m.access_key=="string"&&m.access_key||typeof m.accessKey=="string"&&m.accessKey||void 0,_=typeof m.device_id=="string"&&m.device_id||typeof m.deviceId=="string"&&m.deviceId||void 0;if(!v||!_){let S=JSON.stringify(w).slice(0,500);throw new C("UPSTREAM_HANDSHAKE_FAILED",`handshake response missing access_key/device_id (also tried camelCase) logid=${x}: ${S}`)}return Di.info("handshake ok",{remoteDeviceId:_,logid:x,traceId:p}),{accessKey:v,deviceId:_}}catch(u){if(u instanceof C)throw Di.error("handshake failed (bridge error)",{base:e,message:u.message,code:u.code}),u;if(u.name==="AbortError")throw Di.warn("handshake timeout",{base:e,timeoutMs:r}),new C("UPSTREAM_HANDSHAKE_FAILED",`handshake timeout (${r}ms)`,{cause:u});let x=u.cause;throw Di.error("handshake error",{base:e,message:u instanceof Error?u.message:String(u),errno:x?.code,syscall:x?.syscall,cause:String(u).slice(0,300)}),new C("UPSTREAM_HANDSHAKE_FAILED",String(u),{cause:u})}finally{clearTimeout(d)}}var Bc=process.env.COZE_BRIDGE_LLM_GATEWAY_URL?.trim()||"https://llm-gateway.coze.cn",bt="auto",Tf=15e4;function Cf(t){return{model:Fc(t.model)??bt,...t.modelToken?{modelToken:t.modelToken}:{}}}function Df(t){return!t||t===bt}var a_=new Set(["auto","\u81EA\u52A8"]);function Fc(t){let e=t?.trim();if(e)return a_.has(e.toLowerCase())?bt:e}function Rf(t){let e={};if(t.modelToken){e.ANTHROPIC_BASE_URL=Bc,e.ANTHROPIC_AUTH_TOKEN=t.modelToken;let r=t.model||bt;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))}else Df(t.model)||(e.ANTHROPIC_MODEL=t.model);return e}function kf(t){let e=[];if(t.modelToken?e.push("-c",`model="${t.model||bt}"`):Df(t.model)||e.push("-c",`model="${t.model}"`),t.modelToken){e.push("-c",'model_providers.coze.name="coze"'),e.push("-c",`model_providers.coze.base_url="${Bc}/v1"`),e.push("-c",'model_providers.coze.env_key="OPENAI_API_KEY"'),e.push("-c",'model_providers.coze.wire_api="responses"'),e.push("-c","model_providers.coze.requires_openai_auth=false"),e.push("-c","model_providers.coze.supports_websockets=false"),e.push("-c",'model_provider="coze"');let r=t.modelInfo?.contextWindow??Tf;e.push("-c",`model_context_window=${r}`)}return e}function Pf(t){return t.modelToken?{OPENAI_API_KEY:t.modelToken}:{}}function zc(t,e){let{ttEnv:r,usePpe:i}=Ri(t),o={};return r&&(o["x-tt-env"]=r),i&&(o["x-use-ppe"]=i),e&&(o["x-mock-scenario"]=e),o}function Of(t,e,r){if(!t.modelToken)return{};let i=zc(e,r);return Object.keys(i).length===0?{}:{ANTHROPIC_CUSTOM_HEADERS:Object.entries(i).map(([c,d])=>`${c}:${d}`).join(`
|
|
92
|
+
`)}}function Uc(t){return`coze-session-${t.replace(/[^A-Za-z0-9_-]+/g,"-")}`}function Lf(t,e,r){if(!t.modelToken)return null;let i=t.model||bt,o=zc(e,r),c=["text"];t.modelInfo?.capabilities?.image===!0&&c.push("image");let d={baseUrl:`${Bc}/v1`,api:"openai-completions",apiKey:t.modelToken,models:[{id:i,name:i,reasoning:!1,input:c,cost:{input:0,output:0,cacheRead:0,cacheWrite:0},contextWindow:t.modelInfo?.contextWindow??Tf,maxTokens:8192,api:"openai-completions"}]};return Object.keys(o).length>0&&(d.headers=o),d}function Nf(t,e,r){if(!t.modelToken)return[];let i=zc(e,r),o=[];for(let[c,d]of Object.entries(i))o.push("-c",`model_providers.coze.http_headers.${c}="${d}"`);return o}var Ne=U("agent-handlers"),Mf=5*1024*1024,x_=1,h_=6,p_=new Set(["node_modules",".git",".coze","dist","build",".next"]),oo=class{constructor(e){this.opts=e}opts;async listSkills(e){Kt(e._meta,"_agent/listSkills");let r=Sr(e._meta),i=await this.loadAgentCfg(r),o=i?.workspace??Xe(r).workspace,c=i?.skills??[],d=[];for(let u of c){let x=Ot(o,u.relPath,"SKILL.md");await l_(x).then(w=>w.isFile()).catch(()=>!1)&&d.push(y_(u))}return{skills:d}}async addSkills(e){Kt(e._meta,"_agent/addSkills");let r=Sr(e._meta),i=await this.requireAgentCfg(r),o=e.skills??[],c=[...i.skills??[]],d=new Map(c.map((x,p)=>[x.skillId,p])),u=[];for(let x of o){let p=await Vc({agentId:r,workspace:i.workspace,framework:i.framework,skill:x});$c(c,d,p),u.push(x)}return await ls(r,c),this.reloadAgentSessions(r,"skills-added"),{installedSkills:u}}async removeSkills(e){Kt(e._meta,"_agent/removeSkills");let r=Sr(e._meta),i=await this.requireAgentCfg(r),o=new Set(e.skillIds??[]),c=i.skills??[],d=[];for(let u of c){if(!o.has(u.skillId)){d.push(u);continue}let x=Ot(i.workspace,u.relPath);await d_(x,{recursive:!0,force:!0}),Ne.info("skill removed",{agentId:r,skillId:u.skillId,relPath:u.relPath})}return await ls(r,d),this.reloadAgentSessions(r,"skills-removed"),{ok:!0}}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 x=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}),x.stop(r).catch(p=>Ne.warn("downstream stop failed during reload (ignored)",{reason:r,agentId:e,cloudId:o,err:String(p)}))}}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 He(r);if(!i)throw new C("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 ar(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 C("AGENT_PROTOCOL_ERROR",`failed to write instruction file for agent ${r}: ${String(o)}`,{cause:o})}return i.cozeIdentity=e.cozeIdentity,await Qe(i),Ne.info("_agent/update: cozeIdentity rewritten",{agentId:r,framework:i.framework}),this.reloadAgentSessions(r,"identity-changed"),{ok:!0}}async disconnectAgent(e){let r=e.agentId;if(!r)throw new C("IPC_BAD_REQUEST","_agent/disconnect: missing agentId");let i=await He(r);return i?(i.disconnectedAt=Date.now(),i.disconnectReason=e.reason??"",await Qe(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 switchModel(e){if(Kt(e._meta,"_agent/switchModel"),!e.agentId)throw new C("IPC_BAD_REQUEST","_agent/switchModel: missing agentId");let r=Fc(e.model)??bt,i=await He(e.agentId);if(!i)throw new C("AGENT_NOT_FOUND",`agent not found: ${e.agentId}`);i.model=r,e.modelInfo&&(i.modelInfo=e.modelInfo),await Qe(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};o.model=r,e.modelInfo&&o.setModelInfo(e.modelInfo),this.opts.cleanupOpenclawProviders&&await this.opts.cleanupOpenclawProviders(o).catch(d=>Ne.warn("cleanupOpenclawProviders before switchModel failed (ignored)",{agentId:e.agentId,err:String(d)}));let c=[];for(let[d,u]of o.allSessionQueues())c.push(u.enqueue(async()=>{let x=o.sessions.get(d);x?.downstream&&(await x.downstream.stop(`switchModel: ${r}`).catch(()=>{}),x.downstream=void 0)}));return await Promise.all(c),Ne.info("_agent/switchModel: all session runtimes killed, next prompt will respawn",{agentId:e.agentId,model:r,cloudSessions:c.length}),{ok:!0}}async resetAgent(e){if(Kt(e._meta,yt.RESET),!e.agentId)throw new C("IPC_BAD_REQUEST",`${yt.RESET}: missing agentId`);return await this.clearSessionMappings(e.agentId,yt.RESET),await this.runDetailSync(e.agentId,yt.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});await ni(e,o)}async clearPersistedAcpSessionIds(e){let r=await He(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 Qe(r)}async repairAgent(e){if(Kt(e._meta,yt.REPAIR),!e.agentId)throw new C("IPC_BAD_REQUEST",`${yt.REPAIR}: missing agentId`);let r=await this.loadAgentCfg(e.agentId);if(r&&r.framework!=="openclaw")throw new C("IPC_BAD_REQUEST",`${yt.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,yt.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){Kt(e._meta,"_agent/getFileTree");let r=e._meta,i=Sr(r),o=await this.resolveWorkspace(i),c=e.filePath??"",d=this.safeJoin(o,c),u=await Gc(d).catch(()=>null);if(!u)throw new C("IPC_BAD_REQUEST",`path not found: ${c}`);if(u.isSymbolicLink())throw new C("IPC_BAD_REQUEST",`symlink not allowed: ${c}`);if(!await ti(d,o))throw new C("IPC_BAD_REQUEST",`path escapes workspace: ${c}`);let x=k_(e.depth);return u.isDirectory()?{tree:await R_(o,d,c,x)}:{tree:[{name:P_(c),path:Hf(c||"."),isDir:!1,size:u.size,modifiedAt:Math.floor(u.mtimeMs)}]}}async getFileContent(e){Kt(e._meta,"_agent/getFileContent");let r=Sr(e._meta),i=await this.resolveWorkspace(r);if(!e.filePath)throw new C("IPC_BAD_REQUEST","filePath required");let o=this.safeJoin(i,e.filePath),c=await Gc(o).catch(()=>null);if(!c||!c.isFile())throw new C("IPC_BAD_REQUEST",`not a file: ${e.filePath}`);if(c.isSymbolicLink())throw new C("IPC_BAD_REQUEST",`symlink not allowed: ${e.filePath}`);if(!await ti(o,i))throw new C("IPC_BAD_REQUEST",`path escapes workspace: ${e.filePath}`);if(c.size>Mf)throw new C("IPC_BAD_REQUEST",`file too large: ${c.size} bytes (max ${Mf})`);let d=await Bf(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 He(e).catch(()=>null))?.workspace??Xe(e).workspace}safeJoin(e,r){let i=jc(e,r||"."),o=Kc(e,i);if(o.startsWith("..")||o===".."||o.startsWith(`..${Ff}`))throw new C("IPC_BAD_REQUEST",`path escapes workspace: ${r}`);return i}loadAgentCfg(e){return He(e)}async requireAgentCfg(e){let r=await this.loadAgentCfg(e);if(!r)throw new C("AGENT_NOT_FOUND",`no config for agent: ${e}`);return r}};function g_(t){let e=t.trim().replace(/[\x00-\x1f<>:"|?*/\\]+/g,"-").replace(/^[\s.-]+|[\s.-]+$/g,"").slice(0,64);if(!e||e==="."||e==="..")throw new C("IPC_BAD_REQUEST",`invalid skill name: ${t}`);if(/^(con|prn|aux|nul|com[1-9]|lpt[1-9])$/i.test(e))throw new C("IPC_BAD_REQUEST",`reserved windows filename: ${t}`);return e}function m_(t){return t==="claude-code"?Ot(".claude","skills"):Ot(".agents","skills")}var w_=3e4,__=50*1024*1024,Ir=3e4;async function Vc(t){let{agentId:e,workspace:r,framework:i,skill:o}=t;if(!o.skillName)throw new C("IPC_BAD_REQUEST","skill missing skillName");let c=typeof o.content=="string"&&o.content.length>0,d=typeof o.downloadUrl=="string"&&o.downloadUrl.length>0;if(!c&&!d)throw new C("IPC_BAD_REQUEST",`skill ${o.skillId} missing both content and downloadUrl`);let u=g_(o.skillName),x=m_(i),p=Ot(x,u),w=Ot(r,p);if(await qc(w,{recursive:!0}),c){let v=Buffer.from(o.content,"utf8");ki(v.length),await Hc(Ot(w,"SKILL.md"),v,"utf8")}else{let v=await b_(o.downloadUrl);v_(v)?await T_(v,w):S_(v)?await A_(v,w):await Hc(Ot(w,"SKILL.md"),v.toString("utf8"),"utf8")}let m={skillId:o.skillId,skillName:o.skillName,relPath:p,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:p,source:c?"content":"downloadUrl"}),m}function $c(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 y_(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}:{}}}async function b_(t){if(!t)throw new C("IPC_BAD_REQUEST","skill missing downloadUrl");if(t.startsWith("data:")){let e=Math.floor(t.length*3/4);ki(e);let r=E_(t);return ki(r.length),r}if(t.startsWith("file:")){let e=new URL(t).pathname,r=await Bf(e);return ki(r.length),r}if(no(t)){let e=new AbortController,r=setTimeout(()=>e.abort(),w_);try{let i=await fetch(t,{signal:e.signal});if(!i.ok)throw new C("IPC_BAD_REQUEST",`fetch skill failed HTTP ${i.status} ${t}`);let o=await i.arrayBuffer();return ki(o.byteLength),Buffer.from(o)}finally{clearTimeout(r)}}throw new C("IPC_BAD_REQUEST",`unsupported downloadUrl scheme (\u8981 https/data/file): ${t.slice(0,80)}`)}function ki(t){if(t>__)throw new C("IPC_BAD_REQUEST",`skill too large: ${t} bytes`)}function E_(t){let e=/^data:([^,;]*)(;base64)?,(.*)$/s.exec(t);if(!e)throw new C("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 v_(t){return t.length>=2&&t[0]===31&&t[1]===139}function S_(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 Wc(t){return t==="__MACOSX"||t.startsWith("__MACOSX/")}async function A_(t,e){let r,i;try{r=new Gf.default(t),i=r.getEntries()}catch(d){throw new C("IPC_BAD_REQUEST",`zip parse failed: ${d.message}`,{cause:d})}for(let d of i){let u=d.entryName;if(!u||Wc(u))continue;if(u.startsWith("/")||/^[A-Za-z]:[\\/]/.test(u))throw new C("IPC_BAD_REQUEST",`zip entry absolute path: ${u}`);if(u.split(/[/\\]/).some(p=>p===".."))throw new C("IPC_BAD_REQUEST",`zip entry contains '..' (traversal): ${u}`);let x=d.header.attr>>>16&61440;if(x!==0&&x!==32768&&x!==16384)throw new C("IPC_BAD_REQUEST",`zip entry kind 0x${x.toString(16)} not allowed (symlink/hardlink/special): ${u}`)}let o=I_(i),c=jc(e);for(let d of i){if(Wc(d.entryName))continue;let u=d.entryName;if(o&&u.startsWith(o)&&(u=u.slice(o.length)),!u)continue;let x=jc(e,u),p=Kc(c,x);if(p.startsWith("..")||p==="..")throw new C("IPC_BAD_REQUEST",`zip entry escapes destDir: ${u}`);if(d.isDirectory){await qc(x,{recursive:!0});continue}await qc(u_(x),{recursive:!0});let w;try{w=d.getData()}catch(m){throw new C("IPC_BAD_REQUEST",`zip entry getData failed (${d.entryName}): ${m.message}`,{cause:m})}await Hc(x,w)}}function I_(t){let e;for(let r of t){let i=r.entryName;if(!i||Wc(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 T_(t,e){await C_(t);let r=wf({cwd:e,strip:1}),i=!1,o=setTimeout(()=>{i=!0,r.destroy(new C("IPC_BAD_REQUEST",`tar extract timeout (${Ir}ms)`))},Ir);try{await Uf(zf.from(t),r)}catch(c){throw c instanceof C?c:i?new C("IPC_BAD_REQUEST",`tar extract timeout (${Ir}ms)`):new C("IPC_BAD_REQUEST",`tar extract failed: ${c.message??String(c)}`,{cause:c})}finally{clearTimeout(o)}}async function C_(t){let e=[],r=vr({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(p=>p==="..")&&e.push(`tar entry contains '..': ${d}`)}}),i=!1,o=setTimeout(()=>{i=!0,r.destroy(new C("IPC_BAD_REQUEST",`tar list timeout (${Ir}ms)`))},Ir);try{await Uf(zf.from(t),r)}catch(c){throw i?new C("IPC_BAD_REQUEST",`tar list timeout (${Ir}ms)`):new C("IPC_BAD_REQUEST",`tar list failed: ${c.message??String(c)}`,{cause:c})}finally{clearTimeout(o)}if(e.length>0)throw new C("IPC_BAD_REQUEST",e[0]??"tar entry validation failed")}var D_=5e3;async function R_(t,e,r,i){return qf(t,e,r,i,{count:0})}async function qf(t,e,r,i,o){if(i<=0)return[];let c;try{c=await c_(e,{withFileTypes:!0})}catch{return[]}let d=[];for(let u of c){if(p_.has(u.name)||u.isSymbolicLink())continue;if(o.count>=D_){d.push({name:"...",path:"...",isDir:!1,size:0,modifiedAt:0,hasMore:!0});break}let x=Ot(e,u.name),p=f_(Ot(r,u.name)),w=null;try{w=await Gc(x)}catch{continue}if(w.isSymbolicLink())continue;o.count++;let m={name:u.name,path:Hf(Kc(t,x)),isDir:w.isDirectory(),size:w.size,modifiedAt:Math.floor(w.mtimeMs)};w.isDirectory()&&i>1&&(m.children=await qf(t,x,p,i-1,o)),d.push(m)}return d.sort((u,x)=>u.isDir!==x.isDir?u.isDir?-1:1:u.name.localeCompare(x.name)),d}function k_(t){return!t||t<=0?x_:Math.min(t,h_)}function P_(t){if(!t||t==="."||t==="/")return".";let e=t.split(/[/\\]/);return e[e.length-1]||"."}function Hf(t){return t.split(Ff).join("/")}ee();import{readFileSync as fI}from"node:fs";import{dirname as hI,join as pI}from"node:path";import{fileURLToPath as mI}from"node:url";var Tr="0.1.103-beta.0";var yn=U("agent-health-reporter"),O_=1e4,Pi=class{constructor(e){this.opts=e;this.intervalMs=e.intervalMs??O_}opts;timer=null;inFlight=!1;unsubscribeRegister=null;intervalMs;start(){this.timer||(this.timer=setInterval(()=>{this.tick()},this.intervalMs),this.timer.unref?.(),this.unsubscribeRegister=this.opts.core.onAgentRegister(()=>{this.tick()}),yn.info("heartbeat started",{intervalMs:this.intervalMs}),this.tick())}stop(){this.timer&&(clearInterval(this.timer),this.timer=null,this.unsubscribeRegister&&(this.unsubscribeRegister(),this.unsubscribeRegister=null),yn.info("heartbeat stopped"))}async tick(){if(this.inFlight){yn.debug("previous tick still in-flight, skip");return}let e=this.opts.getDeviceId();if(!e){yn.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=L_(d);if(!u)continue;let x={agentId:d.agentId,status:u};d.patToken&&(x.patToken=d.patToken),d.accountId&&(x.accountId=d.accountId),r.push(x)}if(r.length===0)return;let i={agents:r,bridgeVersion:Tr,_meta:{cozeDeviceId:e}},o;try{o=await this.opts.core.sendRequest("_agent/health",i,5e3)}catch(d){yn.warn("heartbeat batch send failed",{count:r.length,err:String(d)})}let c=o?.authFailures;if(c&&c.length>0&&(yn.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){yn.warn("onAuthFailures callback failed (ignored)",{err:String(d)})}}finally{this.inFlight=!1}if(this.opts.onTickEnd)try{await this.opts.onTickEnd()}catch(r){yn.warn("onTickEnd hook failed",{err:String(r)})}}};function L_(t){return t.status==="error"?"error":t.activeTriggers.size>0?"busy":t.status==="ok"?"online":null}on();import{mkdir as Qc,rm as ky,stat as Py}from"node:fs/promises";import{homedir as Oy}from"node:os";import{join as w0}from"node:path";nn();import{existsSync as Q_}from"node:fs";import{release as ey}from"node:os";import{basename as ty,isAbsolute as ny}from"node:path";function Oi(t,e,r){return r===void 0?{jsonrpc:"2.0",id:t,method:e}:{jsonrpc:"2.0",id:t,method:e,params:r}}function Cr(t,e){return e===void 0?{jsonrpc:"2.0",method:t}:{jsonrpc:"2.0",method:t,params:e}}function Dr(t,e){return{jsonrpc:"2.0",id:t,result:e}}function bn(t,e){return{jsonrpc:"2.0",id:t,error:e}}Ve();var ao=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)}},Q={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};function jf(t){return"method"in t&&"id"in t&&t.id!==void 0}function Wf(t){return"method"in t&&!("id"in t)}function co(t){return!("method"in t)&&"id"in t}var N_={AGENT_NOT_FOUND:Q.AGENT_NOT_FOUND,AGENT_BUSY:Q.AGENT_BUSY,AGENT_DISCONNECTED:Q.AGENT_DISCONNECTED,AGENT_TIMEOUT:Q.AGENT_TIMEOUT,AGENT_FRAME_IDLE_TIMEOUT:Q.AGENT_FRAME_IDLE_TIMEOUT,AGENT_SPAWN_FAILED:Q.AGENT_SPAWN_FAILED,AGENT_PROTOCOL_ERROR:Q.INTERNAL_ERROR,BRIDGE_CONFIG_INVALID:Q.INTERNAL_ERROR,BRIDGE_INTERNAL:Q.INTERNAL_ERROR,IPC_AUTH_FAILED:Q.INTERNAL_ERROR,IPC_BAD_REQUEST:Q.INVALID_REQUEST,MODEL_TOKEN_GEN_FAILED:Q.MODEL_TOKEN_GEN_FAILED,MODEL_MODALITY_UNSUPPORTED:Q.MODEL_MODALITY_UNSUPPORTED,OPERATION_NOT_ALLOWED_FOR_LOCAL:Q.OPERATION_NOT_ALLOWED_FOR_LOCAL,UPSTREAM_DISCONNECTED:Q.INTERNAL_ERROR,UPSTREAM_HANDSHAKE_FAILED:Q.INTERNAL_ERROR,PATH_OUTSIDE_WORKSPACE:Q.PATH_OUTSIDE_WORKSPACE,FILE_TOO_LARGE:Q.FILE_TOO_LARGE,UNSUPPORTED_MIME:Q.UNSUPPORTED_MIME,UPLOAD_FAILED:Q.UPLOAD_FAILED,UPSTREAM_NOT_READY:Q.UPSTREAM_NOT_READY,AGENT_DEPENDENCY_INSTALL_FAILED:Q.AGENT_DEPENDENCY_INSTALL_FAILED,AGENT_APPROVAL_TIMEOUT:Q.AGENT_APPROVAL_TIMEOUT,AGENT_TURN_ABORTED:Q.AGENT_TURN_ABORTED,AGENT_ENV_NOT_READY:Q.AGENT_ENV_NOT_READY};function M_(t){if(t!=null)return t instanceof Error?{name:t.name,message:Li(t.message)}:typeof t=="string"?Li(t):typeof t=="object"?F_(t):t}var B_=[[/\/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 Li(t){let e=t;for(let[r,i]of B_)e=e.replace(r,i);return e}function F_(t){let e={};for(let[r,i]of Object.entries(t))typeof i=="string"?e[r]=Li(i):e[r]=i;return e}function Ni(t){if(t instanceof C){let e=M_(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:N_[t.code]??Q.INTERNAL_ERROR,message:Li(t.message),data:r}}return{code:Q.INTERNAL_ERROR,message:Li(t instanceof Error?t.message:String(t))}}function Kf(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 C(r,o,{retriable:e?.retriable??!1,cause:c})}function $f(t){return`${JSON.stringify(t)}
|
|
93
|
+
`}var Vf=10*1024*1024,lo=class{buffer="";onError;constructor(e={}){this.onError=e.onError}push(e){if(this.buffer+=typeof e=="string"?e:e.toString("utf8"),this.buffer.length>Vf){let o=this.buffer.length;return this.buffer="",this.onError?.({line:`<buffer overflow: ${o} bytes, dropped>`,error:new Error(`LdjsonDecoder buffer exceeded ${Vf} bytes`)}),[]}let r=this.buffer.split(`
|
|
94
|
+
`);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 Zf={"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",initialize:"initialize"},CI=Object.fromEntries(Object.entries(Zf).map(([t,e])=>[e,t])),z_={"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"],"agent.pair":[],initialize:[]},Rr=class{seq=0;next(e,r){this.seq+=1;let i=Zf[e]??U_(e),o=z_[i]??[],c=[i,String(this.seq)];if(o.length>0){let d=o.map(x=>Jf(r?.[x]??"")),u=G_(d).join(":");u&&c.push(u)}else r&&Object.values(r).some(d=>d)&&c.push(Object.values(r).filter(Boolean).map(d=>Jf(String(d))).join(":"));return c.join("_")}reset(){this.seq=0}};function U_(t){return t.replace(/[\s/]+/g,".").replace(/_+/g,"-")}function Jf(t){return t.replace(/[:_\s]+/g,"-")}function G_(t){let e=t.length;for(;e>0&&!t[e-1];)e-=1;return t.slice(0,e)}sn();import{readFileSync as q_}from"node:fs";var H_=384;async function Jc(t,e=process.env){let r={};for(let[i,o]of Object.entries(e))typeof o=="string"&&(r[i]=o);await or(t.agentEnvFile,r,{mode:H_})}function Zc(t){try{let e=JSON.parse(q_(t,"utf8"));return e&&typeof e=="object"&&!Array.isArray(e)?e:{}}catch{return{}}}function Yf(t,e,r={},i=o=>o){return{...i({...t,...Zc(e)}),...r}}En();tr();Ve();ee();Pe();import{execFileSync as Z_,spawnSync as Y_}from"node:child_process";function Mi(t){try{return process.kill(t,0),!0}catch(e){return e.code==="EPERM"}}function Bi(t,e){if(!(typeof t!="number"||t<=0))try{if(process.platform==="win32"){let r=["/PID",String(t),"/T"];e==="SIGKILL"&&r.push("/F"),Y_("taskkill",r,{stdio:"ignore",windowsHide:!0})}else process.kill(-t,e)}catch{}}var Yc=new Set;function t0(t){typeof t=="number"&&t>0&&Yc.add(t)}function n0(t){typeof t=="number"&&Yc.delete(t)}function r0(){for(let t of Yc)Bi(t,"SIGKILL")}var kr="coze-bridge-daemon";function i0(t){let e=t?.execFn??(()=>{if(process.platform==="win32")return"";let o=process.getuid?.()??0;return Z_("pgrep",["-U",String(o),"-f",kr],{encoding:"utf8",stdio:["ignore","pipe","ignore"],timeout:2e3})}),r;try{r=e()}catch{return[]}let i=process.pid;return r.split(`
|
|
95
|
+
`).map(o=>Number.parseInt(o.trim(),10)).filter(o=>Number.isFinite(o)&&o>0&&o!==i)}async function s0(t,e){if(t.length===0)return;let r=e?.killFn??Bi,i=e?.isAliveFn??Mi,o=e?.sleepFn??(u=>new Promise(x=>setTimeout(x,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(x=>i(x));u+=d)await o(Math.min(d,c-u));for(let u of t)i(u)&&r(u,"SIGKILL")}var X_=[{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:"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|\.resolve is not a function/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[^\n]*node_modules[\\/]@(agentclientprotocol[\\/]claude-agent-acp|zed-industries[\\/]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:"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 o0(t,e){if(!e)return null;for(let r of X_)if(!(r.frameworks&&!r.frameworks.includes(t))&&r.match.test(e))return{bridgeCode:r.bridgeCode,reason:r.reason,message:r.message};return null}function a0(t,e){return o0(t,e)}function c0(t,e){return o0(t,e)}function Pr(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 d0(t,e,r){let o=r-t.armedAt-t.expectedIntervalMs;if(o>e.suspendThresholdMs){let p=t.suspendedMs+o,w=r-t.startedAt-p;return{action:"suspend",suspendedDeltaMs:o,rearmMs:Pr(w,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:Pr(c,!0,e)}:r-t.lastActivityAt<e.livenessWindowMs||t.hasActiveTool||t.awaitingApproval?{action:"continue",rearmMs:Pr(c,!0,e)}:{action:"reject-idle"}:e.firstUpdateMs>0&&c>=e.firstUpdateMs&&!t.awaitingApproval?{action:"reject-idle"}:{action:"continue",rearmMs:Pr(c,!1,e)}}var l0=We("COZE_BRIDGE_INITIALIZE_TIMEOUT_MS",3e4),ry=200,iy=40,sy=We("COZE_BRIDGE_SESSION_PROMPT_MAX_MS",3600*1e3),oy=We("COZE_BRIDGE_SESSION_PROMPT_IDLE_MS",600*1e3),ay=We("COZE_BRIDGE_SESSION_PROMPT_ABSOLUTE_MAX_MS",7200*1e3),cy=We("COZE_BRIDGE_SUSPEND_THRESHOLD_MS",60*1e3),dy=We("COZE_BRIDGE_SESSION_PROMPT_FIRST_UPDATE_MS",600*1e3),ly=We("COZE_BRIDGE_SESSION_PROMPT_APPROVAL_MAX_MS",1440*60*1e3),u0=500;function uy(t){try{let e=JSON.stringify(t);return e===void 0||e.length<=u0?t:`${e.slice(0,u0)}...<truncated, total ${e.length} chars>`}catch{return"<unserializable>"}}function fy(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 f0(t){try{return Q_(t)}catch{return}}function xy(t,e){return{platform:process.platform,osRelease:ey(),code:t.code,errno:t.errno,syscall:t.syscall,errPath:t.path,command:e.command,commandExists:ny(e.command)?f0(e.command):void 0,cwd:e.cwd,cwdExists:f0(e.cwd),envKeys:e.envKeys}}function hy(t,e){return`${t.message} [diag: platform=${e.platform} os=${e.osRelease} code=${e.code} errno=${e.errno} syscall=${e.syscall} cmd=${ty(e.command)} cmdExists=${e.commandExists} cwdExists=${e.cwdExists} envKeys=${e.envKeys}]`}var Lt=class{constructor(e){this.opts=e;this.log=U(`downstream.${this.constructor.name}`,this.opts.agentId),this.decoder=new lo({onError:r=>this.log.warn("decode line failed",{line:r.line})})}opts;child;decoder;pending=new Map;inflightAgentRequests=new Map;idAllocator=new Rr;updateHandlers=[];agentRequestHandlers=[];exitHandlers=[];log;stopped=!1;stopReason;stderrRing=[];now=Date.now;sanitizeEnv(e){return e}async start(){if(this.child)throw new C("BRIDGE_INTERNAL","Downstream already started");let e=process.platform!=="win32",r=Yf(process.env,this.opts.agentEnvFile??X().agentEnvFile,this.opts.env,o=>this.sanitizeEnv(o)),i=lt(this.opts.command,this.opts.args,{cwd:this.opts.cwd,env:r,stdio:["pipe","pipe","pipe"],detached:e});this.child=i,t0(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>ry&&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,n0(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=xy(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 C("AGENT_SPAWN_FAILED",hy(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()));Bi(r.pid,"SIGTERM");let o=setTimeout(()=>{r.killed||Bi(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:dy,phase2GateMs:sy,livenessWindowMs:oy,absoluteMaxMs:ay,approvalMaxMs:ly,suspendThresholdMs:cy,...r};return this.call("session/prompt",e,l0,i)}async sessionCancel(e){!this.child||this.stopped||this.writeFrame(Cr("session/cancel",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(Dr(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(bn(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=l0,o){if(!this.child||this.stopped)return Promise.reject(new C("AGENT_PROTOCOL_ERROR","downstream not started"));let c=this.idAllocator.next(e),d=Oi(c,e,r),u=(()=>{if(typeof r!="object"||r===null)return;let x=r.sessionId;return typeof x=="string"?x:void 0})();return new Promise((x,p)=>{let w={resolve:x,reject:p,timer:null,method:e,promptTimeout:null};if(o){let m=this.now(),v={cfg:o,startedAt:m,lastActivityAt:m,firstFrameSeen:!1,activeToolCalls:new Set,suspendedMs:0,armedAt:m,expectedIntervalMs:Pr(0,!1,o),sessionId:u};w.promptTimeout=v;let _=()=>{let S={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},A=this.now(),I=d0(S,v.cfg,A),T=k=>{v.armedAt=A,v.expectedIntervalMs=k,w.timer=setTimeout(_,k)};if(I.action==="suspend"){v.suspendedMs+=I.suspendedDeltaMs,v.lastActivityAt=A,this.log.warn("downstream prompt timer: suspend detected",{id:c,method:e,gapMs:I.suspendedDeltaMs,suspendedMs:v.suspendedMs,...v.sessionId?{sessionId:v.sessionId}:{}}),T(I.rearmMs);return}if(I.action==="continue"){T(I.rearmMs);return}this.pending.delete(c),I.action==="reject-backstop"?(this.log.warn("downstream prompt absolute timeout",{id:c,method:e,awaitingApproval:I.awaitingApproval,...v.sessionId?{sessionId:v.sessionId}:{}}),p(I.awaitingApproval?new C("AGENT_APPROVAL_TIMEOUT",`${e} awaiting permission timed out after ${v.cfg.approvalMaxMs}ms`):new C("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}:{}}),p(new C("AGENT_FRAME_IDLE_TIMEOUT",`${e} no progress within ${v.cfg.livenessWindowMs}ms`)))};w.timer=setTimeout(_,v.expectedIntervalMs)}else i>0&&Number.isFinite(i)&&(w.timer=setTimeout(()=>{this.pending.delete(c),this.log.warn("downstream call timeout",{id:c,method:e,timeoutMs:i}),p(new C("AGENT_TIMEOUT",`${e} timed out after ${i}ms`))},i));this.pending.set(c,w);try{this.writeFrame(d)}catch(m){w.timer&&clearTimeout(w.timer),this.pending.delete(c),p(m)}})}writeFrame(e){if(!this.child?.stdin||this.child.stdin.destroyed)throw new C("AGENT_PROTOCOL_ERROR","downstream stdin not writable");this.child.stdin.write($f(e),r=>{r&&this.log.warn("stdin write callback err",{err:String(r)})})}dispatch(e){if(co(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 C("AGENT_PROTOCOL_ERROR",`${r.method} response missing both result and error`))):(this.log.info("downstream returned result",{id:e.id,method:r.method,result:uy(e.result)}),r.resolve(e.result));return}if(Wf(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(jf(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(bn(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(bn(e.id,Ni(i)))}catch{}this.inflightAgentRequests.delete(e.id)}}wireErrorToBridge(e){let r=Kf(e);if(r.code!=="AGENT_PROTOCOL_ERROR")return r;let i=c0(this.framework,fy(e));return i?new C(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 C("AGENT_TURN_ABORTED",`turn aborted: ${this.stopReason}`,{cause:{reason:this.stopReason}});let i=this.getStderrTail(iy).join(`
|
|
96
|
+
`),o=a0(this.framework,i);return o?new C(o.bridgeCode,o.message,{cause:{reason:o.reason,code:e,signal:r,stderrTail:i}}):new C("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 py(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 uo=class extends Lt{framework="claude-code";constructor(e){let{command:r,args:i}=ei("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 py(e)}};nn();import{mkdtempSync as gy,rmSync as my}from"node:fs";import{tmpdir as wy}from"node:os";import{join as _y}from"node:path";var fo=class extends Lt{framework="codex";authMethodId;codexHomeDir;constructor(e){let r=e.args??[],i=e.extraArgs?[...r,...e.extraArgs]:r,{command:o,args:c}=ei("codex",e.command,i),d=e.isolateCodexHome?gy(_y(wy(),"coze-bridge-codex-home-")):void 0,u=d?{...e.env??{},CODEX_HOME:d}:e.env,x={command:o,args:c,cwd:e.cwd,agentId:e.agentId,...u?{env:u}:{}};super(x),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}async stop(e){if(await super.stop(e),this.codexHomeDir)try{my(this.codexHomeDir,{recursive:!0,force:!0})}catch{}}};var yy=3e4,Or=class extends Lt{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}`}]},yy))}get acpSessionName(){return this.sessionName}};sn();Ve();ee();Pe();function Xc(t){return t.replace(/[^A-Za-z0-9._-]+/g,"-")}nn();var vn=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 xo=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 vn,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)Fi(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 Fi(t){t.idleTimer&&(clearTimeout(t.idleTimer),t.idleTimer=void 0)}En();ee();import{constants as x0}from"node:fs";import{access as by}from"node:fs/promises";import{delimiter as Ey,join as vy}from"node:path";var Et=U("framework-detector"),h0={"claude-code":"claude",codex:"codex",openclaw:"openclaw"},Sy=[".exe",".cmd",".bat",".ps1"],jn=class{env;constructor(e={}){this.env={pathEnv:e.pathEnv??process.env.PATH??"",platform:e.platform??process.platform,spawn:e.spawn??lt,access:e.access??by}}async detect(e){let r=h0[e],i=await this.which(r);if(!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(h0).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(Ey).filter(Boolean),i=this.env.platform==="win32"?["",...Sy]:[""];for(let o of r)for(let c of i){let d=vy(o,e+c);if(await this.isExecutable(d))return d}return null}async isExecutable(e){try{let r=this.env.platform==="win32"?x0.F_OK:x0.X_OK;return await this.env.access(e,r),!0}catch{return!1}}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&&(Iy(i.stdout).split(/\r?\n/)[0]??"").trim()||"unknown"}runProbe(e,r){return new Promise(i=>{let o="",c=!1,d,u=x=>{c||(c=!0,d&&clearTimeout(d),i(x))};try{let x=this.env.spawn(e,r,{stdio:["ignore","pipe","pipe"]});d=setTimeout(()=>{x.kill("SIGKILL"),u(null)},15e3),x.stdout?.on("data",p=>{o+=p.toString("utf8")}),x.on("error",()=>u(null)),x.on("close",p=>u({code:p,stdout:o}))}catch{u(null)}})}},Ay=new RegExp("\x1B\\[[0-9;]*[A-Za-z]","g");function Iy(t){return t.replace(Ay,"")}import{homedir as Ty}from"node:os";import{join as Cy}from"node:path";sn();En();tr();Ve();ee();async function m0(){let t=Cy(Ty(),".openclaw/openclaw.json");return(await sr(t))?.gateway?.auth?.token??""}var p0=U("openclaw.config"),Dy=[0,5e3,5e3],Ry=We("COZE_BRIDGE_OPENCLAW_CLI_TIMEOUT_MS",15e3),g0="models.providers.",ho="agents.defaults.models",po=class{command;env;retryDelaysMs;cliTimeoutMs;queue=new vn;constructor(e){this.command=e.command,this.env=e.env??process.env,this.retryDelaysMs=e.retryDelaysMs??Dy,this.cliTimeoutMs=e.cliTimeoutMs??Ry}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,p0.warn("openclaw cli failed, will retry",{label:e,attempt:o+1,err:String(d)})}}throw new C("AGENT_SPAWN_FAILED",`openclaw cli ${e} failed after ${this.retryDelaysMs.length} attempts: ${i?.message??"unknown"}`)}runCli(e){return new Promise((r,i)=>{let o=lt(this.command,e,{stdio:["ignore","ignore","pipe"],env:this.env}),c="",d=!1,u=p=>{d||(d=!0,clearTimeout(x),p())};o.stderr?.on("data",p=>{c+=p.toString("utf8")});let x=setTimeout(()=>{u(()=>{o.kill("SIGTERM"),setTimeout(()=>o.kill("SIGKILL"),250).unref(),i(new Error(`timeout after ${this.cliTimeoutMs}ms: ${e.join(" ")}`))})},this.cliTimeoutMs);x.unref(),o.on("error",p=>u(()=>i(p))),o.on("close",p=>u(()=>{p===0?r():i(new Error(`exit ${p}: ${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.runCli(["config","unset",r])))}catch(i){p0.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",`${g0}${e}`,JSON.stringify(r),"--strict-json","--merge"])))}removeProvider(e){return this.bestEffortUnset(`config unset models.providers.${e}`,`${g0}${e}`)}addModelToAllowlist(e,r){let i={[e]:r?{alias:r}:{}};return this.queue.enqueue(()=>this.withRetry(`config set ${ho}[${e}]`,()=>this.runCli(["config","set",ho,JSON.stringify(i),"--strict-json","--merge"])))}removeModelFromAllowlist(e){return this.bestEffortUnset(`config unset ${ho}[${e}]`,`${ho}.${e}`)}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 xe=U("agent-manager"),Ly=(t,e,r,i,o,c,d,u,x)=>{switch(t){case"claude-code":{let p={...o?{...Rf(o),...Of(o,d,u)}:{},...x??{},IS_SANDBOX:"1"};return new uo({cwd:r,env:p,agentId:i})}case"codex":{let w=[...o?[...kf(o),...Nf(o,d,u)]:[],"-c",'sandbox_mode="danger-full-access"',"-c",'approval_policy="never"'],m={...o?Pf(o):{},...x??{}},v=!!o;return new fo({cwd:r,agentId:i,...w.length>0?{extraArgs:w}:{},...Object.keys(m).length>0?{env:m}:{},...v?{authMethodId:"openai-api-key",isolateCodexHome:!0}:{}})}case"openclaw":return new Or({command:e,cwd:r,agentId:i,...c?{sessionName:Xc(c)}:{}})}};function ed(t){return t==="claude-code"||t==="codex"}function Ny(t){let e=[],r=Object.keys(t).sort();for(let i of r){let o=t[i];o!==void 0&&(My(o)||e.push(`${i}=${o}`))}return e.length===0?"":`${e.join(`
|
|
97
97
|
`)}
|
|
98
|
-
`}function
|
|
99
|
-
`)||t.includes("\r")||t.includes("$")||t.includes("#"))return!0;let e=t[0];return e==="'"||e==='"'}var Yy={path:"",version:"cloud-deployed"},C0="openclaw_gateway_unavailable",Xy="openclaw_default_agent_missing";function R0(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 Qy={protocolVersion:1,clientCapabilities:{fs:{readTextFile:!0,writeTextFile:!0}}},eE=6e4,go=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??Vy,this.createTimeoutMs=e.createTimeoutMs??eE,this.detectorFactory=e.detectorFactory??(()=>new qn),this.openclawConfigFactory=e.openclawConfigFactory??(r=>new xo({command:r})),this.openclawConfigDir=e.openclawConfigDir??T0(Ky(),".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 C("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=>{le.warn("openclaw env bootstrap failed (ignored)",{err:String(e)}),this.openclawEnvBootstrapPromise=void 0}),this.openclawEnvBootstrapPromise)}async doBootstrapOpenclawEnv(){let e=this.openclawConfigDir,r=T0(e,".env");if(await jy(r).then(c=>c.isFile()).catch(()=>!1)){le.debug("openclaw .env exists, skip bootstrap",{envFile:r});return}await po(e,{recursive:!0});let o=Jy({...process.env,...Zc(this.paths.agentEnvFile)});if(await Wy(r,o,"utf8"),process.platform!=="win32")try{await qy(r,384)}catch(c){le.warn("chmod ~/.openclaw/.env to 0600 failed (ignored)",{err:String(c)})}le.info("openclaw .env bootstrapped",{envFile:r,bytes:o.length}),await this.getOpenclawConfig().restartGateway(),le.info("openclaw gateway restarted after env bootstrap")}async createAgent(e,r){if(!e.agentId)throw new C("IPC_BAD_REQUEST","agentId required");if(!e.framework)throw new C("IPC_BAD_REQUEST","framework required");let i=await Ge(e.agentId,this.paths).catch(()=>null),o=Qs(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 C("AGENT_BUSY",`agent ${e.agentId} exists with different framework (${c.framework})`);if(c.status==="error")le.warn("existing agent in error state, rebuilding",{agentId:e.agentId}),await c.dispose("rebuild after error").catch(T=>le.warn("dispose stale agent failed (ignored)",{err:String(T)})),this.registry.unregister(e.agentId);else if(o&&c.deployType!=="cloud")le.warn("existing agent deployType drifted to local, rebuilding as cloud",{agentId:e.agentId}),await c.dispose("rebuild after deployType drift").catch(T=>le.warn("dispose drifted agent failed (ignored)",{err:String(T)})),this.registry.unregister(e.agentId);else{if(e.patToken&&e.patToken!==c.patToken){le.info("updating agent patToken on re-create (reconnect with new PAT)",{agentId:e.agentId}),c.setPatToken(e.patToken);let T=await Ge(e.agentId,this.paths).catch(()=>null);T&&(T.patToken=e.patToken,await Ye(T,this.paths))}if(c.deployType==="cloud"&&e.modelInfo){le.info("updating agent modelInfo on re-create",{agentId:e.agentId}),c.setModelInfo(e.modelInfo);let T=await Ge(e.agentId,this.paths).catch(()=>null);T&&(T.modelInfo=e.modelInfo,await Ye(T,this.paths))}return le.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])throw new C("AGENT_SPAWN_FAILED",`framework ${e.framework} not detected on this machine; rerun daemon to refresh frameworks_cache`);let u=Ze(e.agentId,this.paths),h=o?"cloud":"local",x=e.framework==="openclaw"&&h==="local",m;x&&!r?.revive&&(m=(await this.ensureOpenclawDefaultAgent()).workspace,await this.ensureOpenclawGatewayReachable());let w=m??(x?this.config.frameworksCache?.openclaw?.defaultAgent?.workspace:void 0),b=e.workspace??w??u.workspace,_=new AbortController,v=setTimeout(()=>_.abort(new C("AGENT_TIMEOUT",`_agent/create timed out after ${this.createTimeoutMs}ms`)),this.createTimeoutMs),I,A=!1;try{o&&ed(e.framework)&&await nr(e.framework,_.signal);let T=()=>{if(_.signal.aborted)throw _.signal.reason instanceof Error?_.signal.reason:new C("AGENT_TIMEOUT","_agent/create aborted")};await po(u.root,{recursive:!0}),await po(b,{recursive:!0}),await po(u.logs,{recursive:!0}),T(),x||await sr(b,e.framework,e.cozeIdentity),e.framework==="claude-code"&&(h==="cloud"?await Ta(b,"cloud"):await Ta(b,"local",td)),T();let R=i,y=Nf({model:e.model??R?.model}),D=Af(e._meta)??R?.accountId,O=e.patToken??R?.patToken,B=h==="cloud"?e.modelInfo??R?.modelInfo:void 0;if(I=new fo({agentId:e.agentId,framework:e.framework,workspace:b,model:y.model??_t,deployType:h,...D?{accountId:D}:{},...O?{patToken:O}:{},...B?{modelInfo:B}:{}}),I.status="ok",R?.sessions){let $=h==="local"&&(e.framework==="claude-code"||e.framework==="codex");for(let[J,ie]of Object.entries(R.sessions)){let oe={acpSessionId:ie.acpSessionId,modelToken:ie.modelToken,tokenGeneratedAt:ie.tokenGeneratedAt,lastActiveAt:Date.now(),loadingSession:!1,replySeq:0};$?ie.permissionMode===void 0?(oe.permissionMode=e.framework==="claude-code"?"bypassPermissions":"full-access",le.info("autoRevive: legacy session (no permissionMode) \u2192 fallback to D80/D84 default",{agentId:e.agentId,cloudId:J,framework:e.framework,fallback:oe.permissionMode})):En(e.framework,ie.permissionMode)?oe.permissionMode=ie.permissionMode:le.warn("autoRevive: dropping invalid persisted permissionMode",{agentId:e.agentId,cloudId:J,framework:e.framework,value:ie.permissionMode}):ie.permissionMode!==void 0&&le.info("autoRevive: dropping persisted permissionMode (gate disabled)",{agentId:e.agentId,cloudId:J,framework:e.framework,deployType:h}),ie.cozeGroupId&&(oe.cozeGroupId=ie.cozeGroupId),I.sessions.set(J,oe)}let te=Object.keys(R.sessions).length;te>0&&le.info("restored persisted session records (no spawn)",{agentId:e.agentId,count:te})}this.registry.register(I),A=!0;let M={agentId:e.agentId,framework:e.framework,workspace:b,cozeIdentity:e.cozeIdentity,createdAt:R?.createdAt??Date.now(),sessions:R?.sessions??{},model:y.model};h==="cloud"&&(M.deployType="cloud"),D&&(M.accountId=D),O&&(M.patToken=O),B&&(M.modelInfo=B),R?.skills&&(M.skills=R.skills),R?.agentName&&(M.agentName=R.agentName),R?.description&&(M.description=R.description),e.framework==="openclaw"&&h==="cloud"&&(this.config.frameworksCache?.openclaw?.path?(await this.bootstrapOpenclawEnvIfNeeded(),await this.getOpenclawConfig().ensureAgent(e.agentId,b)):le.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 $=[...M.skills??[]],te=new Map($.map((oe,L)=>[oe.skillId,L])),J=await Promise.allSettled(V.map(oe=>$c({agentId:e.agentId,workspace:b,framework:e.framework,skill:oe}))),ie=0;for(let[oe,L]of J.entries()){let G=V[oe];G&&(L.status==="fulfilled"?(Vc($,te,L.value),ie++):le.warn("initialSkill install failed (skipping)",{agentId:e.agentId,skillId:G.skillId,skillName:G.skillName,err:String(L.reason)}))}ie>0&&(M.skills=$,le.info("initialSkills installed",{agentId:e.agentId,installed:ie,requested:V.length}))}return await Ye(M,this.paths),le.info("agent created (no spawn, lazy on first prompt)",{agentId:e.agentId,framework:e.framework,deployType:h}),{ok:!0,agentId:e.agentId,workspace:b,framework:e.framework}}catch(T){throw le.error("agent create failed, rolling back",{agentId:e.agentId,err:String(T)}),A&&I&&(await I.dispose("rollback").catch(()=>{}),this.registry.unregister(e.agentId)),await Hy(u.root,{recursive:!0,force:!0}).catch(R=>le.warn("rm agent dir failed (ignored)",{err:String(R)})),T instanceof C?T:new C("AGENT_SPAWN_FAILED",String(T),{cause:T})}finally{clearTimeout(v)}}async spawnSessionDownstream(e,r,i,o,c){let u=this.config.frameworksCache?.[e.framework];if(!u)if(e.deployType==="cloud"&&ed(e.framework))u=Yy;else throw new C("AGENT_SPAWN_FAILED",`framework ${e.framework} not detected on this machine`);ed(e.framework)&&!ss(e.framework)&&(le.info("spawn: resolving acp wrapper",{agentId:e.agentId,framework:e.framework}),await nr(e.framework));let h=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:h,cloudSessionId:i,cozeEnv:o,mockScenario:c,command:u.path});else{let m=e.sessions.get(i),w=Wt(e)?m?.permissionMode??k0:"full-access";x=this.factory(e.framework,u.path,e.workspace,e.agentId,h,i,o,c,this.buildBinShimPathEnv(),w)}try{return await x.start(),await x.initialize(Qy),x}catch(m){let w=x instanceof Pt?x.getStderrTail():[];throw w.length>0&&le.warn("spawnSessionDownstream failed, recent stderr (D94)",{agentId:e.agentId,framework:e.framework,method:m instanceof C?m.code:"unknown",recentStderr:w}),await x.stop("spawnSessionDownstream failed").catch(()=>{}),await this.resolveSpawnFailure(e,u.path,m)}}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 C("AGENT_ENV_NOT_READY",R0(o),{cause:{reason:C0}})}catch(o){le.warn("openclaw gateway diagnose failed (ignored, fall through to original error)",{agentId:e.agentId,err:String(o)})}return i instanceof C?i:new C("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};le.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 le.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 C("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:Xy}})}async ensureOpenclawGatewayReachable(){let e=this.config.frameworksCache?.openclaw?.path;if(!e)throw new C("AGENT_SPAWN_FAILED","openclaw binary not detected on this machine");let r=await this.detectorFactory().probeOpenclawGateway(e);if(!r.reachable)throw new C("AGENT_ENV_NOT_READY",R0(r),{cause:{reason:C0}})}async buildOpenclawDownstream(e){let{session:r,modelConfig:i,cloudSessionId:o,cozeEnv:c,mockScenario:d,command:u}=e,h=Qc(o);if(r.deployType==="local"){let b=await this.ensureOpenclawDefaultAgent();return new Dr({command:u,cwd:b.workspace,agentId:b.id,sessionName:h})}let x=await A0(),m=i?Gf(i,c,d):null,w;if(m){let b=Uc(o),v=m.models[0]?.id??_t,I=`${b}/${v}`;if(!this.ensuredProviders.has(I)){let A=this.getOpenclawConfig();await A.ensureProvider(b,m),await A.addModelToAllowlist(I),this.ensuredProviders.add(I)}w=I}return new Dr({command:u,cwd:r.workspace,agentId:r.agentId,sessionName:h,...x?{gatewayToken:x}:{},...w?{slashModelOnStart:w}:{}})}async openclawRepair(e,r){let i=this.getOpenclawConfig();await i.deleteAgent(e),await i.ensureAgent(e,r)}async cleanupOpenclawSessionProviders(e){if(e.framework!=="openclaw"||!this.openclawConfigCache)return;let r=this.openclawConfigCache;for(let i of e.sessions.keys()){let o=Uc(i),c=`${o}/${e.model}`,d=!0;try{await r.removeProvider(o)}catch(u){d=!1,le.warn("removeProvider failed, keeping ensuredProviders entry",{providerId:o,err:String(u)})}try{await r.removeModelFromAllowlist(c)}catch(u){d=!1,le.warn("removeModelFromAllowlist failed, keeping ensuredProviders entry",{fullModelId:c,err:String(u)})}d&&this.ensuredProviders.delete(c)}}};import{randomUUID as M0}from"node:crypto";import{promises as cE}from"node:fs";import{basename as B0}from"node:path";je();ne();import{promises as nE}from"node:fs";import{basename as rE}from"node:path";var P0=U("file-upload"),iE="/api/coze_claw/file/agent_upload",sE=6e4;async function O0(t,e={}){let i=`${no(io(e.handshakeBase))}${iE}`,o=e.timeoutMs??sE,c=await nE.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",...br(e.ppeOverride),...t.accountId?{"x-coze-account":t.accountId}:{}},h=new AbortController,x=setTimeout(()=>h.abort(),o);P0.info("file upload start",{url:i,agentId:t.agentId,sessionId:t.sessionId,name:t.name,bytes:t.sizeBytes,mime:t.mimeType});try{let m=await fetch(i,{method:"POST",headers:u,body:d,signal:h.signal}),w=m.headers.get("x-tt-logid")??"";if(!m.ok){let v=await m.text().catch(()=>"");throw new C("UPLOAD_FAILED",`upload HTTP ${m.status} logid=${w}: ${v.slice(0,200)}`)}let b=await m.json();if(b.code!==void 0&&b.code!==0)throw new C("UPLOAD_FAILED",`upload code=${b.code} msg=${b.msg??"-"} logid=${w}`);let _=b.data?.file?.file_url;if(!_)throw new C("UPLOAD_FAILED",`upload response missing data.file.file_url logid=${w}: ${JSON.stringify(b).slice(0,200)}`);return P0.info("file upload ok",{uri:_,logid:w}),{uri:_}}catch(m){throw m instanceof C?m:m.name==="AbortError"?new C("UPLOAD_FAILED",`upload timeout (${o}ms) for ${rE(t.path)}`):new C("UPLOAD_FAILED",String(m),{cause:m})}finally{clearTimeout(x)}}je();ne();import{extname as oE}from"node:path";var aE={".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 L0(t){let e=oE(t).toLowerCase();return aE[e]??"application/octet-stream"}ke();var mo=U("agent-send"),N0=50*1024*1024;function F0(t,e,r){let i=t.get(e);if(!i)throw new C("AGENT_NOT_FOUND",`agent=${e}`);if(t.disconnectedAgents.has(e))throw new C("AGENT_DISCONNECTED",`agent=${e} was disconnected by cloud`);let o=i.sessions.get(r);if(!o)throw new C("AGENT_NOT_FOUND",`session=${r} not active in agent=${e}`);return{session:i,runtime:o}}async function z0(t,e,r,i,o,c){let u;for(let h=0;h<=2;h++)try{await t.core.sendAgentFileUpdate(e,r,i,o);return}catch(x){u=x,h<2&&(mo.warn("sendAgentFileUpdate failed, retrying",{attempt:h+1,err:String(x)}),await new Promise(m=>setTimeout(m,5e3)))}throw new C("UPSTREAM_NOT_READY",`${c} after 3 attempts: ${String(u)}`,{cause:u})}async function U0(t,e){let{session:r,runtime:i}=F0(e.core,t.agentId,t.sessionId);if(!await Qr(t.path,r.workspace))throw new C("PATH_OUTSIDE_WORKSPACE",`path=${t.path} not under workspace=${r.workspace}`);let o=await cE.stat(t.path).catch(()=>null);if(!o||!o.isFile())throw new C("IPC_BAD_REQUEST",`path is not a regular file: ${t.path}`);if(o.size>N0)throw new C("FILE_TOO_LARGE",`${o.size} bytes > limit ${N0}`);let c=await L0(t.path);if(t.kind==="image"&&!c.startsWith("image/"))throw new C("UNSUPPORTED_MIME",`kind=image but mime=${c}`);if(!e.core.upstream.isConnected())throw new C("UPSTREAM_NOT_READY","cloud WS not connected");let d=t.name??B0(t.path),u;try{u=await O0({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 mo.warn("agent file upload failed",{agentId:t.agentId,sessionId:t.sessionId,path:t.path,sizeBytes:o.size,mime:c,code:x instanceof C?x.code:"UNKNOWN",message:x instanceof Error?x.message:String(x)}),x}let h={sessionUpdate:"agent_file",messageId:M0(),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 z0(e,r,i,t.sessionId,h,"agent file uploaded to cloud but sendAgentFileUpdate failed"),mo.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 G0(t,e){let{session:r,runtime:i}=F0(e.core,t.agentId,t.sessionId);if(!t.mimeType)throw new C("IPC_BAD_REQUEST","group-file requires mimeType");if(!e.core.upstream.isConnected())throw new C("UPSTREAM_NOT_READY","cloud WS not connected");let o=t.name??B0(t.path),c={sessionUpdate:"group_file",messageId:M0(),content:{uri:t.path,name:o,mimeType:t.mimeType,...t.caption!==void 0?{caption:t.caption}:{}}};return await z0(e,r,i,t.sessionId,c,"agent group file sendAgentFileUpdate failed"),mo.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 q0(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}nn();yn();ne();var Ot=U("coze-cli-installer"),H0="@coze/cli@latest",dE="coze",j0="0.1.8",lE=5e3,uE=5e3,fE=9e4,W0=1e4,Bi=null,wo=!1;async function nd(t,e={}){if(wo)return;if(Bi)return Bi;let r=e.exec??a0;return Bi=(async()=>{try{let i=await hE(dE,r),o=!1;if(i){let d=await xE(r);if(d===void 0)Ot.warn("coze-cli found but version unparseable, fall through to full install",{path:i});else if(q0(d,j0))Ot.info("coze-cli version too old, upgrade-only (preserve user config + auth)",{path:i,version:d,min:j0}),o=!0;else{Ot.info("coze-cli already on PATH with sufficient version, skip",{path:i,version:d}),wo=!0;return}}let c=o?"upgrade-only":"full";Ot.info("coze-cli install start",{package:H0,mode:c});try{await r("npm",["i","-g","--prefer-online",H0],{timeout:fE,maxBuffer:10*1024*1024}),Ot.info("coze-cli install ok")}catch(d){Ot.warn("coze-cli install failed (skip subsequent steps)",{err:String(d)});return}if(o){wo=!0;return}if(t.env)try{await r("coze",["config","set","xTTEnv",t.env],{timeout:W0}),Ot.info("coze config set xTTEnv ok",{env:t.env})}catch(d){Ot.warn("coze config set failed (continue to auth login)",{err:String(d)})}try{await r("coze",["auth","login","--token",t.patToken],{timeout:W0}),Ot.info("coze auth login ok")}catch(d){Ot.warn("coze auth login failed",{err:String(d)});return}wo=!0}finally{Bi=null}})(),Bi}async function hE(t,e){let r=process.platform==="win32"?"where":"which";try{let{stdout:i}=await e(r,[t],{timeout:lE});return Ia(i)}catch{return}}async function xE(t){try{let{stdout:e,stderr:r}=await t("coze",["--version"],{timeout:uE});return(e||r).match(/(\d+\.\d+\.\d+)/)?.[1]}catch{return}}Xr();ke();var pE=10*6e4;function K0(t){let e=t?.sessionIdleTimeoutMs;return typeof e!="number"||!Number.isFinite(e)||e<=0?pE:e}function _o(t){return rr(t??Y().configFile)}function Fi(t,e){return ir(e??Y().configFile,t)}import{randomBytes as NE}from"node:crypto";Qn();je();ne();import{createReadStream as gE}from"node:fs";import{mkdir as mE,readFile as wE,realpath as _E,stat as yE,writeFile as EE}from"node:fs/promises";import{basename as vE,dirname as rd,isAbsolute as bE,join as SE,relative as IE,resolve as $0,sep as AE}from"node:path";import{createInterface as TE}from"node:readline";var J0=U("fs-rpc"),zi=He("COZE_BRIDGE_FS_RPC_MAX_BYTES",20*1024*1024);async function Z0(t,e){let r=Buffer.byteLength(t.content,"utf8");if(r>zi)throw new C("IPC_BAD_REQUEST",`fs/write_text_file content too large: ${r} bytes > limit ${zi} bytes`);let i=await X0(t.path,e);return await mE(rd(i),{recursive:!0}),await EE(i,t.content,"utf8"),J0.info("fs/write_text_file ok",{path:i,size:t.content.length}),null}async function Y0(t,e){let r=await X0(t.path,e),i=await yE(r),o=typeof t.line=="number"||typeof t.limit=="number";if(i.size>zi&&!o)throw new C("IPC_BAD_REQUEST",`fs/read_text_file too large without line/limit slicing: ${i.size} bytes > ${zi} bytes`);let c;if(o&&i.size>zi)c=await CE(r,t.line??1,t.limit);else{let d=await wE(r,"utf8");if(o){let u=d.split(`
|
|
100
|
-
`),
|
|
101
|
-
`)}else c=d}return
|
|
102
|
-
`)}async function X0(t,e){if(typeof t!="string"||t.length===0)throw new C("IPC_BAD_REQUEST","path must be a non-empty string");let[r,i]=await Promise.all([V0($0(e)),V0($0(t))]),o=IE(r,i);if(RE(o,AE,bE(o)))throw new C("IPC_BAD_REQUEST",`path escapes workspace: ${t}`);return i}function RE(t,e,r){return t===""?!1:r?!0:t===".."||t.startsWith(`..${e}`)}async function V0(t){let e=[],r=t;for(;r!==rd(r);)try{let i=await _E(r);return e.length?SE(i,...e.reverse()):i}catch{e.push(vE(r)),r=rd(r)}return t}ne();var Q0=U("prompt-multimodal"),eh=10*1024*1024,kE=15e3,DE=6;async function th(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 PE(d))}}let o=Array.from({length:Math.min(DE,t.length)},()=>i());return await Promise.all(o),e}function nh(t){return t.some(e=>e.type==="image")}async function PE(t){if(t.type!=="image")return t;let e=t;if(e.data||!e.uri||!to(e.uri))return t;try{let{buf:r,contentType:i}=await LE(e.uri),o=e.mimeType||OE(i)||"application/octet-stream";return Q0.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 Q0.warn("image fetch failed, degrading to text block",{uri:e.uri,err:String(r)}),{type:"text",text:`[image load failed: ${e.uri}]`}}}function OE(t){if(!t)return;let e=t.indexOf(";");return(e===-1?t:t.slice(0,e)).trim()||void 0}async function LE(t){let e=new AbortController,r=setTimeout(()=>e.abort(),kE);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>eh)throw new Error(`image too large: ${o.byteLength} bytes (max ${eh})`);return{buf:Buffer.from(o),contentType:i.headers.get("content-type")??void 0}}finally{clearTimeout(r)}}rn();je();ne();var j=U("core"),ME=3e4,BE=/^(boe|ppe)_[A-Za-z0-9_-]+$/,FE="\u6211\u6B63\u5728\u7B49\u5F85\u5BA1\u6279\uFF0C\u8BF7\u7A0D\u540E\u518D\u8054\u7CFB\u6211",zE="\u5BA1\u6279\u5DF2\u8D85\u65F6",UE=3e4,yo=class{upstream;agents=new Map;disconnectedAgents=new Set;extensions;paths;sessionSpawner;sessionIdleTimeoutMs;upstreamIds=new Cr;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=K0(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(),j.info("Core started",{extensions:Object.keys(this.extensions)})}async stop(e){j.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),j.info("agent registered",{agentId:e.agentId,framework:e.framework});for(let r of this.registerHandlers)try{r(e.agentId)}catch(i){j.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)&&j.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)=>{j.info("session runtime exited",{agentId:e.agentId,cloudId:r,code:c,signal:d}),Mi(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){j.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(_n(o,{code:X.INTERNAL_ERROR,message:`bridge downstream gone: ${r}`})).catch(d=>j.debug("send error response to upstream failed (ignored)",{err:String(d)}));try{c.downstream.respondAgentRequestError(c.agentRequestId,{code:X.INTERNAL_ERROR,message:`bridge: ${r}`})}catch{}}}}}rejectAllPendingOnReconnect(){let e=this.pendingUpstream.size,r=this.pendingBridge.size;if(!(e===0&&r===0)){j.warn("upstream reconnected, rejecting stale pending requests",{pendingUpstream:e,pendingBridge:r});for(let[,i]of this.pendingUpstream){try{i.downstream.respondAgentRequestError(i.agentRequestId,{code:X.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 C("UPSTREAM_DISCONNECTED",`${i.method} aborted: upstream reconnected`));this.pendingBridge.clear()}}async handleFrame(e){if(ao(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&&BE.test(i)?this.currentCozeEnv=i:i&&j.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,X.METHOD_NOT_FOUND,`extension not registered: ${e.method}`):j.warn("drop notification: extension not registered",{method:e.method});return}let c=await o(e,this);r!==null&&await this.upstream.send(Tr(r,c));return}if(e.method.startsWith("session/")){let o=await this.routeSessionMethod(e);r!==null&&await this.upstream.send(Tr(r,o));return}if(e.method==="initialize"){r!==null&&await this.upstream.send(Tr(r,{protocolVersion:1,agentCapabilities:{loadSession:!0}}));return}r!==null?await this.sendError(r,X.METHOD_NOT_FOUND,`method not implemented: ${e.method}`):j.warn("drop unknown notification",{method:e.method})}catch(o){j.error("handleFrame failed",{method:e.method,err:String(o)}),r!==null&&await this.upstream.send(_n(r,Oi(o)))}}async routeSessionMethod(e){if(!e.params||typeof e.params!="object")throw new C("IPC_BAD_REQUEST",`${e.method} requires params`);let r=e.params,i=r._meta?.cozeAgentId;if(!i)throw new C("IPC_BAD_REQUEST",`${e.method}: missing _meta.cozeAgentId`);let o=this.agents.get(i);if(!o)throw this.disconnectedAgents.has(i)?new C("AGENT_DISCONNECTED",`agent ${i} has been disconnected; cloud must _agent/create to revive`):new C("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 h=o.sessions.get(c);if(h?.pendingPermission){let x=r._meta?.cozeTriggerMsgId,m=eo(r._meta);return j.info("session in pendingPermission, bouncing new prompt",{agentId:o.agentId,cloudSessionId:c}),this.synthesizePromptReply(o,h,c,FE,x,m)}}let d=Date.now(),u=!1;try{let h=await o.getSessionQueue(c).enqueue(()=>this.dispatchSessionCall(o,e.method,r));return u=!0,h}finally{j.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}=Cf(i);switch(r){case"session/new":{let c=GE();return j.info("session/new ack (lazy spawn)",{agentId:e.agentId,cloudId:c}),{sessionId:c}}case"session/load":{let c=o;return j.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 C("IPC_BAD_REQUEST","session/prompt: missing sessionId");let u=Wt(e)?Tf(i._meta):void 0;if(u!==void 0&&!En(e.framework,u))throw new C("IPC_BAD_REQUEST",`unsupported permissionMode for ${e.framework}: ${u}; allowed: ${Xc(e.framework)}`);let h=await this.ensureRuntime(e,d);if(u!==void 0&&h.permissionMode===void 0&&(h.permissionMode=u,await this.persistSessionMapping(e)),h.replySeq=0,await this.ensureDownstream(e,d,h),!h.downstream||!h.acpSessionId)throw new C("BRIDGE_INTERNAL","session runtime not ready after ensureDownstream");if(u!==void 0&&h.permissionMode!==void 0&&h.permissionMode!==u){let b=h.permissionMode;h.permissionMode=u,await this.persistSessionMapping(e);try{await h.downstream.setSessionMode({sessionId:h.acpSessionId,modeId:u})}catch(_){throw h.permissionMode=b,await this.persistSessionMapping(e).catch(()=>{}),_}}let x=i._meta?.cozeTriggerMsgId;x?e.activeTriggers.set(h.acpSessionId,x):e.activeTriggers.delete(h.acpSessionId);let m=eo(i._meta);if(m?e.activeGroupIds.set(h.acpSessionId,m):e.activeGroupIds.delete(h.acpSessionId),m&&h.cozeGroupId!==m&&(h.cozeGroupId=m,await this.persistSessionMapping(e)),e.deployType==="cloud"&&e.modelInfo?.capabilities?.image===!1&&nh(c.prompt))throw new C("MODEL_MODALITY_UNSUPPORTED",`model=${e.modelInfo.id??e.model} does not support image input`);let w=await th(c.prompt);try{let b=await h.downstream.sessionPrompt({...c,sessionId:h.acpSessionId,prompt:w});return h.lastActiveAt=Date.now(),b}catch(b){if(b instanceof C&&b.code==="AGENT_APPROVAL_TIMEOUT"){let _=h.pendingPermission;_&&(_.downstream.respondAgentRequest(_.agentRequestId,{outcome:{outcome:"cancelled"}}),this.pendingUpstream.delete(_.upstreamId),h.pendingPermission=void 0);let v=h.acpSessionId,I=v?e.activeTriggers.get(v):void 0,A=v?e.activeGroupIds.get(v):void 0;return j.warn("approval timed out, synthesizing \u5BA1\u6279\u5DF2\u8D85\u65F6 reply + recovering session",{agentId:e.agentId,cloudId:d}),await this.synthesizePromptReply(e,h,d,zE,I,A)}throw b}finally{if(e.activeTriggers.delete(h.acpSessionId),e.activeGroupIds.delete(h.acpSessionId),h.pendingPermission=void 0,h.reloadAfterTurn){h.reloadAfterTurn=!1;let b=h.downstream;b&&(h.downstream=void 0,j.info("reloadAfterTurn: stopping downstream",{agentId:e.agentId,cloudId:d,acpId:h.acpSessionId}),b.stop("reload-after-turn").catch(_=>j.warn("reload-after-turn stop failed (ignored)",{agentId:e.agentId,cloudId:d,err:String(_)})))}else h.downstream?.isAlive()&&this.armIdleTimer(e,d,h)}}case"session/cancel":{let d=o.sessionId;if(!d)throw new C("IPC_BAD_REQUEST","session/cancel: missing sessionId");let u=e.sessions.get(d);if(e.hasSessionQueue(d)){let h=e.getSessionQueue(d);h.size>0&&(j.info("session/cancel: draining queued tasks",{agentId:e.agentId,cloudId:d,queuedCount:h.size}),h.dispose(new C("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,h=eo(i._meta);if(!d)throw new C("IPC_BAD_REQUEST","session/set_mode: missing sessionId");if(!Wt(e))throw e.framework==="openclaw"?new C("METHOD_NOT_FOUND","session/set_mode not supported on openclaw"):new C("OPERATION_NOT_ALLOWED_FOR_CLOUD","session/set_mode is local-deploy only in this iteration");if(!En(e.framework,u))throw new C("IPC_BAD_REQUEST",`unsupported modeId for ${e.framework}: ${String(u)}; allowed: ${Xc(e.framework)}`);if(h)return await this.handleGroupSetMode(e,h,u);let x=e.sessions.get(d)??await this.ensureRuntime(e,d);if(x.permissionMode===u)return{};let m=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=m,await this.persistSessionMapping(e).catch(()=>{}),w}else j.info("session/set_mode: runtime not active, persisted only",{framework:e.framework,agentId:e.agentId,cloudId:d,modeId:u});return{}}default:throw new C("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 j.info("group session/set_mode: no active runtime (db-only path)",{framework:e.framework,agentId:e.agentId,groupId:r,modeId:i}),{};j.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,h=d.runtime.acpSessionId;u?.isAlive()&&h&&c.push({downstream:u,acpSessionId:h,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 h of o)h.runtime.permissionMode=h.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 Wt(e)&&(c.permissionMode=e.framework==="claude-code"?td:D0),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(wt.GEN_MODEL_TOKEN,i,UE);if(!o?.modelToken)throw new C("MODEL_TOKEN_GEN_FAILED",`cloud returned empty modelToken (agentId=${e}, cloudSessionId=${r})`);return o.modelToken}catch(o){throw o instanceof C&&o.code==="MODEL_TOKEN_GEN_FAILED"?o:new C("MODEL_TOKEN_GEN_FAILED",o instanceof Error?o.message:String(o),{cause:o})}}async ensureDownstream(e,r,i){if(Mi(i),i.downstream?.isAlive())return;if(!this.sessionSpawner)throw new C("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 C("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 h;try{h=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&&(j.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=h,this.attachRuntimeHooks(e,r,i);try{if(i.acpSessionId){i.loadingSession=!0;try{await h.sessionLoad({sessionId:i.acpSessionId,cwd:e.workspace}),j.info("session restored via session/load",{agentId:e.agentId,cloudId:r,acpId:i.acpSessionId})}catch(x){j.warn("session/load failed, fallback to session/new",{agentId:e.agentId,cloudId:r,acpId:i.acpSessionId,err:String(x)}),i.acpSessionId=void 0;let m=await h.sessionNew({cwd:e.workspace});i.acpSessionId=m.sessionId,await this.persistSessionMapping(e)}finally{i.loadingSession=!1}}else{let x=await h.sessionNew({cwd:e.workspace});i.acpSessionId=x.sessionId,await this.persistSessionMapping(e)}}catch(x){throw j.warn("session init failed after spawn, tearing down half-spawned runtime",{agentId:e.agentId,cloudId:r,acpId:i.acpSessionId,err:String(x)}),await h.stop("session-init-failed").catch(()=>{}),i.downstream=void 0,i.acpSessionId=void 0,x}if(h.afterSessionEstablished&&i.acpSessionId&&await h.afterSessionEstablished(i.acpSessionId),Wt(e)&&i.acpSessionId&&i.permissionMode)try{await h.setSessionMode({sessionId:i.acpSessionId,modeId:i.permissionMode})}catch(x){j.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(Mi(i),this.isRuntimeBusy(e,i)){j.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)){j.info("idle reaper fired but runtime busy, re-arming",{agentId:e.agentId,cloudId:r}),this.armIdleTimer(e,r,i);return}j.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=>j.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(Ar("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(Ar("session/update",{sessionId:i,update:{sessionUpdate:"agent_message_chunk",content:{type:"text",text:o}},_meta:u})).catch(h=>j.warn("synthesizePromptReply update send failed (ignored)",{err:String(h)})),{stopReason:"end_turn"}}forwardUpdate(e,r){let i=r.sessionId,o=this.reverseSessionId(e,i);if(!o){j.debug("drop update for unknown session",{agentId:e.agentId,acpId:i});return}let c=e.sessions.get(o);if(!c){j.debug("drop update: runtime gone",{agentId:e.agentId,cloudId:o});return}if(jE(r)){j.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"&&Wt(e)){let m=d.currentModeId;En(e.framework,m)&&c.permissionMode!==m?(c.permissionMode=m,this.persistSessionMapping(e).catch(w=>j.warn("persist mode (from current_mode_update) failed",{framework:e.framework,agentId:e.agentId,err:String(w)}))):typeof m=="string"&&!En(e.framework,m)&&j.warn("current_mode_update with invalid modeId for framework, not persisting",{framework:e.framework,agentId:e.agentId,modeId:m})}let u={cozeAgentId:e.agentId,cozeReplySeqID:++c.replySeq},h=e.activeTriggers.get(i);h&&(u.cozeTriggerMsgId=h);let x=e.activeGroupIds.get(i);x&&(u.cozeGroupId=x),this.upstream.send(Ar("session/update",{...r,sessionId:o,_meta:u})).catch(m=>j.warn("forward update failed",{agentId:e.agentId,err:String(m)}))}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}j.warn("unhandled agent request,returning method_not_found",{agentId:e.agentId,method:i.method}),r.respondAgentRequestError(i.id,{code:X.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 Z0(c,o);r.respondAgentRequest(i.id,d)}else{let c=i.params??{},d=await Y0(c,o);r.respondAgentRequest(i.id,d)}}catch(o){j.warn("fs rpc handler failed",{agentId:e.agentId,method:i.method,err:String(o)}),r.respondAgentRequestError(i.id,Oi(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,h=u?e.activeTriggers.get(u):void 0,x={cozeAgentId:e.agentId};h&&(x.cozeTriggerMsgId=h);let m=u?e.activeGroupIds.get(u):void 0;m&&(x.cozeGroupId=m);let w=u?this.reverseSessionId(e,u):void 0,b=w?e.sessions.get(w):void 0;b&&(b.pendingPermission={downstream:r,agentRequestId:i.id,upstreamId:o});let _={...c,...w?{sessionId:w}:{},_meta:x};this.pendingUpstream.set(o,{agentRequestId:i.id,agentId:e.agentId,downstream:r,method:i.method,cloudSessionId:w}),j.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(Di(o,"session/request_permission",_)).catch(v=>{this.pendingUpstream.delete(o),j.error("forward permission request failed",{agentId:e.agentId,err:String(v)}),r.respondAgentRequestError(i.id,{code:X.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?(j.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"&&qE(e.result,o),j.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 oo(e.error)):i.value.resolve(e.result);return}j.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 j.warn(`${i} id type mismatch: number received but Bridge expected string`,{rawId:r,normalizedId:c}),{value:d,key:c}}}sendRequest(e,r,i=ME){let o=this.upstreamIds.next(e);return new Promise((c,d)=>{let u=setTimeout(()=>{this.pendingBridge.delete(o),d(new C("AGENT_TIMEOUT",`${e} timed out after ${i}ms`))},i);this.pendingBridge.set(o,{method:e,resolve:c,reject:d,timer:u}),this.upstream.send(Di(o,e,r)).catch(h=>{let x=this.pendingBridge.get(o);x&&(clearTimeout(x.timer),this.pendingBridge.delete(o)),d(h)})})}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&&Wt(e)&&(c.permissionMode=o.permissionMode),o.cozeGroupId&&(c.cozeGroupId=o.cozeGroupId),r.set(i,c)}await ei(e.agentId,r,this.paths)}catch(r){j.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(_n(e,{code:r,message:i,data:{bridgeVersion:Ir}}))}};function GE(){return NE(16).toString("hex")}function qE(t,e){if(!t||typeof t!="object"){j.warn("permission response: result not an object (suspicious)",{agentId:e.agentId,result:t});return}let r=t;if("kind"in r&&!("outcome"in r)){j.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"){j.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")&&j.warn("permission response: unknown outcome discriminant",{agentId:e.agentId,outcomeValue:c,result:t})}var HE=["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."];function jE(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{text:o}=i;return HE.some(c=>o.startsWith(c))}ne();ke();import{randomBytes as WE}from"node:crypto";import{chmod as KE,mkdir as $E,writeFile as rh}from"node:fs/promises";import{createServer as VE}from"node:http";import{dirname as JE}from"node:path";var ZE=1e6,id=U("ipc"),Eo=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??Y()}async start(){this.token=WE(32).toString("hex");let e=VE((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(),id.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 $E(JE(this.paths.portFile),{recursive:!0}),await rh(this.paths.portFile,String(this.port),"utf8"),await rh(this.paths.tokenFile,this.token,{encoding:"utf8",mode:384});try{await KE(this.paths.tokenFile,384)}catch(e){id.warn("chmod token file failed (non-POSIX?)",{err:String(e)})}}async dispatch(e,r){if(e.headers.authorization!==`Bearer ${this.token}`){Ui(r,401,{error:"unauthorized"});return}let o=`${e.method} ${(e.url??"").split("?")[0]}`,c=this.routes.get(o);if(!c){Ui(r,404,{error:"not found"});return}let d=null;if(e.method==="POST")try{d=await YE(e)}catch(u){Ui(r,400,{error:"invalid json",detail:String(u)});return}try{let u=await c.handler(d,e);Ui(r,200,u??{ok:!0})}catch(u){id.error("IPC handler failed",{key:o,err:String(u)}),Ui(r,500,{error:u instanceof Error?u.message:String(u)})}}};function Ui(t,e,r){t.statusCode=e,t.setHeader("content-type","application/json"),t.end(JSON.stringify(r))}async function YE(t){let e=[],r=0;for await(let o of t){let c=o;if(r+=c.length,r>ZE)throw new Error("body too large");e.push(c)}let i=Buffer.concat(e).toString("utf8");return i?JSON.parse(i):null}var Ax=bt(xh(),1);var Pb=bt(dx(),1),Ob=bt(Bo(),1),Lb=bt(Lr(),1),Nb=bt(md(),1),Mb=bt(yd(),1),Bb=bt(Ad(),1),_x=bt(Go(),1),Fb=bt(mx(),1);var yx=_x.default;je();ne();var Ce=U("upstream.frontier"),vx="application/json",bx="none",Ub=15e3;function Gb(t){class e extends yx{constructor(i){super(i,kf,{headers:t})}guardTeardown(){this.listenerCount("error")===0&&this.on("error",i=>Ce.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");Ce.debug("WS raw frame out",{bytes:c.byteLength,headHex:d})}catch(c){Ce.warn("WS raw frame dump failed",{err:String(c)})}super.send(i,...o)}}return e}var Ji=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){Ce.warn("start called on already-started FrontierUpstream; noop");return}let e={Authorization:`Bearer ${this.opts.privatecode}`,Origin:Df,...br(this.opts.ppeOverride)},r=Gb(e),i=Of(this.opts.urlOverride),o={url:i,ws:r,fpID:Rf,aID:ro,accessKey:this.opts.handshake.accessKey,deviceID:this.opts.handshake.deviceId,payloadType:{type:vx,force:!0},payloadEncoding:{encoding:bx,force:!0},enableTransformTextPayload:!0,enableQoS:!1,enableAutoAck:!1,automaticOpen:!1,maxRetries:Number.POSITIVE_INFINITY,debug:this.opts.debug??!1},c=new Ax.FWS(o),d=!1,u=null,h,x,m=new Promise((_,v)=>{h=_,x=v}),w=_=>{d||(d=!0,u&&(clearTimeout(u),u=null),_?x(_):h())};c.onopen=()=>{this.opened=!0,this.openCount+=1;let _=this.openCount===1;Ce.info("frontier opened",{url:i,remoteDeviceId:this.opts.handshake.deviceId,initial:_,openCount:this.openCount}),_&&w();for(let v of this.connectHandlers)Promise.resolve(v({initial:_})).catch(I=>Ce.warn("onConnect handler threw (ignored)",{err:String(I)}))},c.onclose=_=>{this.opened=!1,Ce.info("frontier closed",{code:_.code,reason:_.reason,willReconnect:_.willReconnect})},c.onerror=_=>{Ce.warn("frontier error",{code:_.code,msg:_.message}),w(new C("UPSTREAM_DISCONNECTED",`frontier connect error before open: code=${_.code} msg=${_.message??""}`))},c.onmessage=_=>this.handleMessage(_),this.fws=c;let b=this.opts.openTimeoutMs??Ub;u=setTimeout(()=>{w(new C("UPSTREAM_DISCONNECTED",`frontier ws open timeout after ${b}ms (handshake or upgrade slow)`))},b),await c.connect();try{await m}catch(_){try{c.close(1e3,"open failed")}catch(v){Ce.warn("fws close during start failure threw (ignored)",{err:String(v)})}throw this.fws=null,this.opened=!1,_}}async stop(e){let r=this.fws;if(r){this.fws=null,this.opened=!1;try{r.close(1e3,e??"bridge shutdown")}catch(i){Ce.warn("frontier close threw (ignored)",{err:String(i)})}}}async send(e){let r=this.fws,i=e.method;if(!r)throw Ce.warn("frontier send refused: upstream not started",{method:i}),new C("UPSTREAM_DISCONNECTED","frontier upstream not started");if(!this.isConnected()){let u=Date.now();throw u-this.lastSendRefusedLogAt>1e3?(Ce.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 C("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;Sx(c)||Ce.info("frontier frame out",{method:c.method,jsonrpcId:c.id,size:o.length});try{await r.send(o,{service:33555712,method:1,payloadType:vx,payloadEncoding:bx})}catch(u){throw Ce.warn("frontier frame send failed",{method:c.method,jsonrpcId:c.id,err:String(u)}),new C("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){Ce.debug("drop non-adapter frontier frame",{service:r});return}let i=jb(e);if(!i){Ce.debug("frontier message without text payload, drop",{payloadType:e.message?.payloadType});return}if(!this.handler){Ce.debug("frame received but no onFrame handler",{size:i.length});return}let o;try{o=JSON.parse(i)}catch(d){Ce.warn("frontier message JSON parse failed",{err:String(d),head:i.slice(0,80)});return}let c=o;Sx(c)||Ce.info("frontier frame in",{logid:Hb(e.message?.LogID),logidNew:e.message?.LogIDNew,msgId:e.message?.msgID,jsonrpcId:c.id,method:c.method,body:qb(i)}),Promise.resolve(this.handler(o)).catch(d=>Ce.warn("frontier frame handler threw",{err:String(d)}))}};function Sx(t){return t.method==="_agent/health"?!0:typeof t.id=="string"&&t.id.startsWith("agent.health_")}var Ix=2e3;function qb(t){return t.length<=Ix?t:`${t.slice(0,Ix)}...<truncated, total ${t.length} chars>`}function Hb(t){return t?t.high===0?String(t.low>>>0):`${t.high.toString(16)}${(t.low>>>0).toString(16).padStart(8,"0")}`:""}function jb(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}}ne();var Cd=U("upstream.switchable"),Ho=class{inner;handler=null;connectHandlers=[];constructor(e){this.inner=e}async swap(e,r){if(this.inner===e)return;Cd.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 Cd.error("swap target start failed, reverting",{err:String(o)}),this.inner=i,o}await i.stop(r??"swapped").catch(o=>Cd.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()}};ne();var Rd=U("upstream"),Ur=class{handler=null;async start(){Rd.info("NoopUpstream started (M1 skeleton; real Frontier wired in M4)")}async stop(e){Rd.info("NoopUpstream stopped",{reason:e})}async send(e){Rd.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)}};je();ne();ne();ke();import{promises as kd}from"node:fs";import{dirname as Wb}from"node:path";var Kb=U("pat-token-store");async function jo(t=Y()){try{let r=(await kd.readFile(t.patTokenFile,"utf8")).trim();return r.length>0?r:null}catch(e){let r=e?.code;return r!=="ENOENT"&&Kb.warn("read pat-token failed (treating as missing)",{path:t.patTokenFile,code:r,message:e.message}),null}}async function Zi(t,e=Y()){if(!t)throw new Error("writePatToken: empty patToken");await kd.mkdir(Wb(e.patTokenFile),{recursive:!0}),await kd.writeFile(e.patTokenFile,t,{encoding:"utf8",mode:384})}ke();ke();import{promises as Wo}from"node:fs";import{join as $b}from"node:path";function Vb(t,e){return`#!/bin/sh
|
|
98
|
+
`}function My(t){if(t.includes(`
|
|
99
|
+
`)||t.includes("\r")||t.includes("$")||t.includes("#"))return!0;let e=t[0];return e==="'"||e==='"'}var By={path:"",version:"cloud-deployed"},_0="openclaw_gateway_unavailable",Fy="openclaw_default_agent_missing";function y0(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 zy={protocolVersion:1,clientCapabilities:{fs:{readTextFile:!0,writeTextFile:!0}}},Uy=6e4,go=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??Ly,this.createTimeoutMs=e.createTimeoutMs??Uy,this.detectorFactory=e.detectorFactory??(()=>new jn),this.openclawConfigFactory=e.openclawConfigFactory??(r=>new po({command:r})),this.openclawConfigDir=e.openclawConfigDir??w0(Oy(),".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 C("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=>{xe.warn("openclaw env bootstrap failed (ignored)",{err:String(e)}),this.openclawEnvBootstrapPromise=void 0}),this.openclawEnvBootstrapPromise)}async doBootstrapOpenclawEnv(){let e=this.openclawConfigDir,r=w0(e,".env");if(await Py(r).then(c=>c.isFile()).catch(()=>!1)){xe.debug("openclaw .env exists, skip bootstrap",{envFile:r});return}let o=Ny({...process.env,...Zc(this.paths.agentEnvFile)});await rn(r,o,{mode:384}),xe.info("openclaw .env bootstrapped",{envFile:r,bytes:o.length}),await this.getOpenclawConfig().restartGateway(),xe.info("openclaw gateway restarted after env bootstrap")}async createAgent(e,r){if(!e.agentId)throw new C("IPC_BAD_REQUEST","agentId required");if(!e.framework)throw new C("IPC_BAD_REQUEST","framework required");let i=await He(e.agentId,this.paths).catch(()=>null),o=to(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 C("AGENT_BUSY",`agent ${e.agentId} exists with different framework (${c.framework})`);if(c.status==="error")xe.warn("existing agent in error state, rebuilding",{agentId:e.agentId}),await c.dispose("rebuild after error").catch(T=>xe.warn("dispose stale agent failed (ignored)",{err:String(T)})),this.registry.unregister(e.agentId);else if(o&&c.deployType!=="cloud")xe.warn("existing agent deployType drifted to local, rebuilding as cloud",{agentId:e.agentId}),await c.dispose("rebuild after deployType drift").catch(T=>xe.warn("dispose drifted agent failed (ignored)",{err:String(T)})),this.registry.unregister(e.agentId);else{if(e.patToken&&e.patToken!==c.patToken){xe.info("updating agent patToken on re-create (reconnect with new PAT)",{agentId:e.agentId}),c.setPatToken(e.patToken);let T=await He(e.agentId,this.paths).catch(()=>null);T&&(T.patToken=e.patToken,await Qe(T,this.paths))}if(c.deployType==="cloud"&&e.modelInfo){xe.info("updating agent modelInfo on re-create",{agentId:e.agentId}),c.setModelInfo(e.modelInfo);let T=await He(e.agentId,this.paths).catch(()=>null);T&&(T.modelInfo=e.modelInfo,await Qe(T,this.paths))}return xe.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])throw new C("AGENT_SPAWN_FAILED",`framework ${e.framework} not detected on this machine; rerun daemon to refresh frameworks_cache`);let u=Xe(e.agentId,this.paths),x=o?"cloud":"local",p=e.framework==="openclaw"&&x==="local",w;p&&!r?.revive&&(w=(await this.ensureOpenclawDefaultAgent()).workspace,await this.ensureOpenclawGatewayReachable());let m=w??(p?this.config.frameworksCache?.openclaw?.defaultAgent?.workspace:void 0),v=e.workspace??m??u.workspace,_=new AbortController,S=setTimeout(()=>_.abort(new C("AGENT_TIMEOUT",`_agent/create timed out after ${this.createTimeoutMs}ms`)),this.createTimeoutMs),A,I=!1;try{o&&ed(e.framework)&&await ir(e.framework,_.signal);let T=()=>{if(_.signal.aborted)throw _.signal.reason instanceof Error?_.signal.reason:new C("AGENT_TIMEOUT","_agent/create aborted")};await Qc(u.root,{recursive:!0}),await Qc(v,{recursive:!0}),await Qc(u.logs,{recursive:!0}),T(),p||await ar(v,e.framework,e.cozeIdentity),e.framework==="claude-code"&&await Sl(v,x),T();let k=i,b=Cf({model:e.model??k?.model}),D=yf(e._meta)??k?.accountId,P=e.patToken??k?.patToken,F=x==="cloud"?e.modelInfo??k?.modelInfo:void 0;if(A=new xo({agentId:e.agentId,framework:e.framework,workspace:v,model:b.model??bt,deployType:x,...D?{accountId:D}:{},...P?{patToken:P}:{},...F?{modelInfo:F}:{}}),A.status="ok",k?.sessions){for(let[ne,Y]of Object.entries(k.sessions))A.sessions.set(ne,{acpSessionId:Y.acpSessionId,modelToken:Y.modelToken,tokenGeneratedAt:Y.tokenGeneratedAt,lastActiveAt:Date.now(),loadingSession:!1,replySeq:0});let K=Object.keys(k.sessions).length;K>0&&xe.info("restored persisted session records (no spawn)",{agentId:e.agentId,count:K})}this.registry.register(A),I=!0;let B={agentId:e.agentId,framework:e.framework,workspace:v,cozeIdentity:e.cozeIdentity,createdAt:k?.createdAt??Date.now(),sessions:k?.sessions??{},model:b.model};x==="cloud"&&(B.deployType="cloud"),D&&(B.accountId=D),P&&(B.patToken=P),F&&(B.modelInfo=F),k?.skills&&(B.skills=k.skills),k?.agentName&&(B.agentName=k.agentName),k?.description&&(B.description=k.description),e.framework==="openclaw"&&x==="cloud"&&(this.config.frameworksCache?.openclaw?.path?(await this.bootstrapOpenclawEnvIfNeeded(),await this.getOpenclawConfig().ensureAgent(e.agentId,v)):xe.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 K=[...B.skills??[]],ne=new Map(K.map((he,L)=>[he.skillId,L])),Y=await Promise.allSettled(J.map(he=>Vc({agentId:e.agentId,workspace:v,framework:e.framework,skill:he}))),ve=0;for(let[he,L]of Y.entries()){let G=J[he];G&&(L.status==="fulfilled"?($c(K,ne,L.value),ve++):xe.warn("initialSkill install failed (skipping)",{agentId:e.agentId,skillId:G.skillId,skillName:G.skillName,err:String(L.reason)}))}ve>0&&(B.skills=K,xe.info("initialSkills installed",{agentId:e.agentId,installed:ve,requested:J.length}))}return await Qe(B,this.paths),xe.info("agent created (no spawn, lazy on first prompt)",{agentId:e.agentId,framework:e.framework,deployType:x}),{ok:!0,agentId:e.agentId,workspace:v,framework:e.framework}}catch(T){throw xe.error("agent create failed, rolling back",{agentId:e.agentId,err:String(T)}),I&&A&&(await A.dispose("rollback").catch(()=>{}),this.registry.unregister(e.agentId)),await ky(u.root,{recursive:!0,force:!0}).catch(k=>xe.warn("rm agent dir failed (ignored)",{err:String(k)})),T instanceof C?T:new C("AGENT_SPAWN_FAILED",String(T),{cause:T})}finally{clearTimeout(S)}}async spawnSessionDownstream(e,r,i,o,c){let u=this.config.frameworksCache?.[e.framework];if(!u)if(e.deployType==="cloud"&&ed(e.framework))u=By;else throw new C("AGENT_SPAWN_FAILED",`framework ${e.framework} not detected on this machine`);ed(e.framework)&&!as(e.framework)&&(xe.info("spawn: resolving acp wrapper",{agentId:e.agentId,framework:e.framework}),await ir(e.framework));let x=e.deployType==="cloud"?{model:e.model,modelToken:r,...e.modelInfo?{modelInfo:e.modelInfo}:{}}:void 0,p;e.framework==="openclaw"?p=await this.buildOpenclawDownstream({session:e,modelConfig:x,cloudSessionId:i,cozeEnv:o,mockScenario:c,command:u.path}):p=this.factory(e.framework,u.path,e.workspace,e.agentId,x,i,o,c,this.buildBinShimPathEnv());try{return await p.start(),await p.initialize(zy),p}catch(w){let m=p instanceof Lt?p.getStderrTail():[];throw m.length>0&&xe.warn("spawnSessionDownstream failed, recent stderr (D94)",{agentId:e.agentId,framework:e.framework,method:w instanceof C?w.code:"unknown",recentStderr:m}),await p.stop("spawnSessionDownstream failed").catch(()=>{}),await this.resolveSpawnFailure(e,u.path,w)}}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 C("AGENT_ENV_NOT_READY",y0(o),{cause:{reason:_0}})}catch(o){xe.warn("openclaw gateway diagnose failed (ignored, fall through to original error)",{agentId:e.agentId,err:String(o)})}return i instanceof C?i:new C("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};xe.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 xe.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 C("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:Fy}})}async ensureOpenclawGatewayReachable(){let e=this.config.frameworksCache?.openclaw?.path;if(!e)throw new C("AGENT_SPAWN_FAILED","openclaw binary not detected on this machine");let r=await this.detectorFactory().probeOpenclawGateway(e);if(!r.reachable)throw new C("AGENT_ENV_NOT_READY",y0(r),{cause:{reason:_0}})}async buildOpenclawDownstream(e){let{session:r,modelConfig:i,cloudSessionId:o,cozeEnv:c,mockScenario:d,command:u}=e,x=Xc(o);if(r.deployType==="local"){let v=await this.ensureOpenclawDefaultAgent();return new Or({command:u,cwd:v.workspace,agentId:v.id,sessionName:x})}let p=await m0(),w=i?Lf(i,c,d):null,m;if(w){let v=Uc(o),S=w.models[0]?.id??bt,A=`${v}/${S}`;if(!this.ensuredProviders.has(A)){let I=this.getOpenclawConfig();await I.ensureProvider(v,w),await I.addModelToAllowlist(A),this.ensuredProviders.add(A)}m=A}return new Or({command:u,cwd:r.workspace,agentId:r.agentId,sessionName:x,...p?{gatewayToken:p}:{},...m?{slashModelOnStart:m}:{}})}async openclawRepair(e,r){let i=this.getOpenclawConfig();await i.deleteAgent(e),await i.ensureAgent(e,r)}async cleanupOpenclawSessionProviders(e){if(e.framework!=="openclaw"||!this.openclawConfigCache)return;let r=this.openclawConfigCache;for(let i of e.sessions.keys()){let o=Uc(i),c=`${o}/${e.model}`,d=!0;try{await r.removeProvider(o)}catch(u){d=!1,xe.warn("removeProvider failed, keeping ensuredProviders entry",{providerId:o,err:String(u)})}try{await r.removeModelFromAllowlist(c)}catch(u){d=!1,xe.warn("removeModelFromAllowlist failed, keeping ensuredProviders entry",{fullModelId:c,err:String(u)})}d&&this.ensuredProviders.delete(c)}}};import{randomUUID as A0}from"node:crypto";import{promises as $y}from"node:fs";import{basename as I0}from"node:path";Ve();ee();import{promises as qy}from"node:fs";import{basename as Hy}from"node:path";var b0=U("file-upload"),jy="/api/coze_claw/file/agent_upload",Wy=6e4;async function E0(t,e={}){let i=`${ro(so(e.handshakeBase))}${jy}`,o=e.timeoutMs??Wy,c=await qy.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",...Ar(e.ppeOverride),...t.accountId?{"x-coze-account":t.accountId}:{}},x=new AbortController,p=setTimeout(()=>x.abort(),o);b0.info("file upload start",{url:i,agentId:t.agentId,sessionId:t.sessionId,name:t.name,bytes:t.sizeBytes,mime:t.mimeType});try{let w=await fetch(i,{method:"POST",headers:u,body:d,signal:x.signal}),m=w.headers.get("x-tt-logid")??"";if(!w.ok){let S=await w.text().catch(()=>"");throw new C("UPLOAD_FAILED",`upload HTTP ${w.status} logid=${m}: ${S.slice(0,200)}`)}let v=await w.json();if(v.code!==void 0&&v.code!==0)throw new C("UPLOAD_FAILED",`upload code=${v.code} msg=${v.msg??"-"} logid=${m}`);let _=v.data?.file?.file_url;if(!_)throw new C("UPLOAD_FAILED",`upload response missing data.file.file_url logid=${m}: ${JSON.stringify(v).slice(0,200)}`);return b0.info("file upload ok",{uri:_,logid:m}),{uri:_}}catch(w){throw w instanceof C?w:w.name==="AbortError"?new C("UPLOAD_FAILED",`upload timeout (${o}ms) for ${Hy(t.path)}`):new C("UPLOAD_FAILED",String(w),{cause:w})}finally{clearTimeout(p)}}Ve();ee();import{extname as Ky}from"node:path";var Vy={".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 v0(t){let e=Ky(t).toLowerCase();return Vy[e]??"application/octet-stream"}Pe();var mo=U("agent-send"),S0=50*1024*1024;function T0(t,e,r){let i=t.get(e);if(!i)throw new C("AGENT_NOT_FOUND",`agent=${e}`);if(t.disconnectedAgents.has(e))throw new C("AGENT_DISCONNECTED",`agent=${e} was disconnected by cloud`);let o=i.sessions.get(r);if(!o)throw new C("AGENT_NOT_FOUND",`session=${r} not active in agent=${e}`);return{session:i,runtime:o}}async function C0(t,e,r,i,o,c){let u;for(let x=0;x<=2;x++)try{await t.core.sendAgentFileUpdate(e,r,i,o);return}catch(p){u=p,x<2&&(mo.warn("sendAgentFileUpdate failed, retrying",{attempt:x+1,err:String(p)}),await new Promise(w=>setTimeout(w,5e3)))}throw new C("UPSTREAM_NOT_READY",`${c} after 3 attempts: ${String(u)}`,{cause:u})}async function D0(t,e){let{session:r,runtime:i}=T0(e.core,t.agentId,t.sessionId);if(!await ti(t.path,r.workspace))throw new C("PATH_OUTSIDE_WORKSPACE",`path=${t.path} not under workspace=${r.workspace}`);let o=await $y.stat(t.path).catch(()=>null);if(!o||!o.isFile())throw new C("IPC_BAD_REQUEST",`path is not a regular file: ${t.path}`);if(o.size>S0)throw new C("FILE_TOO_LARGE",`${o.size} bytes > limit ${S0}`);let c=await v0(t.path);if(t.kind==="image"&&!c.startsWith("image/"))throw new C("UNSUPPORTED_MIME",`kind=image but mime=${c}`);if(!e.core.upstream.isConnected())throw new C("UPSTREAM_NOT_READY","cloud WS not connected");let d=t.name??I0(t.path),u;try{u=await E0({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(p){throw mo.warn("agent file upload failed",{agentId:t.agentId,sessionId:t.sessionId,path:t.path,sizeBytes:o.size,mime:c,code:p instanceof C?p.code:"UNKNOWN",message:p instanceof Error?p.message:String(p)}),p}let x={sessionUpdate:"agent_file",messageId:A0(),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 C0(e,r,i,t.sessionId,x,"agent file uploaded to cloud but sendAgentFileUpdate failed"),mo.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 R0(t,e){let{session:r,runtime:i}=T0(e.core,t.agentId,t.sessionId);if(!t.mimeType)throw new C("IPC_BAD_REQUEST","group-file requires mimeType");if(!e.core.upstream.isConnected())throw new C("UPSTREAM_NOT_READY","cloud WS not connected");let o=t.name??I0(t.path),c={sessionUpdate:"group_file",messageId:A0(),content:{uri:t.path,name:o,mimeType:t.mimeType,...t.caption!==void 0?{caption:t.caption}:{}}};return await C0(e,r,i,t.sessionId,c,"agent group file sendAgentFileUpdate failed"),mo.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 k0(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}nn();En();ee();var Nt=U("coze-cli-installer"),P0="@coze/cli@latest",Jy="coze",O0="0.1.8",Zy=5e3,Yy=5e3,Xy=9e4,L0=1e4,zi=null,wo=!1;async function td(t,e={}){if(wo)return;if(zi)return zi;let r=e.exec??e0;return zi=(async()=>{try{let i=await Qy(Jy,r),o=!1;if(i){let d=await eb(r);if(d===void 0)Nt.warn("coze-cli found but version unparseable, fall through to full install",{path:i});else if(k0(d,O0))Nt.info("coze-cli version too old, upgrade-only (preserve user config + auth)",{path:i,version:d,min:O0}),o=!0;else{Nt.info("coze-cli already on PATH with sufficient version, skip",{path:i,version:d}),wo=!0;return}}let c=o?"upgrade-only":"full";Nt.info("coze-cli install start",{package:P0,mode:c});try{await r("npm",["i","-g","--prefer-online",P0],{timeout:Xy,maxBuffer:10*1024*1024}),Nt.info("coze-cli install ok")}catch(d){Nt.warn("coze-cli install failed (skip subsequent steps)",{err:String(d)});return}if(o){wo=!0;return}if(t.env)try{await r("coze",["config","set","xTTEnv",t.env],{timeout:L0}),Nt.info("coze config set xTTEnv ok",{env:t.env})}catch(d){Nt.warn("coze config set failed (continue to auth login)",{err:String(d)})}try{await r("coze",["auth","login","--token",t.patToken],{timeout:L0}),Nt.info("coze auth login ok")}catch(d){Nt.warn("coze auth login failed",{err:String(d)});return}wo=!0}finally{zi=null}})(),zi}async function Qy(t,e){let r=process.platform==="win32"?"where":"which";try{let{stdout:i}=await e(r,[t],{timeout:Zy});return Aa(i)}catch{return}}async function eb(t){try{let{stdout:e,stderr:r}=await t("coze",["--version"],{timeout:Yy});return(e||r).match(/(\d+\.\d+\.\d+)/)?.[1]}catch{return}}sn();Pe();var tb=10*6e4;function N0(t){let e=t?.sessionIdleTimeoutMs;return typeof e!="number"||!Number.isFinite(e)||e<=0?tb:e}function _o(t){return sr(t??X().configFile)}function Ui(t,e){return or(e??X().configFile,t)}import{randomBytes as bb}from"node:crypto";tr();Ve();ee();import{createReadStream as nb}from"node:fs";import{mkdir as rb,readFile as ib,realpath as sb,stat as ob,writeFile as ab}from"node:fs/promises";import{basename as cb,dirname as nd,isAbsolute as db,join as lb,relative as ub,resolve as M0,sep as fb}from"node:path";import{createInterface as xb}from"node:readline";var F0=U("fs-rpc"),Gi=We("COZE_BRIDGE_FS_RPC_MAX_BYTES",20*1024*1024);async function z0(t,e){let r=Buffer.byteLength(t.content,"utf8");if(r>Gi)throw new C("IPC_BAD_REQUEST",`fs/write_text_file content too large: ${r} bytes > limit ${Gi} bytes`);let i=await G0(t.path,e);return await rb(nd(i),{recursive:!0}),await ab(i,t.content,"utf8"),F0.info("fs/write_text_file ok",{path:i,size:t.content.length}),null}async function U0(t,e){let r=await G0(t.path,e),i=await ob(r),o=typeof t.line=="number"||typeof t.limit=="number";if(i.size>Gi&&!o)throw new C("IPC_BAD_REQUEST",`fs/read_text_file too large without line/limit slicing: ${i.size} bytes > ${Gi} bytes`);let c;if(o&&i.size>Gi)c=await hb(r,t.line??1,t.limit);else{let d=await ib(r,"utf8");if(o){let u=d.split(`
|
|
100
|
+
`),x=Math.max(0,(t.line??1)-1),p=typeof t.limit=="number"?x+t.limit:void 0;c=u.slice(x,p).join(`
|
|
101
|
+
`)}else c=d}return F0.info("fs/read_text_file ok",{path:r,size:c.length}),{content:c}}async function hb(t,e,r){let i=xb({input:nb(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 x of i)if(u>=o&&u<c&&d.push(x),u++,u>=c)break}finally{i.close()}return d.join(`
|
|
102
|
+
`)}async function G0(t,e){if(typeof t!="string"||t.length===0)throw new C("IPC_BAD_REQUEST","path must be a non-empty string");let[r,i]=await Promise.all([B0(M0(e)),B0(M0(t))]),o=ub(r,i);if(pb(o,fb,db(o)))throw new C("IPC_BAD_REQUEST",`path escapes workspace: ${t}`);return i}function pb(t,e,r){return t===""?!1:r?!0:t===".."||t.startsWith(`..${e}`)}async function B0(t){let e=[],r=t;for(;r!==nd(r);)try{let i=await sb(r);return e.length?lb(i,...e.reverse()):i}catch{e.push(cb(r)),r=nd(r)}return t}ee();var q0=U("prompt-multimodal"),H0=10*1024*1024,gb=15e3,mb=6;async function j0(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 wb(d))}}let o=Array.from({length:Math.min(mb,t.length)},()=>i());return await Promise.all(o),e}function W0(t){return t.some(e=>e.type==="image")}async function wb(t){if(t.type!=="image")return t;let e=t;if(e.data||!e.uri||!no(e.uri))return t;try{let{buf:r,contentType:i}=await yb(e.uri),o=e.mimeType||_b(i)||"application/octet-stream";return q0.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 q0.warn("image fetch failed, degrading to text block",{uri:e.uri,err:String(r)}),{type:"text",text:`[image load failed: ${e.uri}]`}}}function _b(t){if(!t)return;let e=t.indexOf(";");return(e===-1?t:t.slice(0,e)).trim()||void 0}async function yb(t){let e=new AbortController,r=setTimeout(()=>e.abort(),gb);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>H0)throw new Error(`image too large: ${o.byteLength} bytes (max ${H0})`);return{buf:Buffer.from(o),contentType:i.headers.get("content-type")??void 0}}finally{clearTimeout(r)}}on();Ve();ee();var $=U("core"),Eb=3e4,vb=/^(boe|ppe)_[A-Za-z0-9_-]+$/,Sb="\u6211\u6B63\u5728\u7B49\u5F85\u5BA1\u6279\uFF0C\u8BF7\u7A0D\u540E\u518D\u8054\u7CFB\u6211",Ab="\u5BA1\u6279\u5DF2\u8D85\u65F6",Ib=3e4,yo=class{upstream;agents=new Map;disconnectedAgents=new Set;extensions;paths;sessionSpawner;sessionIdleTimeoutMs;upstreamIds=new Rr;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=N0(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}),Fi(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(bn(o,{code:Q.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:Q.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:Q.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 C("UPSTREAM_DISCONNECTED",`${i.method} aborted: upstream reconnected`));this.pendingBridge.clear()}}async handleFrame(e){if(co(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&&vb.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,Q.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(Dr(r,c));return}if(e.method.startsWith("session/")){let o=await this.routeSessionMethod(e);r!==null&&await this.upstream.send(Dr(r,o));return}if(e.method==="initialize"){r!==null&&await this.upstream.send(Dr(r,{protocolVersion:1,agentCapabilities:{loadSession:!0}}));return}r!==null?await this.sendError(r,Q.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(bn(r,Ni(o)))}}async routeSessionMethod(e){if(!e.params||typeof e.params!="object")throw new C("IPC_BAD_REQUEST",`${e.method} requires params`);let r=e.params,i=r._meta?.cozeAgentId;if(!i)throw new C("IPC_BAD_REQUEST",`${e.method}: missing _meta.cozeAgentId`);let o=this.agents.get(i);if(!o)throw this.disconnectedAgents.has(i)?new C("AGENT_DISCONNECTED",`agent ${i} has been disconnected; cloud must _agent/create to revive`):new C("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"||!c)return this.dispatchSessionCall(o,e.method,r);if(e.method==="session/prompt"){let x=o.sessions.get(c);if(x?.pendingPermission){let p=r._meta?.cozeTriggerMsgId,w=Nc(r._meta);return $.info("session in pendingPermission, bouncing new prompt",{agentId:o.agentId,cloudSessionId:c}),this.synthesizePromptReply(o,x,c,Sb,p,w)}}let d=Date.now(),u=!1;try{let x=await o.getSessionQueue(c).enqueue(()=>this.dispatchSessionCall(o,e.method,r));return u=!0,x}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}=bf(i);switch(r){case"session/new":{let c=Tb();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 C("IPC_BAD_REQUEST","session/prompt: missing sessionId");let u=await this.ensureRuntime(e,d);if(u.replySeq=0,await this.ensureDownstream(e,d,u),!u.downstream||!u.acpSessionId)throw new C("BRIDGE_INTERNAL","session runtime not ready after ensureDownstream");let x=i._meta?.cozeTriggerMsgId;x?e.activeTriggers.set(u.acpSessionId,x):e.activeTriggers.delete(u.acpSessionId);let p=Nc(i._meta);if(p?e.activeGroupIds.set(u.acpSessionId,p):e.activeGroupIds.delete(u.acpSessionId),e.deployType==="cloud"&&e.modelInfo?.capabilities?.image===!1&&W0(c.prompt))throw new C("MODEL_MODALITY_UNSUPPORTED",`model=${e.modelInfo.id??e.model} does not support image input`);let w=await j0(c.prompt);try{let m=await u.downstream.sessionPrompt({...c,sessionId:u.acpSessionId,prompt:w});return u.lastActiveAt=Date.now(),m}catch(m){if(m instanceof C&&m.code==="AGENT_APPROVAL_TIMEOUT"){let v=u.pendingPermission;v&&(v.downstream.respondAgentRequest(v.agentRequestId,{outcome:{outcome:"cancelled"}}),this.pendingUpstream.delete(v.upstreamId),u.pendingPermission=void 0);let _=u.acpSessionId,S=_?e.activeTriggers.get(_):void 0,A=_?e.activeGroupIds.get(_):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,u,d,Ab,S,A)}throw m}finally{if(e.activeTriggers.delete(u.acpSessionId),e.activeGroupIds.delete(u.acpSessionId),u.pendingPermission=void 0,u.reloadAfterTurn){u.reloadAfterTurn=!1;let m=u.downstream;m&&(u.downstream=void 0,$.info("reloadAfterTurn: stopping downstream",{agentId:e.agentId,cloudId:d,acpId:u.acpSessionId}),m.stop("reload-after-turn").catch(v=>$.warn("reload-after-turn stop failed (ignored)",{agentId:e.agentId,cloudId:d,err:String(v)})))}else u.downstream?.isAlive()&&this.armIdleTimer(e,d,u)}}case"session/cancel":{let d=o.sessionId;if(!d)throw new C("IPC_BAD_REQUEST","session/cancel: missing sessionId");let u=e.sessions.get(d);if(e.hasSessionQueue(d)){let x=e.getSessionQueue(d);x.size>0&&($.info("session/cancel: draining queued tasks",{agentId:e.agentId,cloudId:d,queuedCount:x.size}),x.dispose(new C("AGENT_PROTOCOL_ERROR",`cancelled by session/cancel on ${d}`)))}return u?.downstream?.isAlive()&&u.acpSessionId&&await u.downstream.sessionCancel({sessionId:u.acpSessionId}),{ok:!0}}default:throw new C("IPC_BAD_REQUEST",`session method not supported: ${r}`)}}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 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(yt.GEN_MODEL_TOKEN,i,Ib);if(!o?.modelToken)throw new C("MODEL_TOKEN_GEN_FAILED",`cloud returned empty modelToken (agentId=${e}, cloudSessionId=${r})`);return o.modelToken}catch(o){throw o instanceof C&&o.code==="MODEL_TOKEN_GEN_FAILED"?o:new C("MODEL_TOKEN_GEN_FAILED",o instanceof Error?o.message:String(o),{cause:o})}}async ensureDownstream(e,r,i){if(Fi(i),i.downstream?.isAlive())return;if(!this.sessionSpawner)throw new C("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 C("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 x;try{x=await this.sessionSpawner(e,i.modelToken,r,this.currentCozeEnv,this.currentMockScenario)}catch(p){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),p}i.spawnFailCount=0,i.spawnFailedAt=void 0,i.downstream=x,this.attachRuntimeHooks(e,r,i);try{if(i.acpSessionId){i.loadingSession=!0;try{await x.sessionLoad({sessionId:i.acpSessionId,cwd:e.workspace}),$.info("session restored via session/load",{agentId:e.agentId,cloudId:r,acpId:i.acpSessionId})}catch(p){$.warn("session/load failed, fallback to session/new",{agentId:e.agentId,cloudId:r,acpId:i.acpSessionId,err:String(p)}),i.acpSessionId=void 0;let w=await x.sessionNew({cwd:e.workspace});i.acpSessionId=w.sessionId,await this.persistSessionMapping(e)}finally{i.loadingSession=!1}}else{let p=await x.sessionNew({cwd:e.workspace});i.acpSessionId=p.sessionId,await this.persistSessionMapping(e)}}catch(p){throw $.warn("session init failed after spawn, tearing down half-spawned runtime",{agentId:e.agentId,cloudId:r,acpId:i.acpSessionId,err:String(p)}),await x.stop("session-init-failed").catch(()=>{}),i.downstream=void 0,i.acpSessionId=void 0,p}x.afterSessionEstablished&&i.acpSessionId&&await x.afterSessionEstablished(i.acpSessionId)}armIdleTimer(e,r,i){if(Fi(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(Cr("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(Cr("session/update",{sessionId:i,update:{sessionUpdate:"agent_message_chunk",content:{type:"text",text:o}},_meta:u})).catch(x=>$.warn("synthesizePromptReply update send failed (ignored)",{err:String(x)})),{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(Rb(r)){$.debug("drop codex noise chunk",{agentId:e.agentId,acpId:i});return}let d={cozeAgentId:e.agentId,cozeReplySeqID:++c.replySeq},u=e.activeTriggers.get(i);u&&(d.cozeTriggerMsgId=u);let x=e.activeGroupIds.get(i);x&&(d.cozeGroupId=x),this.upstream.send(Cr("session/update",{...r,sessionId:o,_meta:d})).catch(p=>$.warn("forward update failed",{agentId:e.agentId,err:String(p)}))}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:Q.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 z0(c,o);r.respondAgentRequest(i.id,d)}else{let c=i.params??{},d=await U0(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,Ni(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,x=u?e.activeTriggers.get(u):void 0,p={cozeAgentId:e.agentId};x&&(p.cozeTriggerMsgId=x);let w=u?e.activeGroupIds.get(u):void 0;w&&(p.cozeGroupId=w);let m=u?this.reverseSessionId(e,u):void 0,v=m?e.sessions.get(m):void 0;v&&(v.pendingPermission={downstream:r,agentRequestId:i.id,upstreamId:o});let _={...c,...m?{sessionId:m}:{},_meta:p};this.pendingUpstream.set(o,{agentRequestId:i.id,agentId:e.agentId,downstream:r,method:i.method,cloudSessionId:m}),$.info("forward permission_request \u2192 upstream",{agentId:e.agentId,upstreamId:o,acpSessionId:u,cloudSessionId:m,toolCallId:c.toolCall?.toolCallId,options:c.options?.map(S=>({optionId:S.optionId,kind:S.kind,name:S.name}))}),this.upstream.send(Oi(o,"session/request_permission",_)).catch(S=>{this.pendingUpstream.delete(o),$.error("forward permission request failed",{agentId:e.agentId,err:String(S)}),r.respondAgentRequestError(i.id,{code:Q.INTERNAL_ERROR,message:`upstream send failed: ${String(S)}`})})}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"&&Cb(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 ao(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=Eb){let o=this.upstreamIds.next(e);return new Promise((c,d)=>{let u=setTimeout(()=>{this.pendingBridge.delete(o),d(new C("AGENT_TIMEOUT",`${e} timed out after ${i}ms`))},i);this.pendingBridge.set(o,{method:e,resolve:c,reject:d,timer:u}),this.upstream.send(Oi(o,e,r)).catch(x=>{let p=this.pendingBridge.get(o);p&&(clearTimeout(p.timer),this.pendingBridge.delete(o)),d(x)})})}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),r.set(i,c)}await ni(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(bn(e,{code:r,message:i,data:{bridgeVersion:Tr}}))}};function Tb(){return bb(16).toString("hex")}function Cb(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 Db=["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."];function Rb(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{text:o}=i;return Db.some(c=>o.startsWith(c))}sn();ee();Pe();import{randomBytes as kb}from"node:crypto";import{createServer as Pb}from"node:http";var Ob=1e6,K0=U("ipc"),bo=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??X()}async start(){this.token=kb(32).toString("hex");let e=Pb((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(),K0.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 rn(this.paths.portFile,String(this.port)),await rn(this.paths.tokenFile,this.token,{mode:384})}async dispatch(e,r){if(e.headers.authorization!==`Bearer ${this.token}`){qi(r,401,{error:"unauthorized"});return}let o=`${e.method} ${(e.url??"").split("?")[0]}`,c=this.routes.get(o);if(!c){qi(r,404,{error:"not found"});return}let d=null;if(e.method==="POST")try{d=await Lb(e)}catch(u){qi(r,400,{error:"invalid json",detail:String(u)});return}try{let u=await c.handler(d,e);qi(r,200,u??{ok:!0})}catch(u){K0.error("IPC handler failed",{key:o,err:String(u)}),qi(r,500,{error:u instanceof Error?u.message:String(u)})}}};function qi(t,e,r){t.statusCode=e,t.setHeader("content-type","application/json"),t.end(JSON.stringify(r))}async function Lb(t){let e=[],r=0;for await(let o of t){let c=o;if(r+=c.length,r>Ob)throw new Error("body too large");e.push(c)}let i=Buffer.concat(e).toString("utf8");return i?JSON.parse(i):null}var ph=At(rx(),1);var h1=At(Qx(),1),p1=At(Bo(),1),g1=At(Mr(),1),m1=At(pd(),1),w1=At(wd(),1),_1=At(Sd(),1),ch=At(Go(),1),y1=At(ah(),1);var dh=ch.default;Ve();ee();var Ce=U("upstream.frontier"),uh="application/json",fh="none",E1=15e3;function v1(t){class e extends dh{constructor(i){super(i,vf,{headers:t})}guardTeardown(){this.listenerCount("error")===0&&this.on("error",i=>Ce.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(ll("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");Ce.debug("WS raw frame out",{bytes:c.byteLength,headHex:d})}catch(c){Ce.warn("WS raw frame dump failed",{err:String(c)})}super.send(i,...o)}}return e}var Yi=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){Ce.warn("start called on already-started FrontierUpstream; noop");return}let e={Authorization:`Bearer ${this.opts.privatecode}`,Origin:Sf,...Ar(this.opts.ppeOverride)},r=v1(e),i=If(this.opts.urlOverride),o={url:i,ws:r,fpID:Ef,aID:io,accessKey:this.opts.handshake.accessKey,deviceID:this.opts.handshake.deviceId,payloadType:{type:uh,force:!0},payloadEncoding:{encoding:fh,force:!0},enableTransformTextPayload:!0,enableQoS:!1,enableAutoAck:!1,automaticOpen:!1,maxRetries:Number.POSITIVE_INFINITY,debug:this.opts.debug??!1},c=new ph.FWS(o),d=!1,u=null,x,p,w=new Promise((_,S)=>{x=_,p=S}),m=_=>{d||(d=!0,u&&(clearTimeout(u),u=null),_?p(_):x())};c.onopen=()=>{this.opened=!0,this.openCount+=1;let _=this.openCount===1;Ce.info("frontier opened",{url:i,remoteDeviceId:this.opts.handshake.deviceId,initial:_,openCount:this.openCount}),_&&m();for(let S of this.connectHandlers)Promise.resolve(S({initial:_})).catch(A=>Ce.warn("onConnect handler threw (ignored)",{err:String(A)}))},c.onclose=_=>{this.opened=!1,Ce.info("frontier closed",{code:_.code,reason:_.reason,willReconnect:_.willReconnect})},c.onerror=_=>{Ce.warn("frontier error",{code:_.code,msg:_.message}),m(new C("UPSTREAM_DISCONNECTED",`frontier connect error before open: code=${_.code} msg=${_.message??""}`))},c.onmessage=_=>this.handleMessage(_),this.fws=c;let v=this.opts.openTimeoutMs??E1;u=setTimeout(()=>{m(new C("UPSTREAM_DISCONNECTED",`frontier ws open timeout after ${v}ms (handshake or upgrade slow)`))},v),await c.connect();try{await w}catch(_){try{c.close(1e3,"open failed")}catch(S){Ce.warn("fws close during start failure threw (ignored)",{err:String(S)})}throw this.fws=null,this.opened=!1,_}}async stop(e){let r=this.fws;if(r){this.fws=null,this.opened=!1;try{r.close(1e3,e??"bridge shutdown")}catch(i){Ce.warn("frontier close threw (ignored)",{err:String(i)})}}}async send(e){let r=this.fws,i=e.method;if(!r)throw Ce.warn("frontier send refused: upstream not started",{method:i}),new C("UPSTREAM_DISCONNECTED","frontier upstream not started");if(!this.isConnected()){let u=Date.now();throw u-this.lastSendRefusedLogAt>1e3?(Ce.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 C("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;xh(c)||Ce.info("frontier frame out",{method:c.method,jsonrpcId:c.id,size:o.length});try{await r.send(o,{service:33555712,method:1,payloadType:uh,payloadEncoding:fh})}catch(u){throw Ce.warn("frontier frame send failed",{method:c.method,jsonrpcId:c.id,err:String(u)}),new C("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){Ce.debug("drop non-adapter frontier frame",{service:r});return}let i=I1(e);if(!i){Ce.debug("frontier message without text payload, drop",{payloadType:e.message?.payloadType});return}if(!this.handler){Ce.debug("frame received but no onFrame handler",{size:i.length});return}let o;try{o=JSON.parse(i)}catch(d){Ce.warn("frontier message JSON parse failed",{err:String(d),head:i.slice(0,80)});return}let c=o;xh(c)||Ce.info("frontier frame in",{logid:A1(e.message?.LogID),logidNew:e.message?.LogIDNew,msgId:e.message?.msgID,jsonrpcId:c.id,method:c.method,body:S1(i)}),Promise.resolve(this.handler(o)).catch(d=>Ce.warn("frontier frame handler threw",{err:String(d)}))}};function xh(t){return t.method==="_agent/health"?!0:typeof t.id=="string"&&t.id.startsWith("agent.health_")}var hh=2e3;function S1(t){return t.length<=hh?t:`${t.slice(0,hh)}...<truncated, total ${t.length} chars>`}function A1(t){return t?t.high===0?String(t.low>>>0):`${t.high.toString(16)}${(t.low>>>0).toString(16).padStart(8,"0")}`:""}function I1(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}}ee();var Id=U("upstream.switchable"),Ho=class{inner;handler=null;connectHandlers=[];constructor(e){this.inner=e}async swap(e,r){if(this.inner===e)return;Id.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 Id.error("swap target start failed, reverting",{err:String(o)}),this.inner=i,o}await i.stop(r??"swapped").catch(o=>Id.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()}};ee();var Td=U("upstream"),qr=class{handler=null;async start(){Td.info("NoopUpstream started (M1 skeleton; real Frontier wired in M4)")}async stop(e){Td.info("NoopUpstream stopped",{reason:e})}async send(e){Td.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)}};Ve();ee();sn();ee();Pe();import{promises as T1}from"node:fs";var gh=U("pat-token-store");async function jo(t=X()){try{let r=(await T1.readFile(t.patTokenFile,"utf8")).trim();return r.length===0?(gh.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"&&gh.warn("read pat-token failed (treating as missing)",{path:t.patTokenFile,code:r,message:e.message}),null}}async function Xi(t,e=X()){if(!t)throw new Error("writePatToken: empty patToken");await rn(e.patTokenFile,t,{mode:384})}Pe();Pe();import{promises as Wo}from"node:fs";import{join as C1}from"node:path";function D1(t,e){return`#!/bin/sh
|
|
103
103
|
exec ${JSON.stringify(e)} ${JSON.stringify(t)} "$@"
|
|
104
|
-
`}function
|
|
104
|
+
`}function R1(t,e){return`@echo off\r
|
|
105
105
|
"${e}" "${t}" %*\r
|
|
106
|
-
`}async function Tx(t,e=Y()){let r=e.binDir;await Wo.mkdir(r,{recursive:!0});let i=$b(r,process.platform==="win32"?"coze-bridge.cmd":"coze-bridge"),o=process.execPath,c=process.platform==="win32"?Jb(t,o):Vb(t,o);return await Wo.readFile(i,"utf8").catch(()=>null)===c||(await Wo.writeFile(i,c,"utf8"),process.platform!=="win32"&&await Wo.chmod(i,493)),r}ne();ke();import{execSync as Cx}from"node:child_process";import{readFileSync as Rx,unlinkSync as Zb}from"node:fs";import{mkdir as Yb,open as Xb,readFile as kx,unlink as Dd,writeFile as Qb}from"node:fs/promises";import{dirname as eS}from"node:path";var tS=U("single-instance"),nS=t=>new Promise(e=>setTimeout(e,t)),Ko=class{pidFile;selfPid;probe;claimLockMaxAttempts;claimLockIntervalMs;acquired=!1;constructor(e={}){this.pidFile=e.pidFile??Y().pidFile,this.selfPid=e.selfPid??process.pid,this.claimLockMaxAttempts=e.claimLockMaxAttempts??50,this.claimLockIntervalMs=e.claimLockIntervalMs??20,this.probe=e.probe??{isAlive:r=>Li(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&&tS.warn("removing stale pid file",{stalePid:i}),await Qb(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 kx(this.pidFile,"utf8")).trim()===String(this.selfPid)&&await Dd(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 kx(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 Yb(eS(r),{recursive:!0});for(let i=0;i<this.claimLockMaxAttempts;i++){let o;try{o=await Xb(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 nS(this.claimLockIntervalMs);continue}await Dd(r).catch(()=>{});continue}try{return await o.writeFile(String(this.selfPid)),await e()}finally{await o.close().catch(()=>{}),await Dd(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=Rx(`/proc/${e}/cmdline`,"utf8").replace(/\0/g," ");return!!(r.includes(Rr)||r.includes("lib/index.js"))}catch{}try{let r=Cx(`ps -o command= -p ${e}`,{stdio:["ignore","pipe","ignore"],timeout:1e3}).toString();return r.trim()?r.includes(Rr)||r.includes("lib/index.js"):!1}catch{return!0}}matchesDaemonTitleWindows(e){try{let i=Cx(`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{Rx(this.pidFile,"utf8").trim()===String(this.selfPid)&&Zb(this.pidFile)}catch{}})}};$o();ne();var Vn=U("daemon.upstream-watchdog"),lS=12e4,uS=9e5,fS=3e4;function Od(t,e){let r=process.env[t];if(!r)return e;let i=Number(r);return Number.isFinite(i)&&i>0?i:e}var Vo=class{constructor(e){this.opts=e;this.softMs=e.softMs??Od("COZE_BRIDGE_UPSTREAM_WATCHDOG_SOFT_MS",lS),this.hardMs=e.hardMs??Od("COZE_BRIDGE_UPSTREAM_WATCHDOG_HARD_MS",uS),this.intervalMs=e.intervalMs??Od("COZE_BRIDGE_UPSTREAM_WATCHDOG_INTERVAL_MS",fS),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?.(),Vn.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&&Vn.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&&Vn.info("upstream watchdog: reconnected, reset",{downMs:this.now()-this.downSince}),this.downSince=null,this.forcedAt=null;return}if(this.downSince===null){this.downSince=e,Vn.warn("upstream watchdog: disconnect detected, arming",{softMs:this.softMs,hardMs:this.hardMs});return}let r=e-this.downSince;if(r>=this.hardMs){Vn.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,Vn.warn("upstream watchdog: forcing reconnect",{downMs:r,softMs:this.softMs}),Promise.resolve().then(()=>this.opts.forceReconnect()).catch(i=>Vn.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=U("daemon");async function Ox(){let t=Y();process.env.COZE_BRIDGE_LOG_MODE!=="legacy"&&hl({bridgeLogsDir:t.bridgeLogsDir,agentLogsDir:L=>Ze(L,t).logs,listAgentIds:()=>os(t)});let e=new Ko({processTitle:Rr}),r=await e.acquire();if(r.kind==="already-running")throw new Error(`coze-bridge daemon already running (pid=${r.pid})`);let i=await _o(),o=i??{};is({pid:process.pid}),q.info(i?"loaded bridge config":"initialized bridge config");let c=new Ho(new Ur),d=null,u=new yo({upstream:c,paths:t,bridgeConfig:o,sessionSpawner:async(L,G,W,se)=>{if(!d)throw new Error("agentManager not ready");return d.spawnSessionDownstream(L,G,W,se)}}),h=new go({paths:t,config:o,registry:u});d=h;let x,m,w=null,b={},_,v=null,I=null,A=null,T=new vn;function R(L,G){return T.enqueue(()=>D(L,G))}function y(){I||(I=new Vo({isConnected:()=>c.isConnected(),forceReconnect:()=>A?R(A,{force:!0}):void 0,onFatal:L=>{if(process.env[Yi]==="1"){q.error("upstream watchdog fatal, but daemon is unmanaged (CLI-spawned) \u2014 staying alive for soft-reconnect instead of exiting",{downMs:L});return}q.error("upstream watchdog fatal: exiting for supervisor restart",{downMs:L}),process.exit(1)}})),I.start()}async function D(L,G){let W=L,se=W?.privatecode;if(!se)throw new C("IPC_BAD_REQUEST","/connect requires privatecode");let Ve=Ci(W.env),he=W.handshake_url,xe=W.frontier_url,vt=Px(W.env,he,xe);if(A=W,!G?.force&&x===se&&m===vt){let me=await hS(t);return u.agents.size===0&&me?(q.warn("/connect noop but core.agents empty with configs on disk; re-running auto-revive"),Zo(t,h).catch(Se=>q.warn("connect-noop auto-revive error (ignored)",{err:String(Se)}))):q.info("/connect: already connected with same PAT + env, noop"),{ok:!0,note:"already connected"}}let lt=!!x&&x!==se,Yt=m!==void 0&&m!==vt,Bt=lt||Yt,Xt=await Mc({privatecode:se,...he?{endpoint:he}:{},ppeOverride:Ve});if(Bt){q.warn("connect config switched, resetting agents",{pcChanged:lt,envChanged:Yt,previousPc:x?Jo(x):"",nextPc:Jo(se)});for(let me of[...u.agents.values()])await me.dispose("connect config switch").catch(()=>{}),u.agents.delete(me.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 Ur,"connect switch").catch(()=>{})}w=Xt.deviceId,is({deviceId:w,pid:process.pid}),nd({patToken:se,env:W.env}).catch(me=>q.warn("coze-cli setup error (ignored)",{err:String(me)}));let Wr=new Ji({handshake:Xt,privatecode:se,...xe?{urlOverride:xe}:{},ppeOverride:Ve,getPatTokenForAgent:me=>u.agents.get(me)?.patToken});return await c.swap(Wr,"connect"),x=se,m=vt,b=Ve,_=he,W.mock_scenario!==void 0&&(u.setMockScenario(W.mock_scenario),q.info("mock scenario set",{scenario:W.mock_scenario})),v||(v=new ki({core:u,getDeviceId:()=>w??"",onTickEnd:()=>M.retryPending().catch(me=>q.warn("detailSync.retryPending failed (ignored)",{err:String(me)})),onAuthFailures:V})),v.start(),y(),Bt&&Zo(t,h).catch(me=>q.warn("post-connect-switch auto-revive error (ignored)",{err:String(me)})),Zi(se,t).catch(me=>q.warn("writePatToken after /connect failed (ignored)",{err:String(me)})),q.info("/connect: WS established",{deviceId:w}),{ok:!0,note:"connected"}}u.registerExtension("_agent/create",async L=>h.createAgent(L.params)),u.registerExtension("_agent/health",async()=>({ok:!0}));let O={},B=new so({agents:u.agents,disposeAndMarkDisconnected:async(L,G)=>{let W=u.agents.get(L);if(W){await h.cleanupOpenclawSessionProviders(W).catch(Ve=>q.warn("cleanup openclaw providers failed (ignored)",{agentId:L,err:String(Ve)}));let se=!0;try{await W.dispose(`disconnect: ${G}`)}catch(Ve){se=!1,q.error("dispose during disconnect FAILED, leaving agent in error state",{agentId:L,err:String(Ve)}),W.status="error"}se&&(W.status="disconnected",u.unregister(L),u.disconnectedAgents.add(L))}else u.disconnectedAgents.add(L)},detailSyncer:async L=>{if(!O.ref)throw new Error("agent-detail-sync not initialized yet");await O.ref.syncOne(L)},cleanupOpenclawProviders:async L=>{await h.cleanupOpenclawSessionProviders(L)},openclawRepair:async(L,G)=>{await h.openclawRepair(L,G)},isRuntimePendingPermission:L=>u.hasPendingPermissionFor(L)});u.registerExtension("_agent/listSkills",L=>B.listSkills(L.params)),u.registerExtension("_agent/addSkills",L=>B.addSkills(L.params)),u.registerExtension("_agent/removeSkills",L=>B.removeSkills(L.params)),u.registerExtension("_agent/getFileTree",L=>B.getFileTree(L.params)),u.registerExtension("_agent/getFileContent",L=>B.getFileContent(L.params)),u.registerExtension("_agent/update",L=>B.updateAgent(L.params)),u.registerExtension("_agent/disconnect",L=>B.disconnectAgent(L.params)),u.registerExtension("_agent/switchModel",L=>B.switchModel(L.params)),u.registerExtension("_agent/reset",L=>B.resetAgent(L.params)),u.registerExtension("_agent/repair",L=>B.repairAgent(L.params));let M=new ls({paths:t,handlers:B,agentManager:h,sendDetail:L=>u.sendRequest("_agent/detail",L)});O.ref=M;let V=async L=>{await Promise.allSettled(L.map(async G=>{try{await B.disconnectAgent({agentId:G.agentId,reason:`auth_failure: code=${G.code} ${G.message}`}),q.info("agent disconnected due to auth failure from heartbeat response",{agentId:G.agentId,code:G.code,message:G.message})}catch(W){q.warn("disconnect during authFailure handling failed (ignored)",{agentId:G.agentId,err:String(W)})}}))};c.onConnect(({initial:L})=>{q.info("frontier upstream connected, triggering detail sync",{initial:L}),M.syncAll(L?"initial-connect":"reconnect").catch(G=>q.warn("detail sync top-level error (ignored)",{err:String(G)}))});let $=new Eo({paths:t,routes:[{method:"GET",path:"/status",handler:async()=>{let L=u.getMockScenario();return{running:!0,pid:process.pid,spawnedBy:process.env[Yi]==="1"?"manual":"supervisor",agents:[...u.agents.keys()],deviceId:w??"",frameworksCache:o.frameworksCache??{},...L?{mockScenario:L}:{}}}},{method:"POST",path:"/pair",handler:async L=>{let G=L,W=G?.privatecode,se=G?.pairing_code;if(!W||!se)throw new C("IPC_BAD_REQUEST","/pair requires privatecode + pairing_code");let Ve=Ci(G.env),he=G.handshake_url,xe=G.frontier_url,vt=Px(G.env,he,xe),lt=!!x&&x!==W,Yt=m!==void 0&&m!==vt,Bt=lt||Yt,Xt=await Mc({privatecode:W,...he?{endpoint:he}:{},ppeOverride:Ve});if(Bt){q.warn("pair config switched, resetting agents",{pcChanged:lt,envChanged:Yt,previousPc:x?Jo(x):"",nextPc:Jo(W),previousEnvKey:m??"",nextEnvKey:vt});for(let Se of[...u.agents.values()])await Se.dispose("pair config switch").catch(()=>{}),u.agents.delete(Se.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 Ur,"pair switch").catch(()=>{})}w=Xt.deviceId,is({deviceId:w,pid:process.pid}),nd({patToken:W,env:G.env}).catch(Se=>q.warn("coze-cli setup error (ignored)",{err:String(Se)}));let Wr=new Ji({handshake:Xt,privatecode:W,...xe?{urlOverride:xe}:{},ppeOverride:Ve,getPatTokenForAgent:Se=>u.agents.get(Se)?.patToken});await c.swap(Wr,"pair");try{let Se=new qn;o.frameworksCache=await Se.detectAll(),await Fi(o),q.info("frameworks_cache refreshed before pair",{detected:Object.keys(o.frameworksCache)})}catch(Se){q.warn("frameworks_cache refresh failed (ignored, using cached)",{err:String(Se)})}let me=Object.keys(o.frameworksCache??{});try{let Se=await u.sendRequest("_agent/pair",{pairCode:se,patToken:W,frameworks:me,_meta:{cozeDeviceId:w}});q.info("_agent/pair ok",{pairResult:Se}),x=W,m=vt,b=Ve,_=he,G.mock_scenario!==void 0&&(u.setMockScenario(G.mock_scenario),q.info("mock scenario set",{scenario:G.mock_scenario})),Zi(W,t).catch(Re=>q.warn("writePatToken after /pair failed (ignored)",{err:String(Re)})),v||(v=new ki({core:u,getDeviceId:()=>w??"",onTickEnd:()=>M.retryPending().catch(Re=>q.warn("detailSync.retryPending failed (ignored)",{err:String(Re)})),onAuthFailures:V})),v.start(),y(),Bt&&Zo(t,h).catch(Re=>q.warn("post-pair-switch auto-revive error (ignored)",{err:String(Re)}));let Jn;return G.agent_id&&(Jn=await pS(G.agent_id,t,h,Re=>u.sendRequest("_agent/detail",Re),W).catch(Re=>(q.error("--agent-id ensureAgent failed",{agentId:G.agent_id,err:String(Re)}),{ok:!1,agentId:G.agent_id??"",note:String(Re)}))),{ok:!0,note:"paired with cloud",...Jn?{agent:Jn}:{}}}catch(Se){return q.error("_agent/pair failed",{err:String(Se)}),{ok:!1,note:`pair failed: ${String(Se)}`}}}},{method:"POST",path:"/connect",handler:L=>R(L)},{method:"POST",path:"/_agent/create",handler:async L=>{let G=L;return{ok:!0,result:await h.createAgent(G)}}},{method:"POST",path:"/agent/send",handler:async L=>{let G=L;if(!G?.agentId||!G?.sessionId||!G?.kind||!G?.path)throw new C("IPC_BAD_REQUEST","/agent/send requires agentId, sessionId, kind, path");if(!x)throw new C("UPSTREAM_NOT_READY","daemon not yet paired with cloud (run --pair-code first)");try{let W=G;return await(W.groupFile?G0:U0)(W,{core:u,patToken:x,handshakeBase:_,ppeOverride:b})}catch(W){if(W instanceof C)return{ok:!1,code:W.code,message:W.message};throw W}}},{method:"POST",path:"/reload",handler:async L=>{let G=L?.agent_id,W=await u.reloadAgents(G);return q.info("IPC /reload: recycled agent subprocesses",{agentId:G??"(all)",recycled:W}),{ok:!0,recycled:W}}},{method:"POST",path:"/shutdown",handler:async()=>(q.info("IPC /shutdown received"),setImmediate(()=>{oe.shutdown("ipc /shutdown")}),{ok:!0})}]}),{port:te,token:J}=await $.start();try{await Tx(t.libEntry,t)}catch(L){q.warn("bin shim install failed (D72 send \u547D\u4EE4\u53EF\u80FD\u4E0D\u53EF\u7528)",{err:String(L)})}await u.start(),gS({paths:t,core:u,agentManager:h,detectAll:async()=>(o.frameworksCache=await new qn().detectAll(),await Fi(o),o.frameworksCache)}).catch(L=>q.warn("startup warmup error (ignored)",{err:String(L)})),bl().then(async()=>{let{probeAcpVersion:L}=await Promise.resolve().then(()=>(nn(),El));for(let G of["claude-code","codex"]){let W=await L(G);W&&q.info("acp wrapper version",{framework:G,version:W})}}).catch(L=>q.warn("acp wrapper warmup / probe top-level error (ignored)",{err:String(L)}));let ie=null,oe={port:te,token:J,core:u,ipc:$,shutdown(L){return ie||(q.info("daemon shutdown",{reason:L}),ie=(async()=>{v?.stop(),I?.stop(),await u.stop(L),await $.stop(),await e.release()})(),ie)}};for(let L of["SIGTERM","SIGINT"])process.on(L,()=>{oe.shutdown(L).then(()=>process.exit(0))});return process.on("exit",()=>l0()),process.on("unhandledRejection",L=>{q.error("unhandledRejection",{reason:L instanceof Error?L.message:String(L),stack:L instanceof Error?L.stack:void 0})}),process.on("uncaughtException",L=>{q.error("uncaughtException (will exit, supervisor will restart)",{message:L.message,stack:L.stack,name:L.name});try{process.stderr.write(`FATAL uncaughtException: ${L.stack??L.message}
|
|
107
|
-
`)}catch{}process.exit(1)}),
|
|
108
|
-
`)){let u=d.indexOf("=");u<=0||(c[d.slice(0,u)]=d.slice(u+1))}return c}function
|
|
109
|
-
`;await Xo(
|
|
110
|
-
`).filter(d=>d.length>0).filter(d
|
|
111
|
-
`)}async function
|
|
112
|
-
`),1;for(let
|
|
113
|
-
`);return 0}let o=t.date??
|
|
106
|
+
`}async function mh(t,e=X()){let r=e.binDir;await Wo.mkdir(r,{recursive:!0});let i=C1(r,process.platform==="win32"?"coze-bridge.cmd":"coze-bridge"),o=process.execPath,c=process.platform==="win32"?R1(t,o):D1(t,o);return await Wo.readFile(i,"utf8").catch(()=>null)===c||(await Wo.writeFile(i,c,"utf8"),process.platform!=="win32"&&await Wo.chmod(i,493)),r}ee();Pe();import{execSync as wh}from"node:child_process";import{readFileSync as _h,unlinkSync as k1}from"node:fs";import{mkdir as P1,open as O1,readFile as yh,unlink as Cd,writeFile as L1}from"node:fs/promises";import{dirname as N1}from"node:path";var M1=U("single-instance"),B1=t=>new Promise(e=>setTimeout(e,t)),Ko=class{pidFile;selfPid;probe;claimLockMaxAttempts;claimLockIntervalMs;acquired=!1;constructor(e={}){this.pidFile=e.pidFile??X().pidFile,this.selfPid=e.selfPid??process.pid,this.claimLockMaxAttempts=e.claimLockMaxAttempts??50,this.claimLockIntervalMs=e.claimLockIntervalMs??20,this.probe=e.probe??{isAlive:r=>Mi(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&&M1.warn("removing stale pid file",{stalePid:i}),await L1(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 yh(this.pidFile,"utf8")).trim()===String(this.selfPid)&&await Cd(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 yh(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 P1(N1(r),{recursive:!0});for(let i=0;i<this.claimLockMaxAttempts;i++){let o;try{o=await O1(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 B1(this.claimLockIntervalMs);continue}await Cd(r).catch(()=>{});continue}try{return await o.writeFile(String(this.selfPid)),await e()}finally{await o.close().catch(()=>{}),await Cd(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=_h(`/proc/${e}/cmdline`,"utf8").replace(/\0/g," ");return!!(r.includes(kr)||r.includes("lib/index.js"))}catch{}try{let r=wh(`ps -o command= -p ${e}`,{stdio:["ignore","pipe","ignore"],timeout:1e3}).toString();return r.trim()?r.includes(kr)||r.includes("lib/index.js"):!1}catch{return!0}}matchesDaemonTitleWindows(e){try{let i=wh(`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{_h(this.pidFile,"utf8").trim()===String(this.selfPid)&&k1(this.pidFile)}catch{}})}};Vo();ee();var Zn=U("daemon.upstream-watchdog"),W1=12e4,K1=9e5,V1=3e4;function Rd(t,e){let r=process.env[t];if(!r)return e;let i=Number(r);return Number.isFinite(i)&&i>0?i:e}var $o=class{constructor(e){this.opts=e;this.softMs=e.softMs??Rd("COZE_BRIDGE_UPSTREAM_WATCHDOG_SOFT_MS",W1),this.hardMs=e.hardMs??Rd("COZE_BRIDGE_UPSTREAM_WATCHDOG_HARD_MS",K1),this.intervalMs=e.intervalMs??Rd("COZE_BRIDGE_UPSTREAM_WATCHDOG_INTERVAL_MS",V1),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?.(),Zn.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&&Zn.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&&Zn.info("upstream watchdog: reconnected, reset",{downMs:this.now()-this.downSince}),this.downSince=null,this.forcedAt=null;return}if(this.downSince===null){this.downSince=e,Zn.warn("upstream watchdog: disconnect detected, arming",{softMs:this.softMs,hardMs:this.hardMs});return}let r=e-this.downSince;if(r>=this.hardMs){Zn.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,Zn.warn("upstream watchdog: forcing reconnect",{downMs:r,softMs:this.softMs}),Promise.resolve().then(()=>this.opts.forceReconnect()).catch(i=>Zn.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 j=U("daemon");async function vh(){let t=X();process.env.COZE_BRIDGE_LOG_MODE!=="legacy"&&cl({bridgeLogsDir:t.bridgeLogsDir,agentLogsDir:L=>Xe(L,t).logs,listAgentIds:()=>cs(t)});let e=new Ko({processTitle:kr}),r=await e.acquire();if(r.kind==="already-running")throw new Error(`coze-bridge daemon already running (pid=${r.pid})`);let i=await _o(),o=i??{};os({pid:process.pid}),j.info(i?"loaded bridge config":"initialized bridge config");let c=new Ho(new qr),d=null,u=new yo({upstream:c,paths:t,bridgeConfig:o,sessionSpawner:async(L,G,W,re)=>{if(!d)throw new Error("agentManager not ready");return d.spawnSessionDownstream(L,G,W,re)}}),x=new go({paths:t,config:o,registry:u});d=x;let p,w,m=null,v={},_,S=null,A=null,I=null,T=new vn;function k(L,G){return T.enqueue(()=>D(L,G))}function b(){A||(A=new $o({isConnected:()=>c.isConnected(),forceReconnect:()=>I?k(I,{force:!0}):void 0,onFatal:L=>{if(process.env[Qi]==="1"){j.error("upstream watchdog fatal, but daemon is unmanaged (CLI-spawned) \u2014 staying alive for soft-reconnect instead of exiting",{downMs:L});return}j.error("upstream watchdog fatal: exiting for supervisor restart",{downMs:L}),process.exit(1)}})),A.start()}async function D(L,G){let W=L,re=W?.privatecode;if(!re)throw new C("IPC_BAD_REQUEST","/connect requires privatecode");let Ze=Ri(W.env),le=W.handshake_url,ue=W.frontier_url,St=Eh(W.env,le,ue);if(I=W,!G?.force&&p===re&&w===St){let ge=await $1(t);return u.agents.size===0&&ge?(j.warn("/connect noop but core.agents empty with configs on disk; re-running auto-revive"),Zo(t,x).catch(Se=>j.warn("connect-noop auto-revive error (ignored)",{err:String(Se)}))):j.info("/connect: already connected with same PAT + env, noop"),{ok:!0,note:"already connected"}}let xt=!!p&&p!==re,Xt=w!==void 0&&w!==St,zt=xt||Xt,Qt=await Mc({privatecode:re,...le?{endpoint:le}:{},ppeOverride:Ze});if(zt){j.warn("connect config switched, resetting agents",{pcChanged:xt,envChanged:Xt,previousPc:p?Jo(p):"",nextPc:Jo(re)});for(let ge of[...u.agents.values()])await ge.dispose("connect config switch").catch(()=>{}),u.agents.delete(ge.agentId);u.disconnectedAgents.size>0&&(j.info("clearing disconnectedAgents set on connect config switch",{count:u.disconnectedAgents.size}),u.disconnectedAgents.clear()),await c.swap(new qr,"connect switch").catch(()=>{})}m=Qt.deviceId,os({deviceId:m,pid:process.pid}),td({patToken:re,env:W.env}).catch(ge=>j.warn("coze-cli setup error (ignored)",{err:String(ge)}));let Vr=new Yi({handshake:Qt,privatecode:re,...ue?{urlOverride:ue}:{},ppeOverride:Ze,getPatTokenForAgent:ge=>u.agents.get(ge)?.patToken});return await c.swap(Vr,"connect"),p=re,w=St,v=Ze,_=le,W.mock_scenario!==void 0&&(u.setMockScenario(W.mock_scenario),j.info("mock scenario set",{scenario:W.mock_scenario})),S||(S=new Pi({core:u,getDeviceId:()=>m??"",onTickEnd:()=>B.retryPending().catch(ge=>j.warn("detailSync.retryPending failed (ignored)",{err:String(ge)})),onAuthFailures:J})),S.start(),b(),zt&&Zo(t,x).catch(ge=>j.warn("post-connect-switch auto-revive error (ignored)",{err:String(ge)})),Xi(re,t).catch(ge=>j.warn("writePatToken after /connect failed (ignored)",{err:String(ge)})),j.info("/connect: WS established",{deviceId:m}),{ok:!0,note:"connected"}}u.registerExtension("_agent/create",async L=>x.createAgent(L.params)),u.registerExtension("_agent/health",async()=>({ok:!0}));let P={},F=new oo({agents:u.agents,disposeAndMarkDisconnected:async(L,G)=>{let W=u.agents.get(L);if(W){await x.cleanupOpenclawSessionProviders(W).catch(Ze=>j.warn("cleanup openclaw providers failed (ignored)",{agentId:L,err:String(Ze)}));let re=!0;try{await W.dispose(`disconnect: ${G}`)}catch(Ze){re=!1,j.error("dispose during disconnect FAILED, leaving agent in error state",{agentId:L,err:String(Ze)}),W.status="error"}re&&(W.status="disconnected",u.unregister(L),u.disconnectedAgents.add(L))}else u.disconnectedAgents.add(L)},detailSyncer:async L=>{if(!P.ref)throw new Error("agent-detail-sync not initialized yet");await P.ref.syncOne(L)},cleanupOpenclawProviders:async L=>{await x.cleanupOpenclawSessionProviders(L)},openclawRepair:async(L,G)=>{await x.openclawRepair(L,G)},isRuntimePendingPermission:L=>u.hasPendingPermissionFor(L)});u.registerExtension("_agent/listSkills",L=>F.listSkills(L.params)),u.registerExtension("_agent/addSkills",L=>F.addSkills(L.params)),u.registerExtension("_agent/removeSkills",L=>F.removeSkills(L.params)),u.registerExtension("_agent/getFileTree",L=>F.getFileTree(L.params)),u.registerExtension("_agent/getFileContent",L=>F.getFileContent(L.params)),u.registerExtension("_agent/update",L=>F.updateAgent(L.params)),u.registerExtension("_agent/disconnect",L=>F.disconnectAgent(L.params)),u.registerExtension("_agent/switchModel",L=>F.switchModel(L.params)),u.registerExtension("_agent/reset",L=>F.resetAgent(L.params)),u.registerExtension("_agent/repair",L=>F.repairAgent(L.params));let B=new fs({paths:t,handlers:F,agentManager:x,sendDetail:L=>u.sendRequest("_agent/detail",L)});P.ref=B;let J=async L=>{await Promise.allSettled(L.map(async G=>{try{await F.disconnectAgent({agentId:G.agentId,reason:`auth_failure: code=${G.code} ${G.message}`}),j.info("agent disconnected due to auth failure from heartbeat response",{agentId:G.agentId,code:G.code,message:G.message})}catch(W){j.warn("disconnect during authFailure handling failed (ignored)",{agentId:G.agentId,err:String(W)})}}))};c.onConnect(({initial:L})=>{j.info("frontier upstream connected, triggering detail sync",{initial:L}),B.syncAll(L?"initial-connect":"reconnect").catch(G=>j.warn("detail sync top-level error (ignored)",{err:String(G)}))});let K=new bo({paths:t,routes:[{method:"GET",path:"/status",handler:async()=>{let L=u.getMockScenario();return{running:!0,pid:process.pid,spawnedBy:process.env[Qi]==="1"?"manual":"supervisor",agents:[...u.agents.keys()],deviceId:m??"",frameworksCache:o.frameworksCache??{},...L?{mockScenario:L}:{}}}},{method:"POST",path:"/pair",handler:async L=>{let G=L,W=G?.privatecode,re=G?.pairing_code;if(!W||!re)throw new C("IPC_BAD_REQUEST","/pair requires privatecode + pairing_code");let Ze=Ri(G.env),le=G.handshake_url,ue=G.frontier_url,St=Eh(G.env,le,ue),xt=!!p&&p!==W,Xt=w!==void 0&&w!==St,zt=xt||Xt,Qt=await Mc({privatecode:W,...le?{endpoint:le}:{},ppeOverride:Ze});if(zt){j.warn("pair config switched, resetting agents",{pcChanged:xt,envChanged:Xt,previousPc:p?Jo(p):"",nextPc:Jo(W),previousEnvKey:w??"",nextEnvKey:St});for(let Se of[...u.agents.values()])await Se.dispose("pair config switch").catch(()=>{}),u.agents.delete(Se.agentId);u.disconnectedAgents.size>0&&(j.info("clearing disconnectedAgents set on pair config switch",{count:u.disconnectedAgents.size}),u.disconnectedAgents.clear()),await c.swap(new qr,"pair switch").catch(()=>{})}m=Qt.deviceId,os({deviceId:m,pid:process.pid}),td({patToken:W,env:G.env}).catch(Se=>j.warn("coze-cli setup error (ignored)",{err:String(Se)}));let Vr=new Yi({handshake:Qt,privatecode:W,...ue?{urlOverride:ue}:{},ppeOverride:Ze,getPatTokenForAgent:Se=>u.agents.get(Se)?.patToken});await c.swap(Vr,"pair");try{let Se=new jn;o.frameworksCache=await Se.detectAll(),await Ui(o),j.info("frameworks_cache refreshed before pair",{detected:Object.keys(o.frameworksCache)})}catch(Se){j.warn("frameworks_cache refresh failed (ignored, using cached)",{err:String(Se)})}let ge=Object.keys(o.frameworksCache??{});try{let Se=await u.sendRequest("_agent/pair",{pairCode:re,patToken:W,frameworks:ge,_meta:{cozeDeviceId:m}});j.info("_agent/pair ok",{pairResult:Se}),p=W,w=St,v=Ze,_=le,G.mock_scenario!==void 0&&(u.setMockScenario(G.mock_scenario),j.info("mock scenario set",{scenario:G.mock_scenario})),Xi(W,t).catch(De=>j.warn("writePatToken after /pair failed (ignored)",{err:String(De)})),S||(S=new Pi({core:u,getDeviceId:()=>m??"",onTickEnd:()=>B.retryPending().catch(De=>j.warn("detailSync.retryPending failed (ignored)",{err:String(De)})),onAuthFailures:J})),S.start(),b(),zt&&Zo(t,x).catch(De=>j.warn("post-pair-switch auto-revive error (ignored)",{err:String(De)}));let Yn;return G.agent_id&&(Yn=await Z1(G.agent_id,t,x,De=>u.sendRequest("_agent/detail",De),W).catch(De=>(j.error("--agent-id ensureAgent failed",{agentId:G.agent_id,err:String(De)}),{ok:!1,agentId:G.agent_id??"",note:String(De)}))),{ok:!0,note:"paired with cloud",...Yn?{agent:Yn}:{}}}catch(Se){return j.error("_agent/pair failed",{err:String(Se)}),{ok:!1,note:`pair failed: ${String(Se)}`}}}},{method:"POST",path:"/connect",handler:L=>k(L)},{method:"POST",path:"/_agent/create",handler:async L=>{let G=L;return{ok:!0,result:await x.createAgent(G)}}},{method:"POST",path:"/agent/send",handler:async L=>{let G=L;if(!G?.agentId||!G?.sessionId||!G?.kind||!G?.path)throw new C("IPC_BAD_REQUEST","/agent/send requires agentId, sessionId, kind, path");if(!p)throw new C("UPSTREAM_NOT_READY","daemon not yet paired with cloud (run --pair-code first)");try{let W=G;return await(W.groupFile?R0:D0)(W,{core:u,patToken:p,handshakeBase:_,ppeOverride:v})}catch(W){if(W instanceof C)return{ok:!1,code:W.code,message:W.message};throw W}}},{method:"POST",path:"/reload",handler:async L=>{let G=L?.agent_id,W=await u.reloadAgents(G);return j.info("IPC /reload: recycled agent subprocesses",{agentId:G??"(all)",recycled:W}),{ok:!0,recycled:W}}},{method:"POST",path:"/shutdown",handler:async()=>(j.info("IPC /shutdown received"),setImmediate(()=>{he.shutdown("ipc /shutdown")}),{ok:!0})}]}),{port:ne,token:Y}=await K.start();try{await mh(t.libEntry,t)}catch(L){j.warn("bin shim install failed (D72 send \u547D\u4EE4\u53EF\u80FD\u4E0D\u53EF\u7528)",{err:String(L)})}await u.start(),Y1({paths:t,core:u,agentManager:x,detectAll:async()=>(o.frameworksCache=await new jn().detectAll(),await Ui(o),o.frameworksCache)}).catch(L=>j.warn("startup warmup error (ignored)",{err:String(L)})),wl().then(async()=>{let{probeAcpVersion:L}=await Promise.resolve().then(()=>(nn(),gl));for(let G of["claude-code","codex"]){let W=await L(G);W&&j.info("acp wrapper version",{framework:G,version:W})}}).catch(L=>j.warn("acp wrapper warmup / probe top-level error (ignored)",{err:String(L)}));let ve=null,he={port:ne,token:Y,core:u,ipc:K,shutdown(L){return ve||(j.info("daemon shutdown",{reason:L}),ve=(async()=>{S?.stop(),A?.stop(),await u.stop(L),await K.stop(),await e.release()})(),ve)}};for(let L of["SIGTERM","SIGINT"])process.on(L,()=>{he.shutdown(L).then(()=>process.exit(0))});return process.on("exit",()=>r0()),process.on("unhandledRejection",L=>{j.error("unhandledRejection",{reason:L instanceof Error?L.message:String(L),stack:L instanceof Error?L.stack:void 0})}),process.on("uncaughtException",L=>{j.error("uncaughtException (will exit, supervisor will restart)",{message:L.message,stack:L.stack,name:L.name});try{process.stderr.write(`FATAL uncaughtException: ${L.stack??L.message}
|
|
107
|
+
`)}catch{}process.exit(1)}),j.info("daemon ready",{port:ne,pid:process.pid,nodeVersion:process.version,platform:process.platform,frameworks:Object.keys(o.frameworksCache??{}),libVersion:o.libVersion??"dev"}),X1({cliSpawned:process.env[Qi]==="1",readPatToken:()=>jo(t),connect:k}).catch(L=>j.warn("maybeAutoConnectOnStartup error (ignored)",{err:String(L)})),he}async function $1(t){return cs(t).length>0}function Jo(t){return t.length<=8?"***":`${t.slice(0,4)}***${t.slice(-4)}`}function Eh(t,e,r){return`${t??""}|${e??""}|${r??""}`}async function J1(t,e){let r=cs(t);if(r.length===0)return;let{loadAgentConfig:i,enforceAgentConfigMode:o}=await Promise.resolve().then(()=>(on(),us));for(let c of r){await o(c,t).catch(d=>j.warn("enforceAgentConfigMode failed (ignored)",{agentId:c,err:String(d)}));try{let d=await i(c,t);d?.disconnectedAt&&(e.disconnectedAgents.add(c),j.info("agent marked disconnected on startup",{agentId:c,disconnectedAt:d.disconnectedAt,reason:d.disconnectReason??""}))}catch(d){j.warn("failed to load agent config on startup, skipping",{agentId:c,err:String(d)})}}}async function Z1(t,e,r,i,o){let{loadAgentConfig:c}=await Promise.resolve().then(()=>(on(),us)),d=await c(t,e);if(d){j.info("--agent-id: local config found, reconnecting",{agentId:t,framework:d.framework,hadDisconnect:!!d.disconnectedAt});let w=Sh(d),m={agentId:d.agentId,framework:d.framework,...d.cozeIdentity?{cozeIdentity:d.cozeIdentity}:{},...d.model?{model:d.model}:{},...o?{patToken:o}:{},...w?{_meta:w}:{}};return await r.createAgent(m),{ok:!0,agentId:t,note:d.disconnectedAt?"revived from local config":"connected from local config"}}j.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 C("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 x={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(x);let p=u.deployType==="cloud"&&u.framework==="openclaw";return{ok:!0,agentId:t,note:p?"cloud agent acknowledged":"created from cloud detail"}}async function Y1(t){let e=t.logger??j;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 J1(t.paths,t.core).catch(r=>e.warn("scanAgentsOnStartup failed (ignored)",{err:String(r)})),await Zo(t.paths,t.agentManager).catch(r=>e.warn("auto-revive top-level error (ignored)",{err:String(r)}))}async function Zo(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(()=>(on(),us));j.info("auto-revive: scanning local agents on startup",{count:i.length});let c=0,d=0;for(let u of i){let x;try{x=await o(u,t)}catch(p){j.warn("auto-revive: load config failed (skipping)",{agentId:u,err:String(p)}),d+=1;continue}if(!x){d+=1;continue}if(x.disconnectedAt){j.info("auto-revive: skip disconnected agent",{agentId:u,disconnectedAt:x.disconnectedAt}),d+=1;continue}try{j.info("auto-revive: re-registering agent (D44 no spawn)",{agentId:u,framework:x.framework});let p=Sh(x);await e.createAgent({agentId:x.agentId,framework:x.framework,...x.cozeIdentity?{cozeIdentity:x.cozeIdentity}:{},...x.model?{model:x.model}:{},...p?{_meta:p}:{}},{revive:!0}),c+=1}catch(p){j.warn("auto-revive: createAgent failed (skipping)",{agentId:u,framework:x.framework,err:String(p)}),d+=1}}return j.info("auto-revive: done",{revived:c,skipped:d,total:i.length}),{revived:c,skipped:d,total:i.length}}async function X1(t){let e=t.logger??j;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 Sh(t){let e={};return t.deployType&&(e.cozeDeployType=t.deployType),t.accountId&&(e.cozeAccountId=t.accountId),Object.keys(e).length>0?e:void 0}Vo();Pe();import{readFile as Ah}from"node:fs/promises";var Yt=class{paths;constructor(e){this.paths=e??X()}async probe(e=1e3){let r=await Yo(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}:{kind:"stale",reason:`unexpected status ${i.status}`}}catch(i){return{kind:"stale",reason:ev(i)}}}async request(e){let r=await Yo(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}),x=await u.text();return{status:u.status,body:Q1(x)}}finally{clearTimeout(d)}}};async function Yo(t){try{let[e,r]=await Promise.all([Ah(t.portFile,"utf8"),Ah(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 Q1(t){if(!t)return null;try{return JSON.parse(t)}catch{return t}}function ev(t){return t instanceof Error?t.message:String(t)}En();ee();tr();import{spawn as tv}from"node:child_process";import{userInfo as Th}from"node:os";var kd="__COZE_BRIDGE_ENV_SENTINEL_5f3c91__",nv=new Set(["bash","zsh","sh","dash","ksh"]),Ih=We("COZE_BRIDGE_SHELLENV_TIMEOUT_MS",1e4),rv=2e3;function iv(t,e=kd){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(`
|
|
108
|
+
`)){let u=d.indexOf("=");u<=0||(c[d.slice(0,u)]=d.slice(u+1))}return c}function sv(){let t=(process.env.SHELL??"").trim()||(Th().shell??"").trim();if(!t)return null;let e=t.slice(t.lastIndexOf("/")+1);return nv.has(e)?t:null}function ov(t){return new Promise(e=>{let r=`printf '%s' '${kd}'; env; printf '%s' '${kd}'`,i;try{i=tv(t,["-ilc",r],{detached:!0,stdio:["ignore","pipe","ignore"],env:{...process.env,HOME:process.env.HOME??Th().homedir}})}catch{e(null);return}let o="",c=!1,d=w=>{try{i.pid&&process.kill(-i.pid,w)}catch{}},u=w=>{c||(c=!0,clearTimeout(x),clearTimeout(p),e(w))};i.stdout?.on("data",w=>{o+=w.toString("utf8")}),i.on("error",()=>u(null)),i.on("close",()=>u(o.length>0?o:null));let x=setTimeout(()=>d("SIGTERM"),Ih),p=setTimeout(()=>{d("SIGKILL"),u(o.length>0?o:null)},Ih+rv)})}async function Pd(t={}){if((t.platform??process.platform)==="win32")return{kind:"skipped",reason:"windows"};let r=sv();if(!r)return{kind:"skipped",reason:"no-supported-login-shell"};let i=await(t.run??ov)(r);if(i==null)return{kind:"failed",reason:"shell-timeout-or-error"};let o=iv(i);return o==null?{kind:"failed",reason:"unparseable-output"}:{kind:"ok",env:o}}Pe();function In(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}}nn();import{chmod as av,copyFile as Ch,mkdir as Rh,readFile as Xo,rename as Dh,rm as Od,stat as kh,writeFile as cv}from"node:fs/promises";import{homedir as $R}from"node:os";import{dirname as dv,join as Hr,resolve as Ld,sep as es}from"node:path";import{fileURLToPath as lv}from"node:url";En();ee();Pe();var Nd=U("dist-install");function uv(t){let e=lv(t),r=dv(e),i=`${es}src${es}`;if(r.includes(i)||r.endsWith(`${es}src${es}cli`))return null;let o=Ld(r,"index.js"),c=Ld(r,"..","package.json");return{dist:o,pkgJson:c}}async function Bd(t={}){let e=t.paths??X(),r=uv(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 Xo(o,"utf8"));c=v.version??"unknown",d=v.dependencies??{}}catch(v){return Nd.warn("cannot read source package.json,skip dist install",{err:String(v)}),{kind:"dev-mode-skip",reason:`package.json read failed: ${String(v)}`}}let u=Qr.map(v=>`${v}@${d[v]??"latest"}`),x=await _o(e.configFile)??{},p=x.libVersion,w=await Xo(e.libEntry).then(()=>!0).catch(()=>!1),m=p===c;if(m&&w&&await Md(e))return{kind:"already-current",libVersion:c};if(!m||!w){await Rh(e.libDir,{recursive:!0}),await Ch(i,e.libEntry),await Ch(`${i}.map`,`${e.libEntry}.map`).catch(()=>{});let v=Ld(e.libDir,"package.json"),_=`${JSON.stringify({type:"module"},null,2)}
|
|
109
|
+
`;await Xo(v,"utf8").catch(()=>null)!==_&&await cv(v,_)}return(!m||!await Md(e))&&await(t.installWrappers??fv)(e,u),x.libVersion=c,await Ui(x,e.configFile),Nd.info("dist installed",{libEntry:e.libEntry,fromVersion:p,toVersion:c}),m&&w?{kind:"already-current",libVersion:c}:p?{kind:"version-changed",fromVersion:p,toVersion:c,libEntry:e.libEntry}:{kind:"first-install",libVersion:c,libEntry:e.libEntry}}async function Md(t){for(let e of Qr){let r=Hr(t.libDir,"node_modules",...e.split("/"),"package.json");if(!await kh(r).then(o=>o.isFile()).catch(()=>!1))return!1}return!0}async function fv(t,e){await pv(t.installLock,async()=>{if(await Md(t))return;let r=Math.random().toString(36).slice(2,10),i=`${t.libDir}${es}.staging-${process.pid}-${r}`,o=Hr(i,"node_modules"),c=Hr(t.libDir,"node_modules");try{await Rh(i,{recursive:!0}),await xv(e,i),await hv(o);let d=`${c}.trash-${r}`;await Dh(c,d).catch(()=>{}),await Dh(o,c),await Od(d,{recursive:!0,force:!0}).catch(()=>{}),Nd.info("wrapper closure installed",{liveNm:c,specs:e})}finally{await Od(i,{recursive:!0,force:!0}).catch(()=>{})}})}function xv(t,e){let r=["install",...t,"--prefix",e,"--omit=dev","--prefer-offline","--no-audit","--no-fund"];return new Promise((i,o)=>{let c=lt("npm",r,{stdio:["ignore","pipe","pipe"]}),d="";c.stderr?.on("data",x=>{d.length<8192&&(d+=x.toString("utf8"))});let u=setTimeout(()=>c.kill("SIGKILL"),18e4);c.once("error",x=>{clearTimeout(u),o(new Error(`spawn npm failed: ${String(x)}`))}),c.once("close",x=>{clearTimeout(u),x===0?i():o(new Error(`npm install \u9000\u51FA\u7801 ${x}: ${d.trim().slice(0,2e3)}`))})})}async function hv(t){for(let e of Qr){let r=Hr(t,...e.split("/")),i=JSON.parse(await Xo(Hr(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=Hr(t,".bin",o),d=await kh(c);process.platform!=="win32"&&!(d.mode&73)&&await av(c,d.mode|73).catch(()=>{})}}async function pv(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 Od(t,{force:!0}).catch(()=>{})}}ba();ee();Pe();import{closeSync as Oh,fstatSync as Lh,openSync as Nh,readFileSync as gv,readSync as mv,readdirSync as wv,statSync as _v}from"node:fs";import{join as Qo}from"node:path";var yv=new Set(["debug","info","warn","error"]);function Mh(t){let e=t,r=In(e,"--agent-id");e=r.rest;let i=In(e,"--date");e=i.rest;let o=In(e,"-n","--lines");e=o.rest;let c=In(e,"--level");e=c.rest;let d=In(e,"--grep");e=d.rest;let u=o.value===void 0?200:Number(o.value),x=Number.isInteger(u)&&u>=0?u:200,p=c.value&&yv.has(c.value)?c.value:void 0,w={lines:x,follow:e.includes("-f")||e.includes("--follow"),raw:e.includes("--raw"),list:e.includes("--list")};return r.value&&(w.agentId=r.value),i.value&&(w.date=i.value),p&&(w.level=p),d.value&&(w.grep=d.value),w}function bv(t,e){return t.agentId?Qo(Xe(t.agentId,e).logs,nr("agent",t.date)):Qo(e.bridgeLogsDir,nr("bridge",t.date))}function Ev(t,e){return e<=0||e>=t.length?t:t.slice(t.length-e)}function vv(t,e){let r;try{r=wv(t)}catch{return[]}let i=[];for(let o of r){let c=ya(o,e);if(!c)continue;let d=0;try{d=_v(Qo(t,o)).size}catch{}i.push({file:Qo(t,o),date:c,size:d})}return i.sort((o,c)=>c.date.localeCompare(o.date)),i}function Bh(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"&&!ul(r,e.level))return!1}return!0}var Ph={debug:"90",info:"36",warn:"33",error:"31"},Sv=new Set(["ts","level","module","msg"]);function Av(t){if(typeof t!="string")return"";let e=t.split("T")[1];return e?e.slice(0,12):""}function Fh(t,e){if(e.raw)return t;let r;try{r=JSON.parse(t)}catch{return t}let i=Av(r.ts),o=typeof r.level=="string"?r.level:"",c=o.toUpperCase().padEnd(5);e.color&&Ph[o]&&(c=`\x1B[${Ph[o]}m${c}\x1B[0m`);let d=typeof r.module=="string"?r.module:"",u=typeof r.msg=="string"?r.msg:"",x=Object.entries(r).filter(([p])=>!Sv.has(p)).map(([p,w])=>` ${p}=${typeof w=="string"?w:JSON.stringify(w)}`).join("");return`${i} ${c} ${d} ${u}${x}`}function Iv(t,e,r){let c=gv(t,"utf8").split(`
|
|
110
|
+
`).filter(d=>d.length>0).filter(d=>Bh(d,{level:e.level,grep:e.grep}));for(let d of Ev(c,e.lines))process.stdout.write(`${Fh(d,{raw:e.raw,color:r})}
|
|
111
|
+
`)}async function zh(t,e){let r=e.paths??X(),i=process.stdout.isTTY===!0;if(t.list){let d=t.agentId?Xe(t.agentId,r).logs:r.bridgeLogsDir,u=t.agentId?"agent":"bridge",x=vv(d,u);if(x.length===0)return process.stderr.write(`coze-bridge log: \u65E0\u65E5\u5FD7\u6587\u4EF6\u4E8E ${d}
|
|
112
|
+
`),1;for(let p of x)process.stdout.write(`${p.date} ${(p.size/1024).toFixed(1)}KB ${p.file}
|
|
113
|
+
`);return 0}let o=t.date??Dn(new Date),c=bv({agentId:t.agentId,date:o},r);try{Iv(c,t,i)}catch{return process.stderr.write(`coze-bridge log: \u627E\u4E0D\u5230\u65E5\u5FD7 ${c}
|
|
114
114
|
\u7528 'coze-bridge log${t.agentId?` --agent-id ${t.agentId}`:""} --list' \u770B\u6709\u54EA\u4E9B\u65E5\u671F\u3002
|
|
115
115
|
(legacy \u6A21\u5F0F\u65E0 dated \u6587\u4EF6, \u89C1 ${r.logFile})
|
|
116
|
-
`),1}return t.follow&&await
|
|
117
|
-
`);o=
|
|
118
|
-
`)}await new Promise(
|
|
116
|
+
`),1}return t.follow&&await Dv(c,t,i),0}var Tv=500;function Cv(t){try{let e=Nh(t,"r");try{return Lh(e).size}finally{Oh(e)}}catch{return 0}}async function Dv(t,e,r){let i=Cv(t),o="",c=!1,d=()=>{c=!0};process.on("SIGINT",d);try{for(;!c;){let u="";try{let x=Nh(t,"r");try{let p=Lh(x).size;if(p>i){let w=Buffer.allocUnsafe(p-i),m=mv(x,w,0,w.length,i);u=w.subarray(0,m).toString("utf8"),i+=m}}finally{Oh(x)}}catch{}if(u){let x=(o+u).split(`
|
|
117
|
+
`);o=x.pop()??"";for(let p of x)p.length>0&&Bh(p,{level:e.level,grep:e.grep})&&process.stdout.write(`${Fh(p,{raw:e.raw,color:r})}
|
|
118
|
+
`)}await new Promise(x=>setTimeout(x,Tv))}}finally{process.off("SIGINT",d)}}import{basename as Rv,resolve as kv}from"node:path";Pe();var Pv=9e4,Ov={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,AGENT_DEPENDENCY_INSTALL_FAILED:1,AGENT_APPROVAL_TIMEOUT:1,AGENT_ENV_NOT_READY:1};function Lv(t){return Ov[t]??1}async function Uh(t,e={}){let r=e.paths??X();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>
|
|
119
119
|
`),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.
|
|
120
120
|
`),3;let i=await Yo(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.
|
|
121
|
-
`),4;let o={agentId:t.agentId,sessionId:t.sessionId,kind:t.kind,path:t.groupFile?t.path:
|
|
121
|
+
`),4;let o={agentId:t.agentId,sessionId:t.sessionId,kind:t.kind,path:t.groupFile?t.path:kv(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 Nv(i,"/agent/send",o,Pv)}catch(d){return process.stderr.write(`Error: daemon IPC failed: ${d instanceof Error?d.message:String(d)}
|
|
122
122
|
`),4}if(!c.ok)return process.stderr.write(`Error: ${c.code}: ${c.message}
|
|
123
|
-
`),
|
|
124
|
-
`);else{let d=t.name??
|
|
125
|
-
`)}else process.stdout.write(`Sent ${t.kind} ${d} (${
|
|
126
|
-
`)}return 0}async function
|
|
127
|
-
`)}function
|
|
123
|
+
`),Lv(c.code);if(t.json)process.stdout.write(`${JSON.stringify(c)}
|
|
124
|
+
`);else{let d=t.name??Rv(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})
|
|
125
|
+
`)}else process.stdout.write(`Sent ${t.kind} ${d} (${Mv(c.bytes)})
|
|
126
|
+
`)}return 0}async function Nv(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(),x=u?JSON.parse(u):null;return x&&typeof x=="object"&&"ok"in x?x:{ok:!1,code:"BRIDGE_INTERNAL",message:`unexpected daemon response (status=${d.status}): ${u.slice(0,200)}`}}finally{clearTimeout(c)}}function Mv(t){return t<1024?`${t}B`:t<1024*1024?`${(t/1024).toFixed(1)}KB`:`${(t/1024/1024).toFixed(1)}MB`}var Jh=U("cli");function qe(t,e){let{value:r,rest:i}=In(t,e);return{value:r,rest:i}}function sa(t,e){process.stderr.write(`[deprecated] '${t}' will be removed in a future release, use '${e}' instead
|
|
127
|
+
`)}function oS(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:k}=qe(e.slice(1),"--agent-id");return k?{mode:"reload",agentId:k}:{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 aS(e.slice(1));if(e[0]==="log")return{mode:"log",...Mh(e.slice(1))};if(e[0]==="connect")return cS(e.slice(1));if(e.includes("--status"))return sa("--status","coze-bridge status"),{mode:"status"};if(e.includes("--stop"))return sa("--stop","coze-bridge stop"),{mode:"stop"};if(e.includes("--uninstall"))return sa("--uninstall","coze-bridge purge"),{mode:"purge"};if(e.includes("--install-service"))return sa("--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}=qe(r,"--pat-token");r=o;let{value:c,rest:d}=qe(r,"--pair-code");r=d;let{value:u,rest:x}=qe(r,"--env");r=x;let{value:p,rest:w}=qe(r,"--handshake-url");r=w;let{value:m,rest:v}=qe(r,"--frontier-url");r=v;let{value:_,rest:S}=qe(r,"--mock-scenario");r=S;let{value:A}=qe(r,"--agent-id"),I=r.includes("--skip-rebuild-env");if(!i||!c)return{mode:"help"};let T={mode:"pair",privatecode:i,pairingCode:c};return u&&(T.env=u),p&&(T.handshakeUrl=p),m&&(T.frontierUrl=m),_&&(T.mockScenario=_),A&&(T.agentId=A),I&&(T.skipRebuildEnv=!0),T}function aS(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}=qe(i,"--caption");i=c;let{value:d,rest:u}=qe(i,"--name");i=u;let{value:x,rest:p}=qe(i,"--agent-id");i=p;let{value:w,rest:m}=qe(i,"--session-id");i=m;let{value:v,rest:_}=qe(i,"--mime");i=_;let S=i.includes("--group-file");i=i.filter(T=>T!=="--group-file");let A=i.includes("--json"),I={mode:"send",kind:e,path:r,json:A};return o&&(I.caption=o),d&&(I.name=d),x&&(I.agentId=x),w&&(I.sessionId=w),S&&(I.groupFile=!0),v&&(I.mimeType=v),I}function cS(t){let e=t,{value:r,rest:i}=qe(e,"--pat-token");e=i;let{value:o,rest:c}=qe(e,"--env");e=c;let{value:d,rest:u}=qe(e,"--handshake-url");e=u;let{value:x,rest:p}=qe(e,"--frontier-url");e=p;let{value:w,rest:m}=qe(e,"--mock-scenario");e=m;let v=e.includes("--skip-rebuild-env"),_={mode:"connect"};return r&&(_.privatecode=r),o&&(_.env=o),d&&(_.handshakeUrl=d),x&&(_.frontierUrl=x),w&&(_.mockScenario=w),v&&(_.skipRebuildEnv=!0),_}var dS=`
|
|
128
128
|
coze-bridge - local bridge daemon for cloud Agent Service
|
|
129
129
|
|
|
130
130
|
Pair (paste from cloud UI; start/reuse daemon and deliver pair-code):
|
|
@@ -205,57 +205,57 @@ Deprecated flags (still work, but emit a warning; will be removed in a future re
|
|
|
205
205
|
|
|
206
206
|
Internal:
|
|
207
207
|
<node> <entry> --daemon daemon mode (OS supervisor only)
|
|
208
|
-
`.trimStart();async function
|
|
209
|
-
`),0;case"daemon":{try{await
|
|
210
|
-
`),1;if(i.kind==="stale")return await
|
|
208
|
+
`.trimStart();async function Zh(t=process.argv,e={}){let r=oS(t);switch(r.mode){case"help":return process.stdout.write(dS),0;case"version":return process.stdout.write(`${Tr}
|
|
209
|
+
`),0;case"daemon":{try{await vh()}catch(i){return Jh.error("daemon start failed",{err:String(i)}),1}return new Promise(()=>{})}case"status":return lS(e);case"stop":return Xh(e);case"reload":return xS(r.agentId,e);case"log":return zh(r,e);case"update":return uS(e);case"purge":return hS(e);case"service-install":return pS(e);case"service-uninstall":return gS(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),mS(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),wS(r.privatecode,e,i,r.skipRebuildEnv)}case"send":return Uh({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 Yh(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 lS(t){let e=t.paths??X(),r=new Yt(e),i=await r.probe();if(i.kind==="not-running")return process.stdout.write(`coze-bridge: not running
|
|
210
|
+
`),1;if(i.kind==="stale")return await Yh(e),process.stdout.write(`coze-bridge: not running (cleaned stale state)
|
|
211
211
|
`),1;let o=await r.request({method:"GET",path:"/status"});return process.stdout.write(`coze-bridge: running
|
|
212
212
|
${JSON.stringify(o.body,null,2)}
|
|
213
|
-
`),0}async function
|
|
213
|
+
`),0}async function Xh(t){let e=t.paths??X(),r=new Yt(e),i=t.daemonSweep??(async()=>{let x=i0();return await s0(x),x}),o=async()=>{t.skipProcessKill||await i(e)},c=await ns(t),d=!1;if(c)try{await c.uninstall(),d=!0}catch(x){process.stderr.write(`coze-bridge: supervisor uninstall failed (continuing): ${String(x)}
|
|
214
214
|
`)}let u=await r.probe();if(u.kind==="not-running")return await o(),process.stdout.write(d?`coze-bridge: stopped
|
|
215
215
|
`:`coze-bridge: not running
|
|
216
|
-
`),0;if(u.kind==="stale")return await
|
|
216
|
+
`),0;if(u.kind==="stale")return await Yh(e),await o(),process.stdout.write(`coze-bridge: not running (cleaned stale state)
|
|
217
217
|
`),0;try{return await r.request({method:"POST",path:"/shutdown"}),await o(),process.stdout.write(`coze-bridge: stopped
|
|
218
|
-
`),0}catch(
|
|
219
|
-
`),0):(await o(),process.stdout.write(`coze-bridge: stop failed: ${String(
|
|
220
|
-
`),1)}}async function
|
|
221
|
-
`),e(1)})})}async function
|
|
218
|
+
`),0}catch(x){return(await r.probe()).kind!=="connected"?(await o(),process.stdout.write(`coze-bridge: stopped
|
|
219
|
+
`),0):(await o(),process.stdout.write(`coze-bridge: stop failed: ${String(x)}
|
|
220
|
+
`),1)}}async function uS(t){return await Xh(t),(t.spawnNpx??fS)(["-y","--ignore-existing","coze-bridge@latest","connect"])}function fS(t){return new Promise(e=>{let r=lt("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)}
|
|
221
|
+
`),e(1)})})}async function xS(t,e){let r=new Yt(e.paths);if((await r.probe()).kind==="not-running")return process.stdout.write(`coze-bridge: not running (start daemon first)
|
|
222
222
|
`),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)
|
|
223
223
|
`):process.stdout.write(`coze-bridge: reloaded ${c.length} agent(s): ${c.join(", ")||"(none)"}
|
|
224
224
|
`),0}return process.stderr.write(`coze-bridge: reload failed: ${JSON.stringify(o.body)}
|
|
225
225
|
`),1}catch(o){return process.stderr.write(`coze-bridge: reload failed: ${String(o)}
|
|
226
|
-
`),1}}async function
|
|
226
|
+
`),1}}async function ns(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(()=>(Vh(),Kh)),i=e(),o=r();return{platform:i.platform,install:c=>i.install(o,c),uninstall:()=>i.uninstall(o)}}async function Qh(t,e){let r=await e.probe();if(r.kind==="connected")return r;let i=t.spawnDaemon??bh,o=t.waitTimeoutMs??15e3,c=t.sleep??yS,d=t.paths??X(),u=await ns(t);if(u&&(u.platform==="darwin"||u.platform==="linux")){try{await u.install({activate:!0});let x=await $h(e,o,c);if(x.kind==="connected")return x;It(d.bridgeLogsDir,"warn","cli","supervisor \u8D77 daemon \u8D85\u65F6, \u56DE\u9000\u624B\u52A8 spawn (\u672C\u6B21\u65E0\u5D29\u6E83\u4FDD\u6D3B)",{waitMs:o})}catch(x){It(d.bridgeLogsDir,"warn","cli","supervisor \u63A5\u7BA1\u5931\u8D25, \u56DE\u9000\u624B\u52A8 spawn",{err:String(x)})}It(d.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 _S(d.pidFile,c)}else u&&await u.install({activate:!1}).catch(x=>process.stderr.write(`coze-bridge: \u81EA\u542F\u6CE8\u518C\u5931\u8D25(\u4E0D\u5F71\u54CD\u672C\u6B21): ${String(x)}
|
|
227
227
|
`));return process.stdout.write(`coze-bridge: starting daemon...
|
|
228
|
-
`),await i({paths:t.paths})
|
|
228
|
+
`),await i({paths:t.paths}),$h(e,o,c)}async function hS(t){let e=new Yt(t.paths);if((await e.probe()).kind==="connected"){process.stdout.write(`coze-bridge: stopping daemon...
|
|
229
229
|
`);try{await e.request({method:"POST",path:"/shutdown"})}catch(d){process.stderr.write(`coze-bridge: stop failed (continuing): ${String(d)}
|
|
230
|
-
`)}await new Promise(d=>setTimeout(d,500))}let i=await
|
|
230
|
+
`)}await new Promise(d=>setTimeout(d,500))}let i=await ns(t);if(i)try{await i.uninstall(),process.stdout.write(`coze-bridge: ${i.platform} supervisor unregistered
|
|
231
231
|
`)}catch(d){process.stderr.write(`coze-bridge: supervisor uninstall failed (continuing): ${String(d)}
|
|
232
|
-
`)}let o=t.paths??
|
|
232
|
+
`)}let o=t.paths??X(),{rm:c}=await import("node:fs/promises");try{await c(o.bridgeRoot,{recursive:!0,force:!0}),process.stdout.write(`coze-bridge: removed ${o.bridgeRoot}
|
|
233
233
|
`)}catch(d){return process.stderr.write(`coze-bridge: remove failed: ${String(d)}
|
|
234
234
|
`),1}return process.stdout.write(`coze-bridge: purged (agents workspaces preserved under ~/.coze/agents)
|
|
235
|
-
`),0}async function
|
|
235
|
+
`),0}async function pS(t){let e=await ns(t);if(!e)return 0;try{return process.stdout.write(`coze-bridge: installing ${e.platform} supervisor...
|
|
236
236
|
`),await e.install(),process.stdout.write(`coze-bridge: supervisor installed (daemon will auto-start on login)
|
|
237
237
|
`),0}catch(r){return process.stderr.write(`coze-bridge: service install failed: ${String(r)}
|
|
238
|
-
`),1}}async function
|
|
238
|
+
`),1}}async function gS(t){let e=await ns(t);if(!e)return 0;try{return await e.uninstall(),process.stdout.write(`coze-bridge: ${e.platform} supervisor unregistered
|
|
239
239
|
`),0}catch(r){return process.stderr.write(`coze-bridge: service uninstall failed: ${String(r)}
|
|
240
|
-
`),1}}async function
|
|
241
|
-
`),
|
|
242
|
-
`),(await d.probe()).kind==="connected"&&(await d.request({method:"POST",path:"/shutdown"}).catch(()=>{}),await new Promise(_=>setTimeout(_,500)))):
|
|
243
|
-
`)}let
|
|
244
|
-
`),1;let
|
|
240
|
+
`),1}}async function ep(t,e,r){if(e)return It(t.bridgeLogsDir,"info","cli","agent-env: skip rebuild, use process.env",{}),process.env;let i=await r();return i.kind==="ok"?(It(t.bridgeLogsDir,"info","cli","agent-env: rebuilt from login shell",{vars:Object.keys(i.env).length}),i.env):i.kind==="skipped"?(It(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)
|
|
241
|
+
`),It(t.bridgeLogsDir,"warn","cli","reconstructLoginShellEnv failed, fell back to process.env",{reason:i.reason}),process.env)}async function mS(t,e,r,i={},o,c){let d=new Yt(r.paths),u=r.paths??X(),x=await ep(u,c,r.reconstructEnv??Pd);if(await Jc(u,x).catch(m=>It(u.bridgeLogsDir,"warn","cli","writeAgentEnv failed (ignored)",{err:String(m)})),!r.skipDistInstall){let m=await Bd({paths:r.paths});m.kind==="version-changed"?(process.stdout.write(`coze-bridge: upgraded ${m.fromVersion} \u2192 ${m.toVersion}
|
|
242
|
+
`),(await d.probe()).kind==="connected"&&(await d.request({method:"POST",path:"/shutdown"}).catch(()=>{}),await new Promise(_=>setTimeout(_,500)))):m.kind==="first-install"&&process.stdout.write(`coze-bridge: installed ${m.libVersion}
|
|
243
|
+
`)}let p=await Qh(r,d);if(p.kind!=="connected")return process.stderr.write(`coze-bridge: daemon did not come up: ${p.kind}
|
|
244
|
+
`),1;let w={privatecode:t,pairing_code:e};i.env&&(w.env=i.env),i.handshakeUrl&&(w.handshake_url=i.handshakeUrl),i.frontierUrl&&(w.frontier_url=i.frontierUrl),i.mockScenario&&(w.mock_scenario=i.mockScenario),o&&(w.agent_id=o);try{let m=await d.request({method:"POST",path:"/pair",body:w,timeoutMs:35e3});if(m.status===200&&m.body?.ok){let v=m.body.agent;return v&&!v.ok?(process.stderr.write(`coze-bridge: paired but agent ensure failed (agentId=${v.agentId}): ${v.note}
|
|
245
245
|
`),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"
|
|
246
|
-
`),0)}return process.stderr.write(`coze-bridge: pair failed: ${JSON.stringify(
|
|
247
|
-
`),1}catch(
|
|
248
|
-
`),1}}async function
|
|
249
|
-
`),(await d.probe()).kind==="connected"&&(await d.request({method:"POST",path:"/shutdown"}).catch(()=>{}),await new Promise(
|
|
250
|
-
`)}let
|
|
251
|
-
`),1;let
|
|
252
|
-
`),await
|
|
253
|
-
`),1)}catch(
|
|
254
|
-
`),1}}async function
|
|
246
|
+
`),0)}return process.stderr.write(`coze-bridge: pair failed: ${JSON.stringify(m.body)}
|
|
247
|
+
`),1}catch(m){return process.stderr.write(`coze-bridge: pair failed: ${String(m)}
|
|
248
|
+
`),1}}async function wS(t,e,r={},i){let o=e.paths??X(),c=t??await jo(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 Yt(e.paths),u=await ep(o,i,e.reconstructEnv??Pd);if(await Jc(o,u).catch(w=>It(o.bridgeLogsDir,"warn","cli","writeAgentEnv failed (ignored)",{err:String(w)})),!e.skipDistInstall){let w=await Bd({paths:e.paths});w.kind==="version-changed"?(process.stdout.write(`coze-bridge: upgraded ${w.fromVersion} \u2192 ${w.toVersion}
|
|
249
|
+
`),(await d.probe()).kind==="connected"&&(await d.request({method:"POST",path:"/shutdown"}).catch(()=>{}),await new Promise(v=>setTimeout(v,500)))):w.kind==="first-install"&&process.stdout.write(`coze-bridge: installed ${w.libVersion}
|
|
250
|
+
`)}let x=await Qh(e,d);if(x.kind!=="connected")return process.stderr.write(`coze-bridge: daemon did not come up: ${x.kind}
|
|
251
|
+
`),1;let p={privatecode:c};r.env&&(p.env=r.env),r.handshakeUrl&&(p.handshake_url=r.handshakeUrl),r.frontierUrl&&(p.frontier_url=r.frontierUrl),r.mockScenario&&(p.mock_scenario=r.mockScenario);try{let w=await d.request({method:"POST",path:"/connect",body:p,timeoutMs:35e3});return w.status===200&&w.body?.ok?(process.stdout.write(`coze-bridge: connected (${w.body.note??"ok"})
|
|
252
|
+
`),t!==void 0&&await Xi(c,o).catch(m=>Jh.warn("writePatToken after connect failed (ignored)",{err:String(m)})),0):(process.stderr.write(`coze-bridge: connect failed: ${JSON.stringify(w.body)}
|
|
253
|
+
`),1)}catch(w){return process.stderr.write(`coze-bridge: connect failed: ${String(w)}
|
|
254
|
+
`),1}}async function $h(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 _S(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||!Mi(u))return;await e(i)}}function yS(t){return new Promise(e=>setTimeout(e,t))}ee();function bS(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 tp(t=process.versions.node,e=i=>{process.stderr.write(i)},r=i=>process.exit(i)){let i=bS(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
|
|
255
255
|
`),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
|
|
256
256
|
\u5347\u7EA7\u5B8C\u540E\u9700\u8981\u6267\u884C\u4EE5\u4E0B\u547D\u4EE4\u91CD\u65B0\u8FDE\u63A5:
|
|
257
257
|
npx -y coze-bridge@latest stop
|
|
258
258
|
npx -y coze-bridge@latest connect
|
|
259
259
|
|
|
260
|
-
`)}
|
|
260
|
+
`)}tp();!process.argv.includes("--daemon")&&!process.env.COZE_BRIDGE_LOG_LEVEL&&dl("warn");Zh(process.argv).then(t=>process.exit(t),t=>{process.stderr.write(`fatal: ${t instanceof Error?t.stack??t.message:String(t)}
|
|
261
261
|
`),process.exit(1)});
|