hablas-ai 2.2.4 → 2.2.5
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/CHANGELOG.md +23 -16
- package/dist/index.js +57 -57
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,28 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## [2.2.5] — 2026-06-13 · Models Pagination and Startup Redesign
|
|
4
|
+
|
|
5
|
+
### Added
|
|
6
|
+
- `/models` paging support:
|
|
7
|
+
- `/models`
|
|
8
|
+
- `/models 2`
|
|
9
|
+
- `/models <query>`
|
|
10
|
+
- `/models <query> 2`
|
|
11
|
+
- active model marker in paged model browsing
|
|
12
|
+
|
|
13
|
+
### Changed
|
|
14
|
+
- rebuilt the startup screen into a cleaner three-layer structure:
|
|
15
|
+
- identity
|
|
16
|
+
- environment
|
|
17
|
+
- action hints
|
|
18
|
+
- reduced startup clutter and noisy helper lines
|
|
19
|
+
- connection summary is now more compact and readable
|
|
20
|
+
|
|
21
|
+
### Notes
|
|
22
|
+
This release completes backlog items:
|
|
23
|
+
- M-001 — models pagination / browsing UX
|
|
24
|
+
- M-002 — startup screen / first-view redesign
|
|
25
|
+
|
|
3
26
|
## [2.2.4] — 2026-06-12 · Response Presentation and Personality Refinement
|
|
4
27
|
|
|
5
28
|
### Changed
|
|
@@ -10,19 +33,3 @@
|
|
|
10
33
|
|
|
11
34
|
### Added
|
|
12
35
|
- formal improvement backlog document for tracked UX and personality issues.
|
|
13
|
-
|
|
14
|
-
## [2.2.3] — 2026-06-12 · Trusted Image Pipeline and UX Phase Labels
|
|
15
|
-
|
|
16
|
-
### Added
|
|
17
|
-
- `search_image_candidates` tool for ranking image candidates before download
|
|
18
|
-
- `inspect_image` tool for checking remote or local image candidates before adoption
|
|
19
|
-
- richer phase labels during tool-driven execution such as analysis, candidate selection, download, and verification
|
|
20
|
-
|
|
21
|
-
### Changed
|
|
22
|
-
- strengthened the system prompt around image handling so Hablas prefers ranking and inspection before downloading assets
|
|
23
|
-
- upgraded tool box styling toward a cleaner premium terminal presentation
|
|
24
|
-
- download flow now attempts to resolve direct image candidates from HTML pages automatically
|
|
25
|
-
|
|
26
|
-
### Fixed
|
|
27
|
-
- image selection pipeline is less brute-force and less dependent on blind download retries
|
|
28
|
-
- image inspection can now work on local assets as well as remote sources
|
package/dist/index.js
CHANGED
|
@@ -20,63 +20,63 @@ Expecting one of '${n.join("', '")}'`);return this._lifeCycleHooks[e]?this._life
|
|
|
20
20
|
`),this.outputHelp({error:!0}));let n=r||{},s=n.exitCode||1,i=n.code||"commander.error";this._exit(s,i,e)}_parseOptionsEnv(){this.options.forEach(e=>{if(e.envVar&&e.envVar in q.env){let r=e.attributeName();(this.getOptionValue(r)===void 0||["default","config","env"].includes(this.getOptionValueSource(r)))&&(e.required||e.optional?this.emit(`optionEnv:${e.name()}`,q.env[e.envVar]):this.emit(`optionEnv:${e.name()}`))}})}_parseOptionsImplied(){let e=new zl(this.options),r=n=>this.getOptionValue(n)!==void 0&&!["default","implied"].includes(this.getOptionValueSource(n));this.options.filter(n=>n.implied!==void 0&&r(n.attributeName())&&e.valueFromOption(this.getOptionValue(n.attributeName()),n)).forEach(n=>{Object.keys(n.implied).filter(s=>!r(s)).forEach(s=>{this.setOptionValueWithSource(s,n.implied[s],"implied")})})}missingArgument(e){let r=`error: missing required argument '${e}'`;this.error(r,{code:"commander.missingArgument"})}optionMissingArgument(e){let r=`error: option '${e.flags}' argument missing`;this.error(r,{code:"commander.optionMissingArgument"})}missingMandatoryOptionValue(e){let r=`error: required option '${e.flags}' not specified`;this.error(r,{code:"commander.missingMandatoryOptionValue"})}_conflictingOption(e,r){let n=o=>{let a=o.attributeName(),l=this.getOptionValue(a),c=this.options.find(d=>d.negate&&a===d.attributeName()),f=this.options.find(d=>!d.negate&&a===d.attributeName());return c&&(c.presetArg===void 0&&l===!1||c.presetArg!==void 0&&l===c.presetArg)?c:f||o},s=o=>{let a=n(o),l=a.attributeName();return this.getOptionValueSource(l)==="env"?`environment variable '${a.envVar}'`:`option '${a.flags}'`},i=`error: ${s(e)} cannot be used with ${s(r)}`;this.error(i,{code:"commander.conflictingOption"})}unknownOption(e){if(this._allowUnknownOption)return;let r="";if(e.startsWith("--")&&this._showSuggestionAfterError){let s=[],i=this;do{let o=i.createHelp().visibleOptions(i).filter(a=>a.long).map(a=>a.long);s=s.concat(o),i=i.parent}while(i&&!i._enablePositionalOptions);r=ps(e,s)}let n=`error: unknown option '${e}'${r}`;this.error(n,{code:"commander.unknownOption"})}_excessArguments(e){if(this._allowExcessArguments)return;let r=this.registeredArguments.length,n=r===1?"":"s",i=`error: too many arguments${this.parent?` for '${this.name()}'`:""}. Expected ${r} argument${n} but got ${e.length}.`;this.error(i,{code:"commander.excessArguments"})}unknownCommand(){let e=this.args[0],r="";if(this._showSuggestionAfterError){let s=[];this.createHelp().visibleCommands(this).forEach(i=>{s.push(i.name()),i.alias()&&s.push(i.alias())}),r=ps(e,s)}let n=`error: unknown command '${e}'${r}`;this.error(n,{code:"commander.unknownCommand"})}version(e,r,n){if(e===void 0)return this._version;this._version=e,r=r||"-V, --version",n=n||"output the version number";let s=this.createOption(r,n);return this._versionOptionName=s.attributeName(),this._registerOption(s),this.on("option:"+s.name(),()=>{this._outputConfiguration.writeOut(`${e}
|
|
21
21
|
`),this._exit(0,"commander.version",e)}),this}description(e,r){return e===void 0&&r===void 0?this._description:(this._description=e,r&&(this._argsDescription=r),this)}summary(e){return e===void 0?this._summary:(this._summary=e,this)}alias(e){if(e===void 0)return this._aliases[0];let r=this;if(this.commands.length!==0&&this.commands[this.commands.length-1]._executableHandler&&(r=this.commands[this.commands.length-1]),e===r._name)throw new Error("Command alias can't be the same as its name");let n=this.parent?._findCommand(e);if(n){let s=[n.name()].concat(n.aliases()).join("|");throw new Error(`cannot add alias '${e}' to command '${this.name()}' as already have command '${s}'`)}return r._aliases.push(e),this}aliases(e){return e===void 0?this._aliases:(e.forEach(r=>this.alias(r)),this)}usage(e){if(e===void 0){if(this._usage)return this._usage;let r=this.registeredArguments.map(n=>Wl(n));return[].concat(this.options.length||this._helpOption!==null?"[options]":[],this.commands.length?"[command]":[],this.registeredArguments.length?r:[]).join(" ")}return this._usage=e,this}name(e){return e===void 0?this._name:(this._name=e,this)}nameFromFilename(e){return this._name=pe.basename(e,pe.extname(e)),this}executableDir(e){return e===void 0?this._executableDir:(this._executableDir=e,this)}helpInformation(e){let r=this.createHelp();return r.helpWidth===void 0&&(r.helpWidth=e&&e.error?this._outputConfiguration.getErrHelpWidth():this._outputConfiguration.getOutHelpWidth()),r.formatHelp(this,r)}_getHelpContext(e){e=e||{};let r={error:!!e.error},n;return r.error?n=s=>this._outputConfiguration.writeErr(s):n=s=>this._outputConfiguration.writeOut(s),r.write=e.write||n,r.command=this,r}outputHelp(e){let r;typeof e=="function"&&(r=e,e=void 0);let n=this._getHelpContext(e);this._getCommandAndAncestors().reverse().forEach(i=>i.emit("beforeAllHelp",n)),this.emit("beforeHelp",n);let s=this.helpInformation(n);if(r&&(s=r(s),typeof s!="string"&&!Buffer.isBuffer(s)))throw new Error("outputHelp callback must return a string or a Buffer");n.write(s),this._getHelpOption()?.long&&this.emit(this._getHelpOption().long),this.emit("afterHelp",n),this._getCommandAndAncestors().forEach(i=>i.emit("afterAllHelp",n))}helpOption(e,r){return typeof e=="boolean"?(e?this._helpOption=this._helpOption??void 0:this._helpOption=null,this):(e=e??"-h, --help",r=r??"display help for command",this._helpOption=this.createOption(e,r),this)}_getHelpOption(){return this._helpOption===void 0&&this.helpOption(void 0,void 0),this._helpOption}addHelpOption(e){return this._helpOption=e,this}help(e){this.outputHelp(e);let r=q.exitCode||0;r===0&&e&&typeof e!="function"&&e.error&&(r=1),this._exit(r,"commander.help","(outputHelp)")}addHelpText(e,r){let n=["beforeAll","before","after","afterAll"];if(!n.includes(e))throw new Error(`Unexpected value for position to addHelpText.
|
|
22
22
|
Expecting one of '${n.join("', '")}'`);let s=`${e}Help`;return this.on(s,i=>{let o;typeof r=="function"?o=r({error:i.error,command:i.command}):o=r,o&&i.write(`${o}
|
|
23
|
-
`)}),this}_outputHelpIfRequested(e){let r=this._getHelpOption();r&&e.find(s=>r.is(s))&&(this.outputHelp(),this._exit(0,"commander.helpDisplayed","(outputHelp)"))}};function hs(t){return t.map(e=>{if(!e.startsWith("--inspect"))return e;let r,n="127.0.0.1",s="9229",i;return(i=e.match(/^(--inspect(-brk)?)$/))!==null?r=i[1]:(i=e.match(/^(--inspect(-brk|-port)?)=([^:]+)$/))!==null?(r=i[1],/^\d+$/.test(i[3])?s=i[3]:n=i[3]):(i=e.match(/^(--inspect(-brk|-port)?)=([^:]+):(\d+)$/))!==null&&(r=i[1],n=i[3],s=i[4]),r&&s!=="0"?`${r}=${n}:${parseInt(s)+1}`:e})}ms.Command=Dr});var
|
|
23
|
+
`)}),this}_outputHelpIfRequested(e){let r=this._getHelpOption();r&&e.find(s=>r.is(s))&&(this.outputHelp(),this._exit(0,"commander.helpDisplayed","(outputHelp)"))}};function hs(t){return t.map(e=>{if(!e.startsWith("--inspect"))return e;let r,n="127.0.0.1",s="9229",i;return(i=e.match(/^(--inspect(-brk)?)$/))!==null?r=i[1]:(i=e.match(/^(--inspect(-brk|-port)?)=([^:]+)$/))!==null?(r=i[1],/^\d+$/.test(i[3])?s=i[3]:n=i[3]):(i=e.match(/^(--inspect(-brk|-port)?)=([^:]+):(\d+)$/))!==null&&(r=i[1],n=i[3],s=i[4]),r&&s!=="0"?`${r}=${n}:${parseInt(s)+1}`:e})}ms.Command=Dr});var xs=I(Q=>{var{Argument:ys}=Pt(),{Command:jr}=gs(),{CommanderError:Kl,InvalidArgumentError:ws}=dt(),{Help:Gl}=Er(),{Option:bs}=Ir();Q.program=new jr;Q.createCommand=t=>new jr(t);Q.createOption=(t,e)=>new bs(t,e);Q.createArgument=(t,e)=>new ys(t,e);Q.Command=jr;Q.Option=bs;Q.Argument=ys;Q.Help=Gl;Q.CommanderError=Kl;Q.InvalidArgumentError=ws;Q.InvalidOptionArgumentError=ws});var Ur=I((eg,Cs)=>{"use strict";var ht=t=>t&&typeof t.message=="string",Nr=t=>{if(!t)return;let e=t.cause;if(typeof e=="function"){let r=t.cause();return ht(r)?r:void 0}else return ht(e)?e:void 0},$s=(t,e)=>{if(!ht(t))return"";let r=t.stack||"";if(e.has(t))return r+`
|
|
24
24
|
causes have become circular...`;let n=Nr(t);return n?(e.add(t),r+`
|
|
25
|
-
caused by: `+$s(n,e)):r},Jl=t=>$s(t,new Set),Ts=(t,e,r)=>{if(!ht(t))return"";let n=r?"":t.message||"";if(e.has(t))return n+": ...";let s=Nr(t);if(s){e.add(t);let i=typeof t.cause=="function";return n+(i?"":": ")+Ts(s,e,i)}else return n},Yl=t=>Ts(t,new Set);Cs.exports={isErrorLike:ht,getErrorCause:Nr,stackWithCauses:Jl,messageWithCauses:Yl}});var qr=I((tg,As)=>{"use strict";var Xl=Symbol("circular-ref-tag"),Lt=Symbol("pino-raw-err-ref"),Es=Object.create({},{type:{enumerable:!0,writable:!0,value:void 0},message:{enumerable:!0,writable:!0,value:void 0},stack:{enumerable:!0,writable:!0,value:void 0},aggregateErrors:{enumerable:!0,writable:!0,value:void 0},raw:{enumerable:!1,get:function(){return this[Lt]},set:function(t){this[Lt]=t}}});Object.defineProperty(Es,Lt,{writable:!0,value:{}});As.exports={pinoErrProto:Es,pinoErrorSymbols:{seen:Xl,rawSymbol:Lt}}});var Is=I((rg,Rs)=>{"use strict";Rs.exports=Hr;var{messageWithCauses:Zl,stackWithCauses:Ql,isErrorLike:Os}=Ur(),{pinoErrProto:ec,pinoErrorSymbols:tc}=qr(),{seen:Br}=tc,{toString:rc}=Object.prototype;function Hr(t){if(!Os(t))return t;t[Br]=void 0;let e=Object.create(ec);e.type=rc.call(t.constructor)==="[object Function]"?t.constructor.name:t.name,e.message=Zl(t),e.stack=Ql(t),Array.isArray(t.errors)&&(e.aggregateErrors=t.errors.map(r=>Hr(r)));for(let r in t)if(e[r]===void 0){let n=t[r];Os(n)?r!=="cause"&&!Object.prototype.hasOwnProperty.call(n,Br)&&(e[r]=Hr(n)):e[r]=n}return delete t[Br],e.raw=t,e}});var Ps=I((ng,Ms)=>{"use strict";Ms.exports=jt;var{isErrorLike:Wr}=Ur(),{pinoErrProto:nc,pinoErrorSymbols:sc}=qr(),{seen:Dt}=sc,{toString:ic}=Object.prototype;function jt(t){if(!Wr(t))return t;t[Dt]=void 0;let e=Object.create(nc);e.type=ic.call(t.constructor)==="[object Function]"?t.constructor.name:t.name,e.message=t.message,e.stack=t.stack,Array.isArray(t.errors)&&(e.aggregateErrors=t.errors.map(r=>jt(r))),Wr(t.cause)&&!Object.prototype.hasOwnProperty.call(t.cause,Dt)&&(e.cause=jt(t.cause));for(let r in t)if(e[r]===void 0){let n=t[r];Wr(n)?Object.prototype.hasOwnProperty.call(n,Dt)||(e[r]=jt(n)):e[r]=n}return delete t[Dt],e.raw=t,e}});var Fs=I((sg,js)=>{"use strict";js.exports={mapHttpRequest:oc,reqSerializer:Ds};var Vr=Symbol("pino-raw-req-ref"),Ls=Object.create({},{id:{enumerable:!0,writable:!0,value:""},method:{enumerable:!0,writable:!0,value:""},url:{enumerable:!0,writable:!0,value:""},query:{enumerable:!0,writable:!0,value:""},params:{enumerable:!0,writable:!0,value:""},headers:{enumerable:!0,writable:!0,value:{}},remoteAddress:{enumerable:!0,writable:!0,value:""},remotePort:{enumerable:!0,writable:!0,value:""},raw:{enumerable:!1,get:function(){return this[Vr]},set:function(t){this[Vr]=t}}});Object.defineProperty(Ls,Vr,{writable:!0,value:{}});function Ds(t){let e=t.info||t.socket,r=Object.create(Ls);if(r.id=typeof t.id=="function"?t.id():t.id||(t.info?t.info.id:void 0),r.method=t.method,t.originalUrl)r.url=t.originalUrl;else{let n=t.path;r.url=typeof n=="string"?n:t.url?t.url.path||t.url:void 0}return t.query&&(r.query=t.query),t.params&&(r.params=t.params),r.headers=t.headers,r.remoteAddress=e&&e.remoteAddress,r.remotePort=e&&e.remotePort,r.raw=t.raw||t,r}function oc(t){return{req:Ds(t)}}});var Bs=I((ig,qs)=>{"use strict";qs.exports={mapHttpResponse:ac,resSerializer:Us};var zr=Symbol("pino-raw-res-ref"),Ns=Object.create({},{statusCode:{enumerable:!0,writable:!0,value:0},headers:{enumerable:!0,writable:!0,value:""},raw:{enumerable:!1,get:function(){return this[zr]},set:function(t){this[zr]=t}}});Object.defineProperty(Ns,zr,{writable:!0,value:{}});function Us(t){let e=Object.create(Ns);return e.statusCode=t.headersSent?t.statusCode:null,e.headers=t.getHeaders?t.getHeaders():t._headers,e.raw=t,e}function ac(t){return{res:Us(t)}}});var Gr=I((og,Hs)=>{"use strict";var Kr=Is(),lc=Ps(),Ft=Fs(),Nt=Bs();Hs.exports={err:Kr,errWithCause:lc,mapHttpRequest:Ft.mapHttpRequest,mapHttpResponse:Nt.mapHttpResponse,req:Ft.reqSerializer,res:Nt.resSerializer,wrapErrorSerializer:function(e){return e===Kr?e:function(n){return e(Kr(n))}},wrapRequestSerializer:function(e){return e===Ft.reqSerializer?e:function(n){return e(Ft.reqSerializer(n))}},wrapResponseSerializer:function(e){return e===Nt.resSerializer?e:function(n){return e(Nt.resSerializer(n))}}}});var Jr=I((ag,Ws)=>{"use strict";function cc(t,e){return e}Ws.exports=function(){let e=Error.prepareStackTrace;Error.prepareStackTrace=cc;let r=new Error().stack;if(Error.prepareStackTrace=e,!Array.isArray(r))return;let n=r.slice(2),s=[];for(let i of n)i&&s.push(i.getFileName());return s}});var Ys=I((lg,Js)=>{"use strict";function Yr(t){if(t===null||typeof t!="object")return t;if(t instanceof Date)return new Date(t.getTime());if(t instanceof Array){let e=[];for(let r=0;r<t.length;r++)e[r]=Yr(t[r]);return e}if(typeof t=="object"){let e=Object.create(Object.getPrototypeOf(t));for(let r in t)Object.prototype.hasOwnProperty.call(t,r)&&(e[r]=Yr(t[r]));return e}return t}function Vs(t){let e=[],r="",n=!1,s=!1,i="";for(let o=0;o<t.length;o++){let a=t[o];!n&&a==="."?r&&(e.push(r),r=""):a==="["?(r&&(e.push(r),r=""),n=!0):a==="]"&&n?(e.push(r),r="",n=!1,s=!1):(a==='"'||a==="'")&&n?s?a===i?(s=!1,i=""):r+=a:(s=!0,i=a):r+=a}return r&&e.push(r),e}function zs(t,e,r){let n=t;for(let i=0;i<e.length-1;i++){let o=e[i];if(typeof n!="object"||n===null||!(o in n)||typeof n[o]!="object"||n[o]===null)return!1;n=n[o]}let s=e[e.length-1];if(s==="*"){if(Array.isArray(n))for(let i=0;i<n.length;i++)n[i]=r;else if(typeof n=="object"&&n!==null)for(let i in n)Object.prototype.hasOwnProperty.call(n,i)&&(n[i]=r)}else typeof n=="object"&&n!==null&&s in n&&Object.prototype.hasOwnProperty.call(n,s)&&(n[s]=r);return!0}function Ks(t,e){let r=t;for(let s=0;s<e.length-1;s++){let i=e[s];if(typeof r!="object"||r===null||!(i in r)||typeof r[i]!="object"||r[i]===null)return!1;r=r[i]}let n=e[e.length-1];if(n==="*"){if(Array.isArray(r))for(let s=0;s<r.length;s++)r[s]=void 0;else if(typeof r=="object"&&r!==null)for(let s in r)Object.prototype.hasOwnProperty.call(r,s)&&delete r[s]}else typeof r=="object"&&r!==null&&n in r&&Object.prototype.hasOwnProperty.call(r,n)&&delete r[n];return!0}var Ut=Symbol("PATH_NOT_FOUND");function uc(t,e){let r=t;for(let n of e){if(r==null||typeof r!="object"||r===null||!(n in r))return Ut;r=r[n]}return r}function fc(t,e){let r=t;for(let n of e){if(r==null||typeof r!="object"||r===null)return;r=r[n]}return r}function dc(t,e,r,n=!1){for(let s of e){let i=Vs(s);if(i.includes("*"))Gs(t,i,r,s,n);else if(n)Ks(t,i);else{let o=uc(t,i);if(o===Ut)continue;let a=typeof r=="function"?r(o,i):r;zs(t,i,a)}}}function Gs(t,e,r,n,s=!1){let i=e.indexOf("*");if(i===e.length-1){let o=e.slice(0,-1),a=t;for(let l of o){if(a==null||typeof a!="object"||a===null)return;a=a[l]}if(Array.isArray(a))if(s)for(let l=0;l<a.length;l++)a[l]=void 0;else for(let l=0;l<a.length;l++){let c=[...o,l.toString()],f=typeof r=="function"?r(a[l],c):r;a[l]=f}else if(typeof a=="object"&&a!==null)if(s){let l=[];for(let c in a)Object.prototype.hasOwnProperty.call(a,c)&&l.push(c);for(let c of l)delete a[c]}else for(let l in a){let c=[...o,l],f=typeof r=="function"?r(a[l],c):r;a[l]=f}}else pc(t,e,r,i,n,s)}function pc(t,e,r,n,s,i=!1){let o=e.slice(0,n),a=e.slice(n+1),l=[];function c(f,d){if(d===o.length){if(Array.isArray(f))for(let h=0;h<f.length;h++)l[d]=h.toString(),c(f[h],d+1);else if(typeof f=="object"&&f!==null)for(let h in f)l[d]=h,c(f[h],d+1)}else if(d<o.length){let h=o[d];f&&typeof f=="object"&&f!==null&&h in f&&(l[d]=h,c(f[h],d+1))}else if(a.includes("*"))Gs(f,a,typeof r=="function"?(p,u)=>{let m=[...l.slice(0,d),...u];return r(p,m)}:r,s,i);else if(i)Ks(f,a);else{let h=typeof r=="function"?r(fc(f,a),[...l.slice(0,d),...a]):r;zs(f,a,h)}}if(o.length===0)c(t,0);else{let f=t;for(let d=0;d<o.length;d++){let h=o[d];if(f==null||typeof f!="object"||f===null)return;f=f[h],l[d]=h}f!=null&&c(f,o.length)}}function hc(t){if(t.length===0)return null;let e=new Map;for(let r of t){let n=Vs(r),s=e;for(let i=0;i<n.length;i++){let o=n[i];s.has(o)||s.set(o,new Map),s=s.get(o)}}return e}function mc(t,e){if(!e)return t;function r(n,s,i=0){if(!s||s.size===0||n===null||typeof n!="object")return n;if(n instanceof Date)return new Date(n.getTime());if(Array.isArray(n)){let a=[];for(let l=0;l<n.length;l++){let c=l.toString();s.has(c)||s.has("*")?a[l]=r(n[l],s.get(c)||s.get("*")):a[l]=n[l]}return a}let o=Object.create(Object.getPrototypeOf(n));for(let a in n)Object.prototype.hasOwnProperty.call(n,a)&&(s.has(a)||s.has("*")?o[a]=r(n[a],s.get(a)||s.get("*")):o[a]=n[a]);return o}return r(t,e)}function gc(t){if(typeof t!="string")throw new Error("Paths must be (non-empty) strings");if(t==="")throw new Error("Invalid redaction path ()");if(t.includes(".."))throw new Error(`Invalid redaction path (${t})`);if(t.includes(","))throw new Error(`Invalid redaction path (${t})`);let e=0,r=!1,n="";for(let s=0;s<t.length;s++){let i=t[s];if((i==='"'||i==="'")&&e>0)r?i===n&&(r=!1,n=""):(r=!0,n=i);else if(i==="["&&!r)e++;else if(i==="]"&&!r&&(e--,e<0))throw new Error(`Invalid redaction path (${t})`)}if(e!==0)throw new Error(`Invalid redaction path (${t})`)}function yc(t){if(!Array.isArray(t))throw new TypeError("paths must be an array");for(let e of t)gc(e)}function wc(t={}){let{paths:e=[],censor:r="[REDACTED]",serialize:n=JSON.stringify,strict:s=!0,remove:i=!1}=t;yc(e);let o=hc(e);return function(l){if(s&&(l===null||typeof l!="object")&&(l==null||typeof l!="object"))return n?n(l):l;let c=mc(l,o),f=l,d=r;return typeof r=="function"&&(d=r),dc(c,e,d,i),n===!1?(c.restore=function(){return Yr(f)},c):typeof n=="function"?n(c):JSON.stringify(c)}}Js.exports=wc});var ze=I((cg,Xs)=>{"use strict";var bc=Symbol("pino.setLevel"),Sc=Symbol("pino.getLevel"),xc=Symbol("pino.levelVal"),_c=Symbol("pino.levelComp"),vc=Symbol("pino.useLevelLabels"),kc=Symbol("pino.useOnlyCustomLevels"),$c=Symbol("pino.mixin"),Tc=Symbol("pino.lsCache"),Cc=Symbol("pino.chindings"),Ec=Symbol("pino.asJson"),Ac=Symbol("pino.write"),Oc=Symbol("pino.redactFmt"),Rc=Symbol("pino.time"),Ic=Symbol("pino.timeSliceIndex"),Mc=Symbol("pino.stream"),Pc=Symbol("pino.stringify"),Lc=Symbol("pino.stringifySafe"),Dc=Symbol("pino.stringifiers"),jc=Symbol("pino.end"),Fc=Symbol("pino.formatOpts"),Nc=Symbol("pino.messageKey"),Uc=Symbol("pino.errorKey"),qc=Symbol("pino.nestedKey"),Bc=Symbol("pino.nestedKeyStr"),Hc=Symbol("pino.mixinMergeStrategy"),Wc=Symbol("pino.msgPrefix"),Vc=Symbol("pino.wildcardFirst"),zc=Symbol.for("pino.serializers"),Kc=Symbol.for("pino.formatters"),Gc=Symbol.for("pino.hooks"),Jc=Symbol.for("pino.metadata");Xs.exports={setLevelSym:bc,getLevelSym:Sc,levelValSym:xc,levelCompSym:_c,useLevelLabelsSym:vc,mixinSym:$c,lsCacheSym:Tc,chindingsSym:Cc,asJsonSym:Ec,writeSym:Ac,serializersSym:zc,redactFmtSym:Oc,timeSym:Rc,timeSliceIndexSym:Ic,streamSym:Mc,stringifySym:Pc,stringifySafeSym:Lc,stringifiersSym:Dc,endSym:jc,formatOptsSym:Fc,messageKeySym:Nc,errorKeySym:Uc,nestedKeySym:qc,wildcardFirstSym:Vc,needsMetadataGsym:Jc,useOnlyCustomLevelsSym:kc,formattersSym:Kc,hooksSym:Gc,nestedKeyStrSym:Bc,mixinMergeStrategySym:Hc,msgPrefixSym:Wc}});var Zr=I((ug,ti)=>{"use strict";var Zs=Ys(),{redactFmtSym:Yc,wildcardFirstSym:qt}=ze(),Xr=/[^.[\]]+|\[([^[\]]*?)\]/g,Qs="[Redacted]",ei=!1;function Xc(t,e){let{paths:r,censor:n,remove:s}=Zc(t),i=r.reduce((l,c)=>{Xr.lastIndex=0;let f=Xr.exec(c),d=Xr.exec(c),h=f[1]!==void 0?f[1].replace(/^(?:"|'|`)(.*)(?:"|'|`)$/,"$1"):f[0];if(h==="*"&&(h=qt),d===null)return l[h]=null,l;if(l[h]===null)return l;let{index:p}=d,u=`${c.substr(p,c.length-1)}`;return l[h]=l[h]||[],h!==qt&&l[h].length===0&&l[h].push(...l[qt]||[]),h===qt&&Object.keys(l).forEach(function(m){l[m]&&l[m].push(u)}),l[h].push(u),l},{}),o={[Yc]:Zs({paths:r,censor:n,serialize:e,strict:ei,remove:s})},a=(...l)=>e(typeof n=="function"?n(...l):n);return[...Object.keys(i),...Object.getOwnPropertySymbols(i)].reduce((l,c)=>{if(i[c]===null)l[c]=f=>a(f,[c]);else{let f=typeof n=="function"?(d,h)=>n(d,[c,...h]):n;l[c]=Zs({paths:i[c],censor:f,serialize:e,strict:ei,remove:s})}return l},o)}function Zc(t){if(Array.isArray(t))return t={paths:t,censor:Qs},t;let{paths:e,censor:r=Qs,remove:n}=t;if(Array.isArray(e)===!1)throw Error("pino \u2013 redact must contain an array of strings");return n===!0&&(r=void 0),{paths:e,censor:r,remove:n}}ti.exports=Xc});var si=I((fg,ni)=>{"use strict";var Qc=()=>"",eu=()=>`,"time":${Date.now()}`,tu=()=>`,"time":${Math.round(Date.now()/1e3)}`,ru=()=>`,"time":"${new Date(Date.now()).toISOString()}"`,nu=1000000n,ri=1000000000n,su=BigInt(Date.now())*nu,iu=process.hrtime.bigint(),ou=()=>{let t=process.hrtime.bigint()-iu,e=su+t,r=e/ri,n=e%ri,s=Number(r*1000n+n/1000000n),i=new Date(s),o=i.getUTCFullYear(),a=(i.getUTCMonth()+1).toString().padStart(2,"0"),l=i.getUTCDate().toString().padStart(2,"0"),c=i.getUTCHours().toString().padStart(2,"0"),f=i.getUTCMinutes().toString().padStart(2,"0"),d=i.getUTCSeconds().toString().padStart(2,"0");return`,"time":"${o}-${a}-${l}T${c}:${f}:${d}.${n.toString().padStart(9,"0")}Z"`};ni.exports={nullTime:Qc,epochTime:eu,unixTime:tu,isoTime:ru,isoTimeNano:ou}});var oi=I((dg,ii)=>{"use strict";function au(t){try{return JSON.stringify(t)}catch{return'"[Circular]"'}}ii.exports=lu;function lu(t,e,r){var n=r&&r.stringify||au,s=1;if(typeof t=="object"&&t!==null){var i=e.length+s;if(i===1)return t;var o=new Array(i);o[0]=n(t);for(var a=1;a<i;a++)o[a]=n(e[a]);return o.join(" ")}if(typeof t!="string")return t;var l=e.length;if(l===0)return t;for(var c="",f=1-s,d=-1,h=t&&t.length||0,p=0;p<h;){if(t.charCodeAt(p)===37&&p+1<h){switch(d=d>-1?d:0,t.charCodeAt(p+1)){case 100:case 102:if(f>=l||e[f]==null)break;d<p&&(c+=t.slice(d,p)),c+=Number(e[f]),d=p+2,p++;break;case 105:if(f>=l||e[f]==null)break;d<p&&(c+=t.slice(d,p)),c+=Math.floor(Number(e[f])),d=p+2,p++;break;case 79:case 111:case 106:if(f>=l||e[f]===void 0)break;d<p&&(c+=t.slice(d,p));var u=typeof e[f];if(u==="string"){c+="'"+e[f]+"'",d=p+2,p++;break}if(u==="function"){c+=e[f].name||"<anonymous>",d=p+2,p++;break}c+=n(e[f]),d=p+2,p++;break;case 115:if(f>=l)break;d<p&&(c+=t.slice(d,p)),c+=String(e[f]),d=p+2,p++;break;case 37:d<p&&(c+=t.slice(d,p)),c+="%",d=p+2,p++,f--;break}++f}++p}return d===-1?t:(d<h&&(c+=t.slice(d)),c)}});var en=I((pg,Qr)=>{"use strict";if(typeof SharedArrayBuffer<"u"&&typeof Atomics<"u"){let e=function(r){if((r>0&&r<1/0)===!1)throw typeof r!="number"&&typeof r!="bigint"?TypeError("sleep: ms must be a number"):RangeError("sleep: ms must be a number that is greater than 0 but less than Infinity");Atomics.wait(t,0,0,Number(r))},t=new Int32Array(new SharedArrayBuffer(4));Qr.exports=e}else{let t=function(e){if((e>0&&e<1/0)===!1)throw typeof e!="number"&&typeof e!="bigint"?TypeError("sleep: ms must be a number"):RangeError("sleep: ms must be a number that is greater than 0 but less than Infinity");let n=Date.now()+Number(e);for(;n>Date.now(););};Qr.exports=t}});var hi=I((hg,pi)=>{"use strict";var F=require("fs"),cu=require("events"),uu=require("util").inherits,ai=require("path"),rn=en(),fu=require("assert"),Bt=100,Ht=Buffer.allocUnsafe(0),du=16*1024,li="buffer",ci="utf8",[pu,hu]=(process.versions.node||"0.0").split(".").map(Number),mu=pu>=22&&hu>=7;function ui(t,e){e._opening=!0,e._writing=!0,e._asyncDrainScheduled=!1;function r(i,o){if(i){e._reopening=!1,e._writing=!1,e._opening=!1,e.sync?process.nextTick(()=>{e.listenerCount("error")>0&&e.emit("error",i)}):e.emit("error",i);return}let a=e._reopening;e.fd=o,e.file=t,e._reopening=!1,e._opening=!1,e._writing=!1,e.sync?process.nextTick(()=>e.emit("ready")):e.emit("ready"),!e.destroyed&&(!e._writing&&e._len>e.minLength||e._flushPending?e._actualWrite():a&&process.nextTick(()=>e.emit("drain")))}let n=e.append?"a":"w",s=e.mode;if(e.sync)try{e.mkdir&&F.mkdirSync(ai.dirname(t),{recursive:!0});let i=F.openSync(t,n,s);r(null,i)}catch(i){throw r(i),i}else e.mkdir?F.mkdir(ai.dirname(t),{recursive:!0},i=>{if(i)return r(i);F.open(t,n,s,r)}):F.open(t,n,s,r)}function oe(t){if(!(this instanceof oe))return new oe(t);let{fd:e,dest:r,minLength:n,maxLength:s,maxWrite:i,periodicFlush:o,sync:a,append:l=!0,mkdir:c,retryEAGAIN:f,fsync:d,contentMode:h,mode:p}=t||{};e=e||r,this._len=0,this.fd=-1,this._bufs=[],this._lens=[],this._writing=!1,this._ending=!1,this._reopening=!1,this._asyncDrainScheduled=!1,this._flushPending=!1,this._hwm=Math.max(n||0,16387),this.file=null,this.destroyed=!1,this.minLength=n||0,this.maxLength=s||0,this.maxWrite=i||du,this._periodicFlush=o||0,this._periodicFlushTimer=void 0,this.sync=a||!1,this.writable=!0,this._fsync=d||!1,this.append=l||!1,this.mode=p,this.retryEAGAIN=f||(()=>!0),this.mkdir=c||!1;let u,m;if(h===li)this._writingBuf=Ht,this.write=wu,this.flush=Su,this.flushSync=_u,this._actualWrite=ku,u=()=>F.writeSync(this.fd,this._writingBuf),m=()=>F.write(this.fd,this._writingBuf,this.release);else if(h===void 0||h===ci)this._writingBuf="",this.write=yu,this.flush=bu,this.flushSync=xu,this._actualWrite=vu,u=()=>Buffer.isBuffer(this._writingBuf)?F.writeSync(this.fd,this._writingBuf):F.writeSync(this.fd,this._writingBuf,"utf8"),m=()=>Buffer.isBuffer(this._writingBuf)?F.write(this.fd,this._writingBuf,this.release):F.write(this.fd,this._writingBuf,"utf8",this.release);else throw new Error(`SonicBoom supports "${ci}" and "${li}", but passed ${h}`);if(typeof e=="number")this.fd=e,process.nextTick(()=>this.emit("ready"));else if(typeof e=="string")ui(e,this);else throw new Error("SonicBoom supports only file descriptors and files");if(this.minLength>=this.maxWrite)throw new Error(`minLength should be smaller than maxWrite (${this.maxWrite})`);this.release=(g,S)=>{if(g){if((g.code==="EAGAIN"||g.code==="EBUSY")&&this.retryEAGAIN(g,this._writingBuf.length,this._len-this._writingBuf.length))if(this.sync)try{rn(Bt),this.release(void 0,0)}catch(_){this.release(_)}else setTimeout(m,Bt);else this._writing=!1,this.emit("error",g);return}this.emit("write",S);let b=tn(this._writingBuf,this._len,S);if(this._len=b.len,this._writingBuf=b.writingBuf,this._writingBuf.length){if(!this.sync){m();return}try{do{let _=u(),$=tn(this._writingBuf,this._len,_);this._len=$.len,this._writingBuf=$.writingBuf}while(this._writingBuf.length)}catch(_){this.release(_);return}}this._fsync&&F.fsyncSync(this.fd);let x=this._len;this._reopening?(this._writing=!1,this._reopening=!1,this.reopen()):x>this.minLength?this._actualWrite():this._ending?x>0?this._actualWrite():(this._writing=!1,Wt(this)):(this._writing=!1,this.sync?this._asyncDrainScheduled||(this._asyncDrainScheduled=!0,process.nextTick(gu,this)):this.emit("drain"))},this.on("newListener",function(g){g==="drain"&&(this._asyncDrainScheduled=!1)}),this._periodicFlush!==0&&(this._periodicFlushTimer=setInterval(()=>this.flush(null),this._periodicFlush),this._periodicFlushTimer.unref())}function tn(t,e,r){return typeof t=="string"&&(t=Buffer.from(t)),e=Math.max(e-r,0),t=t.subarray(r),{writingBuf:t,len:e}}function gu(t){t.listenerCount("drain")>0&&(t._asyncDrainScheduled=!1,t.emit("drain"))}uu(oe,cu);function fi(t,e){return t.length===0?Ht:t.length===1?t[0]:Buffer.concat(t,e)}function yu(t){if(this.destroyed)throw new Error("SonicBoom destroyed");t=""+t;let e=Buffer.byteLength(t),r=this._len+e,n=this._bufs;return this.maxLength&&r>this.maxLength?(this.emit("drop",t),this._len<this._hwm):(n.length===0||Buffer.byteLength(n[n.length-1])+e>this.maxWrite?n.push(t):n[n.length-1]+=t,this._len=r,!this._writing&&this._len>=this.minLength&&this._actualWrite(),this._len<this._hwm)}function wu(t){if(this.destroyed)throw new Error("SonicBoom destroyed");let e=this._len+t.length,r=this._bufs,n=this._lens;return this.maxLength&&e>this.maxLength?(this.emit("drop",t),this._len<this._hwm):(r.length===0||n[n.length-1]+t.length>this.maxWrite?(r.push([t]),n.push(t.length)):(r[r.length-1].push(t),n[n.length-1]+=t.length),this._len=e,!this._writing&&this._len>=this.minLength&&this._actualWrite(),this._len<this._hwm)}function di(t){this._flushPending=!0;let e=()=>{if(this._fsync)this._flushPending=!1,t();else try{F.fsync(this.fd,n=>{this._flushPending=!1,t(n)})}catch(n){t(n)}this.off("error",r)},r=n=>{this._flushPending=!1,t(n),this.off("drain",e)};this.once("drain",e),this.once("error",r)}function bu(t){if(t!=null&&typeof t!="function")throw new Error("flush cb must be a function");if(this.destroyed){let e=new Error("SonicBoom destroyed");if(t){t(e);return}throw e}if(this.minLength<=0){t?.();return}t&&di.call(this,t),!this._writing&&(this._bufs.length===0&&this._bufs.push(""),this._actualWrite())}function Su(t){if(t!=null&&typeof t!="function")throw new Error("flush cb must be a function");if(this.destroyed){let e=new Error("SonicBoom destroyed");if(t){t(e);return}throw e}if(this.minLength<=0){t?.();return}t&&di.call(this,t),!this._writing&&(this._bufs.length===0&&(this._bufs.push([]),this._lens.push(0)),this._actualWrite())}oe.prototype.reopen=function(t){if(this.destroyed)throw new Error("SonicBoom destroyed");if(this._opening){this.once("ready",()=>{this.reopen(t)});return}if(this._ending)return;if(!this.file)throw new Error("Unable to reopen a file descriptor, you must pass a file to SonicBoom");if(t&&(this.file=t),this._reopening=!0,this._writing)return;let e=this.fd;this.once("ready",()=>{e!==this.fd&&F.close(e,r=>{if(r)return this.emit("error",r)})}),ui(this.file,this)};oe.prototype.end=function(){if(this.destroyed)throw new Error("SonicBoom destroyed");if(this._opening){this.once("ready",()=>{this.end()});return}this._ending||(this._ending=!0,!this._writing&&(this._len>0&&this.fd>=0?this._actualWrite():Wt(this)))};function xu(){if(this.destroyed)throw new Error("SonicBoom destroyed");if(this.fd<0)throw new Error("sonic boom is not ready yet");!this._writing&&this._writingBuf.length>0&&(this._bufs.unshift(this._writingBuf),this._writingBuf="");let t="";for(;this._bufs.length||t.length;){t.length<=0&&(t=this._bufs[0]);try{let e=Buffer.isBuffer(t)?F.writeSync(this.fd,t):F.writeSync(this.fd,t,"utf8"),r=tn(t,this._len,e);t=r.writingBuf,this._len=r.len,t.length<=0&&this._bufs.shift()}catch(e){if((e.code==="EAGAIN"||e.code==="EBUSY")&&!this.retryEAGAIN(e,t.length,this._len-t.length))throw e;rn(Bt)}}try{F.fsyncSync(this.fd)}catch{}}function _u(){if(this.destroyed)throw new Error("SonicBoom destroyed");if(this.fd<0)throw new Error("sonic boom is not ready yet");!this._writing&&this._writingBuf.length>0&&(this._bufs.unshift([this._writingBuf]),this._writingBuf=Ht);let t=Ht;for(;this._bufs.length||t.length;){t.length<=0&&(t=fi(this._bufs[0],this._lens[0]));try{let e=F.writeSync(this.fd,t);t=t.subarray(e),this._len=Math.max(this._len-e,0),t.length<=0&&(this._bufs.shift(),this._lens.shift())}catch(e){if((e.code==="EAGAIN"||e.code==="EBUSY")&&!this.retryEAGAIN(e,t.length,this._len-t.length))throw e;rn(Bt)}}}oe.prototype.destroy=function(){this.destroyed||Wt(this)};function vu(){let t=this.release;if(this._writing=!0,this._writingBuf=this._writingBuf.length?this._writingBuf:this._bufs.shift()||"",this.sync)try{let e=Buffer.isBuffer(this._writingBuf)?F.writeSync(this.fd,this._writingBuf):F.writeSync(this.fd,this._writingBuf,"utf8");t(null,e)}catch(e){t(e)}else F.write(this.fd,this._writingBuf,t)}function ku(){let t=this.release;if(this._writing=!0,this._writingBuf=this._writingBuf.length?this._writingBuf:fi(this._bufs.shift(),this._lens.shift()),this.sync)try{let e=F.writeSync(this.fd,this._writingBuf);t(null,e)}catch(e){t(e)}else mu&&(this._writingBuf=Buffer.from(this._writingBuf)),F.write(this.fd,this._writingBuf,t)}function Wt(t){if(t.fd===-1){t.once("ready",Wt.bind(null,t));return}t._periodicFlushTimer!==void 0&&clearInterval(t._periodicFlushTimer),t.destroyed=!0,t._bufs=[],t._lens=[],fu(typeof t.fd=="number",`sonic.fd must be a number, got ${typeof t.fd}`);try{F.fsync(t.fd,e)}catch{}function e(){t.fd!==1&&t.fd!==2?F.close(t.fd,r):r()}function r(n){if(n){t.emit("error",n);return}t._ending&&!t._writing&&t.emit("finish"),t.emit("close")}}oe.SonicBoom=oe;oe.default=oe;pi.exports=oe});var nn=I((mg,bi)=>{"use strict";var ae={exit:[],beforeExit:[]},mi={exit:Cu,beforeExit:Eu},Ke;function $u(){Ke===void 0&&(Ke=new FinalizationRegistry(Au))}function Tu(t){ae[t].length>0||process.on(t,mi[t])}function gi(t){ae[t].length>0||(process.removeListener(t,mi[t]),ae.exit.length===0&&ae.beforeExit.length===0&&(Ke=void 0))}function Cu(){yi("exit")}function Eu(){yi("beforeExit")}function yi(t){for(let e of ae[t]){let r=e.deref(),n=e.fn;r!==void 0&&n(r,t)}ae[t]=[]}function Au(t){for(let e of["exit","beforeExit"]){let r=ae[e].indexOf(t);ae[e].splice(r,r+1),gi(e)}}function wi(t,e,r){if(e===void 0)throw new Error("the object can't be undefined");Tu(t);let n=new WeakRef(e);n.fn=r,$u(),Ke.register(e,n),ae[t].push(n)}function Ou(t,e){wi("exit",t,e)}function Ru(t,e){wi("beforeExit",t,e)}function Iu(t){if(Ke!==void 0){Ke.unregister(t);for(let e of["exit","beforeExit"])ae[e]=ae[e].filter(r=>{let n=r.deref();return n&&n!==t}),gi(e)}}bi.exports={register:Ou,registerBeforeExit:Ru,unregister:Iu}});var Si=I((gg,Mu)=>{Mu.exports={name:"thread-stream",version:"4.2.0",description:"A streaming way to send data to a Node.js Worker Thread",main:"index.js",types:"index.d.ts",engines:{node:">=20"},dependencies:{"real-require":"^1.0.0"},devDependencies:{"@types/node":"^25.0.2","@yao-pkg/pkg":"^6.0.0",borp:"^1.0.0",desm:"^1.3.0",eslint:"^9.39.1",fastbench:"^1.0.1",neostandard:"^0.13.0","pino-elasticsearch":"^9.0.0","sonic-boom":"^5.0.0","ts-node":"^10.8.0",typescript:"~5.7.3"},scripts:{build:"tsc --noEmit",lint:"eslint",test:'npm run lint && npm run build && npm run transpile && borp --pattern "test/*.test.{js,mjs}"',"test:ci":'npm run lint && npm run transpile && borp --pattern "test/*.test.{js,mjs}"',"test:yarn":'npm run transpile && borp --pattern "test/*.test.js"',transpile:"sh ./test/ts/transpile.sh"},repository:{type:"git",url:"git+https://github.com/mcollina/thread-stream.git"},keywords:["worker","thread","threads","stream"],author:"Matteo Collina <hello@matteocollina.com>",license:"MIT",bugs:{url:"https://github.com/mcollina/thread-stream/issues"},homepage:"https://github.com/mcollina/thread-stream#readme"}});var _i=I((yg,xi)=>{"use strict";function Pu(t,e,r,n,s){let i=n===1/0?1/0:Date.now()+n,o=()=>{let a=Atomics.load(t,e);if(a===r){s(null,"ok");return}if(i!==1/0&&Date.now()>i){s(null,"timed-out");return}let l=i===1/0?1e4:Math.min(1e4,Math.max(1,i-Date.now())),c=Atomics.waitAsync(t,e,a,l);c.async?c.value.then(o):setImmediate(o)};o()}function Lu(t,e,r,n,s){let i=n===1/0?1/0:Date.now()+n,o=()=>{if(Atomics.load(t,e)!==r){s(null,"ok");return}if(i!==1/0&&Date.now()>i){s(null,"timed-out");return}let l=i===1/0?1e4:Math.min(1e4,Math.max(1,i-Date.now())),c=Atomics.waitAsync(t,e,r,l);c.async?c.value.then(f=>{if(f==="ok"){s(null,"ok");return}o()}):setImmediate(o)};o()}xi.exports={wait:Pu,waitDiff:Lu}});var ki=I((wg,vi)=>{"use strict";vi.exports={WRITE_INDEX:4,READ_INDEX:8,SEQ_INDEX:2}});var Di=I((bg,Li)=>{"use strict";var{version:Du}=Si(),{EventEmitter:ju}=require("events"),{Worker:Fu}=require("worker_threads"),{join:Nu}=require("path"),{pathToFileURL:Uu}=require("url"),{wait:qu}=_i(),{WRITE_INDEX:he,READ_INDEX:Re,SEQ_INDEX:sn}=ki(),Bu=require("buffer"),Hu=require("assert"),y=Symbol("kImpl"),Wu=Bu.constants.MAX_STRING_LENGTH;function $i(){}function cn(t,e){Atomics.add(t[y].state,sn,1),e(),Atomics.add(t[y].state,sn,1),Atomics.notify(t[y].state,sn)}function Ti(t){cn(t,()=>{Atomics.store(t[y].state,Re,0),Atomics.store(t[y].state,he,0)})}var mt=class{constructor(e){this._value=e}deref(){return this._value}},Vt=class{register(){}unregister(){}},Vu=process.env.NODE_V8_COVERAGE?Vt:global.FinalizationRegistry||Vt,zu=process.env.NODE_V8_COVERAGE?mt:global.WeakRef||mt,Ci=new Vu(t=>{t.exited||t.terminate()});function Ku(t,e){let{filename:r,workerData:n}=e,i=("__bundlerPathsOverrides"in globalThis?globalThis.__bundlerPathsOverrides:{})["thread-stream-worker"]||Nu(__dirname,"lib","worker.js"),o=new Fu(i,{...e.workerOpts,name:e.workerOpts?.name||"thread-stream",trackUnmanagedFds:!1,workerData:{filename:r.indexOf("file://")===0?r:Uu(r).href,dataBuf:t[y].dataBuf,stateBuf:t[y].stateBuf,workerData:{$context:{threadStreamVersion:Du},...n}}});return o.stream=new mt(t),o.on("message",Gu),o.on("exit",Oi),Ci.register(t,o),o}function Ei(t){Hu(!t[y].sync),t[y].needDrain&&(t[y].needDrain=!1,t.emit("drain"))}function Ai(t){for(;;){let e=Atomics.load(t[y].state,he),r=t[y].data.length-e;if(r>0){if(t[y].bufLen===0){t[y].flushing=!1,t[y].ending?un(t):t[y].needDrain&&process.nextTick(Ei,t);return}Mi(t,r,$i);continue}if(r===0){if(e===0&&t[y].bufLen===0)return;zt(t,()=>{t.destroyed||(Ti(t),Ai(t))});return}Q(t,new Error("overwritten"));return}}function Gu(t){let e=this.stream.deref();if(e===void 0){this.exited=!0,this.terminate();return}if(t?.code!=null)switch(t.code){case"READY":this.stream=new zu(e),zt(e,()=>{e[y].ready=!0,e.emit("ready")});break;case"ERROR":Q(e,t.err);break;case"EVENT":Array.isArray(t.args)?e.emit(t.name,...t.args):e.emit(t.name,t.args);break;case"FLUSHED":{if(t.context!=="thread-stream"){Q(e,new Error("this should not happen: "+t.code));break}let r=e[y].flushCallbacks.get(t.id);r&&(e[y].flushCallbacks.delete(t.id),process.nextTick(r));break}case"WARNING":process.emitWarning(t.err);break;default:Q(e,new Error("this should not happen: "+t.code))}}function Oi(t){let e=this.stream.deref();e!==void 0&&(Ci.unregister(e),e.worker.exited=!0,e.worker.off("exit",Oi),Q(e,t!==0?new Error("the worker thread exited"):null))}var an=class extends ju{constructor(e={}){if(super(),e.bufferSize<4)throw new Error("bufferSize must at least fit a 4-byte utf-8 char");this[y]={},this[y].stateBuf=new SharedArrayBuffer(128),this[y].state=new Int32Array(this[y].stateBuf),this[y].dataBuf=new SharedArrayBuffer(e.bufferSize||4*1024*1024),this[y].data=Buffer.from(this[y].dataBuf),this[y].sync=e.sync||!1,this[y].ending=!1,this[y].ended=!1,this[y].needDrain=!1,this[y].destroyed=!1,this[y].flushing=!1,this[y].ready=!1,this[y].finished=!1,this[y].errored=null,this[y].closed=!1,this[y].buf=[],this[y].bufHead=0,this[y].bufLen=0,this[y].flushCallbacks=new Map,this[y].nextFlushId=0,this.worker=Ku(this,e),this.on("message",(r,n)=>{this.worker.postMessage(r,n)})}write(e){let r=Buffer.isBuffer(e)?e:Buffer.from(e);if(this[y].destroyed)return ln(this,new Error("the worker has exited")),!1;if(this[y].ending)return ln(this,new Error("the worker is ending")),!1;if(this[y].flushing&&this[y].bufLen+r.length>=Wu)try{on(this),this[y].flushing=!0}catch(n){return Q(this,n),!1}if(this[y].buf.push(r),this[y].bufLen+=r.length,this[y].sync)try{return on(this),!0}catch(n){return Q(this,n),!1}return this[y].flushing||(this[y].flushing=!0,setImmediate(Ai,this)),this[y].needDrain=this[y].data.length-this[y].bufLen-Atomics.load(this[y].state,he)<=0,!this[y].needDrain}end(){this[y].destroyed||(this[y].ending=!0,un(this))}flush(e){e=typeof e=="function"?e:$i,Ri(this,r=>{if(r){process.nextTick(e,r);return}Ii(this,e)})}flushSync(){this[y].destroyed||(on(this),Pi(this))}unref(){this.worker.unref()}ref(){this.worker.ref()}get ready(){return this[y].ready}get destroyed(){return this[y].destroyed}get closed(){return this[y].closed}get writable(){return!this[y].destroyed&&!this[y].ending}get writableEnded(){return this[y].ending}get writableFinished(){return this[y].finished}get writableNeedDrain(){return this[y].needDrain}get writableObjectMode(){return!1}get writableErrored(){return this[y].errored}};function Ri(t,e){if(t[y].destroyed){process.nextTick(e,new Error("the worker has exited"));return}if(!t[y].sync&&(t[y].flushing||t[y].bufLen>0)){setImmediate(Ri,t,e);return}zt(t,e)}function zt(t,e){let r=Atomics.load(t[y].state,he);qu(t[y].state,Re,r,1/0,(n,s)=>{if(n){Q(t,n),e(n);return}if(s!=="ok"){zt(t,e);return}e()})}function Ii(t,e){if(t[y].destroyed){process.nextTick(e,new Error("the worker has exited"));return}if(!t[y].ready){let n=()=>{i(),Ii(t,e)},s=()=>{i(),process.nextTick(e,new Error("the worker has exited"))},i=()=>{t.off("ready",n),t.off("close",s)};t.once("ready",n),t.once("close",s);return}let r=++t[y].nextFlushId;t[y].flushCallbacks.set(r,e);try{t.worker.postMessage({code:"FLUSH",context:"thread-stream",id:r})}catch(n){t[y].flushCallbacks.delete(r),Q(t,n),process.nextTick(e,n)}}function Ju(t,e){let r=t[y].flushCallbacks;if(r.size===0)return;let n=e||new Error("the worker has exited");for(let s of r.values())process.nextTick(s,n);r.clear()}function ln(t,e){setImmediate(()=>{t.emit("error",e)})}function Q(t,e){t[y].destroyed||(t[y].destroyed=!0,Ju(t,e),e&&(t[y].errored=e,ln(t,e)),t.worker.exited?setImmediate(()=>{t[y].closed=!0,t.emit("close")}):t.worker.terminate().catch(()=>{}).then(()=>{t[y].closed=!0,t.emit("close")}))}function Mi(t,e,r){let s=Atomics.load(t[y].state,he),i=e;for(;i>0&&t[y].bufLen!==0;){let o=t[y].bufHead,a=t[y].buf[o];if(a.length<=i){a.copy(t[y].data,s),s+=a.length,i-=a.length,t[y].bufLen-=a.length,t[y].bufHead=o+1,t[y].bufHead===t[y].buf.length?(t[y].buf.length=0,t[y].bufHead=0):t[y].bufHead>=1024&&t[y].bufHead*2>=t[y].buf.length&&(t[y].buf.splice(0,t[y].bufHead),t[y].bufHead=0);continue}a.copy(t[y].data,s,0,i),t[y].buf[o]=a.subarray(i),t[y].bufLen-=i,s+=i,i=0}return cn(t,()=>{Atomics.store(t[y].state,he,s)}),r(),!0}function un(t){if(!(t[y].ended||!t[y].ending||t[y].flushing)){t[y].ended=!0;try{t.flushSync();let e=Atomics.load(t[y].state,Re);cn(t,()=>{Atomics.store(t[y].state,he,-1)});let r=0;for(;e!==-1;){if(Atomics.wait(t[y].state,Re,e,1e3),e=Atomics.load(t[y].state,Re),e===-2){Q(t,new Error("end() failed"));return}if(++r===10){Q(t,new Error("end() took too long (10s)"));return}}process.nextTick(()=>{t[y].finished=!0,t.emit("finish")})}catch(e){Q(t,e)}}}function on(t){let e=()=>{t[y].ending?un(t):t[y].needDrain&&process.nextTick(Ei,t)};for(t[y].flushing=!1;t[y].bufLen!==0;){let r=Atomics.load(t[y].state,he),n=t[y].data.length-r;if(n===0){Pi(t),Ti(t);continue}else if(n<0)throw new Error("overwritten");Mi(t,n,e)}}function Pi(t){if(t[y].flushing)throw new Error("unable to flush while flushing");let e=Atomics.load(t[y].state,he),r=0;for(;;){let n=Atomics.load(t[y].state,Re);if(n===-2)throw Error("_flushSync failed");if(n!==e)Atomics.wait(t[y].state,Re,n,1e3);else break;if(++r===10)throw new Error("_flushSync took too long (10s)")}}Li.exports=an});var pn=I((Sg,Ni)=>{"use strict";var{createRequire:Yu}=require("module"),{existsSync:Xu}=require("node:fs"),Zu=Jr(),{join:fn,isAbsolute:Fi,sep:Qu}=require("node:path"),{fileURLToPath:ef}=require("node:url"),tf=en(),dn=nn(),rf=Di();function nf(t){dn.register(t,cf),dn.registerBeforeExit(t,uf),t.on("close",function(){dn.unregister(t)})}function sf(){let t=process.execArgv;for(let e=0;e<t.length;e++){let r=t[e];if(r==="--import"||r==="--require"||r==="-r"||r.startsWith("--import=")||r.startsWith("--require=")||r.startsWith("-r="))return!0}return!1}function of(t){let e=t.match(/(?:[^\s"']+|"[^"]*"|'[^']*')+/g);if(!e)return t;let r=[],n=!1;for(let s=0;s<e.length;s++){let i=e[s];if(i==="--require"||i==="-r"||i==="--import"){let o=e[s+1];if(o&&ji(o)){n=!0,s++;continue}r.push(i),o&&(r.push(o),s++);continue}if(i.startsWith("--require=")||i.startsWith("-r=")||i.startsWith("--import=")){let o=i.slice(i.indexOf("=")+1);if(ji(o)){n=!0;continue}}r.push(i)}return n?r.join(" "):t}function ji(t){let e=af(t);if(!e)return!1;let r=e;if(r.startsWith("file://"))try{r=ef(r)}catch{return!1}return Fi(r)&&!Xu(r)}function af(t){let e=t[0],r=t[t.length-1];return e==='"'&&r==='"'||e==="'"&&r==="'"?t.slice(1,-1):t}function lf(t,e,r,n,s){if(!r.execArgv&&sf()&&require.main===void 0&&(r={...r,execArgv:[]}),!r.env&&process.env.NODE_OPTIONS){let l=of(process.env.NODE_OPTIONS);l!==process.env.NODE_OPTIONS&&(r={...r,env:{...process.env,NODE_OPTIONS:l}})}r={...r,name:s};let i=new rf({filename:t,workerData:e,workerOpts:r,sync:n});i.on("ready",o),i.on("close",function(){process.removeListener("exit",a)}),process.on("exit",a);function o(){process.removeListener("exit",a),i.unref(),r.autoEnd!==!1&&nf(i)}function a(){i.closed||(i.flushSync(),tf(100),i.end())}return i}function cf(t){t.ref(),t.flushSync(),t.end(),t.once("close",function(){t.unref()})}function uf(t){t.flushSync()}function ff(t){let{pipeline:e,targets:r,levels:n,dedupe:s,worker:i={},caller:o=Zu(),sync:a=!1}=t,l={...t.options},c=typeof o=="string"?[o]:o,f=typeof globalThis=="object"&&Object.prototype.hasOwnProperty.call(globalThis,"__bundlerPathsOverrides")&&globalThis.__bundlerPathsOverrides&&typeof globalThis.__bundlerPathsOverrides=="object"?globalThis.__bundlerPathsOverrides:Object.create(null),d=t.target;if(d&&r)throw new Error("only one of target or targets can be specified");r?(d=f["pino-worker"]||fn(__dirname,"worker.js"),l.targets=r.filter(u=>u.target).map(u=>({...u,target:p(u.target)})),l.pipelines=r.filter(u=>u.pipeline).map(u=>u.pipeline.map(m=>({...m,level:u.level,target:p(m.target)})))):e&&(d=f["pino-worker"]||fn(__dirname,"worker.js"),l.pipelines=[e.map(u=>({...u,target:p(u.target)}))]),n&&(l.levels=n),s&&(l.dedupe=s),l.pinoWillSendConfig=!0;let h=r||e?"pino.transport":d;return lf(p(d),l,i,a,h);function p(u){if(u=f[u]||u,Fi(u)||u.indexOf("file://")===0)return u;if(u==="pino/file")return fn(__dirname,"..","file.js");let m;for(let g of c)try{let S=g==="node:repl"?process.cwd()+Qu:g;m=Yu(S).resolve(u);break}catch{continue}if(!m)throw new Error(`unable to determine transport target for "${u}"`);return m}}Ni.exports=ff});var Jt=I((xg,Zi)=>{"use strict";var df=require("node:diagnostics_channel"),Ui=oi(),{mapHttpRequest:pf,mapHttpResponse:hf}=Gr(),mn=hi(),qi=nn(),{lsCacheSym:mf,chindingsSym:zi,writeSym:Bi,serializersSym:Ki,formatOptsSym:Hi,endSym:gf,stringifiersSym:Gi,stringifySym:Ji,stringifySafeSym:gn,wildcardFirstSym:Yi,nestedKeySym:yf,formattersSym:Xi,messageKeySym:wf,errorKeySym:bf,nestedKeyStrSym:Sf,msgPrefixSym:Kt}=ze(),{isMainThread:xf}=require("worker_threads"),_f=pn(),[vf]=process.versions.node.split(".").map(t=>Number(t)),Wi=df.tracingChannel("pino_asJson"),hn=vf>=25?t=>JSON.stringify(t):$f;function Ge(){}function kf(t,e){if(!e)return r;return function(...s){e.call(this,s,r,t)};function r(n,...s){if(typeof n=="object"){let i=n;n!==null&&(n.method&&n.headers&&n.socket?n=pf(n):typeof n.setHeader=="function"&&(n=hf(n)));let o;i===null&&s.length===0?o=[null]:(i=s.shift(),o=s),typeof this[Kt]=="string"&&i!==void 0&&i!==null&&(i=this[Kt]+i),this[Bi](n,Ui(i,o,this[Hi]),t)}else{let i=n===void 0?s.shift():n;typeof this[Kt]=="string"&&i!==void 0&&i!==null&&(i=this[Kt]+i),this[Bi](null,Ui(i,s,this[Hi]),t)}}}function $f(t){let e="",r=0,n=!1,s=255,i=t.length;if(i>100)return JSON.stringify(t);for(var o=0;o<i&&s>=32;o++)s=t.charCodeAt(o),(s===34||s===92)&&(e+=t.slice(r,o)+"\\",r=o,n=!0);return n?e+=t.slice(r):e=t,s<32?JSON.stringify(t):'"'+e+'"'}function Tf(t,e,r,n){if(Wi.hasSubscribers===!1)return Vi.call(this,t,e,r,n);let s={instance:this,arguments};return Wi.traceSync(Vi,s,this,t,e,r,n)}function Vi(t,e,r,n){let s=this[Ji],i=this[gn],o=this[Gi],a=this[gf],l=this[zi],c=this[Ki],f=this[Xi],d=this[wf],h=this[bf],p=this[mf][r]+n;p=p+l;let u;f.log&&(t=f.log(t));let m=o[Yi],g="";for(let b in t)if(u=t[b],Object.prototype.hasOwnProperty.call(t,b)&&u!==void 0){c[b]?u=c[b](u):b===h&&c.err&&(u=c.err(u));let x=o[b]||m;switch(typeof u){case"undefined":case"function":continue;case"number":Number.isFinite(u)===!1&&(u=null);case"boolean":x&&(u=x(u));break;case"string":u=(x||hn)(u);break;default:u=(x||s)(u,i)}if(u===void 0)continue;let _=hn(b);g+=","+_+":"+u}let S="";if(e!==void 0){u=c[d]?c[d](e):e;let b=o[d]||m;switch(typeof u){case"function":break;case"number":Number.isFinite(u)===!1&&(u=null);case"boolean":b&&(u=b(u)),S=',"'+d+'":'+u;break;case"string":u=(b||hn)(u),S=',"'+d+'":'+u;break;default:u=(b||s)(u,i),S=',"'+d+'":'+u}}return this[yf]&&g?p+this[Sf]+g.slice(1)+"}"+S+a:p+g+S+a}function Cf(t,e){let r,n=t[zi],s=t[Ji],i=t[gn],o=t[Gi],a=o[Yi],l=t[Ki],c=t[Xi].bindings;e=c(e);for(let f in e)if(r=e[f],((f.length<5||f!=="level"&&f!=="serializers"&&f!=="formatters"&&f!=="customLevels")&&e.hasOwnProperty(f)&&r!==void 0)===!0){if(r=l[f]?l[f](r):r,r=(o[f]||a||s)(r,i),r===void 0)continue;n+=',"'+f+'":'+r}return n}function Ef(t){return t.write!==t.constructor.prototype.write}function Gt(t){let e=new mn(t);return e.on("error",r),!t.sync&&xf&&(qi.register(e,Af),e.on("close",function(){qi.unregister(e)})),e;function r(n){if(n.code==="EPIPE"){e.write=Ge,e.end=Ge,e.flushSync=Ge,e.destroy=Ge;return}e.removeListener("error",r),e.emit("error",n)}}function Af(t,e){t.destroyed||(e==="beforeExit"?(t.flush(),t.on("drain",function(){t.end()})):t.flushSync())}function Of(t){return function(r,n,s={},i){if(typeof s=="string")i=Gt({dest:s}),s={};else if(typeof i=="string"){if(s&&s.transport)throw Error("only one of option.transport or stream can be specified");i=Gt({dest:i})}else if(s instanceof mn||s.writable||s._writableState)i=s,s={};else if(s.transport){if(s.transport instanceof mn||s.transport.writable||s.transport._writableState)throw Error("option.transport do not allow stream, please pass to option directly. e.g. pino(transport)");if(s.transport.targets&&s.transport.targets.length&&s.formatters&&typeof s.formatters.level=="function")throw Error("option.transport.targets do not allow custom level formatters");let l;s.customLevels&&(l=s.useOnlyCustomLevels?s.customLevels:Object.assign({},s.levels,s.customLevels)),i=_f({caller:n,...s.transport,levels:l})}if(s=Object.assign({},t,s),s.serializers=Object.assign({},t.serializers,s.serializers),s.formatters=Object.assign({},t.formatters,s.formatters),s.prettyPrint)throw new Error("prettyPrint option is no longer supported, see the pino-pretty package (https://github.com/pinojs/pino-pretty)");let{enabled:o,onChild:a}=s;return o===!1&&(s.level="silent"),a||(s.onChild=Ge),i||(Ef(process.stdout)?i=process.stdout:i=Gt({fd:process.stdout.fd||1})),{opts:s,stream:i}}}function Rf(t,e){try{return JSON.stringify(t)}catch{try{return(e||this[gn])(t)}catch{return'"[unable to serialize, circular reference is too complex to analyze]"'}}}function If(t,e,r){return{level:t,bindings:e,log:r}}function Mf(t){let e=Number(t);return typeof t=="string"&&Number.isFinite(e)?e:t===void 0?1:t}Zi.exports={noop:Ge,buildSafeSonicBoom:Gt,asChindings:Cf,asJson:Tf,genLog:kf,createArgsNormalizer:Of,stringify:Rf,buildFormatters:If,normalizeDestFileDescriptor:Mf}});var Yt=I((_g,Qi)=>{var Pf={trace:10,debug:20,info:30,warn:40,error:50,fatal:60},Lf={ASC:"ASC",DESC:"DESC"};Qi.exports={DEFAULT_LEVELS:Pf,SORTING_ORDER:Lf}});var bn=I((vg,no)=>{"use strict";var{lsCacheSym:Df,levelValSym:yn,useOnlyCustomLevelsSym:jf,streamSym:Ff,formattersSym:Nf,hooksSym:Uf,levelCompSym:eo}=ze(),{noop:qf,genLog:Ie}=Jt(),{DEFAULT_LEVELS:fe,SORTING_ORDER:to}=Yt(),ro={fatal:t=>{let e=Ie(fe.fatal,t);return function(...r){let n=this[Ff];if(e.call(this,...r),typeof n.flushSync=="function")try{n.flushSync()}catch{}}},error:t=>Ie(fe.error,t),warn:t=>Ie(fe.warn,t),info:t=>Ie(fe.info,t),debug:t=>Ie(fe.debug,t),trace:t=>Ie(fe.trace,t)},wn=Object.keys(fe).reduce((t,e)=>(t[fe[e]]=e,t),{}),Bf=Object.keys(wn).reduce((t,e)=>(t[e]='{"level":'+Number(e),t),{});function Hf(t){let e=t[Nf].level,{labels:r}=t.levels,n={};for(let s in r){let i=e(r[s],Number(s));n[s]=JSON.stringify(i).slice(0,-1)}return t[Df]=n,t}function Wf(t,e){if(e)return!1;switch(t){case"fatal":case"error":case"warn":case"info":case"debug":case"trace":return!0;default:return!1}}function Vf(t){let{labels:e,values:r}=this.levels;if(typeof t=="number"){if(e[t]===void 0)throw Error("unknown level value"+t);t=e[t]}if(r[t]===void 0)throw Error("unknown level "+t);let n=this[yn],s=this[yn]=r[t],i=this[jf],o=this[eo],a=this[Uf].logMethod;for(let l in r){if(o(r[l],s)===!1){this[l]=qf;continue}this[l]=Wf(l,i)?ro[l](a):Ie(r[l],a)}this.emit("level-change",t,s,e[n],n,this)}function zf(t){let{levels:e,levelVal:r}=this;return e&&e.labels?e.labels[r]:""}function Kf(t){let{values:e}=this.levels,r=e[t];return r!==void 0&&this[eo](r,this[yn])}function Gf(t,e,r){return t===to.DESC?e<=r:e>=r}function Jf(t){return typeof t=="string"?Gf.bind(null,t):t}function Yf(t=null,e=!1){let r=t?Object.keys(t).reduce((i,o)=>(i[t[o]]=o,i),{}):null,n=Object.assign(Object.create(Object.prototype,{Infinity:{value:"silent"}}),e?null:wn,r),s=Object.assign(Object.create(Object.prototype,{silent:{value:1/0}}),e?null:fe,t);return{labels:n,values:s}}function Xf(t,e,r){if(typeof t=="number"){if(![].concat(Object.keys(e||{}).map(i=>e[i]),r?[]:Object.keys(wn).map(i=>+i),1/0).includes(t))throw Error(`default level:${t} must be included in custom levels`);return}let n=Object.assign(Object.create(Object.prototype,{silent:{value:1/0}}),r?null:fe,e);if(!(t in n))throw Error(`default level:${t} must be included in custom levels`)}function Zf(t,e){let{labels:r,values:n}=t;for(let s in e){if(s in n)throw Error("levels cannot be overridden");if(e[s]in r)throw Error("pre-existing level values cannot be used for new levels")}}function Qf(t){if(typeof t!="function"&&!(typeof t=="string"&&Object.values(to).includes(t)))throw new Error('Levels comparison should be one of "ASC", "DESC" or "function" type')}no.exports={initialLsCache:Bf,genLsCache:Hf,levelMethods:ro,getLevel:zf,setLevel:Vf,isLevelEnabled:Kf,mappings:Yf,assertNoLevelCollisions:Zf,assertDefaultLevelFound:Xf,genLevelComparison:Jf,assertLevelComparison:Qf}});var Sn=I((kg,so)=>{"use strict";so.exports={version:"10.3.1"}});var po=I((Tg,fo)=>{"use strict";var{EventEmitter:ed}=require("node:events"),{lsCacheSym:td,levelValSym:rd,setLevelSym:_n,getLevelSym:io,chindingsSym:Zt,mixinSym:nd,asJsonSym:ao,writeSym:sd,mixinMergeStrategySym:id,timeSym:od,timeSliceIndexSym:ad,streamSym:lo,serializersSym:Me,formattersSym:gt,errorKeySym:ld,messageKeySym:cd,useOnlyCustomLevelsSym:ud,needsMetadataGsym:fd,redactFmtSym:dd,stringifySym:pd,formatOptsSym:hd,stringifiersSym:md,msgPrefixSym:vn,hooksSym:gd}=ze(),{getLevel:yd,setLevel:wd,isLevelEnabled:bd,mappings:Sd,initialLsCache:xd,genLsCache:_d,assertNoLevelCollisions:vd}=bn(),{asChindings:kn,asJson:kd,buildFormatters:xn,stringify:oo,noop:co}=Jt(),{version:$d}=Sn(),Td=Zr(),Cd=class{},uo={constructor:Cd,child:Ed,bindings:Ad,setBindings:Od,flush:Md,isLevelEnabled:bd,version:$d,get level(){return this[io]()},set level(t){this[_n](t)},get levelVal(){return this[rd]},set levelVal(t){throw Error("levelVal is read-only")},get msgPrefix(){return this[vn]},get[Symbol.toStringTag](){return"Pino"},[td]:xd,[sd]:Id,[ao]:kd,[io]:yd,[_n]:wd};Object.setPrototypeOf(uo,ed.prototype);fo.exports=function(){return Object.create(uo)};var Xt=t=>t;function Ed(t,e){if(!t)throw Error("missing bindings for child Pino");let r=this[Me],n=this[gt],s=Object.create(this);if(e==null)return s[gt].bindings!==Xt&&(s[gt]=xn(n.level,Xt,n.log)),s[Zt]=kn(s,t),this.onChild!==co&&this.onChild(s),s;if(e.hasOwnProperty("serializers")===!0){s[Me]=Object.create(null);for(let c in r)s[Me][c]=r[c];let a=Object.getOwnPropertySymbols(r);for(var i=0;i<a.length;i++){let c=a[i];s[Me][c]=r[c]}for(let c in e.serializers)s[Me][c]=e.serializers[c];let l=Object.getOwnPropertySymbols(e.serializers);for(var o=0;o<l.length;o++){let c=l[o];s[Me][c]=e.serializers[c]}}else s[Me]=r;if(e.hasOwnProperty("formatters")){let{level:a,bindings:l,log:c}=e.formatters;s[gt]=xn(a||n.level,l||Xt,c||n.log)}else s[gt]=xn(n.level,Xt,n.log);if(e.hasOwnProperty("customLevels")===!0&&(vd(this.levels,e.customLevels),s.levels=Sd(e.customLevels,s[ud]),_d(s)),typeof e.redact=="object"&&e.redact!==null||Array.isArray(e.redact)){s.redact=e.redact;let a=Td(s.redact,oo),l={stringify:a[dd]};s[pd]=oo,s[md]=a,s[hd]=l}if(typeof e.msgPrefix=="string"&&(s[vn]=(this[vn]||"")+e.msgPrefix),s[Zt]=kn(s,t),e.level!==void 0&&e.level!==this.level||e.hasOwnProperty("customLevels")){let a=e.level||this.level;s[_n](a)}return this.onChild(s),s}function Ad(){let e=`{${this[Zt].substr(1)}}`,r=JSON.parse(e);return delete r.pid,delete r.hostname,r}function Od(t){let e=kn(this,t);this[Zt]=e}function Rd(t,e){return Object.assign(e,t)}function Id(t,e,r){let n=this[od](),s=this[nd],i=this[ld],o=this[cd],a=this[id]||Rd,l,c=this[gd].streamWrite;t==null?l={}:t instanceof Error?(l={[i]:t},e===void 0&&(e=t.message)):(l=t,e===void 0&&t[o]===void 0&&t[i]&&(e=t[i].message)),s&&(l=a(l,s(l,r,this)));let f=this[ao](l,e,r,n),d=this[lo];d[fd]===!0&&(d.lastLevel=r,d.lastObj=l,d.lastMsg=e,d.lastTime=n.slice(this[ad]),d.lastLogger=this),d.write(c?c(f):f)}function Md(t){if(t!=null&&typeof t!="function")throw Error("callback must be a function");let e=this[lo];typeof e.flush=="function"?e.flush(t||co):t&&t()}});var yo=I((En,go)=>{"use strict";var{hasOwnProperty:yt}=Object.prototype,Le=Cn();Le.configure=Cn;Le.stringify=Le;Le.default=Le;En.stringify=Le;En.configure=Cn;go.exports=Le;var Pd=/[\u0000-\u001f\u0022\u005c\ud800-\udfff]/;function _e(t){return t.length<5e3&&!Pd.test(t)?`"${t}"`:JSON.stringify(t)}function $n(t,e){if(t.length>200||e)return t.sort(e);for(let r=1;r<t.length;r++){let n=t[r],s=r;for(;s!==0&&t[s-1]>n;)t[s]=t[s-1],s--;t[s]=n}return t}var Ld=Object.getOwnPropertyDescriptor(Object.getPrototypeOf(Object.getPrototypeOf(new Int8Array)),Symbol.toStringTag).get;function Tn(t){return Ld.call(t)!==void 0&&t.length!==0}function ho(t,e,r){t.length<r&&(r=t.length);let n=e===","?"":" ",s=`"0":${n}${t[0]}`;for(let i=1;i<r;i++)s+=`${e}"${i}":${n}${t[i]}`;return s}function Dd(t){if(yt.call(t,"circularValue")){let e=t.circularValue;if(typeof e=="string")return`"${e}"`;if(e==null)return e;if(e===Error||e===TypeError)return{toString(){throw new TypeError("Converting circular structure to JSON")}};throw new TypeError('The "circularValue" argument must be of type string or the value null or undefined')}return'"[Circular]"'}function jd(t){let e;if(yt.call(t,"deterministic")&&(e=t.deterministic,typeof e!="boolean"&&typeof e!="function"))throw new TypeError('The "deterministic" argument must be of type boolean or comparator function');return e===void 0?!0:e}function Fd(t,e){let r;if(yt.call(t,e)&&(r=t[e],typeof r!="boolean"))throw new TypeError(`The "${e}" argument must be of type boolean`);return r===void 0?!0:r}function mo(t,e){let r;if(yt.call(t,e)){if(r=t[e],typeof r!="number")throw new TypeError(`The "${e}" argument must be of type number`);if(!Number.isInteger(r))throw new TypeError(`The "${e}" argument must be an integer`);if(r<1)throw new RangeError(`The "${e}" argument must be >= 1`)}return r===void 0?1/0:r}function Pe(t){return t===1?"1 item":`${t} items`}function Nd(t){let e=new Set;for(let r of t)(typeof r=="string"||typeof r=="number")&&e.add(String(r));return e}function Ud(t){if(yt.call(t,"strict")){let e=t.strict;if(typeof e!="boolean")throw new TypeError('The "strict" argument must be of type boolean');if(e)return r=>{let n=`Object can not safely be stringified. Received type ${typeof r}`;throw typeof r!="function"&&(n+=` (${r.toString()})`),new Error(n)}}}function Cn(t){t={...t};let e=Ud(t);e&&(t.bigint===void 0&&(t.bigint=!1),"circularValue"in t||(t.circularValue=Error));let r=Dd(t),n=Fd(t,"bigint"),s=jd(t),i=typeof s=="function"?s:void 0,o=mo(t,"maximumDepth"),a=mo(t,"maximumBreadth");function l(p,u,m,g,S,b){let x=u[p];switch(typeof x=="object"&&x!==null&&typeof x.toJSON=="function"&&(x=x.toJSON(p)),x=g.call(u,p,x),typeof x){case"string":return _e(x);case"object":{if(x===null)return"null";if(m.indexOf(x)!==-1)return r;let _="",$=",",E=b;if(Array.isArray(x)){if(x.length===0)return"[]";if(o<m.length+1)return'"[Array]"';m.push(x),S!==""&&(b+=S,_+=`
|
|
25
|
+
caused by: `+$s(n,e)):r},Jl=t=>$s(t,new Set),Ts=(t,e,r)=>{if(!ht(t))return"";let n=r?"":t.message||"";if(e.has(t))return n+": ...";let s=Nr(t);if(s){e.add(t);let i=typeof t.cause=="function";return n+(i?"":": ")+Ts(s,e,i)}else return n},Yl=t=>Ts(t,new Set);Cs.exports={isErrorLike:ht,getErrorCause:Nr,stackWithCauses:Jl,messageWithCauses:Yl}});var qr=I((tg,As)=>{"use strict";var Xl=Symbol("circular-ref-tag"),Lt=Symbol("pino-raw-err-ref"),Es=Object.create({},{type:{enumerable:!0,writable:!0,value:void 0},message:{enumerable:!0,writable:!0,value:void 0},stack:{enumerable:!0,writable:!0,value:void 0},aggregateErrors:{enumerable:!0,writable:!0,value:void 0},raw:{enumerable:!1,get:function(){return this[Lt]},set:function(t){this[Lt]=t}}});Object.defineProperty(Es,Lt,{writable:!0,value:{}});As.exports={pinoErrProto:Es,pinoErrorSymbols:{seen:Xl,rawSymbol:Lt}}});var Is=I((rg,Rs)=>{"use strict";Rs.exports=Hr;var{messageWithCauses:Zl,stackWithCauses:Ql,isErrorLike:Os}=Ur(),{pinoErrProto:ec,pinoErrorSymbols:tc}=qr(),{seen:Br}=tc,{toString:rc}=Object.prototype;function Hr(t){if(!Os(t))return t;t[Br]=void 0;let e=Object.create(ec);e.type=rc.call(t.constructor)==="[object Function]"?t.constructor.name:t.name,e.message=Zl(t),e.stack=Ql(t),Array.isArray(t.errors)&&(e.aggregateErrors=t.errors.map(r=>Hr(r)));for(let r in t)if(e[r]===void 0){let n=t[r];Os(n)?r!=="cause"&&!Object.prototype.hasOwnProperty.call(n,Br)&&(e[r]=Hr(n)):e[r]=n}return delete t[Br],e.raw=t,e}});var Ps=I((ng,Ms)=>{"use strict";Ms.exports=jt;var{isErrorLike:Wr}=Ur(),{pinoErrProto:nc,pinoErrorSymbols:sc}=qr(),{seen:Dt}=sc,{toString:ic}=Object.prototype;function jt(t){if(!Wr(t))return t;t[Dt]=void 0;let e=Object.create(nc);e.type=ic.call(t.constructor)==="[object Function]"?t.constructor.name:t.name,e.message=t.message,e.stack=t.stack,Array.isArray(t.errors)&&(e.aggregateErrors=t.errors.map(r=>jt(r))),Wr(t.cause)&&!Object.prototype.hasOwnProperty.call(t.cause,Dt)&&(e.cause=jt(t.cause));for(let r in t)if(e[r]===void 0){let n=t[r];Wr(n)?Object.prototype.hasOwnProperty.call(n,Dt)||(e[r]=jt(n)):e[r]=n}return delete t[Dt],e.raw=t,e}});var Fs=I((sg,js)=>{"use strict";js.exports={mapHttpRequest:oc,reqSerializer:Ds};var Vr=Symbol("pino-raw-req-ref"),Ls=Object.create({},{id:{enumerable:!0,writable:!0,value:""},method:{enumerable:!0,writable:!0,value:""},url:{enumerable:!0,writable:!0,value:""},query:{enumerable:!0,writable:!0,value:""},params:{enumerable:!0,writable:!0,value:""},headers:{enumerable:!0,writable:!0,value:{}},remoteAddress:{enumerable:!0,writable:!0,value:""},remotePort:{enumerable:!0,writable:!0,value:""},raw:{enumerable:!1,get:function(){return this[Vr]},set:function(t){this[Vr]=t}}});Object.defineProperty(Ls,Vr,{writable:!0,value:{}});function Ds(t){let e=t.info||t.socket,r=Object.create(Ls);if(r.id=typeof t.id=="function"?t.id():t.id||(t.info?t.info.id:void 0),r.method=t.method,t.originalUrl)r.url=t.originalUrl;else{let n=t.path;r.url=typeof n=="string"?n:t.url?t.url.path||t.url:void 0}return t.query&&(r.query=t.query),t.params&&(r.params=t.params),r.headers=t.headers,r.remoteAddress=e&&e.remoteAddress,r.remotePort=e&&e.remotePort,r.raw=t.raw||t,r}function oc(t){return{req:Ds(t)}}});var Bs=I((ig,qs)=>{"use strict";qs.exports={mapHttpResponse:ac,resSerializer:Us};var zr=Symbol("pino-raw-res-ref"),Ns=Object.create({},{statusCode:{enumerable:!0,writable:!0,value:0},headers:{enumerable:!0,writable:!0,value:""},raw:{enumerable:!1,get:function(){return this[zr]},set:function(t){this[zr]=t}}});Object.defineProperty(Ns,zr,{writable:!0,value:{}});function Us(t){let e=Object.create(Ns);return e.statusCode=t.headersSent?t.statusCode:null,e.headers=t.getHeaders?t.getHeaders():t._headers,e.raw=t,e}function ac(t){return{res:Us(t)}}});var Gr=I((og,Hs)=>{"use strict";var Kr=Is(),lc=Ps(),Ft=Fs(),Nt=Bs();Hs.exports={err:Kr,errWithCause:lc,mapHttpRequest:Ft.mapHttpRequest,mapHttpResponse:Nt.mapHttpResponse,req:Ft.reqSerializer,res:Nt.resSerializer,wrapErrorSerializer:function(e){return e===Kr?e:function(n){return e(Kr(n))}},wrapRequestSerializer:function(e){return e===Ft.reqSerializer?e:function(n){return e(Ft.reqSerializer(n))}},wrapResponseSerializer:function(e){return e===Nt.resSerializer?e:function(n){return e(Nt.resSerializer(n))}}}});var Jr=I((ag,Ws)=>{"use strict";function cc(t,e){return e}Ws.exports=function(){let e=Error.prepareStackTrace;Error.prepareStackTrace=cc;let r=new Error().stack;if(Error.prepareStackTrace=e,!Array.isArray(r))return;let n=r.slice(2),s=[];for(let i of n)i&&s.push(i.getFileName());return s}});var Ys=I((lg,Js)=>{"use strict";function Yr(t){if(t===null||typeof t!="object")return t;if(t instanceof Date)return new Date(t.getTime());if(t instanceof Array){let e=[];for(let r=0;r<t.length;r++)e[r]=Yr(t[r]);return e}if(typeof t=="object"){let e=Object.create(Object.getPrototypeOf(t));for(let r in t)Object.prototype.hasOwnProperty.call(t,r)&&(e[r]=Yr(t[r]));return e}return t}function Vs(t){let e=[],r="",n=!1,s=!1,i="";for(let o=0;o<t.length;o++){let a=t[o];!n&&a==="."?r&&(e.push(r),r=""):a==="["?(r&&(e.push(r),r=""),n=!0):a==="]"&&n?(e.push(r),r="",n=!1,s=!1):(a==='"'||a==="'")&&n?s?a===i?(s=!1,i=""):r+=a:(s=!0,i=a):r+=a}return r&&e.push(r),e}function zs(t,e,r){let n=t;for(let i=0;i<e.length-1;i++){let o=e[i];if(typeof n!="object"||n===null||!(o in n)||typeof n[o]!="object"||n[o]===null)return!1;n=n[o]}let s=e[e.length-1];if(s==="*"){if(Array.isArray(n))for(let i=0;i<n.length;i++)n[i]=r;else if(typeof n=="object"&&n!==null)for(let i in n)Object.prototype.hasOwnProperty.call(n,i)&&(n[i]=r)}else typeof n=="object"&&n!==null&&s in n&&Object.prototype.hasOwnProperty.call(n,s)&&(n[s]=r);return!0}function Ks(t,e){let r=t;for(let s=0;s<e.length-1;s++){let i=e[s];if(typeof r!="object"||r===null||!(i in r)||typeof r[i]!="object"||r[i]===null)return!1;r=r[i]}let n=e[e.length-1];if(n==="*"){if(Array.isArray(r))for(let s=0;s<r.length;s++)r[s]=void 0;else if(typeof r=="object"&&r!==null)for(let s in r)Object.prototype.hasOwnProperty.call(r,s)&&delete r[s]}else typeof r=="object"&&r!==null&&n in r&&Object.prototype.hasOwnProperty.call(r,n)&&delete r[n];return!0}var Ut=Symbol("PATH_NOT_FOUND");function uc(t,e){let r=t;for(let n of e){if(r==null||typeof r!="object"||r===null||!(n in r))return Ut;r=r[n]}return r}function fc(t,e){let r=t;for(let n of e){if(r==null||typeof r!="object"||r===null)return;r=r[n]}return r}function dc(t,e,r,n=!1){for(let s of e){let i=Vs(s);if(i.includes("*"))Gs(t,i,r,s,n);else if(n)Ks(t,i);else{let o=uc(t,i);if(o===Ut)continue;let a=typeof r=="function"?r(o,i):r;zs(t,i,a)}}}function Gs(t,e,r,n,s=!1){let i=e.indexOf("*");if(i===e.length-1){let o=e.slice(0,-1),a=t;for(let l of o){if(a==null||typeof a!="object"||a===null)return;a=a[l]}if(Array.isArray(a))if(s)for(let l=0;l<a.length;l++)a[l]=void 0;else for(let l=0;l<a.length;l++){let c=[...o,l.toString()],f=typeof r=="function"?r(a[l],c):r;a[l]=f}else if(typeof a=="object"&&a!==null)if(s){let l=[];for(let c in a)Object.prototype.hasOwnProperty.call(a,c)&&l.push(c);for(let c of l)delete a[c]}else for(let l in a){let c=[...o,l],f=typeof r=="function"?r(a[l],c):r;a[l]=f}}else pc(t,e,r,i,n,s)}function pc(t,e,r,n,s,i=!1){let o=e.slice(0,n),a=e.slice(n+1),l=[];function c(f,d){if(d===o.length){if(Array.isArray(f))for(let h=0;h<f.length;h++)l[d]=h.toString(),c(f[h],d+1);else if(typeof f=="object"&&f!==null)for(let h in f)l[d]=h,c(f[h],d+1)}else if(d<o.length){let h=o[d];f&&typeof f=="object"&&f!==null&&h in f&&(l[d]=h,c(f[h],d+1))}else if(a.includes("*"))Gs(f,a,typeof r=="function"?(p,u)=>{let m=[...l.slice(0,d),...u];return r(p,m)}:r,s,i);else if(i)Ks(f,a);else{let h=typeof r=="function"?r(fc(f,a),[...l.slice(0,d),...a]):r;zs(f,a,h)}}if(o.length===0)c(t,0);else{let f=t;for(let d=0;d<o.length;d++){let h=o[d];if(f==null||typeof f!="object"||f===null)return;f=f[h],l[d]=h}f!=null&&c(f,o.length)}}function hc(t){if(t.length===0)return null;let e=new Map;for(let r of t){let n=Vs(r),s=e;for(let i=0;i<n.length;i++){let o=n[i];s.has(o)||s.set(o,new Map),s=s.get(o)}}return e}function mc(t,e){if(!e)return t;function r(n,s,i=0){if(!s||s.size===0||n===null||typeof n!="object")return n;if(n instanceof Date)return new Date(n.getTime());if(Array.isArray(n)){let a=[];for(let l=0;l<n.length;l++){let c=l.toString();s.has(c)||s.has("*")?a[l]=r(n[l],s.get(c)||s.get("*")):a[l]=n[l]}return a}let o=Object.create(Object.getPrototypeOf(n));for(let a in n)Object.prototype.hasOwnProperty.call(n,a)&&(s.has(a)||s.has("*")?o[a]=r(n[a],s.get(a)||s.get("*")):o[a]=n[a]);return o}return r(t,e)}function gc(t){if(typeof t!="string")throw new Error("Paths must be (non-empty) strings");if(t==="")throw new Error("Invalid redaction path ()");if(t.includes(".."))throw new Error(`Invalid redaction path (${t})`);if(t.includes(","))throw new Error(`Invalid redaction path (${t})`);let e=0,r=!1,n="";for(let s=0;s<t.length;s++){let i=t[s];if((i==='"'||i==="'")&&e>0)r?i===n&&(r=!1,n=""):(r=!0,n=i);else if(i==="["&&!r)e++;else if(i==="]"&&!r&&(e--,e<0))throw new Error(`Invalid redaction path (${t})`)}if(e!==0)throw new Error(`Invalid redaction path (${t})`)}function yc(t){if(!Array.isArray(t))throw new TypeError("paths must be an array");for(let e of t)gc(e)}function wc(t={}){let{paths:e=[],censor:r="[REDACTED]",serialize:n=JSON.stringify,strict:s=!0,remove:i=!1}=t;yc(e);let o=hc(e);return function(l){if(s&&(l===null||typeof l!="object")&&(l==null||typeof l!="object"))return n?n(l):l;let c=mc(l,o),f=l,d=r;return typeof r=="function"&&(d=r),dc(c,e,d,i),n===!1?(c.restore=function(){return Yr(f)},c):typeof n=="function"?n(c):JSON.stringify(c)}}Js.exports=wc});var Ke=I((cg,Xs)=>{"use strict";var bc=Symbol("pino.setLevel"),xc=Symbol("pino.getLevel"),Sc=Symbol("pino.levelVal"),_c=Symbol("pino.levelComp"),vc=Symbol("pino.useLevelLabels"),kc=Symbol("pino.useOnlyCustomLevels"),$c=Symbol("pino.mixin"),Tc=Symbol("pino.lsCache"),Cc=Symbol("pino.chindings"),Ec=Symbol("pino.asJson"),Ac=Symbol("pino.write"),Oc=Symbol("pino.redactFmt"),Rc=Symbol("pino.time"),Ic=Symbol("pino.timeSliceIndex"),Mc=Symbol("pino.stream"),Pc=Symbol("pino.stringify"),Lc=Symbol("pino.stringifySafe"),Dc=Symbol("pino.stringifiers"),jc=Symbol("pino.end"),Fc=Symbol("pino.formatOpts"),Nc=Symbol("pino.messageKey"),Uc=Symbol("pino.errorKey"),qc=Symbol("pino.nestedKey"),Bc=Symbol("pino.nestedKeyStr"),Hc=Symbol("pino.mixinMergeStrategy"),Wc=Symbol("pino.msgPrefix"),Vc=Symbol("pino.wildcardFirst"),zc=Symbol.for("pino.serializers"),Kc=Symbol.for("pino.formatters"),Gc=Symbol.for("pino.hooks"),Jc=Symbol.for("pino.metadata");Xs.exports={setLevelSym:bc,getLevelSym:xc,levelValSym:Sc,levelCompSym:_c,useLevelLabelsSym:vc,mixinSym:$c,lsCacheSym:Tc,chindingsSym:Cc,asJsonSym:Ec,writeSym:Ac,serializersSym:zc,redactFmtSym:Oc,timeSym:Rc,timeSliceIndexSym:Ic,streamSym:Mc,stringifySym:Pc,stringifySafeSym:Lc,stringifiersSym:Dc,endSym:jc,formatOptsSym:Fc,messageKeySym:Nc,errorKeySym:Uc,nestedKeySym:qc,wildcardFirstSym:Vc,needsMetadataGsym:Jc,useOnlyCustomLevelsSym:kc,formattersSym:Kc,hooksSym:Gc,nestedKeyStrSym:Bc,mixinMergeStrategySym:Hc,msgPrefixSym:Wc}});var Zr=I((ug,ti)=>{"use strict";var Zs=Ys(),{redactFmtSym:Yc,wildcardFirstSym:qt}=Ke(),Xr=/[^.[\]]+|\[([^[\]]*?)\]/g,Qs="[Redacted]",ei=!1;function Xc(t,e){let{paths:r,censor:n,remove:s}=Zc(t),i=r.reduce((l,c)=>{Xr.lastIndex=0;let f=Xr.exec(c),d=Xr.exec(c),h=f[1]!==void 0?f[1].replace(/^(?:"|'|`)(.*)(?:"|'|`)$/,"$1"):f[0];if(h==="*"&&(h=qt),d===null)return l[h]=null,l;if(l[h]===null)return l;let{index:p}=d,u=`${c.substr(p,c.length-1)}`;return l[h]=l[h]||[],h!==qt&&l[h].length===0&&l[h].push(...l[qt]||[]),h===qt&&Object.keys(l).forEach(function(m){l[m]&&l[m].push(u)}),l[h].push(u),l},{}),o={[Yc]:Zs({paths:r,censor:n,serialize:e,strict:ei,remove:s})},a=(...l)=>e(typeof n=="function"?n(...l):n);return[...Object.keys(i),...Object.getOwnPropertySymbols(i)].reduce((l,c)=>{if(i[c]===null)l[c]=f=>a(f,[c]);else{let f=typeof n=="function"?(d,h)=>n(d,[c,...h]):n;l[c]=Zs({paths:i[c],censor:f,serialize:e,strict:ei,remove:s})}return l},o)}function Zc(t){if(Array.isArray(t))return t={paths:t,censor:Qs},t;let{paths:e,censor:r=Qs,remove:n}=t;if(Array.isArray(e)===!1)throw Error("pino \u2013 redact must contain an array of strings");return n===!0&&(r=void 0),{paths:e,censor:r,remove:n}}ti.exports=Xc});var si=I((fg,ni)=>{"use strict";var Qc=()=>"",eu=()=>`,"time":${Date.now()}`,tu=()=>`,"time":${Math.round(Date.now()/1e3)}`,ru=()=>`,"time":"${new Date(Date.now()).toISOString()}"`,nu=1000000n,ri=1000000000n,su=BigInt(Date.now())*nu,iu=process.hrtime.bigint(),ou=()=>{let t=process.hrtime.bigint()-iu,e=su+t,r=e/ri,n=e%ri,s=Number(r*1000n+n/1000000n),i=new Date(s),o=i.getUTCFullYear(),a=(i.getUTCMonth()+1).toString().padStart(2,"0"),l=i.getUTCDate().toString().padStart(2,"0"),c=i.getUTCHours().toString().padStart(2,"0"),f=i.getUTCMinutes().toString().padStart(2,"0"),d=i.getUTCSeconds().toString().padStart(2,"0");return`,"time":"${o}-${a}-${l}T${c}:${f}:${d}.${n.toString().padStart(9,"0")}Z"`};ni.exports={nullTime:Qc,epochTime:eu,unixTime:tu,isoTime:ru,isoTimeNano:ou}});var oi=I((dg,ii)=>{"use strict";function au(t){try{return JSON.stringify(t)}catch{return'"[Circular]"'}}ii.exports=lu;function lu(t,e,r){var n=r&&r.stringify||au,s=1;if(typeof t=="object"&&t!==null){var i=e.length+s;if(i===1)return t;var o=new Array(i);o[0]=n(t);for(var a=1;a<i;a++)o[a]=n(e[a]);return o.join(" ")}if(typeof t!="string")return t;var l=e.length;if(l===0)return t;for(var c="",f=1-s,d=-1,h=t&&t.length||0,p=0;p<h;){if(t.charCodeAt(p)===37&&p+1<h){switch(d=d>-1?d:0,t.charCodeAt(p+1)){case 100:case 102:if(f>=l||e[f]==null)break;d<p&&(c+=t.slice(d,p)),c+=Number(e[f]),d=p+2,p++;break;case 105:if(f>=l||e[f]==null)break;d<p&&(c+=t.slice(d,p)),c+=Math.floor(Number(e[f])),d=p+2,p++;break;case 79:case 111:case 106:if(f>=l||e[f]===void 0)break;d<p&&(c+=t.slice(d,p));var u=typeof e[f];if(u==="string"){c+="'"+e[f]+"'",d=p+2,p++;break}if(u==="function"){c+=e[f].name||"<anonymous>",d=p+2,p++;break}c+=n(e[f]),d=p+2,p++;break;case 115:if(f>=l)break;d<p&&(c+=t.slice(d,p)),c+=String(e[f]),d=p+2,p++;break;case 37:d<p&&(c+=t.slice(d,p)),c+="%",d=p+2,p++,f--;break}++f}++p}return d===-1?t:(d<h&&(c+=t.slice(d)),c)}});var en=I((pg,Qr)=>{"use strict";if(typeof SharedArrayBuffer<"u"&&typeof Atomics<"u"){let e=function(r){if((r>0&&r<1/0)===!1)throw typeof r!="number"&&typeof r!="bigint"?TypeError("sleep: ms must be a number"):RangeError("sleep: ms must be a number that is greater than 0 but less than Infinity");Atomics.wait(t,0,0,Number(r))},t=new Int32Array(new SharedArrayBuffer(4));Qr.exports=e}else{let t=function(e){if((e>0&&e<1/0)===!1)throw typeof e!="number"&&typeof e!="bigint"?TypeError("sleep: ms must be a number"):RangeError("sleep: ms must be a number that is greater than 0 but less than Infinity");let n=Date.now()+Number(e);for(;n>Date.now(););};Qr.exports=t}});var hi=I((hg,pi)=>{"use strict";var F=require("fs"),cu=require("events"),uu=require("util").inherits,ai=require("path"),rn=en(),fu=require("assert"),Bt=100,Ht=Buffer.allocUnsafe(0),du=16*1024,li="buffer",ci="utf8",[pu,hu]=(process.versions.node||"0.0").split(".").map(Number),mu=pu>=22&&hu>=7;function ui(t,e){e._opening=!0,e._writing=!0,e._asyncDrainScheduled=!1;function r(i,o){if(i){e._reopening=!1,e._writing=!1,e._opening=!1,e.sync?process.nextTick(()=>{e.listenerCount("error")>0&&e.emit("error",i)}):e.emit("error",i);return}let a=e._reopening;e.fd=o,e.file=t,e._reopening=!1,e._opening=!1,e._writing=!1,e.sync?process.nextTick(()=>e.emit("ready")):e.emit("ready"),!e.destroyed&&(!e._writing&&e._len>e.minLength||e._flushPending?e._actualWrite():a&&process.nextTick(()=>e.emit("drain")))}let n=e.append?"a":"w",s=e.mode;if(e.sync)try{e.mkdir&&F.mkdirSync(ai.dirname(t),{recursive:!0});let i=F.openSync(t,n,s);r(null,i)}catch(i){throw r(i),i}else e.mkdir?F.mkdir(ai.dirname(t),{recursive:!0},i=>{if(i)return r(i);F.open(t,n,s,r)}):F.open(t,n,s,r)}function oe(t){if(!(this instanceof oe))return new oe(t);let{fd:e,dest:r,minLength:n,maxLength:s,maxWrite:i,periodicFlush:o,sync:a,append:l=!0,mkdir:c,retryEAGAIN:f,fsync:d,contentMode:h,mode:p}=t||{};e=e||r,this._len=0,this.fd=-1,this._bufs=[],this._lens=[],this._writing=!1,this._ending=!1,this._reopening=!1,this._asyncDrainScheduled=!1,this._flushPending=!1,this._hwm=Math.max(n||0,16387),this.file=null,this.destroyed=!1,this.minLength=n||0,this.maxLength=s||0,this.maxWrite=i||du,this._periodicFlush=o||0,this._periodicFlushTimer=void 0,this.sync=a||!1,this.writable=!0,this._fsync=d||!1,this.append=l||!1,this.mode=p,this.retryEAGAIN=f||(()=>!0),this.mkdir=c||!1;let u,m;if(h===li)this._writingBuf=Ht,this.write=wu,this.flush=xu,this.flushSync=_u,this._actualWrite=ku,u=()=>F.writeSync(this.fd,this._writingBuf),m=()=>F.write(this.fd,this._writingBuf,this.release);else if(h===void 0||h===ci)this._writingBuf="",this.write=yu,this.flush=bu,this.flushSync=Su,this._actualWrite=vu,u=()=>Buffer.isBuffer(this._writingBuf)?F.writeSync(this.fd,this._writingBuf):F.writeSync(this.fd,this._writingBuf,"utf8"),m=()=>Buffer.isBuffer(this._writingBuf)?F.write(this.fd,this._writingBuf,this.release):F.write(this.fd,this._writingBuf,"utf8",this.release);else throw new Error(`SonicBoom supports "${ci}" and "${li}", but passed ${h}`);if(typeof e=="number")this.fd=e,process.nextTick(()=>this.emit("ready"));else if(typeof e=="string")ui(e,this);else throw new Error("SonicBoom supports only file descriptors and files");if(this.minLength>=this.maxWrite)throw new Error(`minLength should be smaller than maxWrite (${this.maxWrite})`);this.release=(g,x)=>{if(g){if((g.code==="EAGAIN"||g.code==="EBUSY")&&this.retryEAGAIN(g,this._writingBuf.length,this._len-this._writingBuf.length))if(this.sync)try{rn(Bt),this.release(void 0,0)}catch(_){this.release(_)}else setTimeout(m,Bt);else this._writing=!1,this.emit("error",g);return}this.emit("write",x);let b=tn(this._writingBuf,this._len,x);if(this._len=b.len,this._writingBuf=b.writingBuf,this._writingBuf.length){if(!this.sync){m();return}try{do{let _=u(),$=tn(this._writingBuf,this._len,_);this._len=$.len,this._writingBuf=$.writingBuf}while(this._writingBuf.length)}catch(_){this.release(_);return}}this._fsync&&F.fsyncSync(this.fd);let S=this._len;this._reopening?(this._writing=!1,this._reopening=!1,this.reopen()):S>this.minLength?this._actualWrite():this._ending?S>0?this._actualWrite():(this._writing=!1,Wt(this)):(this._writing=!1,this.sync?this._asyncDrainScheduled||(this._asyncDrainScheduled=!0,process.nextTick(gu,this)):this.emit("drain"))},this.on("newListener",function(g){g==="drain"&&(this._asyncDrainScheduled=!1)}),this._periodicFlush!==0&&(this._periodicFlushTimer=setInterval(()=>this.flush(null),this._periodicFlush),this._periodicFlushTimer.unref())}function tn(t,e,r){return typeof t=="string"&&(t=Buffer.from(t)),e=Math.max(e-r,0),t=t.subarray(r),{writingBuf:t,len:e}}function gu(t){t.listenerCount("drain")>0&&(t._asyncDrainScheduled=!1,t.emit("drain"))}uu(oe,cu);function fi(t,e){return t.length===0?Ht:t.length===1?t[0]:Buffer.concat(t,e)}function yu(t){if(this.destroyed)throw new Error("SonicBoom destroyed");t=""+t;let e=Buffer.byteLength(t),r=this._len+e,n=this._bufs;return this.maxLength&&r>this.maxLength?(this.emit("drop",t),this._len<this._hwm):(n.length===0||Buffer.byteLength(n[n.length-1])+e>this.maxWrite?n.push(t):n[n.length-1]+=t,this._len=r,!this._writing&&this._len>=this.minLength&&this._actualWrite(),this._len<this._hwm)}function wu(t){if(this.destroyed)throw new Error("SonicBoom destroyed");let e=this._len+t.length,r=this._bufs,n=this._lens;return this.maxLength&&e>this.maxLength?(this.emit("drop",t),this._len<this._hwm):(r.length===0||n[n.length-1]+t.length>this.maxWrite?(r.push([t]),n.push(t.length)):(r[r.length-1].push(t),n[n.length-1]+=t.length),this._len=e,!this._writing&&this._len>=this.minLength&&this._actualWrite(),this._len<this._hwm)}function di(t){this._flushPending=!0;let e=()=>{if(this._fsync)this._flushPending=!1,t();else try{F.fsync(this.fd,n=>{this._flushPending=!1,t(n)})}catch(n){t(n)}this.off("error",r)},r=n=>{this._flushPending=!1,t(n),this.off("drain",e)};this.once("drain",e),this.once("error",r)}function bu(t){if(t!=null&&typeof t!="function")throw new Error("flush cb must be a function");if(this.destroyed){let e=new Error("SonicBoom destroyed");if(t){t(e);return}throw e}if(this.minLength<=0){t?.();return}t&&di.call(this,t),!this._writing&&(this._bufs.length===0&&this._bufs.push(""),this._actualWrite())}function xu(t){if(t!=null&&typeof t!="function")throw new Error("flush cb must be a function");if(this.destroyed){let e=new Error("SonicBoom destroyed");if(t){t(e);return}throw e}if(this.minLength<=0){t?.();return}t&&di.call(this,t),!this._writing&&(this._bufs.length===0&&(this._bufs.push([]),this._lens.push(0)),this._actualWrite())}oe.prototype.reopen=function(t){if(this.destroyed)throw new Error("SonicBoom destroyed");if(this._opening){this.once("ready",()=>{this.reopen(t)});return}if(this._ending)return;if(!this.file)throw new Error("Unable to reopen a file descriptor, you must pass a file to SonicBoom");if(t&&(this.file=t),this._reopening=!0,this._writing)return;let e=this.fd;this.once("ready",()=>{e!==this.fd&&F.close(e,r=>{if(r)return this.emit("error",r)})}),ui(this.file,this)};oe.prototype.end=function(){if(this.destroyed)throw new Error("SonicBoom destroyed");if(this._opening){this.once("ready",()=>{this.end()});return}this._ending||(this._ending=!0,!this._writing&&(this._len>0&&this.fd>=0?this._actualWrite():Wt(this)))};function Su(){if(this.destroyed)throw new Error("SonicBoom destroyed");if(this.fd<0)throw new Error("sonic boom is not ready yet");!this._writing&&this._writingBuf.length>0&&(this._bufs.unshift(this._writingBuf),this._writingBuf="");let t="";for(;this._bufs.length||t.length;){t.length<=0&&(t=this._bufs[0]);try{let e=Buffer.isBuffer(t)?F.writeSync(this.fd,t):F.writeSync(this.fd,t,"utf8"),r=tn(t,this._len,e);t=r.writingBuf,this._len=r.len,t.length<=0&&this._bufs.shift()}catch(e){if((e.code==="EAGAIN"||e.code==="EBUSY")&&!this.retryEAGAIN(e,t.length,this._len-t.length))throw e;rn(Bt)}}try{F.fsyncSync(this.fd)}catch{}}function _u(){if(this.destroyed)throw new Error("SonicBoom destroyed");if(this.fd<0)throw new Error("sonic boom is not ready yet");!this._writing&&this._writingBuf.length>0&&(this._bufs.unshift([this._writingBuf]),this._writingBuf=Ht);let t=Ht;for(;this._bufs.length||t.length;){t.length<=0&&(t=fi(this._bufs[0],this._lens[0]));try{let e=F.writeSync(this.fd,t);t=t.subarray(e),this._len=Math.max(this._len-e,0),t.length<=0&&(this._bufs.shift(),this._lens.shift())}catch(e){if((e.code==="EAGAIN"||e.code==="EBUSY")&&!this.retryEAGAIN(e,t.length,this._len-t.length))throw e;rn(Bt)}}}oe.prototype.destroy=function(){this.destroyed||Wt(this)};function vu(){let t=this.release;if(this._writing=!0,this._writingBuf=this._writingBuf.length?this._writingBuf:this._bufs.shift()||"",this.sync)try{let e=Buffer.isBuffer(this._writingBuf)?F.writeSync(this.fd,this._writingBuf):F.writeSync(this.fd,this._writingBuf,"utf8");t(null,e)}catch(e){t(e)}else F.write(this.fd,this._writingBuf,t)}function ku(){let t=this.release;if(this._writing=!0,this._writingBuf=this._writingBuf.length?this._writingBuf:fi(this._bufs.shift(),this._lens.shift()),this.sync)try{let e=F.writeSync(this.fd,this._writingBuf);t(null,e)}catch(e){t(e)}else mu&&(this._writingBuf=Buffer.from(this._writingBuf)),F.write(this.fd,this._writingBuf,t)}function Wt(t){if(t.fd===-1){t.once("ready",Wt.bind(null,t));return}t._periodicFlushTimer!==void 0&&clearInterval(t._periodicFlushTimer),t.destroyed=!0,t._bufs=[],t._lens=[],fu(typeof t.fd=="number",`sonic.fd must be a number, got ${typeof t.fd}`);try{F.fsync(t.fd,e)}catch{}function e(){t.fd!==1&&t.fd!==2?F.close(t.fd,r):r()}function r(n){if(n){t.emit("error",n);return}t._ending&&!t._writing&&t.emit("finish"),t.emit("close")}}oe.SonicBoom=oe;oe.default=oe;pi.exports=oe});var nn=I((mg,bi)=>{"use strict";var ae={exit:[],beforeExit:[]},mi={exit:Cu,beforeExit:Eu},Ge;function $u(){Ge===void 0&&(Ge=new FinalizationRegistry(Au))}function Tu(t){ae[t].length>0||process.on(t,mi[t])}function gi(t){ae[t].length>0||(process.removeListener(t,mi[t]),ae.exit.length===0&&ae.beforeExit.length===0&&(Ge=void 0))}function Cu(){yi("exit")}function Eu(){yi("beforeExit")}function yi(t){for(let e of ae[t]){let r=e.deref(),n=e.fn;r!==void 0&&n(r,t)}ae[t]=[]}function Au(t){for(let e of["exit","beforeExit"]){let r=ae[e].indexOf(t);ae[e].splice(r,r+1),gi(e)}}function wi(t,e,r){if(e===void 0)throw new Error("the object can't be undefined");Tu(t);let n=new WeakRef(e);n.fn=r,$u(),Ge.register(e,n),ae[t].push(n)}function Ou(t,e){wi("exit",t,e)}function Ru(t,e){wi("beforeExit",t,e)}function Iu(t){if(Ge!==void 0){Ge.unregister(t);for(let e of["exit","beforeExit"])ae[e]=ae[e].filter(r=>{let n=r.deref();return n&&n!==t}),gi(e)}}bi.exports={register:Ou,registerBeforeExit:Ru,unregister:Iu}});var xi=I((gg,Mu)=>{Mu.exports={name:"thread-stream",version:"4.2.0",description:"A streaming way to send data to a Node.js Worker Thread",main:"index.js",types:"index.d.ts",engines:{node:">=20"},dependencies:{"real-require":"^1.0.0"},devDependencies:{"@types/node":"^25.0.2","@yao-pkg/pkg":"^6.0.0",borp:"^1.0.0",desm:"^1.3.0",eslint:"^9.39.1",fastbench:"^1.0.1",neostandard:"^0.13.0","pino-elasticsearch":"^9.0.0","sonic-boom":"^5.0.0","ts-node":"^10.8.0",typescript:"~5.7.3"},scripts:{build:"tsc --noEmit",lint:"eslint",test:'npm run lint && npm run build && npm run transpile && borp --pattern "test/*.test.{js,mjs}"',"test:ci":'npm run lint && npm run transpile && borp --pattern "test/*.test.{js,mjs}"',"test:yarn":'npm run transpile && borp --pattern "test/*.test.js"',transpile:"sh ./test/ts/transpile.sh"},repository:{type:"git",url:"git+https://github.com/mcollina/thread-stream.git"},keywords:["worker","thread","threads","stream"],author:"Matteo Collina <hello@matteocollina.com>",license:"MIT",bugs:{url:"https://github.com/mcollina/thread-stream/issues"},homepage:"https://github.com/mcollina/thread-stream#readme"}});var _i=I((yg,Si)=>{"use strict";function Pu(t,e,r,n,s){let i=n===1/0?1/0:Date.now()+n,o=()=>{let a=Atomics.load(t,e);if(a===r){s(null,"ok");return}if(i!==1/0&&Date.now()>i){s(null,"timed-out");return}let l=i===1/0?1e4:Math.min(1e4,Math.max(1,i-Date.now())),c=Atomics.waitAsync(t,e,a,l);c.async?c.value.then(o):setImmediate(o)};o()}function Lu(t,e,r,n,s){let i=n===1/0?1/0:Date.now()+n,o=()=>{if(Atomics.load(t,e)!==r){s(null,"ok");return}if(i!==1/0&&Date.now()>i){s(null,"timed-out");return}let l=i===1/0?1e4:Math.min(1e4,Math.max(1,i-Date.now())),c=Atomics.waitAsync(t,e,r,l);c.async?c.value.then(f=>{if(f==="ok"){s(null,"ok");return}o()}):setImmediate(o)};o()}Si.exports={wait:Pu,waitDiff:Lu}});var ki=I((wg,vi)=>{"use strict";vi.exports={WRITE_INDEX:4,READ_INDEX:8,SEQ_INDEX:2}});var Di=I((bg,Li)=>{"use strict";var{version:Du}=xi(),{EventEmitter:ju}=require("events"),{Worker:Fu}=require("worker_threads"),{join:Nu}=require("path"),{pathToFileURL:Uu}=require("url"),{wait:qu}=_i(),{WRITE_INDEX:he,READ_INDEX:Re,SEQ_INDEX:sn}=ki(),Bu=require("buffer"),Hu=require("assert"),y=Symbol("kImpl"),Wu=Bu.constants.MAX_STRING_LENGTH;function $i(){}function cn(t,e){Atomics.add(t[y].state,sn,1),e(),Atomics.add(t[y].state,sn,1),Atomics.notify(t[y].state,sn)}function Ti(t){cn(t,()=>{Atomics.store(t[y].state,Re,0),Atomics.store(t[y].state,he,0)})}var mt=class{constructor(e){this._value=e}deref(){return this._value}},Vt=class{register(){}unregister(){}},Vu=process.env.NODE_V8_COVERAGE?Vt:global.FinalizationRegistry||Vt,zu=process.env.NODE_V8_COVERAGE?mt:global.WeakRef||mt,Ci=new Vu(t=>{t.exited||t.terminate()});function Ku(t,e){let{filename:r,workerData:n}=e,i=("__bundlerPathsOverrides"in globalThis?globalThis.__bundlerPathsOverrides:{})["thread-stream-worker"]||Nu(__dirname,"lib","worker.js"),o=new Fu(i,{...e.workerOpts,name:e.workerOpts?.name||"thread-stream",trackUnmanagedFds:!1,workerData:{filename:r.indexOf("file://")===0?r:Uu(r).href,dataBuf:t[y].dataBuf,stateBuf:t[y].stateBuf,workerData:{$context:{threadStreamVersion:Du},...n}}});return o.stream=new mt(t),o.on("message",Gu),o.on("exit",Oi),Ci.register(t,o),o}function Ei(t){Hu(!t[y].sync),t[y].needDrain&&(t[y].needDrain=!1,t.emit("drain"))}function Ai(t){for(;;){let e=Atomics.load(t[y].state,he),r=t[y].data.length-e;if(r>0){if(t[y].bufLen===0){t[y].flushing=!1,t[y].ending?un(t):t[y].needDrain&&process.nextTick(Ei,t);return}Mi(t,r,$i);continue}if(r===0){if(e===0&&t[y].bufLen===0)return;zt(t,()=>{t.destroyed||(Ti(t),Ai(t))});return}ee(t,new Error("overwritten"));return}}function Gu(t){let e=this.stream.deref();if(e===void 0){this.exited=!0,this.terminate();return}if(t?.code!=null)switch(t.code){case"READY":this.stream=new zu(e),zt(e,()=>{e[y].ready=!0,e.emit("ready")});break;case"ERROR":ee(e,t.err);break;case"EVENT":Array.isArray(t.args)?e.emit(t.name,...t.args):e.emit(t.name,t.args);break;case"FLUSHED":{if(t.context!=="thread-stream"){ee(e,new Error("this should not happen: "+t.code));break}let r=e[y].flushCallbacks.get(t.id);r&&(e[y].flushCallbacks.delete(t.id),process.nextTick(r));break}case"WARNING":process.emitWarning(t.err);break;default:ee(e,new Error("this should not happen: "+t.code))}}function Oi(t){let e=this.stream.deref();e!==void 0&&(Ci.unregister(e),e.worker.exited=!0,e.worker.off("exit",Oi),ee(e,t!==0?new Error("the worker thread exited"):null))}var an=class extends ju{constructor(e={}){if(super(),e.bufferSize<4)throw new Error("bufferSize must at least fit a 4-byte utf-8 char");this[y]={},this[y].stateBuf=new SharedArrayBuffer(128),this[y].state=new Int32Array(this[y].stateBuf),this[y].dataBuf=new SharedArrayBuffer(e.bufferSize||4*1024*1024),this[y].data=Buffer.from(this[y].dataBuf),this[y].sync=e.sync||!1,this[y].ending=!1,this[y].ended=!1,this[y].needDrain=!1,this[y].destroyed=!1,this[y].flushing=!1,this[y].ready=!1,this[y].finished=!1,this[y].errored=null,this[y].closed=!1,this[y].buf=[],this[y].bufHead=0,this[y].bufLen=0,this[y].flushCallbacks=new Map,this[y].nextFlushId=0,this.worker=Ku(this,e),this.on("message",(r,n)=>{this.worker.postMessage(r,n)})}write(e){let r=Buffer.isBuffer(e)?e:Buffer.from(e);if(this[y].destroyed)return ln(this,new Error("the worker has exited")),!1;if(this[y].ending)return ln(this,new Error("the worker is ending")),!1;if(this[y].flushing&&this[y].bufLen+r.length>=Wu)try{on(this),this[y].flushing=!0}catch(n){return ee(this,n),!1}if(this[y].buf.push(r),this[y].bufLen+=r.length,this[y].sync)try{return on(this),!0}catch(n){return ee(this,n),!1}return this[y].flushing||(this[y].flushing=!0,setImmediate(Ai,this)),this[y].needDrain=this[y].data.length-this[y].bufLen-Atomics.load(this[y].state,he)<=0,!this[y].needDrain}end(){this[y].destroyed||(this[y].ending=!0,un(this))}flush(e){e=typeof e=="function"?e:$i,Ri(this,r=>{if(r){process.nextTick(e,r);return}Ii(this,e)})}flushSync(){this[y].destroyed||(on(this),Pi(this))}unref(){this.worker.unref()}ref(){this.worker.ref()}get ready(){return this[y].ready}get destroyed(){return this[y].destroyed}get closed(){return this[y].closed}get writable(){return!this[y].destroyed&&!this[y].ending}get writableEnded(){return this[y].ending}get writableFinished(){return this[y].finished}get writableNeedDrain(){return this[y].needDrain}get writableObjectMode(){return!1}get writableErrored(){return this[y].errored}};function Ri(t,e){if(t[y].destroyed){process.nextTick(e,new Error("the worker has exited"));return}if(!t[y].sync&&(t[y].flushing||t[y].bufLen>0)){setImmediate(Ri,t,e);return}zt(t,e)}function zt(t,e){let r=Atomics.load(t[y].state,he);qu(t[y].state,Re,r,1/0,(n,s)=>{if(n){ee(t,n),e(n);return}if(s!=="ok"){zt(t,e);return}e()})}function Ii(t,e){if(t[y].destroyed){process.nextTick(e,new Error("the worker has exited"));return}if(!t[y].ready){let n=()=>{i(),Ii(t,e)},s=()=>{i(),process.nextTick(e,new Error("the worker has exited"))},i=()=>{t.off("ready",n),t.off("close",s)};t.once("ready",n),t.once("close",s);return}let r=++t[y].nextFlushId;t[y].flushCallbacks.set(r,e);try{t.worker.postMessage({code:"FLUSH",context:"thread-stream",id:r})}catch(n){t[y].flushCallbacks.delete(r),ee(t,n),process.nextTick(e,n)}}function Ju(t,e){let r=t[y].flushCallbacks;if(r.size===0)return;let n=e||new Error("the worker has exited");for(let s of r.values())process.nextTick(s,n);r.clear()}function ln(t,e){setImmediate(()=>{t.emit("error",e)})}function ee(t,e){t[y].destroyed||(t[y].destroyed=!0,Ju(t,e),e&&(t[y].errored=e,ln(t,e)),t.worker.exited?setImmediate(()=>{t[y].closed=!0,t.emit("close")}):t.worker.terminate().catch(()=>{}).then(()=>{t[y].closed=!0,t.emit("close")}))}function Mi(t,e,r){let s=Atomics.load(t[y].state,he),i=e;for(;i>0&&t[y].bufLen!==0;){let o=t[y].bufHead,a=t[y].buf[o];if(a.length<=i){a.copy(t[y].data,s),s+=a.length,i-=a.length,t[y].bufLen-=a.length,t[y].bufHead=o+1,t[y].bufHead===t[y].buf.length?(t[y].buf.length=0,t[y].bufHead=0):t[y].bufHead>=1024&&t[y].bufHead*2>=t[y].buf.length&&(t[y].buf.splice(0,t[y].bufHead),t[y].bufHead=0);continue}a.copy(t[y].data,s,0,i),t[y].buf[o]=a.subarray(i),t[y].bufLen-=i,s+=i,i=0}return cn(t,()=>{Atomics.store(t[y].state,he,s)}),r(),!0}function un(t){if(!(t[y].ended||!t[y].ending||t[y].flushing)){t[y].ended=!0;try{t.flushSync();let e=Atomics.load(t[y].state,Re);cn(t,()=>{Atomics.store(t[y].state,he,-1)});let r=0;for(;e!==-1;){if(Atomics.wait(t[y].state,Re,e,1e3),e=Atomics.load(t[y].state,Re),e===-2){ee(t,new Error("end() failed"));return}if(++r===10){ee(t,new Error("end() took too long (10s)"));return}}process.nextTick(()=>{t[y].finished=!0,t.emit("finish")})}catch(e){ee(t,e)}}}function on(t){let e=()=>{t[y].ending?un(t):t[y].needDrain&&process.nextTick(Ei,t)};for(t[y].flushing=!1;t[y].bufLen!==0;){let r=Atomics.load(t[y].state,he),n=t[y].data.length-r;if(n===0){Pi(t),Ti(t);continue}else if(n<0)throw new Error("overwritten");Mi(t,n,e)}}function Pi(t){if(t[y].flushing)throw new Error("unable to flush while flushing");let e=Atomics.load(t[y].state,he),r=0;for(;;){let n=Atomics.load(t[y].state,Re);if(n===-2)throw Error("_flushSync failed");if(n!==e)Atomics.wait(t[y].state,Re,n,1e3);else break;if(++r===10)throw new Error("_flushSync took too long (10s)")}}Li.exports=an});var pn=I((xg,Ni)=>{"use strict";var{createRequire:Yu}=require("module"),{existsSync:Xu}=require("node:fs"),Zu=Jr(),{join:fn,isAbsolute:Fi,sep:Qu}=require("node:path"),{fileURLToPath:ef}=require("node:url"),tf=en(),dn=nn(),rf=Di();function nf(t){dn.register(t,cf),dn.registerBeforeExit(t,uf),t.on("close",function(){dn.unregister(t)})}function sf(){let t=process.execArgv;for(let e=0;e<t.length;e++){let r=t[e];if(r==="--import"||r==="--require"||r==="-r"||r.startsWith("--import=")||r.startsWith("--require=")||r.startsWith("-r="))return!0}return!1}function of(t){let e=t.match(/(?:[^\s"']+|"[^"]*"|'[^']*')+/g);if(!e)return t;let r=[],n=!1;for(let s=0;s<e.length;s++){let i=e[s];if(i==="--require"||i==="-r"||i==="--import"){let o=e[s+1];if(o&&ji(o)){n=!0,s++;continue}r.push(i),o&&(r.push(o),s++);continue}if(i.startsWith("--require=")||i.startsWith("-r=")||i.startsWith("--import=")){let o=i.slice(i.indexOf("=")+1);if(ji(o)){n=!0;continue}}r.push(i)}return n?r.join(" "):t}function ji(t){let e=af(t);if(!e)return!1;let r=e;if(r.startsWith("file://"))try{r=ef(r)}catch{return!1}return Fi(r)&&!Xu(r)}function af(t){let e=t[0],r=t[t.length-1];return e==='"'&&r==='"'||e==="'"&&r==="'"?t.slice(1,-1):t}function lf(t,e,r,n,s){if(!r.execArgv&&sf()&&require.main===void 0&&(r={...r,execArgv:[]}),!r.env&&process.env.NODE_OPTIONS){let l=of(process.env.NODE_OPTIONS);l!==process.env.NODE_OPTIONS&&(r={...r,env:{...process.env,NODE_OPTIONS:l}})}r={...r,name:s};let i=new rf({filename:t,workerData:e,workerOpts:r,sync:n});i.on("ready",o),i.on("close",function(){process.removeListener("exit",a)}),process.on("exit",a);function o(){process.removeListener("exit",a),i.unref(),r.autoEnd!==!1&&nf(i)}function a(){i.closed||(i.flushSync(),tf(100),i.end())}return i}function cf(t){t.ref(),t.flushSync(),t.end(),t.once("close",function(){t.unref()})}function uf(t){t.flushSync()}function ff(t){let{pipeline:e,targets:r,levels:n,dedupe:s,worker:i={},caller:o=Zu(),sync:a=!1}=t,l={...t.options},c=typeof o=="string"?[o]:o,f=typeof globalThis=="object"&&Object.prototype.hasOwnProperty.call(globalThis,"__bundlerPathsOverrides")&&globalThis.__bundlerPathsOverrides&&typeof globalThis.__bundlerPathsOverrides=="object"?globalThis.__bundlerPathsOverrides:Object.create(null),d=t.target;if(d&&r)throw new Error("only one of target or targets can be specified");r?(d=f["pino-worker"]||fn(__dirname,"worker.js"),l.targets=r.filter(u=>u.target).map(u=>({...u,target:p(u.target)})),l.pipelines=r.filter(u=>u.pipeline).map(u=>u.pipeline.map(m=>({...m,level:u.level,target:p(m.target)})))):e&&(d=f["pino-worker"]||fn(__dirname,"worker.js"),l.pipelines=[e.map(u=>({...u,target:p(u.target)}))]),n&&(l.levels=n),s&&(l.dedupe=s),l.pinoWillSendConfig=!0;let h=r||e?"pino.transport":d;return lf(p(d),l,i,a,h);function p(u){if(u=f[u]||u,Fi(u)||u.indexOf("file://")===0)return u;if(u==="pino/file")return fn(__dirname,"..","file.js");let m;for(let g of c)try{let x=g==="node:repl"?process.cwd()+Qu:g;m=Yu(x).resolve(u);break}catch{continue}if(!m)throw new Error(`unable to determine transport target for "${u}"`);return m}}Ni.exports=ff});var Jt=I((Sg,Zi)=>{"use strict";var df=require("node:diagnostics_channel"),Ui=oi(),{mapHttpRequest:pf,mapHttpResponse:hf}=Gr(),mn=hi(),qi=nn(),{lsCacheSym:mf,chindingsSym:zi,writeSym:Bi,serializersSym:Ki,formatOptsSym:Hi,endSym:gf,stringifiersSym:Gi,stringifySym:Ji,stringifySafeSym:gn,wildcardFirstSym:Yi,nestedKeySym:yf,formattersSym:Xi,messageKeySym:wf,errorKeySym:bf,nestedKeyStrSym:xf,msgPrefixSym:Kt}=Ke(),{isMainThread:Sf}=require("worker_threads"),_f=pn(),[vf]=process.versions.node.split(".").map(t=>Number(t)),Wi=df.tracingChannel("pino_asJson"),hn=vf>=25?t=>JSON.stringify(t):$f;function Je(){}function kf(t,e){if(!e)return r;return function(...s){e.call(this,s,r,t)};function r(n,...s){if(typeof n=="object"){let i=n;n!==null&&(n.method&&n.headers&&n.socket?n=pf(n):typeof n.setHeader=="function"&&(n=hf(n)));let o;i===null&&s.length===0?o=[null]:(i=s.shift(),o=s),typeof this[Kt]=="string"&&i!==void 0&&i!==null&&(i=this[Kt]+i),this[Bi](n,Ui(i,o,this[Hi]),t)}else{let i=n===void 0?s.shift():n;typeof this[Kt]=="string"&&i!==void 0&&i!==null&&(i=this[Kt]+i),this[Bi](null,Ui(i,s,this[Hi]),t)}}}function $f(t){let e="",r=0,n=!1,s=255,i=t.length;if(i>100)return JSON.stringify(t);for(var o=0;o<i&&s>=32;o++)s=t.charCodeAt(o),(s===34||s===92)&&(e+=t.slice(r,o)+"\\",r=o,n=!0);return n?e+=t.slice(r):e=t,s<32?JSON.stringify(t):'"'+e+'"'}function Tf(t,e,r,n){if(Wi.hasSubscribers===!1)return Vi.call(this,t,e,r,n);let s={instance:this,arguments};return Wi.traceSync(Vi,s,this,t,e,r,n)}function Vi(t,e,r,n){let s=this[Ji],i=this[gn],o=this[Gi],a=this[gf],l=this[zi],c=this[Ki],f=this[Xi],d=this[wf],h=this[bf],p=this[mf][r]+n;p=p+l;let u;f.log&&(t=f.log(t));let m=o[Yi],g="";for(let b in t)if(u=t[b],Object.prototype.hasOwnProperty.call(t,b)&&u!==void 0){c[b]?u=c[b](u):b===h&&c.err&&(u=c.err(u));let S=o[b]||m;switch(typeof u){case"undefined":case"function":continue;case"number":Number.isFinite(u)===!1&&(u=null);case"boolean":S&&(u=S(u));break;case"string":u=(S||hn)(u);break;default:u=(S||s)(u,i)}if(u===void 0)continue;let _=hn(b);g+=","+_+":"+u}let x="";if(e!==void 0){u=c[d]?c[d](e):e;let b=o[d]||m;switch(typeof u){case"function":break;case"number":Number.isFinite(u)===!1&&(u=null);case"boolean":b&&(u=b(u)),x=',"'+d+'":'+u;break;case"string":u=(b||hn)(u),x=',"'+d+'":'+u;break;default:u=(b||s)(u,i),x=',"'+d+'":'+u}}return this[yf]&&g?p+this[xf]+g.slice(1)+"}"+x+a:p+g+x+a}function Cf(t,e){let r,n=t[zi],s=t[Ji],i=t[gn],o=t[Gi],a=o[Yi],l=t[Ki],c=t[Xi].bindings;e=c(e);for(let f in e)if(r=e[f],((f.length<5||f!=="level"&&f!=="serializers"&&f!=="formatters"&&f!=="customLevels")&&e.hasOwnProperty(f)&&r!==void 0)===!0){if(r=l[f]?l[f](r):r,r=(o[f]||a||s)(r,i),r===void 0)continue;n+=',"'+f+'":'+r}return n}function Ef(t){return t.write!==t.constructor.prototype.write}function Gt(t){let e=new mn(t);return e.on("error",r),!t.sync&&Sf&&(qi.register(e,Af),e.on("close",function(){qi.unregister(e)})),e;function r(n){if(n.code==="EPIPE"){e.write=Je,e.end=Je,e.flushSync=Je,e.destroy=Je;return}e.removeListener("error",r),e.emit("error",n)}}function Af(t,e){t.destroyed||(e==="beforeExit"?(t.flush(),t.on("drain",function(){t.end()})):t.flushSync())}function Of(t){return function(r,n,s={},i){if(typeof s=="string")i=Gt({dest:s}),s={};else if(typeof i=="string"){if(s&&s.transport)throw Error("only one of option.transport or stream can be specified");i=Gt({dest:i})}else if(s instanceof mn||s.writable||s._writableState)i=s,s={};else if(s.transport){if(s.transport instanceof mn||s.transport.writable||s.transport._writableState)throw Error("option.transport do not allow stream, please pass to option directly. e.g. pino(transport)");if(s.transport.targets&&s.transport.targets.length&&s.formatters&&typeof s.formatters.level=="function")throw Error("option.transport.targets do not allow custom level formatters");let l;s.customLevels&&(l=s.useOnlyCustomLevels?s.customLevels:Object.assign({},s.levels,s.customLevels)),i=_f({caller:n,...s.transport,levels:l})}if(s=Object.assign({},t,s),s.serializers=Object.assign({},t.serializers,s.serializers),s.formatters=Object.assign({},t.formatters,s.formatters),s.prettyPrint)throw new Error("prettyPrint option is no longer supported, see the pino-pretty package (https://github.com/pinojs/pino-pretty)");let{enabled:o,onChild:a}=s;return o===!1&&(s.level="silent"),a||(s.onChild=Je),i||(Ef(process.stdout)?i=process.stdout:i=Gt({fd:process.stdout.fd||1})),{opts:s,stream:i}}}function Rf(t,e){try{return JSON.stringify(t)}catch{try{return(e||this[gn])(t)}catch{return'"[unable to serialize, circular reference is too complex to analyze]"'}}}function If(t,e,r){return{level:t,bindings:e,log:r}}function Mf(t){let e=Number(t);return typeof t=="string"&&Number.isFinite(e)?e:t===void 0?1:t}Zi.exports={noop:Je,buildSafeSonicBoom:Gt,asChindings:Cf,asJson:Tf,genLog:kf,createArgsNormalizer:Of,stringify:Rf,buildFormatters:If,normalizeDestFileDescriptor:Mf}});var Yt=I((_g,Qi)=>{var Pf={trace:10,debug:20,info:30,warn:40,error:50,fatal:60},Lf={ASC:"ASC",DESC:"DESC"};Qi.exports={DEFAULT_LEVELS:Pf,SORTING_ORDER:Lf}});var bn=I((vg,no)=>{"use strict";var{lsCacheSym:Df,levelValSym:yn,useOnlyCustomLevelsSym:jf,streamSym:Ff,formattersSym:Nf,hooksSym:Uf,levelCompSym:eo}=Ke(),{noop:qf,genLog:Ie}=Jt(),{DEFAULT_LEVELS:fe,SORTING_ORDER:to}=Yt(),ro={fatal:t=>{let e=Ie(fe.fatal,t);return function(...r){let n=this[Ff];if(e.call(this,...r),typeof n.flushSync=="function")try{n.flushSync()}catch{}}},error:t=>Ie(fe.error,t),warn:t=>Ie(fe.warn,t),info:t=>Ie(fe.info,t),debug:t=>Ie(fe.debug,t),trace:t=>Ie(fe.trace,t)},wn=Object.keys(fe).reduce((t,e)=>(t[fe[e]]=e,t),{}),Bf=Object.keys(wn).reduce((t,e)=>(t[e]='{"level":'+Number(e),t),{});function Hf(t){let e=t[Nf].level,{labels:r}=t.levels,n={};for(let s in r){let i=e(r[s],Number(s));n[s]=JSON.stringify(i).slice(0,-1)}return t[Df]=n,t}function Wf(t,e){if(e)return!1;switch(t){case"fatal":case"error":case"warn":case"info":case"debug":case"trace":return!0;default:return!1}}function Vf(t){let{labels:e,values:r}=this.levels;if(typeof t=="number"){if(e[t]===void 0)throw Error("unknown level value"+t);t=e[t]}if(r[t]===void 0)throw Error("unknown level "+t);let n=this[yn],s=this[yn]=r[t],i=this[jf],o=this[eo],a=this[Uf].logMethod;for(let l in r){if(o(r[l],s)===!1){this[l]=qf;continue}this[l]=Wf(l,i)?ro[l](a):Ie(r[l],a)}this.emit("level-change",t,s,e[n],n,this)}function zf(t){let{levels:e,levelVal:r}=this;return e&&e.labels?e.labels[r]:""}function Kf(t){let{values:e}=this.levels,r=e[t];return r!==void 0&&this[eo](r,this[yn])}function Gf(t,e,r){return t===to.DESC?e<=r:e>=r}function Jf(t){return typeof t=="string"?Gf.bind(null,t):t}function Yf(t=null,e=!1){let r=t?Object.keys(t).reduce((i,o)=>(i[t[o]]=o,i),{}):null,n=Object.assign(Object.create(Object.prototype,{Infinity:{value:"silent"}}),e?null:wn,r),s=Object.assign(Object.create(Object.prototype,{silent:{value:1/0}}),e?null:fe,t);return{labels:n,values:s}}function Xf(t,e,r){if(typeof t=="number"){if(![].concat(Object.keys(e||{}).map(i=>e[i]),r?[]:Object.keys(wn).map(i=>+i),1/0).includes(t))throw Error(`default level:${t} must be included in custom levels`);return}let n=Object.assign(Object.create(Object.prototype,{silent:{value:1/0}}),r?null:fe,e);if(!(t in n))throw Error(`default level:${t} must be included in custom levels`)}function Zf(t,e){let{labels:r,values:n}=t;for(let s in e){if(s in n)throw Error("levels cannot be overridden");if(e[s]in r)throw Error("pre-existing level values cannot be used for new levels")}}function Qf(t){if(typeof t!="function"&&!(typeof t=="string"&&Object.values(to).includes(t)))throw new Error('Levels comparison should be one of "ASC", "DESC" or "function" type')}no.exports={initialLsCache:Bf,genLsCache:Hf,levelMethods:ro,getLevel:zf,setLevel:Vf,isLevelEnabled:Kf,mappings:Yf,assertNoLevelCollisions:Zf,assertDefaultLevelFound:Xf,genLevelComparison:Jf,assertLevelComparison:Qf}});var xn=I((kg,so)=>{"use strict";so.exports={version:"10.3.1"}});var po=I((Tg,fo)=>{"use strict";var{EventEmitter:ed}=require("node:events"),{lsCacheSym:td,levelValSym:rd,setLevelSym:_n,getLevelSym:io,chindingsSym:Zt,mixinSym:nd,asJsonSym:ao,writeSym:sd,mixinMergeStrategySym:id,timeSym:od,timeSliceIndexSym:ad,streamSym:lo,serializersSym:Me,formattersSym:gt,errorKeySym:ld,messageKeySym:cd,useOnlyCustomLevelsSym:ud,needsMetadataGsym:fd,redactFmtSym:dd,stringifySym:pd,formatOptsSym:hd,stringifiersSym:md,msgPrefixSym:vn,hooksSym:gd}=Ke(),{getLevel:yd,setLevel:wd,isLevelEnabled:bd,mappings:xd,initialLsCache:Sd,genLsCache:_d,assertNoLevelCollisions:vd}=bn(),{asChindings:kn,asJson:kd,buildFormatters:Sn,stringify:oo,noop:co}=Jt(),{version:$d}=xn(),Td=Zr(),Cd=class{},uo={constructor:Cd,child:Ed,bindings:Ad,setBindings:Od,flush:Md,isLevelEnabled:bd,version:$d,get level(){return this[io]()},set level(t){this[_n](t)},get levelVal(){return this[rd]},set levelVal(t){throw Error("levelVal is read-only")},get msgPrefix(){return this[vn]},get[Symbol.toStringTag](){return"Pino"},[td]:Sd,[sd]:Id,[ao]:kd,[io]:yd,[_n]:wd};Object.setPrototypeOf(uo,ed.prototype);fo.exports=function(){return Object.create(uo)};var Xt=t=>t;function Ed(t,e){if(!t)throw Error("missing bindings for child Pino");let r=this[Me],n=this[gt],s=Object.create(this);if(e==null)return s[gt].bindings!==Xt&&(s[gt]=Sn(n.level,Xt,n.log)),s[Zt]=kn(s,t),this.onChild!==co&&this.onChild(s),s;if(e.hasOwnProperty("serializers")===!0){s[Me]=Object.create(null);for(let c in r)s[Me][c]=r[c];let a=Object.getOwnPropertySymbols(r);for(var i=0;i<a.length;i++){let c=a[i];s[Me][c]=r[c]}for(let c in e.serializers)s[Me][c]=e.serializers[c];let l=Object.getOwnPropertySymbols(e.serializers);for(var o=0;o<l.length;o++){let c=l[o];s[Me][c]=e.serializers[c]}}else s[Me]=r;if(e.hasOwnProperty("formatters")){let{level:a,bindings:l,log:c}=e.formatters;s[gt]=Sn(a||n.level,l||Xt,c||n.log)}else s[gt]=Sn(n.level,Xt,n.log);if(e.hasOwnProperty("customLevels")===!0&&(vd(this.levels,e.customLevels),s.levels=xd(e.customLevels,s[ud]),_d(s)),typeof e.redact=="object"&&e.redact!==null||Array.isArray(e.redact)){s.redact=e.redact;let a=Td(s.redact,oo),l={stringify:a[dd]};s[pd]=oo,s[md]=a,s[hd]=l}if(typeof e.msgPrefix=="string"&&(s[vn]=(this[vn]||"")+e.msgPrefix),s[Zt]=kn(s,t),e.level!==void 0&&e.level!==this.level||e.hasOwnProperty("customLevels")){let a=e.level||this.level;s[_n](a)}return this.onChild(s),s}function Ad(){let e=`{${this[Zt].substr(1)}}`,r=JSON.parse(e);return delete r.pid,delete r.hostname,r}function Od(t){let e=kn(this,t);this[Zt]=e}function Rd(t,e){return Object.assign(e,t)}function Id(t,e,r){let n=this[od](),s=this[nd],i=this[ld],o=this[cd],a=this[id]||Rd,l,c=this[gd].streamWrite;t==null?l={}:t instanceof Error?(l={[i]:t},e===void 0&&(e=t.message)):(l=t,e===void 0&&t[o]===void 0&&t[i]&&(e=t[i].message)),s&&(l=a(l,s(l,r,this)));let f=this[ao](l,e,r,n),d=this[lo];d[fd]===!0&&(d.lastLevel=r,d.lastObj=l,d.lastMsg=e,d.lastTime=n.slice(this[ad]),d.lastLogger=this),d.write(c?c(f):f)}function Md(t){if(t!=null&&typeof t!="function")throw Error("callback must be a function");let e=this[lo];typeof e.flush=="function"?e.flush(t||co):t&&t()}});var yo=I((En,go)=>{"use strict";var{hasOwnProperty:yt}=Object.prototype,Le=Cn();Le.configure=Cn;Le.stringify=Le;Le.default=Le;En.stringify=Le;En.configure=Cn;go.exports=Le;var Pd=/[\u0000-\u001f\u0022\u005c\ud800-\udfff]/;function Se(t){return t.length<5e3&&!Pd.test(t)?`"${t}"`:JSON.stringify(t)}function $n(t,e){if(t.length>200||e)return t.sort(e);for(let r=1;r<t.length;r++){let n=t[r],s=r;for(;s!==0&&t[s-1]>n;)t[s]=t[s-1],s--;t[s]=n}return t}var Ld=Object.getOwnPropertyDescriptor(Object.getPrototypeOf(Object.getPrototypeOf(new Int8Array)),Symbol.toStringTag).get;function Tn(t){return Ld.call(t)!==void 0&&t.length!==0}function ho(t,e,r){t.length<r&&(r=t.length);let n=e===","?"":" ",s=`"0":${n}${t[0]}`;for(let i=1;i<r;i++)s+=`${e}"${i}":${n}${t[i]}`;return s}function Dd(t){if(yt.call(t,"circularValue")){let e=t.circularValue;if(typeof e=="string")return`"${e}"`;if(e==null)return e;if(e===Error||e===TypeError)return{toString(){throw new TypeError("Converting circular structure to JSON")}};throw new TypeError('The "circularValue" argument must be of type string or the value null or undefined')}return'"[Circular]"'}function jd(t){let e;if(yt.call(t,"deterministic")&&(e=t.deterministic,typeof e!="boolean"&&typeof e!="function"))throw new TypeError('The "deterministic" argument must be of type boolean or comparator function');return e===void 0?!0:e}function Fd(t,e){let r;if(yt.call(t,e)&&(r=t[e],typeof r!="boolean"))throw new TypeError(`The "${e}" argument must be of type boolean`);return r===void 0?!0:r}function mo(t,e){let r;if(yt.call(t,e)){if(r=t[e],typeof r!="number")throw new TypeError(`The "${e}" argument must be of type number`);if(!Number.isInteger(r))throw new TypeError(`The "${e}" argument must be an integer`);if(r<1)throw new RangeError(`The "${e}" argument must be >= 1`)}return r===void 0?1/0:r}function Pe(t){return t===1?"1 item":`${t} items`}function Nd(t){let e=new Set;for(let r of t)(typeof r=="string"||typeof r=="number")&&e.add(String(r));return e}function Ud(t){if(yt.call(t,"strict")){let e=t.strict;if(typeof e!="boolean")throw new TypeError('The "strict" argument must be of type boolean');if(e)return r=>{let n=`Object can not safely be stringified. Received type ${typeof r}`;throw typeof r!="function"&&(n+=` (${r.toString()})`),new Error(n)}}}function Cn(t){t={...t};let e=Ud(t);e&&(t.bigint===void 0&&(t.bigint=!1),"circularValue"in t||(t.circularValue=Error));let r=Dd(t),n=Fd(t,"bigint"),s=jd(t),i=typeof s=="function"?s:void 0,o=mo(t,"maximumDepth"),a=mo(t,"maximumBreadth");function l(p,u,m,g,x,b){let S=u[p];switch(typeof S=="object"&&S!==null&&typeof S.toJSON=="function"&&(S=S.toJSON(p)),S=g.call(u,p,S),typeof S){case"string":return Se(S);case"object":{if(S===null)return"null";if(m.indexOf(S)!==-1)return r;let _="",$=",",E=b;if(Array.isArray(S)){if(S.length===0)return"[]";if(o<m.length+1)return'"[Array]"';m.push(S),x!==""&&(b+=x,_+=`
|
|
26
26
|
${b}`,$=`,
|
|
27
|
-
${b}`);let j=Math.min(
|
|
28
|
-
${E}`),m.pop(),`[${_}]`}let C=Object.keys(
|
|
29
|
-
${b}`,T=" ");let U=Math.min(R,a);s&&!Tn(
|
|
27
|
+
${b}`);let j=Math.min(S.length,a),B=0;for(;B<j-1;B++){let J=l(String(B),S,m,g,x,b);_+=J!==void 0?J:"null",_+=$}let W=l(String(B),S,m,g,x,b);if(_+=W!==void 0?W:"null",S.length-1>a){let J=S.length-a-1;_+=`${$}"... ${Pe(J)} not stringified"`}return x!==""&&(_+=`
|
|
28
|
+
${E}`),m.pop(),`[${_}]`}let C=Object.keys(S),R=C.length;if(R===0)return"{}";if(o<m.length+1)return'"[Object]"';let T="",L="";x!==""&&(b+=x,$=`,
|
|
29
|
+
${b}`,T=" ");let U=Math.min(R,a);s&&!Tn(S)&&(C=$n(C,i)),m.push(S);for(let j=0;j<U;j++){let B=C[j],W=l(B,S,m,g,x,b);W!==void 0&&(_+=`${L}${Se(B)}:${T}${W}`,L=$)}if(R>a){let j=R-a;_+=`${L}"...":${T}"${Pe(j)} not stringified"`,L=$}return x!==""&&L.length>1&&(_=`
|
|
30
30
|
${b}${_}
|
|
31
|
-
${E}`),m.pop(),`{${_}}`}case"number":return isFinite(
|
|
31
|
+
${E}`),m.pop(),`{${_}}`}case"number":return isFinite(S)?String(S):e?e(S):"null";case"boolean":return S===!0?"true":"false";case"undefined":return;case"bigint":if(n)return String(S);default:return e?e(S):void 0}}function c(p,u,m,g,x,b){switch(typeof u=="object"&&u!==null&&typeof u.toJSON=="function"&&(u=u.toJSON(p)),typeof u){case"string":return Se(u);case"object":{if(u===null)return"null";if(m.indexOf(u)!==-1)return r;let S=b,_="",$=",";if(Array.isArray(u)){if(u.length===0)return"[]";if(o<m.length+1)return'"[Array]"';m.push(u),x!==""&&(b+=x,_+=`
|
|
32
32
|
${b}`,$=`,
|
|
33
|
-
${b}`);let R=Math.min(u.length,a),T=0;for(;T<R-1;T++){let U=c(String(T),u[T],m,g,
|
|
34
|
-
${
|
|
35
|
-
${b}`,E=" ");let C="";for(let R of g){let T=c(R,u[R],m,g,
|
|
33
|
+
${b}`);let R=Math.min(u.length,a),T=0;for(;T<R-1;T++){let U=c(String(T),u[T],m,g,x,b);_+=U!==void 0?U:"null",_+=$}let L=c(String(T),u[T],m,g,x,b);if(_+=L!==void 0?L:"null",u.length-1>a){let U=u.length-a-1;_+=`${$}"... ${Pe(U)} not stringified"`}return x!==""&&(_+=`
|
|
34
|
+
${S}`),m.pop(),`[${_}]`}m.push(u);let E="";x!==""&&(b+=x,$=`,
|
|
35
|
+
${b}`,E=" ");let C="";for(let R of g){let T=c(R,u[R],m,g,x,b);T!==void 0&&(_+=`${C}${Se(R)}:${E}${T}`,C=$)}return x!==""&&C.length>1&&(_=`
|
|
36
36
|
${b}${_}
|
|
37
|
-
${
|
|
38
|
-
${
|
|
39
|
-
${
|
|
40
|
-
${b}`,m.pop(),`[${T}]`}let
|
|
41
|
-
${
|
|
42
|
-
${
|
|
43
|
-
${b}`),m.pop(),`{${E}}`}case"number":return isFinite(u)?String(u):e?e(u):"null";case"boolean":return u===!0?"true":"false";case"undefined":return;case"bigint":if(n)return String(u);default:return e?e(u):void 0}}function d(p,u,m){switch(typeof u){case"string":return
|
|
37
|
+
${S}`),m.pop(),`{${_}}`}case"number":return isFinite(u)?String(u):e?e(u):"null";case"boolean":return u===!0?"true":"false";case"undefined":return;case"bigint":if(n)return String(u);default:return e?e(u):void 0}}function f(p,u,m,g,x){switch(typeof u){case"string":return Se(u);case"object":{if(u===null)return"null";if(typeof u.toJSON=="function"){if(u=u.toJSON(p),typeof u!="object")return f(p,u,m,g,x);if(u===null)return"null"}if(m.indexOf(u)!==-1)return r;let b=x;if(Array.isArray(u)){if(u.length===0)return"[]";if(o<m.length+1)return'"[Array]"';m.push(u),x+=g;let T=`
|
|
38
|
+
${x}`,L=`,
|
|
39
|
+
${x}`,U=Math.min(u.length,a),j=0;for(;j<U-1;j++){let W=f(String(j),u[j],m,g,x);T+=W!==void 0?W:"null",T+=L}let B=f(String(j),u[j],m,g,x);if(T+=B!==void 0?B:"null",u.length-1>a){let W=u.length-a-1;T+=`${L}"... ${Pe(W)} not stringified"`}return T+=`
|
|
40
|
+
${b}`,m.pop(),`[${T}]`}let S=Object.keys(u),_=S.length;if(_===0)return"{}";if(o<m.length+1)return'"[Object]"';x+=g;let $=`,
|
|
41
|
+
${x}`,E="",C="",R=Math.min(_,a);Tn(u)&&(E+=ho(u,$,a),S=S.slice(u.length),R-=u.length,C=$),s&&(S=$n(S,i)),m.push(u);for(let T=0;T<R;T++){let L=S[T],U=f(L,u[L],m,g,x);U!==void 0&&(E+=`${C}${Se(L)}: ${U}`,C=$)}if(_>a){let T=_-a;E+=`${C}"...": "${Pe(T)} not stringified"`,C=$}return C!==""&&(E=`
|
|
42
|
+
${x}${E}
|
|
43
|
+
${b}`),m.pop(),`{${E}}`}case"number":return isFinite(u)?String(u):e?e(u):"null";case"boolean":return u===!0?"true":"false";case"undefined":return;case"bigint":if(n)return String(u);default:return e?e(u):void 0}}function d(p,u,m){switch(typeof u){case"string":return Se(u);case"object":{if(u===null)return"null";if(typeof u.toJSON=="function"){if(u=u.toJSON(p),typeof u!="object")return d(p,u,m);if(u===null)return"null"}if(m.indexOf(u)!==-1)return r;let g="",x=u.length!==void 0;if(x&&Array.isArray(u)){if(u.length===0)return"[]";if(o<m.length+1)return'"[Array]"';m.push(u);let E=Math.min(u.length,a),C=0;for(;C<E-1;C++){let T=d(String(C),u[C],m);g+=T!==void 0?T:"null",g+=","}let R=d(String(C),u[C],m);if(g+=R!==void 0?R:"null",u.length-1>a){let T=u.length-a-1;g+=`,"... ${Pe(T)} not stringified"`}return m.pop(),`[${g}]`}let b=Object.keys(u),S=b.length;if(S===0)return"{}";if(o<m.length+1)return'"[Object]"';let _="",$=Math.min(S,a);x&&Tn(u)&&(g+=ho(u,",",a),b=b.slice(u.length),$-=u.length,_=","),s&&(b=$n(b,i)),m.push(u);for(let E=0;E<$;E++){let C=b[E],R=d(C,u[C],m);R!==void 0&&(g+=`${_}${Se(C)}:${R}`,_=",")}if(S>a){let E=S-a;g+=`${_}"...":"${Pe(E)} not stringified"`}return m.pop(),`{${g}}`}case"number":return isFinite(u)?String(u):e?e(u):"null";case"boolean":return u===!0?"true":"false";case"undefined":return;case"bigint":if(n)return String(u);default:return e?e(u):void 0}}function h(p,u,m){if(arguments.length>1){let g="";if(typeof m=="number"?g=" ".repeat(Math.min(m,10)):typeof m=="string"&&(g=m.slice(0,10)),u!=null){if(typeof u=="function")return l("",{"":p},[],u,g,"");if(Array.isArray(u))return c("",p,[],Nd(u),g,"")}if(g.length!==0)return f("",p,[],g,"")}return d("",p,[])}return h}});var So=I((Cg,xo)=>{"use strict";var An=Symbol.for("pino.metadata"),{DEFAULT_LEVELS:bo}=Yt(),qd=bo.info;function Bd(t,e){t=t||[],e=e||{dedupe:!1};let r=Object.create(bo);r.silent=1/0,e.levels&&typeof e.levels=="object"&&Object.keys(e.levels).forEach(d=>{r[d]=e.levels[d]});let n={write:s,add:a,remove:l,emit:i,flushSync:o,end:c,minLevel:0,lastId:0,streams:[],clone:f,[An]:!0,streamLevels:r};return Array.isArray(t)?t.forEach(a,n):a.call(n,t),t=null,n;function s(d){let h,p=this.lastLevel,{streams:u}=this,m=0,g;for(let x=Hd(u.length,e.dedupe);Vd(x,u.length,e.dedupe);x=Wd(x,e.dedupe))if(h=u[x],h.level<=p){if(m!==0&&m!==h.level)break;if(g=h.stream,g[An]){let{lastTime:b,lastMsg:S,lastObj:_,lastLogger:$}=this;g.lastLevel=p,g.lastTime=b,g.lastMsg=S,g.lastObj=_,g.lastLogger=$}g.write(d),e.dedupe&&(m=h.level)}else if(!e.dedupe)break}function i(...d){for(let{stream:h}of this.streams)typeof h.emit=="function"&&h.emit(...d)}function o(){for(let{stream:d}of this.streams)typeof d.flushSync=="function"&&d.flushSync()}function a(d){if(!d)return n;let h=typeof d.write=="function"||d.stream,p=d.write?d:d.stream;if(!h)throw Error("stream object needs to implement either StreamEntry or DestinationStream interface");let{streams:u,streamLevels:m}=this,g;typeof d.levelVal=="number"?g=d.levelVal:typeof d.level=="string"?g=m[d.level]:typeof d.level=="number"?g=d.level:g=qd;let x={stream:p,level:g,levelVal:void 0,id:++n.lastId};return u.unshift(x),u.sort(wo),this.minLevel=u[0].level,n}function l(d){let{streams:h}=this,p=h.findIndex(u=>u.id===d);return p>=0&&(h.splice(p,1),h.sort(wo),this.minLevel=h.length>0?h[0].level:-1),n}function c(){for(let{stream:d}of this.streams)typeof d.flushSync=="function"&&d.flushSync(),d.end()}function f(d){let h=new Array(this.streams.length);for(let p=0;p<h.length;p++)h[p]={level:d,stream:this.streams[p].stream};return{write:s,add:a,remove:l,minLevel:d,streams:h,clone:f,emit:i,flushSync:o,[An]:!0}}}function wo(t,e){return t.level-e.level}function Hd(t,e){return e?t-1:0}function Wd(t,e){return e?t-1:t+1}function Vd(t,e,r){return r?t>=0:t<e}xo.exports=Bd});var Lo=I((Eg,te)=>{"use strict";var zd=require("node:os"),Ao=Gr(),Kd=Jr(),Gd=Zr(),Oo=si(),Jd=po(),Ro=Ke(),{configure:Yd}=yo(),{assertDefaultLevelFound:Xd,mappings:Io,genLsCache:Zd,genLevelComparison:Qd,assertLevelComparison:ep}=bn(),{DEFAULT_LEVELS:Mo,SORTING_ORDER:tp}=Yt(),{createArgsNormalizer:rp,asChindings:np,buildSafeSonicBoom:_o,buildFormatters:sp,stringify:On,normalizeDestFileDescriptor:vo,noop:ip}=Jt(),{version:op}=xn(),{chindingsSym:ko,redactFmtSym:ap,serializersSym:$o,timeSym:lp,timeSliceIndexSym:cp,streamSym:up,stringifySym:To,stringifySafeSym:Rn,stringifiersSym:Co,setLevelSym:fp,endSym:dp,formatOptsSym:pp,messageKeySym:hp,errorKeySym:mp,nestedKeySym:gp,mixinSym:yp,levelCompSym:wp,useOnlyCustomLevelsSym:bp,formattersSym:Eo,hooksSym:xp,nestedKeyStrSym:Sp,mixinMergeStrategySym:_p,msgPrefixSym:vp}=Ro,{epochTime:Po,nullTime:kp}=Oo,{pid:$p}=process,Tp=zd.hostname(),Cp=Ao.err,Ep={level:"info",levelComparison:tp.ASC,levels:Mo,messageKey:"msg",errorKey:"err",nestedKey:null,enabled:!0,base:{pid:$p,hostname:Tp},serializers:Object.assign(Object.create(null),{err:Cp}),formatters:Object.assign(Object.create(null),{bindings(t){return t},level(t,e){return{level:e}}}),hooks:{logMethod:void 0,streamWrite:void 0},timestamp:Po,name:void 0,redact:null,customLevels:null,useOnlyCustomLevels:!1,depthLimit:5,edgeLimit:100},Ap=rp(Ep),Op=Object.assign(Object.create(null),Ao);function In(...t){let e={},{opts:r,stream:n}=Ap(e,Kd(),...t);r.level&&typeof r.level=="string"&&Mo[r.level.toLowerCase()]!==void 0&&(r.level=r.level.toLowerCase());let{redact:s,crlf:i,serializers:o,timestamp:a,messageKey:l,errorKey:c,nestedKey:f,base:d,name:h,level:p,customLevels:u,levelComparison:m,mixin:g,mixinMergeStrategy:x,useOnlyCustomLevels:b,formatters:S,hooks:_,depthLimit:$,edgeLimit:E,onChild:C,msgPrefix:R}=r,T=Yd({maximumDepth:$,maximumBreadth:E}),L=sp(S.level,S.bindings,S.log),U=On.bind({[Rn]:T}),j=s?Gd(s,U):{},B=s?{stringify:j[ap]}:{stringify:U},W="}"+(i?`\r
|
|
44
44
|
`:`
|
|
45
|
-
`),
|
|
45
|
+
`),J=np.bind(null,{[ko]:"",[$o]:o,[Co]:j,[To]:On,[Rn]:T,[Eo]:L}),Z="";d!==null&&(h===void 0?Z=J(d):Z=J(Object.assign({},d,{name:h})));let P=a instanceof Function?a:a?Po:kp,D=P().indexOf(":")+1;if(b&&!u)throw Error("customLevels is required if useOnlyCustomLevels is set true");if(g&&typeof g!="function")throw Error(`Unknown mixin type "${typeof g}" - expected "function"`);if(R&&typeof R!="string")throw Error(`Unknown msgPrefix type "${typeof R}" - expected "string"`);Xd(p,u,b);let It=Io(u,b);typeof n.emit=="function"&&n.emit("message",{code:"PINO_CONFIG",config:{levels:It,messageKey:l,errorKey:c}}),ep(m);let as=Qd(m);return Object.assign(e,{levels:It,[wp]:as,[bp]:b,[up]:n,[lp]:P,[cp]:D,[To]:On,[Rn]:T,[Co]:j,[dp]:W,[pp]:B,[hp]:l,[mp]:c,[gp]:f,[Sp]:f?`,${JSON.stringify(f)}:{`:"",[$o]:o,[yp]:g,[_p]:x,[ko]:Z,[Eo]:L,[xp]:_,silent:ip,onChild:C,[vp]:R}),Object.setPrototypeOf(e,Jd()),Zd(e),e[fp](p),e}te.exports=In;te.exports.destination=(t=process.stdout.fd)=>typeof t=="object"?(t.dest=vo(t.dest||process.stdout.fd),_o(t)):_o({dest:vo(t),minLength:0});te.exports.transport=pn();te.exports.multistream=So();te.exports.levels=Io();te.exports.stdSerializers=Op;te.exports.stdTimeFunctions=Object.assign({},Oo);te.exports.symbols=Ro;te.exports.version=op;te.exports.default=In;te.exports.pino=In});var Ss=k(xs(),1),{program:Fm,createCommand:Nm,createArgument:Um,createOption:qm,CommanderError:Bm,InvalidArgumentError:Hm,InvalidOptionArgumentError:Wm,Command:_s,Argument:Vm,Option:zm,Help:Km}=Ss.default;var ie=k(require("fs")),Oe=k(require("path")),vs=k(require("os"));var pt={model:"stepfun-ai/step-3.7-flash",ollamaHost:"http://localhost:11434",provider:"ollama",apiUrl:"",apiKey:"",workingDirectory:".",historySize:5e3,timeout:12e4,autoMode:!1,contextBudget:2e6,tools:{runCommand:{blocklist:[],timeout:12e4}},workspace:{envParsing:!0}},ue={name:"NVIDIA",apiUrl:"https://integrate.api.nvidia.com/v1",defaultModel:"stepfun-ai/step-3.7-flash",models:["stepfun-ai/step-3.7-flash","stepfun-ai/step-3.5-flash","nvidia/llama-3.1-nemotron-70b-instruct","qwen/qwen2.5-coder-32b-instruct","deepseek-ai/deepseek-coder-33b-instruct"]};var We=Oe.join(vs.homedir(),".hablas"),Fr=Oe.join(We,"config.json");function Ve(t={}){let e={};if(ie.existsSync(Fr))try{e=JSON.parse(ie.readFileSync(Fr,"utf-8"))}catch{}let r={...pt,...e,tools:{...pt.tools,...e.tools||{},runCommand:{...pt.tools.runCommand,...(e.tools||{}).runCommand||{}}},workspace:{...pt.workspace,...e.workspace||{}}};if(process.env.HABLAS_API_URL&&(r.apiUrl=process.env.HABLAS_API_URL),process.env.HABLAS_API_KEY&&(r.apiKey=process.env.HABLAS_API_KEY),process.env.HABLAS_MODEL&&(r.model=process.env.HABLAS_MODEL),process.env.HABLAS_PROVIDER){let n=process.env.HABLAS_PROVIDER;(n==="ollama"||n==="custom"||n==="nvidia")&&(r.provider=n)}if(t.model&&(r.model=t.model),t.host&&(r.ollamaHost=t.host),t.project&&(r.workingDirectory=Oe.resolve(t.project)),t.provider){let n=t.provider;(n==="ollama"||n==="custom"||n==="nvidia")&&(r.provider=n)}return t.apiUrl&&(r.apiUrl=t.apiUrl),t.apiKey&&(r.apiKey=t.apiKey),r.apiUrl&&r.provider==="ollama"&&(r.provider="custom"),r}function ze(t){ie.existsSync(We)||ie.mkdirSync(We,{recursive:!0}),ie.writeFileSync(Fr,JSON.stringify(t,null,2),"utf-8")}function ks(){let t=[We,Oe.join(We,"logs"),Oe.join(We,"backup")];for(let e of t)ie.existsSync(e)||ie.mkdirSync(e,{recursive:!0})}var Mn=k(Lo()),Pn=k(require("path")),Do=k(require("os")),Qt=k(require("fs"));function Ln(t){let e=Pn.join(Do.homedir(),".hablas","logs");Qt.existsSync(e)||Qt.mkdirSync(e,{recursive:!0});let r=Pn.join(e,`session-${Date.now()}.log`);return(0,Mn.default)({level:"info"},Mn.default.destination({dest:r,sync:!1}))}var er=k(require("fs")),wt=k(require("path"));function jo(){let t=[wt.resolve(__dirname,"..","package.json"),wt.resolve(__dirname,"..","..","package.json"),wt.resolve(process.cwd(),"package.json"),wt.resolve(__dirname,"..","..","..","package.json")];for(let e of t)try{if(er.existsSync(e)){let r=JSON.parse(er.readFileSync(e,"utf-8"));if(r.version)return r.version}}catch{}return"0.0.0"}var pl=k(require("fs")),hl=k(require("path"));var tr=class{baseUrl;model;constructor(e){this.baseUrl=e.ollamaHost,this.model=e.model}setModel(e){this.model=e}getModel(){return this.model}async checkConnection(){try{return(await fetch(`${this.baseUrl}/api/tags`,{signal:AbortSignal.timeout(5e3)})).ok}catch{return!1}}async listModels(){try{let e=await fetch(`${this.baseUrl}/api/tags`,{signal:AbortSignal.timeout(5e3)});return e.ok?((await e.json()).models||[]).map(n=>n.name):[]}catch{return[]}}async chatWithTools(e,r,n){let s={model:this.model,messages:e,stream:!1};r.length>0&&(s.tools=r);let i={method:"POST",headers:{"Content-Type":"application/json"},body:JSON.stringify(s)};n&&(i.signal=n);let o=await fetch(`${this.baseUrl}/api/chat`,i);if(!o.ok){let l=await o.text().catch(()=>"");throw new Error(`Ollama error: ${o.status} ${o.statusText} \u2014 ${l}`)}return await o.json()}async*streamChat(e,r){let n=await fetch(`${this.baseUrl}/api/chat`,{method:"POST",headers:{"Content-Type":"application/json"},body:JSON.stringify({model:this.model,messages:e,stream:!0}),signal:r});if(!n.ok)throw new Error(`Ollama error: ${n.status} ${n.statusText}`);let s=n.body?.getReader();if(!s)throw new Error("No response body");let i=new TextDecoder,o="";for(;;){let{done:a,value:l}=await s.read();if(a)break;o+=i.decode(l,{stream:!0});let c=o.split(`
|
|
46
46
|
`);o=c.pop()||"";for(let f of c)if(f.trim())try{let d=JSON.parse(f);d.message?.content&&(yield d.message.content)}catch{}}}};var Fo=12e4,Rp=6e4,rr=3,No=1e3,Ip=20;function Uo(t){return t.map(e=>{if(e.role==="assistant"&&e.tool_calls&&e.tool_calls.length>0){let r=e.tool_calls.filter(n=>n?.function?.name);if(r.length>0)return{role:"assistant",content:e.content||null,tool_calls:r.map((n,s)=>({id:`call_${s}`,type:"function",function:{name:n.function?.name||"",arguments:JSON.stringify(n.function?.arguments||{})}}))}}return e.role==="tool"?{role:"tool",content:e.content,tool_call_id:"call_0"}:{role:e.role,content:e.content}})}function Mp(t){return t.map(e=>({type:"function",function:e.function}))}function Pp(t){return t.filter(e=>e?.function?.name).map(e=>{let r={};try{r=JSON.parse(e.function?.arguments||"{}")}catch{r={_raw:e.function?.arguments}}return{function:{name:e.function?.name||"",arguments:r}}})}function qo(t){return new Promise(e=>setTimeout(e,t))}function Bo(t,e){return!(t.name==="AbortError"||e&&e>=400&&e<500&&e!==429)}var bt=class{apiUrl;apiKey;model;constructor(e){this.apiUrl=e.apiUrl||"https://api.openai.com/v1",this.apiKey=e.apiKey,this.model=e.model}setModel(e){this.model=e}getModel(){return this.model}setApiUrl(e){this.apiUrl=e}getApiUrl(){return this.apiUrl}setApiKey(e){this.apiKey=e}async checkConnection(){try{let e=this.apiUrl.replace(/\/+$/,"")+"/models";return(await fetch(e,{headers:this.getHeaders(),signal:AbortSignal.timeout(15e3)})).ok}catch{return!1}}async listModels(){try{let e=[],r=!0,n,s=0;for(;r&&s<Ip;){let i=this.apiUrl.replace(/\/+$/,"")+"/models",o=new URLSearchParams;n&&o.set("after",n),o.set("limit","1000");let a=o.toString();a&&(i+="?"+a);let l=await fetch(i,{headers:this.getHeaders(),signal:AbortSignal.timeout(Rp)});if(!l.ok)break;let c=await l.json();if(Array.isArray(c))e.push(...c.map(f=>f.id||f.name||f).filter(Boolean)),r=!1;else if(c.data&&Array.isArray(c.data)){let f=c.data.map(d=>d.id||d.name).filter(Boolean);e.push(...f),c.has_more&&f.length>0?(n=f[f.length-1],s++):r=!1}else c.models&&Array.isArray(c.models)&&e.push(...c.models.map(f=>f.name||f.id).filter(Boolean)),r=!1}return e.sort((i,o)=>i.localeCompare(o))}catch{return[]}}async chatWithTools(e,r,n){let s=this.apiUrl.replace(/\/+$/,"")+"/chat/completions",i={model:this.model,messages:Uo(e)};r.length>0&&(i.tools=Mp(r),i.tool_choice="auto");let o=null;for(let a=0;a<=rr;a++)try{let l=new AbortController,c=setTimeout(()=>l.abort(),Fo),f={method:"POST",headers:{"Content-Type":"application/json",...this.getHeaders()},body:JSON.stringify(i),signal:n||l.signal};try{let d=await fetch(s,f);if(clearTimeout(c),!d.ok){let m=await d.text().catch(()=>"");if(!Bo(null,d.status))throw new Error(`API error: ${d.status} ${d.statusText} \u2014 ${m}`);if(o=new Error(`API error: ${d.status} ${d.statusText} \u2014 ${m}`),a<rr){let g=No*Math.pow(2,a);await qo(g);continue}throw o}let p=(await d.json()).choices?.[0];if(!p)throw new Error("API returned empty response");let u=p.message.tool_calls?Pp(p.message.tool_calls):void 0;return{message:{role:p.message.role||"assistant",content:p.message.content||"",tool_calls:u},done:!0,done_reason:p.finish_reason}}catch(d){if(clearTimeout(c),d.name==="AbortError"&&n?.aborted)throw d;if(Bo(d)&&(o=d,a<rr)){let h=No*Math.pow(2,a);await qo(h);continue}throw d}}catch(l){if(l.name==="AbortError")throw l;if(o=l,a>=rr)throw o}throw o||new Error("Request failed after retries")}async*streamChat(e,r){let n=this.apiUrl.replace(/\/+$/,"")+"/chat/completions",s=await fetch(n,{method:"POST",headers:{"Content-Type":"application/json",...this.getHeaders()},body:JSON.stringify({model:this.model,messages:Uo(e),stream:!0}),signal:r||AbortSignal.timeout(Fo)});if(!s.ok)throw new Error(`API error: ${s.status} ${s.statusText}`);let i=s.body?.getReader();if(!i)throw new Error("No response body");let o=new TextDecoder,a="";for(;;){let{done:l,value:c}=await i.read();if(l)break;a+=o.decode(c,{stream:!0});let f=a.split(`
|
|
47
|
-
`);a=f.pop()||"";for(let d of f){let h=d.trim();if(!(!h||h==="data: [DONE]")&&h.startsWith("data: "))try{let u=JSON.parse(h.slice(6)).choices?.[0]?.delta?.content;u&&(yield u)}catch{}}}}getHeaders(){let e={};return this.apiKey&&(e.Authorization=`Bearer ${this.apiKey}`),e}};function
|
|
47
|
+
`);a=f.pop()||"";for(let d of f){let h=d.trim();if(!(!h||h==="data: [DONE]")&&h.startsWith("data: "))try{let u=JSON.parse(h.slice(6)).choices?.[0]?.delta?.content;u&&(yield u)}catch{}}}}getHeaders(){let e={};return this.apiKey&&(e.Authorization=`Bearer ${this.apiKey}`),e}};function Ye(t){if(t.provider==="nvidia"){let e={...t,provider:"custom",apiUrl:ue.apiUrl};return new bt(e)}return t.provider==="custom"&&t.apiUrl?new bt(t):new tr(t)}function De(t){if(t.provider==="nvidia")return"NVIDIA NIM";if(t.provider==="custom")try{return`Custom (${new URL(t.apiUrl).hostname})`}catch{return"Custom API"}return"Ollama (local)"}var N=k(require("fs/promises")),Hn=k(require("fs")),_e=k(require("path"));function me(){}me.prototype={diff:function(e,r){var n,s=arguments.length>2&&arguments[2]!==void 0?arguments[2]:{},i=s.callback;typeof s=="function"&&(i=s,s={}),this.options=s;var o=this;function a(_){return i?(setTimeout(function(){i(void 0,_)},0),!0):_}e=this.castInput(e),r=this.castInput(r),e=this.removeEmpty(this.tokenize(e)),r=this.removeEmpty(this.tokenize(r));var l=r.length,c=e.length,f=1,d=l+c;s.maxEditLength&&(d=Math.min(d,s.maxEditLength));var h=(n=s.timeout)!==null&&n!==void 0?n:1/0,p=Date.now()+h,u=[{oldPos:-1,lastComponent:void 0}],m=this.extractCommon(u[0],r,e,0);if(u[0].oldPos+1>=c&&m+1>=l)return a([{value:this.join(r),count:r.length}]);var g=-1/0,x=1/0;function b(){for(var _=Math.max(g,-f);_<=Math.min(x,f);_+=2){var $=void 0,E=u[_-1],C=u[_+1];E&&(u[_-1]=void 0);var R=!1;if(C){var T=C.oldPos-_;R=C&&0<=T&&T<l}var L=E&&E.oldPos+1<c;if(!R&&!L){u[_]=void 0;continue}if(!L||R&&E.oldPos+1<C.oldPos?$=o.addToPath(C,!0,void 0,0):$=o.addToPath(E,void 0,!0,1),m=o.extractCommon($,r,e,_),$.oldPos+1>=c&&m+1>=l)return a(Lp(o,$.lastComponent,r,e,o.useLongestToken));u[_]=$,$.oldPos+1>=c&&(x=Math.min(x,_-1)),m+1>=l&&(g=Math.max(g,_+1))}f++}if(i)(function _(){setTimeout(function(){if(f>d||Date.now()>p)return i();b()||_()},0)})();else for(;f<=d&&Date.now()<=p;){var S=b();if(S)return S}},addToPath:function(e,r,n,s){var i=e.lastComponent;return i&&i.added===r&&i.removed===n?{oldPos:e.oldPos+s,lastComponent:{count:i.count+1,added:r,removed:n,previousComponent:i.previousComponent}}:{oldPos:e.oldPos+s,lastComponent:{count:1,added:r,removed:n,previousComponent:i}}},extractCommon:function(e,r,n,s){for(var i=r.length,o=n.length,a=e.oldPos,l=a-s,c=0;l+1<i&&a+1<o&&this.equals(r[l+1],n[a+1]);)l++,a++,c++;return c&&(e.lastComponent={count:c,previousComponent:e.lastComponent}),e.oldPos=a,l},equals:function(e,r){return this.options.comparator?this.options.comparator(e,r):e===r||this.options.ignoreCase&&e.toLowerCase()===r.toLowerCase()},removeEmpty:function(e){for(var r=[],n=0;n<e.length;n++)e[n]&&r.push(e[n]);return r},castInput:function(e){return e},tokenize:function(e){return e.split("")},join:function(e){return e.join("")}};function Lp(t,e,r,n,s){for(var i=[],o;e;)i.push(e),o=e.previousComponent,delete e.previousComponent,e=o;i.reverse();for(var a=0,l=i.length,c=0,f=0;a<l;a++){var d=i[a];if(d.removed){if(d.value=t.join(n.slice(f,f+d.count)),f+=d.count,a&&i[a-1].added){var p=i[a-1];i[a-1]=i[a],i[a]=p}}else{if(!d.added&&s){var h=r.slice(c,c+d.count);h=h.map(function(m,g){var x=n[f+g];return x.length>m.length?x:m}),d.value=t.join(h)}else d.value=t.join(r.slice(c,c+d.count));c+=d.count,d.added||(f+=d.count)}}var u=i[l-1];return l>1&&typeof u.value=="string"&&(u.added||u.removed)&&t.equals("",u.value)&&(i[l-2].value+=u.value,i.pop()),i}var Hg=new me;var Ho=/^[A-Za-z\xC0-\u02C6\u02C8-\u02D7\u02DE-\u02FF\u1E00-\u1EFF]+$/,Wo=/\S/,Vo=new me;Vo.equals=function(t,e){return this.options.ignoreCase&&(t=t.toLowerCase(),e=e.toLowerCase()),t===e||this.options.ignoreWhitespace&&!Wo.test(t)&&!Wo.test(e)};Vo.tokenize=function(t){for(var e=t.split(/([^\S\r\n]+|[()[\]{}'"\r\n]|\b)/),r=0;r<e.length-1;r++)!e[r+1]&&e[r+2]&&Ho.test(e[r])&&Ho.test(e[r+2])&&(e[r]+=e[r+2],e.splice(r+1,2),r--);return e};var Un=new me;Un.tokenize=function(t){this.options.stripTrailingCr&&(t=t.replace(/\r\n/g,`
|
|
48
48
|
`));var e=[],r=t.split(/(\n|\r\n)/);r[r.length-1]||r.pop();for(var n=0;n<r.length;n++){var s=r[n];n%2&&!this.options.newlineIsToken?e[e.length-1]+=s:(this.options.ignoreWhitespace&&(s=s.trim()),e.push(s))}return e};function Dp(t,e,r){return Un.diff(t,e,r)}var jp=new me;jp.tokenize=function(t){return t.split(/(\S.+?[.!?])(?=\s+|$)/)};var Fp=new me;Fp.tokenize=function(t){return t.split(/([{}:;,]|\s+)/)};function nr(t){"@babel/helpers - typeof";return typeof Symbol=="function"&&typeof Symbol.iterator=="symbol"?nr=function(e){return typeof e}:nr=function(e){return e&&typeof Symbol=="function"&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e},nr(t)}function Dn(t){return Np(t)||Up(t)||qp(t)||Bp()}function Np(t){if(Array.isArray(t))return jn(t)}function Up(t){if(typeof Symbol<"u"&&Symbol.iterator in Object(t))return Array.from(t)}function qp(t,e){if(t){if(typeof t=="string")return jn(t,e);var r=Object.prototype.toString.call(t).slice(8,-1);if(r==="Object"&&t.constructor&&(r=t.constructor.name),r==="Map"||r==="Set")return Array.from(t);if(r==="Arguments"||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(r))return jn(t,e)}}function jn(t,e){(e==null||e>t.length)&&(e=t.length);for(var r=0,n=new Array(e);r<e;r++)n[r]=t[r];return n}function Bp(){throw new TypeError(`Invalid attempt to spread non-iterable instance.
|
|
49
|
-
In order to be iterable, non-array objects must have a [Symbol.iterator]() method.`)}var Hp=Object.prototype.toString,
|
|
50
|
-
`);if(
|
|
49
|
+
In order to be iterable, non-array objects must have a [Symbol.iterator]() method.`)}var Hp=Object.prototype.toString,xt=new me;xt.useLongestToken=!0;xt.tokenize=Un.tokenize;xt.castInput=function(t){var e=this.options,r=e.undefinedReplacement,n=e.stringifyReplacer,s=n===void 0?function(i,o){return typeof o>"u"?r:o}:n;return typeof t=="string"?t:JSON.stringify(Fn(t,null,null,s),s," ")};xt.equals=function(t,e){return me.prototype.equals.call(xt,t.replace(/,([\r\n])/g,"$1"),e.replace(/,([\r\n])/g,"$1"))};function Fn(t,e,r,n,s){e=e||[],r=r||[],n&&(t=n(s,t));var i;for(i=0;i<e.length;i+=1)if(e[i]===t)return r[i];var o;if(Hp.call(t)==="[object Array]"){for(e.push(t),o=new Array(t.length),r.push(o),i=0;i<t.length;i+=1)o[i]=Fn(t[i],e,r,n,s);return e.pop(),r.pop(),o}if(t&&t.toJSON&&(t=t.toJSON()),nr(t)==="object"&&t!==null){e.push(t),o={},r.push(o);var a=[],l;for(l in t)t.hasOwnProperty(l)&&a.push(l);for(a.sort(),i=0;i<a.length;i+=1)l=a[i],o[l]=Fn(t[l],e,r,n,l);e.pop(),r.pop()}else o=t;return o}var Nn=new me;Nn.tokenize=function(t){return t.slice()};Nn.join=Nn.removeEmpty=function(t){return t};function Wp(t,e,r,n,s,i,o){o||(o={}),typeof o.context>"u"&&(o.context=4);var a=Dp(r,n,o);if(!a)return;a.push({value:"",lines:[]});function l(x){return x.map(function(b){return" "+b})}for(var c=[],f=0,d=0,h=[],p=1,u=1,m=function(b){var S=a[b],_=S.lines||S.value.replace(/\n$/,"").split(`
|
|
50
|
+
`);if(S.lines=_,S.added||S.removed){var $;if(!f){var E=a[b-1];f=p,d=u,E&&(h=o.context>0?l(E.lines.slice(-o.context)):[],f-=h.length,d-=h.length)}($=h).push.apply($,Dn(_.map(function(W){return(S.added?"+":"-")+W}))),S.added?u+=_.length:p+=_.length}else{if(f)if(_.length<=o.context*2&&b<a.length-2){var C;(C=h).push.apply(C,Dn(l(_)))}else{var R,T=Math.min(_.length,o.context);(R=h).push.apply(R,Dn(l(_.slice(0,T))));var L={oldStart:f,oldLines:p-f+T,newStart:d,newLines:u-d+T,lines:h};if(b>=a.length-2&&_.length<=o.context){var U=/\n$/.test(r),j=/\n$/.test(n),B=_.length==0&&h.length>L.oldLines;!U&&B&&r.length>0&&h.splice(L.oldLines,0,"\"),(!U&&!B||!j)&&h.push("\")}c.push(L),f=0,d=0,h=[]}p+=_.length,u+=_.length}},g=0;g<a.length;g++)m(g);return{oldFileName:t,newFileName:e,oldHeader:s,newHeader:i,hunks:c}}function zo(t){if(Array.isArray(t))return t.map(zo).join(`
|
|
51
51
|
`);var e=[];t.oldFileName==t.newFileName&&e.push("Index: "+t.oldFileName),e.push("==================================================================="),e.push("--- "+t.oldFileName+(typeof t.oldHeader>"u"?"":" "+t.oldHeader)),e.push("+++ "+t.newFileName+(typeof t.newHeader>"u"?"":" "+t.newHeader));for(var r=0;r<t.hunks.length;r++){var n=t.hunks[r];n.oldLines===0&&(n.oldStart-=1),n.newLines===0&&(n.newStart-=1),e.push("@@ -"+n.oldStart+","+n.oldLines+" +"+n.newStart+","+n.newLines+" @@"),e.push.apply(e,n.lines)}return e.join(`
|
|
52
52
|
`)+`
|
|
53
|
-
`}function Vp(t,e,r,n,s,i,o){return zo(Wp(t,e,r,n,s,i,o))}function Ko(t,e,r,n,s,i){return Vp(t,t,e,r,n,s,i)}function qn(t,e,r){return Ko(t,e,r,"original","modified")}var de=k(require("fs/promises")),Bn=k(require("fs")),Xe=k(require("path")),Jo=k(require("os")),
|
|
54
|
-
`),
|
|
55
|
-
... [Partial read. Total lines: ${
|
|
53
|
+
`}function Vp(t,e,r,n,s,i,o){return zo(Wp(t,e,r,n,s,i,o))}function Ko(t,e,r,n,s,i){return Vp(t,t,e,r,n,s,i)}function qn(t,e,r){return Ko(t,e,r,"original","modified")}var de=k(require("fs/promises")),Bn=k(require("fs")),Xe=k(require("path")),Jo=k(require("os")),St=Xe.join(Jo.homedir(),".hablas","backup"),Go=10;async function je(t){try{if(!Bn.existsSync(t))return;Bn.existsSync(St)||await de.mkdir(St,{recursive:!0});let e=await de.readFile(t,"utf-8"),r=Xe.basename(t),n=Date.now(),s=`${r}.${n}.bak`,i=Xe.join(St,s);await de.writeFile(i,e,"utf-8");let a=(await de.readdir(St)).filter(l=>l.startsWith(`${r}.`)&&l.endsWith(".bak")).sort().reverse();if(a.length>Go)for(let l of a.slice(Go))await de.unlink(Xe.join(St,l))}catch{}}function Xo(t){let e=p=>_e.resolve(t,p);return[{name:"read_file",description:"Read the FULL content of a file with line numbers (complete read, no truncation by default per user requirement for 1000/2000+ line files like architecture docs). Use start_line/end_line ONLY if you explicitly need a specific section. Never re-read the same path this turn \u2014 use previous tool observations from history.",safety:"safe",parameters:{path:{type:"string",description:"File path to read",required:!0},start_line:{type:"number",description:"Starting line number (1-based, optional)",required:!1},end_line:{type:"number",description:"Ending line number (inclusive, optional)",required:!1}},execute:async p=>{try{if(!p.path)return{success:!1,output:"",error:"[read_file]: path is required"};let u=e(p.path),g=(await N.readFile(u,"utf-8")).split(`
|
|
54
|
+
`),x=g.length,b=p.start_line?Math.max(1,p.start_line):1,S=p.end_line?Math.min(x,p.end_line):x,_=g.slice(b-1,S),$=String(S).length,E=_.map((T,L)=>`${String(b+L).padStart($," ")} | ${T}`),C=`[${p.path} \u2014 lines ${b}-${S} of ${x}]`,R=S<x?`
|
|
55
|
+
... [Partial read. Total lines: ${x}.]`:"";return{success:!0,output:`${C}
|
|
56
56
|
${E.join(`
|
|
57
|
-
`)}${R}`}}catch(u){return{success:!1,output:"",error:`[read_file]: ${u.message}`}}}},{name:"write_file",description:"Create or overwrite a file with content",safety:"confirm",parameters:{path:{type:"string",description:"File path to write",required:!0},content:{type:"string",description:"Content to write",required:!0}},execute:async p=>{try{if(!p.path)return{success:!1,output:"",error:"[write_file]: path is required"};if(p.content===void 0)return{success:!1,output:"",error:"[write_file]: content is required"};let u=e(p.path);return Hn.existsSync(u)&&await
|
|
57
|
+
`)}${R}`}}catch(u){return{success:!1,output:"",error:`[read_file]: ${u.message}`}}}},{name:"write_file",description:"Create or overwrite a file with content",safety:"confirm",parameters:{path:{type:"string",description:"File path to write",required:!0},content:{type:"string",description:"Content to write",required:!0}},execute:async p=>{try{if(!p.path)return{success:!1,output:"",error:"[write_file]: path is required"};if(p.content===void 0)return{success:!1,output:"",error:"[write_file]: content is required"};let u=e(p.path);return Hn.existsSync(u)&&await je(u),await N.mkdir(_e.dirname(u),{recursive:!0}),await N.writeFile(u,p.content,"utf-8"),{success:!0,output:`Written: ${p.path}`}}catch(u){return{success:!1,output:"",error:`[write_file]: ${u.message}`}}}},{name:"edit_file",description:'Apply a surgical edit by replacing old content with new content. Must match exactly one location. CRITICAL: old_content MUST be an EXACT unique string copied from a previous read_file result. If you do not have it, use patch_file with start_line/end_line instead. Do not guess old_content or the call will fail with "old_content is required".',safety:"confirm",parameters:{path:{type:"string",description:"File path to edit",required:!0},old_content:{type:"string",description:"Exact content to replace (must be unique in the file)",required:!0},new_content:{type:"string",description:"New content to insert",required:!0}},execute:async p=>{try{if(!p.path)return{success:!1,output:"",error:"[edit_file]: path is required"};if(!p.old_content)return{success:!1,output:"",error:"[edit_file]: old_content is required"};let u=e(p.path),m=await N.readFile(u,"utf-8"),g=p.old_content,x=p.new_content,b=Yo(m,g);if(b===0)return{success:!1,output:"",error:"[edit_file]: Old content not found in file"};if(b>1)return{success:!1,output:"",error:`[edit_file]: old_content matches ${b} locations in the file. Provide more surrounding context to be specific.`};await je(u);let S=m.replace(g,x);await N.writeFile(u,S,"utf-8");let _=qn(p.path,m,S);return{success:!0,output:`Edited: ${p.path}
|
|
58
58
|
${_}`}}catch(u){return{success:!1,output:"",error:`[edit_file]: ${u.message}`}}}},{name:"patch_file",description:"Replace lines in a file using line numbers. More reliable than edit_file. Use read_file first to see line numbers.",safety:"confirm",parameters:{path:{type:"string",description:"File path",required:!0},start_line:{type:"number",description:"First line to replace (1-indexed)",required:!0},end_line:{type:"number",description:"Last line to replace (inclusive)",required:!0},new_content:{type:"string",description:"New content to insert in place of those lines",required:!0}},execute:async p=>{try{if(!p.path)return{success:!1,output:"",error:"[patch_file]: path is required"};if(!p.start_line)return{success:!1,output:"",error:"[patch_file]: start_line is required"};if(!p.end_line)return{success:!1,output:"",error:"[patch_file]: end_line is required"};if(p.new_content===void 0)return{success:!1,output:"",error:"[patch_file]: new_content is required"};let u=e(p.path),m=await N.readFile(u,"utf-8"),g=m.split(`
|
|
59
|
-
`),
|
|
59
|
+
`),x=g.length,b=p.start_line,S=p.end_line;if(b<1||b>x)return{success:!1,output:"",error:`[patch_file]: start_line ${b} is out of range (file has ${x} lines)`};if(S<b||S>x)return{success:!1,output:"",error:`[patch_file]: end_line ${S} is out of range (start_line=${b}, total=${x})`};await je(u);let _=g.slice(0,b-1),$=g.slice(S),E=p.new_content.split(`
|
|
60
60
|
`),C=[..._,...E,...$].join(`
|
|
61
|
-
`);await N.writeFile(u,C,"utf-8");let R=qn(p.path,m,C),T=
|
|
62
|
-
${R}`}}catch(u){return{success:!1,output:"",error:`[patch_file]: ${u.message}`}}}},{name:"search_and_replace",description:"Find and replace all occurrences of a pattern in a file. Supports regex. Returns count of replacements made.",safety:"confirm",parameters:{path:{type:"string",description:"File path",required:!0},search:{type:"string",description:"Search pattern (string or regex)",required:!0},replace:{type:"string",description:"Replacement string",required:!0},is_regex:{type:"boolean",description:"Treat search as regex (default: false)",required:!1}},execute:async p=>{try{if(!p.path)return{success:!1,output:"",error:"[search_and_replace]: path is required"};if(!p.search)return{success:!1,output:"",error:"[search_and_replace]: search is required"};if(p.replace===void 0)return{success:!1,output:"",error:"[search_and_replace]: replace is required"};let u=e(p.path),m=await N.readFile(u,"utf-8"),g=p.search,
|
|
61
|
+
`);await N.writeFile(u,C,"utf-8");let R=qn(p.path,m,C),T=S-b+1,L=E.length;return{success:!0,output:`Patched: ${p.path} (replaced ${T} lines with ${L})
|
|
62
|
+
${R}`}}catch(u){return{success:!1,output:"",error:`[patch_file]: ${u.message}`}}}},{name:"search_and_replace",description:"Find and replace all occurrences of a pattern in a file. Supports regex. Returns count of replacements made.",safety:"confirm",parameters:{path:{type:"string",description:"File path",required:!0},search:{type:"string",description:"Search pattern (string or regex)",required:!0},replace:{type:"string",description:"Replacement string",required:!0},is_regex:{type:"boolean",description:"Treat search as regex (default: false)",required:!1}},execute:async p=>{try{if(!p.path)return{success:!1,output:"",error:"[search_and_replace]: path is required"};if(!p.search)return{success:!1,output:"",error:"[search_and_replace]: search is required"};if(p.replace===void 0)return{success:!1,output:"",error:"[search_and_replace]: replace is required"};let u=e(p.path),m=await N.readFile(u,"utf-8"),g=p.search,x=p.replace,b=p.is_regex;await je(u);let S,_;if(b){let $=new RegExp(g,"g");_=(m.match($)||[]).length,S=m.replace($,x)}else _=Yo(m,g),S=m.split(g).join(x);return _===0?{success:!1,output:"",error:"[search_and_replace]: Pattern not found in file"}:(await N.writeFile(u,S,"utf-8"),{success:!0,output:`Replaced ${_} occurrence(s) in ${p.path}`})}catch(u){return{success:!1,output:"",error:`[search_and_replace]: ${u.message}`}}}},{name:"append_to_file",description:"Append content to the end of a file. Creates the file if it does not exist.",safety:"confirm",parameters:{path:{type:"string",description:"File path",required:!0},content:{type:"string",description:"Content to append",required:!0}},execute:async p=>{try{if(!p.path)return{success:!1,output:"",error:"[append_to_file]: path is required"};if(p.content===void 0)return{success:!1,output:"",error:"[append_to_file]: content is required"};let u=e(p.path);return await N.mkdir(_e.dirname(u),{recursive:!0}),Hn.existsSync(u)&&await je(u),await N.appendFile(u,p.content,"utf-8"),{success:!0,output:`Appended to: ${p.path}`}}catch(u){return{success:!1,output:"",error:`[append_to_file]: ${u.message}`}}}},{name:"delete_file",description:"Delete a file",safety:"dangerous",parameters:{path:{type:"string",description:"File path to delete",required:!0}},execute:async p=>{try{if(!p.path)return{success:!1,output:"",error:"[delete_file]: path is required"};let u=e(p.path);return await je(u),await N.unlink(u),{success:!0,output:`Deleted: ${p.path}`}}catch(u){return{success:!1,output:"",error:`[delete_file]: ${u.message}`}}}},{name:"move_file",description:"Move or rename a file",safety:"confirm",parameters:{from:{type:"string",description:"Source path",required:!0},to:{type:"string",description:"Destination path",required:!0}},execute:async p=>{try{if(!p.from)return{success:!1,output:"",error:"[move_file]: from is required"};if(!p.to)return{success:!1,output:"",error:"[move_file]: to is required"};let u=e(p.from),m=e(p.to);return await N.mkdir(_e.dirname(m),{recursive:!0}),await N.rename(u,m),{success:!0,output:`Moved: ${p.from} \u2192 ${p.to}`}}catch(u){return{success:!1,output:"",error:`[move_file]: ${u.message}`}}}},{name:"create_dir",description:"Create a directory",safety:"safe",parameters:{path:{type:"string",description:"Directory path to create",required:!0}},execute:async p=>{try{if(!p.path)return{success:!1,output:"",error:"[create_dir]: path is required"};let u=e(p.path);return await N.mkdir(u,{recursive:!0}),{success:!0,output:`Created directory: ${p.path}`}}catch(u){return{success:!1,output:"",error:`[create_dir]: ${u.message}`}}}},{name:"list_dir",description:"List directory contents as a tree",safety:"safe",parameters:{path:{type:"string",description:"Directory path (default: .)",required:!1},depth:{type:"number",description:"Max depth (default: 3)",required:!1}},execute:async p=>{try{let u=e(p.path||"."),m=p.depth||3;return{success:!0,output:await Zo(u,"",m,0)||"(empty directory)"}}catch(u){return{success:!1,output:"",error:`[list_dir]: ${u.message}`}}}},{name:"get_file_info",description:"Get file stats: size, last modified, type",safety:"safe",parameters:{path:{type:"string",description:"File path",required:!0}},execute:async p=>{try{if(!p.path)return{success:!1,output:"",error:"[get_file_info]: path is required"};let u=e(p.path),m=await N.stat(u);return{success:!0,output:[`Path: ${p.path}`,`Size: ${Kp(m.size)}`,`Type: ${m.isDirectory()?"directory":"file"}`,`Modified: ${m.mtime.toISOString()}`,`Created: ${m.birthtime.toISOString()}`].join(`
|
|
63
63
|
`)}}catch(u){return{success:!1,output:"",error:`[get_file_info]: ${u.message}`}}}}]}function Yo(t,e){let r=0,n=0;for(;;){let s=t.indexOf(e,n);if(s===-1)break;r++,n=s+e.length}return r}var zp=new Set(["node_modules",".git","__pycache__",".venv","dist","build",".next"]);async function Zo(t,e,r,n){if(n>=r)return"";let i=(await N.readdir(t,{withFileTypes:!0})).filter(a=>!zp.has(a.name)&&!a.name.startsWith(".")).sort((a,l)=>a.isDirectory()&&!l.isDirectory()?-1:!a.isDirectory()&&l.isDirectory()?1:a.name.localeCompare(l.name)),o="";for(let a=0;a<i.length;a++){let l=i[a],c=a===i.length-1,f=c?"\u2514\u2500\u2500 ":"\u251C\u2500\u2500 ",d=l.isDirectory()?"\u{1F4C1}":"\u{1F4C4}";if(o+=`${e}${f}${d} ${l.name}
|
|
64
|
-
`,l.isDirectory()){let h=e+(c?" ":"\u2502 ");o+=await Zo(
|
|
64
|
+
`,l.isDirectory()){let h=e+(c?" ":"\u2502 ");o+=await Zo(_e.join(t,l.name),h,r,n+1)}}return o}function Kp(t){return t<1024?`${t} B`:t<1024*1024?`${(t/1024).toFixed(1)} KB`:`${(t/(1024*1024)).toFixed(1)} MB`}var ta=require("child_process");var Qo=require("child_process"),sr=class{processes=new Map;config;nextId=1;constructor(e){this.config={workingDir:e.workingDir,defaultTimeout:e.defaultTimeout||3e5,maxOutputSize:e.maxOutputSize||5e5}}start(e,r){let n=`bg_${this.nextId++}`,s=r?.timeout||this.config.defaultTimeout,i=(0,Qo.spawn)(e,{shell:!0,cwd:this.config.workingDir,env:{...process.env,...r?.env}}),o={id:n,command:e,process:i,stdout:"",stderr:"",startTime:Date.now(),pid:i.pid,status:"running"};return i.stdout?.on("data",a=>{o.stdout+=a.toString(),o.stdout.length>this.config.maxOutputSize&&(o.stdout=o.stdout.slice(-this.config.maxOutputSize))}),i.stderr?.on("data",a=>{o.stderr+=a.toString(),o.stderr.length>this.config.maxOutputSize&&(o.stderr=o.stderr.slice(-this.config.maxOutputSize))}),i.on("exit",a=>{o.status="finished",o.exitCode=a??void 0}),i.on("error",a=>{o.status="finished",o.stderr+=`
|
|
65
65
|
Error: ${a.message}`}),s>0&&setTimeout(()=>{o.status==="running"&&(this.kill(n),o.status="timeout",o.stderr+=`
|
|
66
66
|
Process timed out after ${s}ms`)},s),this.processes.set(n,o),n}readOutput(e,r){let n=this.processes.get(e);if(!n)return{success:!1,output:"",status:"not_found",error:`Background process ${e} not found`};let s=r?.type||"both",i="";return(s==="stdout"||s==="both")&&(i+=n.stdout),(s==="stderr"||s==="both")&&(i&&(i+=`
|
|
67
67
|
`),i+=n.stderr),r?.lastLines&&(i=i.split(`
|
|
68
68
|
`).slice(-r.lastLines).join(`
|
|
69
69
|
`)),{success:!0,output:i,status:n.status}}kill(e){let r=this.processes.get(e);if(!r)return!1;if(r.process.pid)try{process.kill(-r.process.pid,"SIGTERM")}catch{try{process.kill(r.process.pid,"SIGTERM")}catch{}}return r.status="killed",!0}killAll(){let e=0;for(let r of this.processes.keys())this.kill(r)&&e++;return e}listProcesses(){let e=[];for(let[r,n]of this.processes){let s=Date.now()-n.startTime,i=this.formatUptime(s);e.push({id:r,command:n.command,status:n.status,pid:n.pid,startTime:n.startTime,uptime:i})}return e}getProcess(e){return this.processes.get(e)}cleanup(){let e=0;for(let[r,n]of this.processes)(n.status==="finished"||n.status==="killed"||n.status==="timeout")&&(this.processes.delete(r),e++);return e}formatUptime(e){let r=Math.floor(e/1e3);if(r<60)return`${r}s`;let n=Math.floor(r/60);return n<60?`${n}m ${r%60}s`:`${Math.floor(n/60)}h ${n%60}m`}};var Gp=["rm -rf /","rm -rf /*","rm -rf ~","rm -rf $HOME","rm -rf /home","mkfs",":(){ :|:& };:"],Wn=null;function ea(t){return Wn||(Wn=new sr({workingDir:t})),Wn}function ra(t,e){return{name:"run_command",description:"Execute any shell command and return output. Set run_in_background=true for long-running processes (servers, watchers). Use bash_output to read output later.",safety:"confirm",parameters:{command:{type:"string",description:"Shell command to execute",required:!0},run_in_background:{type:"boolean",description:"Run in background for long processes (default: false)",required:!1},timeout:{type:"number",description:"Timeout in ms (default: 120000)",required:!1}},execute:async r=>{let n=r.command,s=r.run_in_background===!0,i=r.timeout||e.tools.runCommand.timeout||12e4,o=e.tools.runCommand.blocklist||[],a=[...Gp,...o];if(a.length>0){for(let l of a)if(n.includes(l))return{success:!1,output:"",error:`Blocked pattern: "${l}". This command is prohibited due to security risks.`}}if(s){let l=ea(t).start(n,{timeout:i});return{success:!0,output:`Background process started: ${l}
|
|
70
70
|
PID: ${ea(t).getProcess(l)?.pid}
|
|
71
|
-
Use bash_output to read output: bash_output(process_id="${l}")`}}return new Promise(l=>{let c=(0,ta.exec)(n,{cwd:t,timeout:i,maxBuffer:10485760,env:{...process.env,FORCE_COLOR:"0"}}),f="",d="";c.stdout?.on("data",h=>{f+=h}),c.stderr?.on("data",h=>{d+=h}),c.on("close",h=>{l(h===0?{success:!0,output:f||"(no output)"}:{success:!1,output:f,error:d||`Exit code: ${h}`})}),c.on("error",h=>{l({success:!1,output:"",error:h.message})})})}}}var ir=k(require("fs/promises")),
|
|
71
|
+
Use bash_output to read output: bash_output(process_id="${l}")`}}return new Promise(l=>{let c=(0,ta.exec)(n,{cwd:t,timeout:i,maxBuffer:10485760,env:{...process.env,FORCE_COLOR:"0"}}),f="",d="";c.stdout?.on("data",h=>{f+=h}),c.stderr?.on("data",h=>{d+=h}),c.on("close",h=>{l(h===0?{success:!0,output:f||"(no output)"}:{success:!1,output:f,error:d||`Exit code: ${h}`})}),c.on("error",h=>{l({success:!1,output:"",error:h.message})})})}}}var ir=k(require("fs/promises")),ve=k(require("path")),Jp=new Set(["node_modules",".git","__pycache__",".venv","dist","build",".next",".cache"]),Yp=new Set([".ts",".js",".tsx",".jsx",".py",".go",".rs",".java",".c",".cpp",".h",".css",".html",".json",".md",".yaml",".yml",".toml"]);function na(t){return{name:"search_codebase",description:"Search for a pattern across all code files in the project",safety:"safe",parameters:{query:{type:"string",description:"Search pattern (regex supported)",required:!0},path:{type:"string",description:"Subdirectory to search in (default: .)",required:!1}},execute:async e=>{try{let r=e.query,n=ve.resolve(t,e.path||"."),s=new RegExp(r,"gi"),i=[];if(await sa(n,s,i,t),i.length===0)return{success:!0,output:`No matches found for: "${r}"`};let o=i.slice(0,50).join(`
|
|
72
72
|
`),a=i.length>50?`
|
|
73
|
-
... and ${i.length-50} more matches`:"";return{success:!0,output:o+a}}catch(r){return{success:!1,output:"",error:`Search failed: ${r.message}`}}}}}async function sa(t,e,r,n){let s=await ir.readdir(t,{withFileTypes:!0});for(let i of s){if(Jp.has(i.name)||i.name.startsWith("."))continue;let o=
|
|
74
|
-
`),c=
|
|
75
|
-
`);for(let a of o){let l=a.match(/^(.+?)\((\d+),\d+\):\s*(error|warning)\s+TS\d+:\s*(.+)$/);l&&e.push({file:l[1],line:parseInt(l[2],10),severity:l[3]==="error"?"error":"warning",message:l[4].trim(),source:"typescript"})}}return e}function Zp(t){let e=[];if(![".eslintrc.json",".eslintrc.js",".eslintrc.yml","eslint.config.js","eslint.config.mjs"].some(n=>
|
|
76
|
-
`);for(let a of o){let l=a.match(/^\s*(\d+):(\d+)\s+(error|warning)\s+(.+?)\s+(\S+)$/);l&&e.push({file:"unknown",line:parseInt(l[1],10),severity:l[3]==="error"?"error":"warning",message:`${l[4]} (${l[5]})`,source:"eslint"})}}}return e}function Qp(t,e,r){let n;try{n=
|
|
77
|
-
`);for(let o=0;o<i.length;o++){let a=i[o],l=o+1;/\bconsole\.(log|debug)\b/.test(a)&&!/\/\//.test(a.split("console")[0])&&r.push({file:s,line:l,severity:"info",message:"console.log/debug statement found (consider removing for production)",source:"pattern",suggestedFix:"Remove or replace with proper logging"}),/\b(TODO|FIXME|HACK|XXX)\b/.test(a)&&r.push({file:s,line:l,severity:"info",message:`Unresolved ${a.match(/\b(TODO|FIXME|HACK|XXX)\b/)?.[0]} comment`,source:"pattern"}),/catch\s*\([^)]*\)\s*\{\s*\}/.test(a)&&r.push({file:s,line:l,severity:"warning",message:"Empty catch block \u2014 errors are silently swallowed",source:"pattern",suggestedFix:"Add error handling or at least log the error"}),/:\s*any\b/.test(a)&&!a.trim().startsWith("//")&&r.push({file:s,line:l,severity:"info",message:"Usage of `any` type \u2014 consider using a specific type",source:"pattern",suggestedFix:"Replace with a proper TypeScript type"})}}function eh(t){let e=[],r=[".ts",".tsx",".js",".jsx"];function n(s,i=0){if(i>5)return;let o=["node_modules",".git","dist","build",".next","coverage"],a;try{a=
|
|
78
|
-
`)}function rh(t,e){let r=[];for(let n of t)if(n.source==="pattern"&&n.message.includes("console.log")){let s
|
|
79
|
-
`);n.line>0&&n.line<=o.length&&(o[n.line-1]="// "+o[n.line-1],
|
|
73
|
+
... and ${i.length-50} more matches`:"";return{success:!0,output:o+a}}catch(r){return{success:!1,output:"",error:`Search failed: ${r.message}`}}}}}async function sa(t,e,r,n){let s=await ir.readdir(t,{withFileTypes:!0});for(let i of s){if(Jp.has(i.name)||i.name.startsWith("."))continue;let o=ve.join(t,i.name);if(i.isDirectory())await sa(o,e,r,n);else if(Yp.has(ve.extname(i.name)))try{let l=(await ir.readFile(o,"utf-8")).split(`
|
|
74
|
+
`),c=ve.relative(n,o);for(let f=0;f<l.length;f++)e.test(l[f])&&(r.push(`${c}:${f+1}: ${l[f].trim()}`),e.lastIndex=0)}catch{}}}var Vn=require("child_process"),re=k(require("fs")),ke=k(require("path"));function Xp(t){let e=[],r=ke.join(t,"tsconfig.json");if(!re.existsSync(r))return e;try{(0,Vn.execSync)("npx tsc --noEmit 2>&1",{cwd:t,encoding:"utf-8",timeout:3e4})}catch(n){let s=n,o=(s.stdout||s.message||"").split(`
|
|
75
|
+
`);for(let a of o){let l=a.match(/^(.+?)\((\d+),\d+\):\s*(error|warning)\s+TS\d+:\s*(.+)$/);l&&e.push({file:l[1],line:parseInt(l[2],10),severity:l[3]==="error"?"error":"warning",message:l[4].trim(),source:"typescript"})}}return e}function Zp(t){let e=[];if(![".eslintrc.json",".eslintrc.js",".eslintrc.yml","eslint.config.js","eslint.config.mjs"].some(n=>re.existsSync(ke.join(t,n))))return e;try{(0,Vn.execSync)("npx eslint . --format json 2>&1",{cwd:t,encoding:"utf-8",timeout:3e4})}catch(n){let i=n.stdout||"";try{let o=JSON.parse(i);for(let a of o)for(let l of a.messages||[])e.push({file:ke.relative(t,a.filePath),line:l.line||0,severity:l.severity===2?"error":"warning",message:`${l.message} (${l.ruleId||"unknown"})`,source:"eslint"})}catch{let o=i.split(`
|
|
76
|
+
`);for(let a of o){let l=a.match(/^\s*(\d+):(\d+)\s+(error|warning)\s+(.+?)\s+(\S+)$/);l&&e.push({file:"unknown",line:parseInt(l[1],10),severity:l[3]==="error"?"error":"warning",message:`${l[4]} (${l[5]})`,source:"eslint"})}}}return e}function Qp(t,e,r){let n;try{n=re.readFileSync(t,"utf-8")}catch{return}let s=ke.relative(e,t),i=n.split(`
|
|
77
|
+
`);for(let o=0;o<i.length;o++){let a=i[o],l=o+1;/\bconsole\.(log|debug)\b/.test(a)&&!/\/\//.test(a.split("console")[0])&&r.push({file:s,line:l,severity:"info",message:"console.log/debug statement found (consider removing for production)",source:"pattern",suggestedFix:"Remove or replace with proper logging"}),/\b(TODO|FIXME|HACK|XXX)\b/.test(a)&&r.push({file:s,line:l,severity:"info",message:`Unresolved ${a.match(/\b(TODO|FIXME|HACK|XXX)\b/)?.[0]} comment`,source:"pattern"}),/catch\s*\([^)]*\)\s*\{\s*\}/.test(a)&&r.push({file:s,line:l,severity:"warning",message:"Empty catch block \u2014 errors are silently swallowed",source:"pattern",suggestedFix:"Add error handling or at least log the error"}),/:\s*any\b/.test(a)&&!a.trim().startsWith("//")&&r.push({file:s,line:l,severity:"info",message:"Usage of `any` type \u2014 consider using a specific type",source:"pattern",suggestedFix:"Replace with a proper TypeScript type"})}}function eh(t){let e=[],r=[".ts",".tsx",".js",".jsx"];function n(s,i=0){if(i>5)return;let o=["node_modules",".git","dist","build",".next","coverage"],a;try{a=re.readdirSync(s)}catch{return}for(let l of a){if(o.includes(l))continue;let c=ke.join(s,l),f;try{f=re.statSync(c)}catch{continue}f.isDirectory()?n(c,i+1):r.some(d=>l.endsWith(d))&&Qp(c,t,e)}}return n(t),e.slice(0,20)}function th(t){let e=[];e.push(...Xp(t)),e.push(...Zp(t)),e.push(...eh(t));let r={error:0,warning:1,info:2};return e.sort((n,s)=>r[n.severity]-r[s.severity]),e}function ia(t){if(t.length===0)return" \u2713 No bugs detected";let e=[],r=t.filter(i=>i.severity==="error").length,n=t.filter(i=>i.severity==="warning").length,s=t.filter(i=>i.severity==="info").length;e.push(` Found ${t.length} issue${t.length>1?"s":""}: ${r} errors, ${n} warnings, ${s} info`),e.push("");for(let i of t.slice(0,15)){let o=i.severity==="error"?"\u2717":i.severity==="warning"?"\u26A0":"\u2139",a=i.line>0?`:${i.line}`:"";e.push(` ${o} ${i.file}${a}`),e.push(` ${i.message}`),i.suggestedFix&&e.push(` \u2192 ${i.suggestedFix}`)}return t.length>15&&e.push(` ... and ${t.length-15} more`),e.join(`
|
|
78
|
+
`)}function rh(t,e){let r=[];for(let n of t)if(n.source==="pattern"&&n.message.includes("console.log")){let s=ke.join(e,n.file);try{let o=re.readFileSync(s,"utf-8").split(`
|
|
79
|
+
`);n.line>0&&n.line<=o.length&&(o[n.line-1]="// "+o[n.line-1],re.writeFileSync(s,o.join(`
|
|
80
80
|
`),"utf-8"),r.push({bug:n,fixed:!0,action:"Commented out console.log"}))}catch{r.push({bug:n,fixed:!1,action:"Failed to read/write file"})}}else r.push({bug:n,fixed:!1,action:"Requires manual fix or LLM assistance"});return r}function oa(t){return{name:"detect_bugs",description:"Scan the project for bugs using TypeScript checking, ESLint, and pattern analysis. Returns a report of found issues.",safety:"safe",parameters:{path:{type:"string",description:"Project path to scan (default: current directory)",required:!1},fix:{type:"string",description:'Set to "true" to auto-fix simple issues',required:!1}},execute:async e=>{let r=e.path||t,n=e.fix==="true"||e.fix===!0;try{let s=th(r);if(n&&s.length>0){let o=rh(s,r).filter(l=>l.fixed).length;return{success:!0,output:`${ia(s)}
|
|
81
81
|
|
|
82
82
|
Auto-fixed: ${o}/${s.length} issues`}}return{success:!0,output:ia(s)}}catch(s){return{success:!1,output:"",error:`Bug detection failed: ${s instanceof Error?s.message:String(s)}`}}}}}var aa=2*1024*1024,la=15e3,ca=32e3,nh="HablasBot/2.0 (+https://hablas.dev)";function sh(t){let e=t;return e=e.replace(/<(script|style|nav|footer|header|aside|iframe|noscript)[^>]*>[\s\S]*?<\/\1>/gi,""),e=e.replace(/<!--[\s\S]*?-->/g,""),e=e.replace(/<\/(p|div|section|article|li|tr|h[1-6])>/gi,`
|
|
@@ -93,12 +93,12 @@ ${"#".repeat(parseInt(n))} ${s.replace(/<[^>]+>/g,"").trim()}
|
|
|
93
93
|
`);return{success:!0,output:`Found ${o.length} links:
|
|
94
94
|
|
|
95
95
|
${a}`}}catch(n){let s=n instanceof Error?n.message:String(n);return{success:!1,output:"",error:`Failed to extract links from ${e}: ${s}`}}}}]}var ah=3600*1e3,Ze=new Map;function lh(t){let e=Ze.get(t.toLowerCase().trim());return e?Date.now()-e.timestamp>ah?(Ze.delete(t.toLowerCase().trim()),null):e.results:null}function ch(t,e){if(Ze.size>200){let r=Ze.keys().next().value;r!==void 0&&Ze.delete(r)}Ze.set(t.toLowerCase().trim(),{results:e,timestamp:Date.now()})}async function uh(t,e){let r=process.env.BRAVE_API_KEY||process.env.BRAVE_SEARCH_API_KEY;if(!r)return null;try{let n=new URLSearchParams({q:t,count:String(Math.min(e,10))}),s=await fetch(`https://api.search.brave.com/res/v1/web/search?${n}`,{headers:{Accept:"application/json","Accept-Encoding":"gzip","X-Subscription-Token":r},signal:AbortSignal.timeout(1e4)});return s.ok?((await s.json()).web?.results??[]).slice(0,e).map(a=>({title:a.title||"",url:a.url||"",snippet:a.description||"",source:"brave"})):null}catch{return null}}async function fh(t,e){try{let r=new URLSearchParams({q:t}),n=await fetch(`https://html.duckduckgo.com/html/?${r}`,{headers:{"User-Agent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36"},signal:AbortSignal.timeout(1e4)});if(!n.ok)return null;let s=await n.text(),i=[],o=/<a[^>]+class="result__a"[^>]+href="([^"]+)"[^>]*>([\s\S]*?)<\/a>[\s\S]*?<a[^>]+class="result__snippet"[^>]*>([\s\S]*?)<\/a>/gi,a;for(;(a=o.exec(s))!==null&&i.length<e;){let l=a[1],c=a[2].replace(/<[^>]+>/g,"").trim(),f=a[3].replace(/<[^>]+>/g,"").trim(),d=l.match(/uddg=([^&]+)/);if(d)try{l=decodeURIComponent(d[1])}catch{}c&&l&&!l.startsWith("/")&&i.push({title:c,url:l,snippet:f,source:"duckduckgo"})}if(i.length===0){let l=/<a[^>]+href="(https?:\/\/[^"]+)"[^>]*>([\s\S]*?)<\/a>/gi,c=new Set;for(;(a=l.exec(s))!==null&&i.length<e;){let f=a[1],d=a[2].replace(/<[^>]+>/g,"").trim();d&&d.length>5&&!c.has(f)&&!f.includes("duckduckgo.com")&&(c.add(f),i.push({title:d,url:f,snippet:"",source:"duckduckgo"}))}}return i.length>0?i:null}catch{return null}}async function zn(t,e=5){let r=lh(t);if(r)return r.slice(0,e);let n=[{name:"brave",fn:()=>uh(t,e)},{name:"duckduckgo",fn:()=>fh(t,e)}];for(let s of n)try{let i=await s.fn();if(i&&i.length>0)return ch(t,i),i}catch{}return[]}function da(){return{name:"web_search",description:"Search the web for current information. Returns titles, URLs, and snippets from search results. Use this to find documentation, answers, latest versions, news, or any information not in your training data.",safety:"safe",parameters:{query:{type:"string",description:"The search query",required:!0},max_results:{type:"number",description:"Max results to return (default: 5, max: 10)",required:!1}},execute:async t=>{let e=t.query;if(!e?.trim())return{success:!1,output:"",error:"Search query is required"};let r=Math.min(Math.max(1,t.max_results||5),10);try{let n=await zn(e.trim(),r);if(n.length===0)return{success:!0,output:`No results found for: "${e}". Try rephrasing the search query.`};let s=[`Search results for: "${e}" (${n.length} results, source: ${n[0].source})`,""];for(let i=0;i<n.length;i++){let o=n[i];s.push(`[${i+1}] ${o.title}`),s.push(` ${o.url}`),o.snippet&&s.push(` ${o.snippet}`),s.push("")}return{success:!0,output:s.join(`
|
|
96
|
-
`)}}catch(n){return{success:!1,output:"",error:`Search failed: ${n instanceof Error?n.message:String(n)}`}}}}}var ge=k(require("fs")),ya=k(require("path")),pa=50*1024*1024,ha=4e4;function ma(t){let e=t.toString("latin1"),r={},n=[],s=0,i=e.match(/\/Type\s*\/Page\b/g);s=i?i.length:0;let o=e.match(/\/Title\s*\(([^)]*)\)/);o&&(r.title=
|
|
96
|
+
`)}}catch(n){return{success:!1,output:"",error:`Search failed: ${n instanceof Error?n.message:String(n)}`}}}}}var ge=k(require("fs")),ya=k(require("path")),pa=50*1024*1024,ha=4e4;function ma(t){let e=t.toString("latin1"),r={},n=[],s=0,i=e.match(/\/Type\s*\/Page\b/g);s=i?i.length:0;let o=e.match(/\/Title\s*\(([^)]*)\)/);o&&(r.title=Fe(o[1]));let a=e.match(/\/Author\s*\(([^)]*)\)/);a&&(r.author=Fe(a[1]));let l=e.match(/\/Subject\s*\(([^)]*)\)/);l&&(r.subject=Fe(l[1]));let c=e.match(/\/Creator\s*\(([^)]*)\)/);c&&(r.creator=Fe(c[1]));let f=/stream\r?\n([\s\S]*?)\r?\nendstream/g,d;for(;(d=f.exec(e))!==null;){let p=d[1],u=ga(p);u.trim()&&n.push(u);try{let m=require("zlib"),g=Buffer.from(p,"latin1"),x=m.inflateSync(g).toString("latin1"),b=ga(x);b.trim()&&!n.includes(b)&&n.push(b)}catch{}}return{text:n.join(`
|
|
97
97
|
`).replace(/\r\n/g,`
|
|
98
98
|
`).replace(/\n{3,}/g,`
|
|
99
99
|
|
|
100
|
-
`).trim(),pages:s,metadata:r}}function ga(t){let e=[],r=/\(([^)]*)\)\s*Tj/g,n;for(;(n=r.exec(t))!==null;)e.push(
|
|
101
|
-
`).replace(/\\r/g,"").replace(/\\t/g," ").replace(/\\\(/g,"(").replace(/\\\)/g,")").replace(/\\\\/g,"\\"),o}function
|
|
100
|
+
`).trim(),pages:s,metadata:r}}function ga(t){let e=[],r=/\(([^)]*)\)\s*Tj/g,n;for(;(n=r.exec(t))!==null;)e.push(Fe(n[1]));let s=/\[((?:\([^)]*\)|[^])*?)\]\s*TJ/g;for(;(n=s.exec(t))!==null;){let l=n[1].match(/\(([^)]*)\)/g);if(l){let c=l.map(f=>Fe(f.slice(1,-1))).join("");e.push(c)}}let i=/\(([^)]*)\)\s*'/g;for(;(n=i.exec(t))!==null;)e.push(Fe(n[1]));let o=e.join(" ");return o=o.replace(/\\n/g,`
|
|
101
|
+
`).replace(/\\r/g,"").replace(/\\t/g," ").replace(/\\\(/g,"(").replace(/\\\)/g,")").replace(/\\\\/g,"\\"),o}function Fe(t){return t.replace(/\\n/g,`
|
|
102
102
|
`).replace(/\\r/g,"\r").replace(/\\t/g," ").replace(/\\\(/g,"(").replace(/\\\)/g,")").replace(/\\\\/g,"\\").replace(/\\(\d{3})/g,(e,r)=>String.fromCharCode(parseInt(r,8)))}function wa(t){let e=r=>ya.resolve(t,r);return[{name:"read_pdf",description:"Read a PDF file and extract its text content. Returns the text from the PDF, useful for reading documentation, papers, specifications, contracts, etc. For scanned PDFs (images only), text extraction may be limited.",safety:"safe",parameters:{path:{type:"string",description:"Path to the PDF file (relative to working directory)",required:!0},page:{type:"number",description:"Optional: specific page number to extract (1-based)",required:!1}},execute:async r=>{let n=e(r.path);if(!ge.existsSync(n))return{success:!1,output:"",error:`File not found: ${r.path}`};if(!n.toLowerCase().endsWith(".pdf"))return{success:!1,output:"",error:`Not a PDF file: ${r.path}`};let s=ge.statSync(n);if(s.size>pa)return{success:!1,output:"",error:`File too large: ${(s.size/1024/1024).toFixed(1)}MB (max: ${pa/1024/1024}MB)`};try{let i=ge.readFileSync(n),{text:o,pages:a,metadata:l}=ma(i);if(!o||o.length<10)return{success:!0,output:`PDF: ${r.path} (${a} pages)
|
|
103
103
|
|
|
104
104
|
[No extractable text found \u2014 this may be a scanned/image-only PDF. Use OCR tools for scanned documents.]`};let c=o;return c.length>ha&&(c=c.slice(0,ha)+`
|
|
@@ -106,13 +106,13 @@ ${a}`}}catch(n){let s=n instanceof Error?n.message:String(n);return{success:!1,o
|
|
|
106
106
|
[... content truncated ...]`),{success:!0,output:`${[`PDF: ${r.path}`,`Pages: ${a}`,l.title?`Title: ${l.title}`:"",l.author?`Author: ${l.author}`:"",`Size: ${(s.size/1024).toFixed(1)}KB`,""].filter(Boolean).join(`
|
|
107
107
|
`)}
|
|
108
108
|
${c}`}}catch(i){return{success:!1,output:"",error:`Failed to read PDF: ${i instanceof Error?i.message:String(i)}`}}}},{name:"pdf_metadata",description:"Get metadata from a PDF file: page count, title, author, file size. Quick way to inspect a PDF without reading its full content.",safety:"safe",parameters:{path:{type:"string",description:"Path to the PDF file",required:!0}},execute:async r=>{let n=e(r.path);if(!ge.existsSync(n))return{success:!1,output:"",error:`File not found: ${r.path}`};try{let s=ge.statSync(n),i=ge.readFileSync(n),{pages:o,metadata:a}=ma(i);return{success:!0,output:[`File: ${r.path}`,`Size: ${(s.size/1024).toFixed(1)}KB`,`Pages: ${o}`,a.title?`Title: ${a.title}`:null,a.author?`Author: ${a.author}`:null,a.subject?`Subject: ${a.subject}`:null,a.creator?`Creator: ${a.creator}`:null,`Modified: ${s.mtime.toISOString()}`].filter(Boolean).join(`
|
|
109
|
-
`)}}catch(s){return{success:!1,output:"",error:`Failed to read PDF metadata: ${s instanceof Error?s.message:String(s)}`}}}}]}var
|
|
109
|
+
`)}}catch(s){return{success:!1,output:"",error:`Failed to read PDF metadata: ${s instanceof Error?s.message:String(s)}`}}}}]}var Sa=require("child_process"),or=k(require("fs")),_a=k(require("os")),va=k(require("path")),ka=1e4,ba=16e3;function Qe(t){try{let{execSync:e}=require("child_process");return e(`which ${t} 2>/dev/null || where ${t} 2>NUL`,{stdio:"ignore"}),!0}catch{return!1}}var xa={javascript:{extension:".js",command:t=>`node --no-warnings "${t}"`,available:()=>!0},typescript:{extension:".ts",command:t=>Qe("tsx")?`tsx "${t}"`:Qe("ts-node")?`ts-node --transpileOnly "${t}"`:`node --no-warnings -e "require('esbuild').buildSync({entryPoints:['${t}'],write:false,format:'cjs'}).outputFiles.forEach(f=>eval(f.text))"`,available:()=>!0},python:{extension:".py",command:t=>Qe("python3")?`python3 "${t}"`:`python "${t}"`,available:()=>Qe("python3")||Qe("python")},bash:{extension:".sh",command:t=>`bash "${t}"`,available:()=>Qe("bash")}};async function dh(t,e,r=ka){let n=xa[e];if(!n)return{success:!1,stdout:"",stderr:`Unsupported language: "${e}". Supported: ${Object.keys(xa).join(", ")}`,exitCode:1,duration:0,language:e};if(!n.available())return{success:!1,stdout:"",stderr:`Language "${e}" is not available on this system. Install the runtime first.`,exitCode:1,duration:0,language:e};let s=_a.tmpdir(),i=va.join(s,`hablas_exec_${Date.now()}${n.extension}`);try{or.writeFileSync(i,t,"utf-8");let o=n.command(i),a=Date.now();return await new Promise(l=>{let c=(0,Sa.exec)(o,{timeout:r,maxBuffer:5242880,cwd:s,env:{...process.env,NODE_ENV:"production",FORCE_COLOR:"0"}}),f="",d="";c.stdout?.on("data",h=>{f+=h}),c.stderr?.on("data",h=>{d+=h}),c.on("close",h=>{let p=Date.now()-a;l({success:h===0,stdout:f.slice(0,ba),stderr:d.slice(0,ba/2),exitCode:h??1,duration:p,language:e})}),c.on("error",h=>{let p=Date.now()-a;l({success:!1,stdout:"",stderr:h.message,exitCode:1,duration:p,language:e})})})}finally{try{or.unlinkSync(i)}catch{}}}function ph(t){return/\b(interface|type|enum|as\s+\w|:\s*(string|number|boolean|any)\b|<[A-Z]\w*>)/.test(t)?"typescript":/^(import\s+\w|from\s+\w|def\s+\w|class\s+\w|print\s*\(|if\s+__name__)/m.test(t)?"python":/^(#!\/bin\/bash|echo\s|export\s|if\s+\[|for\s+\w+\s+in)/m.test(t)?"bash":"javascript"}function $a(){return[{name:"execute_code",description:"Execute a code snippet and return the output. Supports JavaScript, TypeScript, Python, and Bash. Code runs in a temporary file with a timeout. Use this to test code, run calculations, verify logic, or prototype solutions.",safety:"confirm",parameters:{code:{type:"string",description:"The code to execute",required:!0},language:{type:"string",description:"Language: javascript, typescript, python, bash (auto-detected if omitted)",required:!1},timeout:{type:"number",description:"Timeout in milliseconds (default: 10000, max: 30000)",required:!1}},execute:async t=>{let e=t.code;if(!e?.trim())return{success:!1,output:"",error:"Code is required"};let r=t.language?.toLowerCase()||ph(e),n=Math.min(Math.max(1e3,t.timeout||ka),3e4),s=await dh(e,r,n),i=[];return i.push(`Language: ${s.language} | Exit: ${s.exitCode} | Duration: ${s.duration}ms`),i.push(""),s.stdout&&(i.push("Output:"),i.push(s.stdout)),s.stderr&&(i.push(s.stdout?`
|
|
110
110
|
Errors/Warnings:`:"Errors:"),i.push(s.stderr)),!s.stdout&&!s.stderr&&i.push("(no output)"),{success:s.success,output:i.join(`
|
|
111
111
|
`),error:s.success?void 0:s.stderr||`Exit code: ${s.exitCode}`}}}]}var ar=k(require("fs")),le=k(require("path")),hh=15*1024*1024,mh=15e3;function gh(t,e){if(/image\/png/i.test(t))return".png";if(/image\/jpe?g/i.test(t))return".jpg";if(/image\/webp/i.test(t))return".webp";if(/image\/gif/i.test(t))return".gif";if(/image\/svg\+xml/i.test(t))return".svg";try{return le.extname(new URL(e).pathname)||".bin"}catch{return".bin"}}function yh(t){let e="";try{let r=new URL(t);e=`${r.protocol}//${r.host}/`}catch{e=""}return{"User-Agent":"HablasBot/2.0 (+https://hablas.dev)",Accept:"image/*,text/html,application/xhtml+xml;q=0.9,*/*;q=0.8",...e?{Referer:e}:{}}}function wh(t,e){let r=[/<meta[^>]+property=["']og:image["'][^>]+content=["']([^"']+)["']/i,/<meta[^>]+name=["']twitter:image["'][^>]+content=["']([^"']+)["']/i,/<link[^>]+rel=["']image_src["'][^>]+href=["']([^"']+)["']/i,/<img[^>]+src=["']([^"']+)["']/i];for(let n of r){let s=t.match(n);if(s?.[1])try{return new URL(s[1],e).href}catch{}}return null}async function Ta(t){let e=await fetch(t,{signal:AbortSignal.timeout(mh),redirect:"follow",headers:yh(t)});if(!e.ok)throw new Error(`HTTP ${e.status} while downloading asset`);let r=e.headers.get("content-type")||"",n=e.url||t;if(/text\/html|application\/xhtml\+xml/i.test(r)){let o=await e.text(),a=wh(o,n);if(!a)throw new Error("HTML page did not expose a direct image candidate");return Ta(a)}let s=await e.arrayBuffer(),i=Buffer.from(s);if(i.length>hh)throw new Error(`asset too large: ${Math.round(i.length/1024/1024)}MB`);return{bytes:i,contentType:r,finalUrl:n}}function Ca(t){return{name:"download_asset",description:"Download an external asset such as an image or file from a URL and save it inside the project. If a page URL is provided instead of a direct image URL, the tool will try to extract a direct image candidate from standard meta tags before downloading.",safety:"confirm",parameters:{url:{type:"string",description:"Public URL of the asset or image page",required:!0},path:{type:"string",description:"Target project-relative path, e.g. public/hero.jpg or assets/bg.webp",required:!0}},execute:async e=>{let r=String(e.url||""),n=String(e.path||"");if(!r)return{success:!1,output:"",error:"url is required"};if(!n)return{success:!1,output:"",error:"path is required"};if(!/^https?:\/\//i.test(r))return{success:!1,output:"",error:"url must start with http:// or https://"};try{let{bytes:s,contentType:i,finalUrl:o}=await Ta(r),a=le.resolve(t,n),c=le.extname(a)?a:a+gh(i,o);return ar.mkdirSync(le.dirname(c),{recursive:!0}),ar.writeFileSync(c,s),{success:!0,output:`Downloaded asset: ${le.relative(t,c)||le.basename(c)}
|
|
112
112
|
Final source: ${o}
|
|
113
113
|
Type: ${i||"unknown"}
|
|
114
|
-
Size: ${s.length} bytes`}}catch(s){return{success:!1,output:"",error:`download failed: ${s?.message||String(s)}`}}}}}var lr=k(require("fs")),_t=k(require("path"));var bh=15e3,
|
|
115
|
-
`)}}},{name:"inspect_image",description:"Inspect a remote or local image candidate before adoption. Returns content type, dimensions if known, source quality hints, keyword matches, direct-image status, and suitability score.",safety:"safe",parameters:{source:{type:"string",description:"Remote URL or local project-relative path",required:!0},kind:{type:"string",description:"hero | product | generic",required:!1}},execute:async e=>{let r=String(e.source||"").trim();if(!r)return{success:!1,output:"",error:"source is required"};let n=Ea(e.kind),s="unknown",i,o,a=!1,l=!1,c=[],f=[],d=0,h="",p=[],u=r;try{if(/^https?:\/\//i.test(r)){let g=await Eh(r);u=g.finalUrl,s=g.contentType||"unknown",a=/^image\//i.test(s)||/\.(jpg|jpeg|png|webp|gif|svg)(\?|$)/i.test(u),l=Pa(u);let
|
|
114
|
+
Size: ${s.length} bytes`}}catch(s){return{success:!1,output:"",error:`download failed: ${s?.message||String(s)}`}}}}}var lr=k(require("fs")),_t=k(require("path"));var bh=15e3,xh=1024*1024,Sh=["images.unsplash.com","unsplash.com","images.pexels.com","pexels.com","cdn.pixabay.com","pixabay.com","upload.wikimedia.org","commons.wikimedia.org"],_h=["rose","roses","tulip","tulips","lily","lilies","bouquet","flower","flowers","floral","blossom","petals","garden"],vh=["coffee","cup","fashion","dress","clothes","makeup","food","burger","shoes","bag","car","watch"];function kh(t){return t.toLowerCase().replace(/[^a-z0-9]+/g," ").split(/\s+/).filter(Boolean)}function Ma(t,e){let r=kh(t.join(" ")),n=[...new Set(r.filter(o=>_h.includes(o)))],s=[...new Set(r.filter(o=>vh.includes(o)))],i=0;return i+=n.length*12,i-=s.length*18,e==="hero"&&r.includes("wallpaper")&&(i+=10),e==="hero"&&r.includes("background")&&(i+=8),e==="product"&&(r.includes("bouquet")||r.includes("closeup")||r.includes("close"))&&(i+=8),{score:i,positives:n,negatives:s}}function Pa(t){try{let e=new URL(t).hostname.toLowerCase();return Sh.some(r=>e===r||e.endsWith("."+r))}catch{return!1}}function Ea(t){let e=String(t||"").toLowerCase();return e.includes("hero")||e.includes("wallpaper")||e.includes("background")?"hero":e.includes("product")||e.includes("thumbnail")||e.includes("card")?"product":"generic"}function $h(t,e){if(/image\/png/i.test(t))return".png";if(/image\/jpe?g/i.test(t))return".jpg";if(/image\/webp/i.test(t))return".webp";if(/image\/gif/i.test(t))return".gif";if(/image\/svg\+xml/i.test(t))return".svg";try{return _t.extname(new URL(e).pathname)||".bin"}catch{return".bin"}}function Aa(t,e){return t[e]<<24|t[e+1]<<16|t[e+2]<<8|t[e+3]}function Oa(t,e){return t[e]|t[e+1]<<8}function Th(t){let e=2;for(;e<t.length-9;){if(t[e]!==255){e++;continue}let r=t[e+1],n=(t[e+2]<<8)+t[e+3];if([192,193,194,195,197,198,199,201,202,203,205,206,207].includes(r))return{height:(t[e+5]<<8)+t[e+6],width:(t[e+7]<<8)+t[e+8]};e+=2+n}return{}}function Ch(t){if(t.toString("ascii",12,16)==="VP8X"&&t.length>=30){let r=1+t.readUIntLE(24,3),n=1+t.readUIntLE(27,3);return{width:r,height:n}}return{}}function Ra(t,e){return t.length>=24&&t[0]===137&&t[1]===80&&t[2]===78&&t[3]===71?{width:Aa(t,16),height:Aa(t,20),ext:".png"}:t.length>=10&&t.toString("ascii",0,3)==="GIF"?{width:Oa(t,6),height:Oa(t,8),ext:".gif"}:t.length>=4&&t[0]===255&&t[1]===216?{...Th(t),ext:".jpg"}:t.length>=16&&t.toString("ascii",0,4)==="RIFF"&&t.toString("ascii",8,12)==="WEBP"?{...Ch(t),ext:".webp"}:{ext:$h(e,"https://x.invalid/file")}}async function Eh(t){let e=await fetch(t,{signal:AbortSignal.timeout(bh),redirect:"follow",headers:{"User-Agent":"HablasBot/2.0 (+https://hablas.dev)",Accept:"image/*,text/html,application/xhtml+xml;q=0.9,*/*;q=0.8",Referer:(()=>{try{let a=new URL(t);return`${a.protocol}//${a.host}/`}catch{return}})()}}),r=e.headers.get("content-type")||"",n=e.url||t,s=await e.arrayBuffer(),i=Buffer.from(s).subarray(0,xh),o=/text\/html|application\/xhtml\+xml/i.test(r)?i.toString("utf-8"):void 0;return{status:e.status,contentType:r,bytes:i,finalUrl:n,html:o}}function Ah(t,e){let r=[],n=[/<meta[^>]+property=["']og:image["'][^>]+content=["']([^"']+)["']/gi,/<meta[^>]+name=["']twitter:image["'][^>]+content=["']([^"']+)["']/gi,/<link[^>]+rel=["']image_src["'][^>]+href=["']([^"']+)["']/gi,/<img[^>]+src=["']([^"']+)["']/gi];for(let s of n){let i;for(;(i=s.exec(t))!==null&&r.length<20;)try{let o=new URL(i[1],e).href;r.includes(o)||r.push(o)}catch{}}return r}function Ia(t,e,r,n){let s=Pa(t),{score:i,positives:o,negatives:a}=Ma([t,e,r],n),l=i+(s?20:0);return/images\.unsplash\.com|images\.pexels\.com|cdn\.pixabay\.com|upload\.wikimedia\.org/i.test(t)&&(l+=10),/\.(jpg|jpeg|png|webp|gif|svg)(\?|$)/i.test(t)&&(l+=10),{score:l,positives:o,negatives:a,trusted:s}}function La(t){return[{name:"search_image_candidates",description:"Search and rank image candidates for a target use such as hero wallpaper, product photo, or general flower imagery. Uses trusted-source weighting and keyword scoring to reduce unrelated images.",safety:"safe",parameters:{query:{type:"string",description:"What kind of image is needed",required:!0},kind:{type:"string",description:"hero | product | generic",required:!1},max_results:{type:"number",description:"Maximum ranked candidates to return (default: 5)",required:!1}},execute:async e=>{let r=String(e.query||"").trim();if(!r)return{success:!1,output:"",error:"query is required"};let n=Ea(e.kind),s=Math.min(Math.max(1,Number(e.max_results||5)),10),i=await zn(r,Math.max(10,s));if(i.length===0)return{success:!0,output:`No image candidates found for: "${r}"`};let o=i.map(l=>({...l,...Ia(l.url,l.title,l.snippet,n)})).sort((l,c)=>c.score-l.score).slice(0,s),a=[`Ranked image candidates for: "${r}" (${n})`,""];return o.forEach((l,c)=>{a.push(`[${c+1}] score=${l.score} trusted=${l.trusted?"yes":"no"}`),a.push(` ${l.title}`),a.push(` ${l.url}`),l.positives.length&&a.push(` positive: ${l.positives.join(", ")}`),l.negatives.length&&a.push(` negative: ${l.negatives.join(", ")}`),l.snippet&&a.push(` snippet: ${l.snippet}`),a.push("")}),{success:!0,output:a.join(`
|
|
115
|
+
`)}}},{name:"inspect_image",description:"Inspect a remote or local image candidate before adoption. Returns content type, dimensions if known, source quality hints, keyword matches, direct-image status, and suitability score.",safety:"safe",parameters:{source:{type:"string",description:"Remote URL or local project-relative path",required:!0},kind:{type:"string",description:"hero | product | generic",required:!1}},execute:async e=>{let r=String(e.source||"").trim();if(!r)return{success:!1,output:"",error:"source is required"};let n=Ea(e.kind),s="unknown",i,o,a=!1,l=!1,c=[],f=[],d=0,h="",p=[],u=r;try{if(/^https?:\/\//i.test(r)){let g=await Eh(r);u=g.finalUrl,s=g.contentType||"unknown",a=/^image\//i.test(s)||/\.(jpg|jpeg|png|webp|gif|svg)(\?|$)/i.test(u),l=Pa(u);let x=Ia(u,"","",n);if(c=x.positives,f=x.negatives,d=x.score,g.html)p=Ah(g.html,u).slice(0,8),h=a?"HTML page detected but candidate may still be usable after extracting a direct image URL.":"This is an HTML page, not a direct image. Use one of the extracted direct asset URLs.";else{let b=Ra(g.bytes,s);i=b.width,o=b.height,i&&o&&(n==="hero"&&i>=1200&&o>=600&&(d+=12),n==="product"&&i>=500&&o>=500&&(d+=8)),h=a?"Looks suitable for download if the score matches the target use.":"Not a strong direct image candidate."}}else{let g=_t.resolve(t,r);if(!lr.existsSync(g))return{success:!1,output:"",error:`local file not found: ${r}`};let x=lr.readFileSync(g),b=_t.extname(g).toLowerCase();s=b===".png"?"image/png":b===".jpg"||b===".jpeg"?"image/jpeg":b===".webp"?"image/webp":b===".gif"?"image/gif":b===".svg"?"image/svg+xml":"application/octet-stream",a=!0,u=r;let S=Ra(x,s);i=S.width,o=S.height;let _=Ma([r],n);c=_.positives,f=_.negatives,d=_.score+10,i&&o&&(n==="hero"&&i>=1200&&o>=600&&(d+=12),n==="product"&&i>=500&&o>=500&&(d+=8)),h="Local asset inspection complete."}let m=[`Source: ${u}`,`Kind: ${n}`,`Content-Type: ${s}`,`Direct image: ${a?"yes":"no"}`,`Trusted source: ${l?"yes":"no"}`,i&&o?`Dimensions: ${i}x${o}`:"Dimensions: unknown",`Suitability score: ${d}`,c.length?`Positive signals: ${c.join(", ")}`:"Positive signals: none",f.length?`Negative signals: ${f.join(", ")}`:"Negative signals: none",`Recommendation: ${h||"No recommendation"}`];return p.length&&(m.push("Extracted direct candidates:"),p.forEach((g,x)=>m.push(` ${x+1}. ${g}`))),{success:!0,output:m.join(`
|
|
116
116
|
`)}}catch(m){return{success:!1,output:"",error:`image inspection failed: ${m?.message||String(m)}`}}}}]}var et=class{tools=new Map;constructor(e,r){let n=Xo(e);for(let s of n)this.tools.set(s.name,s);this.tools.set("run_command",ra(e,r)),this.tools.set("search_codebase",na(e)),this.tools.set("detect_bugs",oa(e)),this.tools.set("web_search",da());for(let s of fa())this.tools.set(s.name,s);for(let s of wa(e))this.tools.set(s.name,s);for(let s of $a())this.tools.set(s.name,s);this.tools.set("download_asset",Ca(e));for(let s of La(e))this.tools.set(s.name,s)}get(e){return this.tools.get(e)}getAll(){return Array.from(this.tools.values())}getSafetyLevel(e){return this.tools.get(e)?.safety}async execute(e){let r=this.tools.get(e.name);return r?r.execute(e.arguments):{success:!1,output:"",error:`Unknown tool: ${e.name}`}}getOllamaTools(){return this.getAll().map(e=>{let r={},n=[];for(let[s,i]of Object.entries(e.parameters))r[s]={type:i.type==="number"?"number":"string",description:i.description},i.required&&n.push(s);return{type:"function",function:{name:e.name,description:e.description,parameters:{type:"object",properties:r,required:n}}}})}getToolDescriptions(){return this.getAll().map(r=>{let n=Object.entries(r.parameters).map(([s,i])=>` ${s}: ${i.type} \u2014 ${i.description}`).join(`
|
|
117
117
|
`);return`- ${r.name} [${r.safety}]: ${r.description}
|
|
118
118
|
${n}`}).join(`
|
|
@@ -379,22 +379,22 @@ ${t}`}function Dh(t){return t.kind==="casual"?["- Casual/social turn.","- No too
|
|
|
379
379
|
`):t.kind==="read"?["- Read-only or project-inspection task.","- Use tools only to inspect the minimum necessary evidence.","- Keep the final answer factual, grounded, tight, and pleasantly professional."].join(`
|
|
380
380
|
`):t.kind==="analysis"?["- Analysis / architecture task.","- Prefer reasoning first.","- Inspect files only when they materially improve the recommendation.","- Deliver trade-offs, assumptions, and practical guidance."].join(`
|
|
381
381
|
`):[t.continuity?"- Continue from existing work. Do not restart the project from zero.":"- Implementation task.",t.oneStepDelivery?"- The user requested one-step delivery with minimal follow-up questions.":"- Ask a clarifying question only if the task is truly blocked.","- Real workspace tool usage is mandatory.","- Do not answer with inline code only if files can be created or modified directly.","- The task is not complete unless the relevant files were inspected and then changed or created when needed.","- Verify changes before claiming completion."].join(`
|
|
382
|
-
`)}var jh=/^(hi|hello|hey|thanks?|thank you|ok|okay|yes|no|اه|تمام|شكرا|شكراً|مرحبا|أهلا|هلا|كيفك)[.!?\s]*$/i,Fh=/\b(continue|unfinished|resume|previous|existing project|current project|from the previous|from the prd|this and there)\b/i,Nh=/\b(one step|no questions|no ask|just give me|deliver complete|finished project|run it)\b/i,Uh=/\b(build|create|implement|fix|debug|edit|change|update|refactor|generate|write|ship|complete|add|remove|migrate|craft|make)\b/i,qh=/\b(craet|cretae|creat|implemnt|updte|fronend|frontent)\b/i,Bh=/\b(frontend|backend|store|shop|website|web app|landing page|page|component|ui|ux|auth|login|dashboard|api|endpoint|schema|database|project|application|app|image|images|photo|photos|wallpaper|background|hero)\b/i,Hh=/\b(architecture|architect|design|blueprint|plan|requirements|research|compare|investigate|approach|trade[- ]?off|document)\b/i,Wh=/\b(project|repo|repository|codebase|workspace|file|files|src|package\.json|version|current version|readme|config)\b/i,Fa=/\b(read|inspect|check|show|list|find|what is|which|where)\b/i;function $t(t){let e=t.trim(),r=e.toLowerCase(),n=Fh.test(r),s=Nh.test(r),i=Uh.test(r)||qh.test(r),o=Bh.test(r),a=Hh.test(r),l=i||n||s||o&&e.length>18&&!Fa.test(r)&&!a,c=a&&!i&&!n&&!s,f=Wh.test(r)||o,d=!l&&!c&&(Fa.test(r)||e.endsWith("?"));return jh.test(e)&&!f&&!l&&!c?{kind:"casual",needsTools:!1,needsWrite:!1,continuity:!1,oneStepDelivery:!1,requiresProjectContext:!1,reason:"Pure social turn with no engineering signal."}:l?{kind:"implementation",needsTools:!0,needsWrite:!0,continuity:n,oneStepDelivery:s,requiresProjectContext:!0,reason:n?"Continuation of existing work requires reading and modifying project artifacts.":"Implementation request requires tool-based execution."}:c?{kind:"analysis",needsTools:f,needsWrite:!1,continuity:n,oneStepDelivery:!1,requiresProjectContext:f,reason:f?"Architecture/analysis request references the current project.":"Architecture/analysis request can start as a text-first reasoning turn."}:d||f?{kind:"read",needsTools:f,needsWrite:!1,continuity:!1,oneStepDelivery:!1,requiresProjectContext:f,reason:f?"Project-specific question requires inspection of workspace artifacts.":"Read-only question can be answered directly."}:{kind:"analysis",needsTools:!1,needsWrite:!1,continuity:!1,oneStepDelivery:!1,requiresProjectContext:!1,reason:"Defaulting to direct analytical response."}}function Vh(t,e){if(!e.needsTools)return[{id:"respond",title:"Respond directly and clearly."}];if(e.kind==="read")return[{id:"inspect",title:"Inspect the minimum relevant files."},{id:"answer",title:"Answer precisely from observed facts."}];if(e.kind==="analysis")return[{id:"inspect-context",title:"Inspect only the files needed for analysis."},{id:"reason",title:"Form a concise architectural recommendation."},{id:"answer",title:"Present the result as Hablas only."}];let r=[];return e.continuity&&r.push({id:"continuity",title:"Load existing project context and continue instead of restarting."}),r.push({id:"inspect",title:"Inspect the relevant code and files."}),r.push({id:"implement",title:"Apply the smallest correct implementation."}),r.push({id:"verify",title:"Run verification before claiming completion."}),r.push({id:"answer",title:"Summarize the outcome clearly."}),e.oneStepDelivery&&r.unshift({id:"delivery-contract",title:"Treat the request as no-questions one-step delivery."}),r}function Na(t){let e=$t(t);return{input:t,profile:e,plan:Vh(t,e)}}var Za=k(require("readline")),se=k(require("fs")),
|
|
382
|
+
`)}var jh=/^(hi|hello|hey|thanks?|thank you|ok|okay|yes|no|اه|تمام|شكرا|شكراً|مرحبا|أهلا|هلا|كيفك)[.!?\s]*$/i,Fh=/\b(continue|unfinished|resume|previous|existing project|current project|from the previous|from the prd|this and there)\b/i,Nh=/\b(one step|no questions|no ask|just give me|deliver complete|finished project|run it)\b/i,Uh=/\b(build|create|implement|fix|debug|edit|change|update|refactor|generate|write|ship|complete|add|remove|migrate|craft|make)\b/i,qh=/\b(craet|cretae|creat|implemnt|updte|fronend|frontent)\b/i,Bh=/\b(frontend|backend|store|shop|website|web app|landing page|page|component|ui|ux|auth|login|dashboard|api|endpoint|schema|database|project|application|app|image|images|photo|photos|wallpaper|background|hero)\b/i,Hh=/\b(architecture|architect|design|blueprint|plan|requirements|research|compare|investigate|approach|trade[- ]?off|document)\b/i,Wh=/\b(project|repo|repository|codebase|workspace|file|files|src|package\.json|version|current version|readme|config)\b/i,Fa=/\b(read|inspect|check|show|list|find|what is|which|where)\b/i;function $t(t){let e=t.trim(),r=e.toLowerCase(),n=Fh.test(r),s=Nh.test(r),i=Uh.test(r)||qh.test(r),o=Bh.test(r),a=Hh.test(r),l=i||n||s||o&&e.length>18&&!Fa.test(r)&&!a,c=a&&!i&&!n&&!s,f=Wh.test(r)||o,d=!l&&!c&&(Fa.test(r)||e.endsWith("?"));return jh.test(e)&&!f&&!l&&!c?{kind:"casual",needsTools:!1,needsWrite:!1,continuity:!1,oneStepDelivery:!1,requiresProjectContext:!1,reason:"Pure social turn with no engineering signal."}:l?{kind:"implementation",needsTools:!0,needsWrite:!0,continuity:n,oneStepDelivery:s,requiresProjectContext:!0,reason:n?"Continuation of existing work requires reading and modifying project artifacts.":"Implementation request requires tool-based execution."}:c?{kind:"analysis",needsTools:f,needsWrite:!1,continuity:n,oneStepDelivery:!1,requiresProjectContext:f,reason:f?"Architecture/analysis request references the current project.":"Architecture/analysis request can start as a text-first reasoning turn."}:d||f?{kind:"read",needsTools:f,needsWrite:!1,continuity:!1,oneStepDelivery:!1,requiresProjectContext:f,reason:f?"Project-specific question requires inspection of workspace artifacts.":"Read-only question can be answered directly."}:{kind:"analysis",needsTools:!1,needsWrite:!1,continuity:!1,oneStepDelivery:!1,requiresProjectContext:!1,reason:"Defaulting to direct analytical response."}}function Vh(t,e){if(!e.needsTools)return[{id:"respond",title:"Respond directly and clearly."}];if(e.kind==="read")return[{id:"inspect",title:"Inspect the minimum relevant files."},{id:"answer",title:"Answer precisely from observed facts."}];if(e.kind==="analysis")return[{id:"inspect-context",title:"Inspect only the files needed for analysis."},{id:"reason",title:"Form a concise architectural recommendation."},{id:"answer",title:"Present the result as Hablas only."}];let r=[];return e.continuity&&r.push({id:"continuity",title:"Load existing project context and continue instead of restarting."}),r.push({id:"inspect",title:"Inspect the relevant code and files."}),r.push({id:"implement",title:"Apply the smallest correct implementation."}),r.push({id:"verify",title:"Run verification before claiming completion."}),r.push({id:"answer",title:"Summarize the outcome clearly."}),e.oneStepDelivery&&r.unshift({id:"delivery-contract",title:"Treat the request as no-questions one-step delivery."}),r}function Na(t){let e=$t(t);return{input:t,profile:e,plan:Vh(t,e)}}var Za=k(require("readline")),se=k(require("fs")),Y=k(require("path")),Qa=k(require("os"));var Gn=k(require("os")),fr=k(require("fs")),ur=k(require("path"));function zh(){let t=[ur.resolve(__dirname,"..","package.json"),ur.resolve(__dirname,"..","..","package.json"),ur.resolve(process.cwd(),"package.json")];for(let e of t)try{if(fr.existsSync(e)){let r=JSON.parse(fr.readFileSync(e,"utf-8"));if(r.version)return r.version}}catch{}return"0.0.0"}var Ua=zh(),Jn=process.stdout.isTTY===!0,Kh=process.env.NO_COLOR!==void 0||process.env.TERM==="dumb",qa=process.stdout.columns||100;Jn&&process.stdout.on("resize",()=>{qa=process.stdout.columns||100});var $e=()=>Math.min(Math.max(qa-4,60),100);function ne(t,e){return!Jn||Kh?t:`${e}${t}\x1B[0m`}var w={strong:t=>ne(t,"\x1B[1;38;5;255m"),muted:t=>ne(t,"\x1B[38;5;242m"),accent:t=>ne(t,"\x1B[38;5;145m"),info:t=>ne(t,"\x1B[38;5;110m"),success:t=>ne(t,"\x1B[38;5;108m"),warning:t=>ne(t,"\x1B[38;5;179m"),error:t=>ne(t,"\x1B[38;5;167m"),primary:t=>ne(t,"\x1B[38;5;253m"),secondary:t=>ne(t,"\x1B[38;5;247m"),border:t=>ne(t,"\x1B[38;5;237m"),code:t=>ne(t,"\x1B[38;5;188m"),line:t=>ne(t,"\x1B[38;5;239m")};function Yn(t,e=2){let r=$e()-e,n=t.split(" "),s=[],i="";for(let o of n)(i+" "+o).trim().length>r&&i?(s.push(" ".repeat(e)+i.trim()),i=o):i+=(i?" ":"")+o;return i&&s.push(" ".repeat(e)+i.trim()),s}function Gh(t){let e=$e();if(!t)return w.border("\u2500".repeat(e));let r=t.replace(/\x1b\[[0-9;]*m/g,""),n=Math.max(0,e-r.length-2),s=Math.floor(n/2),i=n-s;return w.border("\u2500".repeat(s))+" "+t+" "+w.border("\u2500".repeat(i))}function Ba(t,e){let r=Math.min($e(),82),n=e.replace(Gn.homedir(),"~"),s=w.border("\u256D"+"\u2500".repeat(r-2)+"\u256E"),i=w.border("\u251C"+"\u2500".repeat(r-2)+"\u2524"),o=w.border("\u2570"+"\u2500".repeat(r-2)+"\u256F"),a="HABLAS",l="single-agent engineering runtime",c=Math.max(0,Math.floor((r-2-a.length)/2)),f=Math.max(0,Math.floor((r-2-l.length)/2)),d=(h,p="")=>{let u=h.replace(/\x1b\[[0-9;]*m/g,""),m=p.replace(/\x1b\[[0-9;]*m/g,""),g=Math.max(1,r-4-u.length-m.length);return`${w.border("\u2502")} ${h}${" ".repeat(g)}${p} ${w.border("\u2502")}`};return["",s,w.border("\u2502")+" ".repeat(c)+w.strong(a)+" ".repeat(r-2-a.length-c)+w.border("\u2502"),w.border("\u2502")+" ".repeat(f)+w.secondary(l)+" ".repeat(r-2-l.length-f)+w.border("\u2502"),i,d(w.muted(`version v${Ua}`),w.muted(t)),d(w.muted(n)),i,d(w.secondary("Type naturally to get started")),d(w.muted("/help \xB7 /status \xB7 /model \xB7 /provider \xB7 /exit")),o,""].join(`
|
|
383
383
|
`)}function Ha(t){return`
|
|
384
384
|
`+Gh(`${w.accent("\u25C6")} ${w.strong("Turn #"+t)}`)}function ct(){return`
|
|
385
385
|
${w.accent("\u25C6")} ${w.strong("Hablas")} ${w.muted("[response]")}`}function Wa(t){return` ${w.accent("\u25C9")} ${w.secondary(t)}`}function lt(t){return t.replace(/`([^`]+)`/g,(e,r)=>w.primary(r)).replace(/\*\*([^*]+)\*\*/g,(e,r)=>w.strong(r))}function Jh(t){return/^\s*\|.*\|\s*$/.test(t)}function Yh(t){let r=t.map(c=>c.trim()).filter(Boolean).map(c=>c.split("|").slice(1,-1).map(f=>f.trim())).filter(c=>!c.every(f=>/^:?-{2,}:?$/.test(f)));if(r.length===0)return[];let n=[];for(let c of r)c.forEach((f,d)=>{let h=f.replace(/\x1b\[[0-9;]*m/g,"").length;n[d]=Math.max(n[d]||0,h)});let s=` ${w.border("\u250C"+n.map(c=>"\u2500".repeat(c+2)).join("\u252C")+"\u2510")}`,i=` ${w.border("\u251C"+n.map(c=>"\u2500".repeat(c+2)).join("\u253C")+"\u2524")}`,o=` ${w.border("\u2514"+n.map(c=>"\u2500".repeat(c+2)).join("\u2534")+"\u2518")}`,a=c=>{let f=c.map((d,h)=>{let p=lt(d),u=p.replace(/\x1b\[[0-9;]*m/g,"").length;return` ${p}${" ".repeat(Math.max(0,n[h]-u))} `});return` ${w.border("\u2502")}${f.join(w.border("\u2502"))}${w.border("\u2502")}`},l=[s,a(r[0])];r.length>1&&l.push(i);for(let c of r.slice(1))l.push(a(c));return l.push(o),l}function Tt(t){let e=t.split(`
|
|
386
|
-
`),r=[],n=!1,s="",i=[],o=[],a=()=>{if(!i.length)return;let c=String(i.length).length;r.push(` ${w.border("\u250C"+"\u2500".repeat(Math.max(24
|
|
386
|
+
`),r=[],n=!1,s="",i=[],o=[],a=()=>{if(!i.length)return;let c=String(i.length).length;r.push(` ${w.border("\u250C"+"\u2500".repeat(Math.max(24,$e()-6)))} ${s?w.accent(s):""}`.trimEnd()),i.forEach((f,d)=>{r.push(` ${w.border("\u2502")} ${w.line(String(d+1).padStart(c)+" \u2502")} ${w.code(f)}`)}),r.push(` ${w.border("\u2514"+"\u2500".repeat(Math.max(24,$e()-6)))}`),i=[]},l=()=>{o.length&&(r.push(...Yh(o)),o=[])};for(let c of e){if(c.trimStart().startsWith("```")){l(),n?(a(),n=!1,s=""):(n=!0,s=c.trimStart().slice(3).trim());continue}if(n){i.push(c);continue}if(Jh(c)){o.push(c);continue}else l();if(!c.trim()){r.push("");continue}if(/^---+$/.test(c.trim())){r.push(` ${w.border("\u2500".repeat(Math.max(28,$e()-6)))}`);continue}if(/^#{1,3}\s/.test(c)){r.push(""),r.push(` ${w.strong(lt(c.replace(/^#{1,3}\s/,"")))}`);continue}if(/^[A-Z][A-Za-z0-9 /&_-]{2,}:$/.test(c.trim())){r.push(` ${w.strong(lt(c.trim()))}`);continue}if(/^[-*]\s/.test(c.trim())){r.push(` ${w.accent("\u25B8")} ${lt(c.trim().slice(2))}`);continue}if(/^\d+\.\s/.test(c.trim())){r.push(` ${lt(c.trim())}`);continue}r.push(...Yn(lt(c),2))}return l(),n&&a(),`
|
|
387
387
|
`+r.join(`
|
|
388
388
|
`)+`
|
|
389
389
|
`}function Va(){return["",` ${w.strong("Hablas commands")}`,"",` ${w.primary("/help")} ${w.muted("show help")}`,` ${w.primary("/status")} ${w.muted("show current runtime status")}`,` ${w.primary("/model")} ${w.muted("show or switch active model")}`,` ${w.primary("/models")} ${w.muted("list available models (supports search)")}`,` ${w.primary("/provider")} ${w.muted("inspect or switch provider")}`,` ${w.primary("/history")} ${w.muted("show recent turns")}`,` ${w.primary("/clear")} ${w.muted("clear the session")}`,` ${w.primary("/workspace")} ${w.muted("inspect workspace info")}`,` ${w.primary("/doctor")} ${w.muted("run diagnostics")}`,` ${w.primary("/version")} ${w.muted("show version")}`,` ${w.primary("/about")} ${w.muted("show product identity")}`,` ${w.primary("/exit")} ${w.muted("quit")}`,"",` ${w.accent("Tips")}`,` ${w.muted("\u2022 Tab completes commands and common file paths.")}`,` ${w.muted("\u2022 Use #filename to reference files quickly.")}`,` ${w.muted("\u2022 Ctrl+C cancels current work. Ctrl+C twice exits.")}`,""].join(`
|
|
390
390
|
`)}function za(t){let e=[` ${w.muted("provider")} ${w.info(t.provider)}`,` ${w.muted("model")} ${w.info(t.model)}`,` ${w.muted("workspace")} ${w.muted(t.workingDir.replace(Gn.homedir(),"~"))}`,` ${w.muted("connected")} ${t.connected?w.success("yes"):w.error("no")}`,` ${w.muted("messages")} ${w.info(String(t.messageCount))}`,t.totalTokens!==void 0?` ${w.muted("tokens")} ${w.info(String(t.totalTokens))}`:""].filter(Boolean);return[""," "+w.strong("Status"),""].concat(e).concat([""]).join(`
|
|
391
|
-
`)}function
|
|
392
|
-
`)}function Ya(t,e,r){let n=Math.max(50
|
|
391
|
+
`)}function K(t){return` ${w.info(t)}`}function Ue(t){return` ${w.success("\u2713")} ${t}`}function Te(t){return` ${w.warning("\u26A0")} ${t}`}function Ce(t){return` ${w.error("\u2717")} ${t}`}function Ka(){return` ${w.strong("Hablas")} ${w.accent("v"+Ua)}`}function Ga(){return` ${w.strong("Hablas")} \u2014 single-agent terminal AI engineering runtime by Abdulmoin Hablas`}function Ja(t,e){let r=Math.max(50,$e()-8),n=`${t.toUpperCase()}`,s=Yn(e,0),i=[];i.push(` ${w.border("\u256D"+"\u2500".repeat(r+2)+"\u256E")}`);let o=Math.max(0,r-n.length);i.push(` ${w.border("\u2502")} ${w.strong(n)}${" ".repeat(o)} ${w.border("\u2502")}`),i.push(` ${w.border("\u251C"+"\u2500".repeat(r+2)+"\u2524")}`);for(let a of s){let l=a.trim(),c=Math.max(0,r-l.replace(/\x1b\[[0-9;]*m/g,"").length);i.push(` ${w.border("\u2502")} ${w.accent(l)}${" ".repeat(c)} ${w.border("\u2502")}`)}return i.join(`
|
|
392
|
+
`)}function Ya(t,e,r){let n=Math.max(50,$e()-8),s=t?w.success("\u2713 SUCCESS"):w.error("\u2717 FAILURE"),o=e.split(`
|
|
393
393
|
`)[0]?.trim()||""||e.replace(/\s+/g," ").trim()||(t?"done":"failed"),a=`${s} ${o} ${w.muted(`(${r}ms)`)}`,l=Yn(a,0),c=[];for(let f of l){let d=f.trim(),h=Math.max(0,n-d.replace(/\x1b\[[0-9;]*m/g,"").length);c.push(` ${w.border("\u2502")} ${d}${" ".repeat(h)} ${w.border("\u2502")}`)}return c.push(` ${w.border("\u2570"+"\u2500".repeat(n+2)+"\u256F")}`),c.join(`
|
|
394
|
-
`)}var
|
|
394
|
+
`)}var Ne=class{constructor(e){this.label=e}frames=["\u280B","\u2819","\u2839","\u2838","\u283C","\u2834","\u2826","\u2827","\u2807","\u280F"];index=0;timer=null;setLabel(e){this.label=e}start(){!Jn||this.timer||(this.timer=setInterval(()=>{process.stdout.write(`\r ${w.accent(this.frames[this.index])} ${w.muted(this.label)}`),this.index=(this.index+1)%this.frames.length},80))}stop(e){this.timer&&(clearInterval(this.timer),this.timer=null,process.stdout.write("\r\x1B[K")),e&&console.log(K(e))}};var dr=Y.join(Qa.homedir(),".hablas","history"),pr=500,Xh=new Set(["node_modules",".git","__pycache__",".venv","dist","build",".next",".cache"]),Zh=["read ","edit ","write ","delete ","open ","patch ","inspect ","use "],Qh=new Set([".ts",".js",".tsx",".jsx",".py",".go",".rs",".java",".c",".cpp",".h",".css",".html",".json",".md",".yaml",".yml",".toml",".txt",".env",".sh",".bash",".zsh",".svg",".sql",".png",".jpg",".jpeg",".webp"]),Xa=["/help","/status","/model","/models","/provider","/history","/clear","/workspace","/doctor","/version","/about","/exit","/quit"],hr=class{constructor(e=process.cwd()){this.workingDir=e;this.loadHistory(),this.rl=this.createReadline()}rl;history=[];fileCache=[];fileCacheTime=0;createReadline(){return Za.createInterface({input:process.stdin,output:process.stdout,terminal:!0,history:[...this.history].reverse(),historySize:pr,completer:e=>this.autocomplete(e)})}async prompt(e){return new Promise(r=>{process.stdin.isTTY&&process.stdout.write("\r\x1B[K"),this.rl.question(e,n=>{let s=n.trim();s&&(this.history.push(s),this.history=this.history.slice(-pr),this.saveHistory()),r(n)})})}async confirm(e){return(await this.prompt(` ${w.warning("?")} ${e} ${w.muted("[Y/n]")} `)).trim().toLowerCase()!=="n"}async confirmDangerous(e){return console.log(`
|
|
395
395
|
${w.error("\u26A0")} ${e}`),console.log(` ${w.muted("Type yes to confirm this dangerous action.")}
|
|
396
|
-
`),(await this.prompt(` ${w.error("\u2192")} `)).trim().toLowerCase()==="yes"}close(){this.saveHistory(),this.rl.close()}autocomplete(e){if(e.startsWith("/")){let n=Xa.filter(s=>s.startsWith(e));return[n.length?n:Xa,e]}for(let n of Zh)if(e.toLowerCase().includes(n)){let s=e.split(n).pop()??"";if(s&&!s.includes(" "))try{let i=
|
|
397
|
-
`).filter(Boolean).slice(-pr))}catch{}}saveHistory(){try{let e=
|
|
396
|
+
`),(await this.prompt(` ${w.error("\u2192")} `)).trim().toLowerCase()==="yes"}close(){this.saveHistory(),this.rl.close()}autocomplete(e){if(e.startsWith("/")){let n=Xa.filter(s=>s.startsWith(e));return[n.length?n:Xa,e]}for(let n of Zh)if(e.toLowerCase().includes(n)){let s=e.split(n).pop()??"";if(s&&!s.includes(" "))try{let i=Y.dirname(s)||".",o=Y.basename(s),a=Y.resolve(this.workingDir,i),l=se.readdirSync(a).filter(c=>c.startsWith(o)).slice(0,8).map(c=>e.slice(0,e.lastIndexOf(s))+Y.join(i,c));if(l.length)return[l,e]}catch{}}let r=e.match(/#([\w./-]*)$/);if(r){let n=r[1],s=this.getProjectFiles(),i=s.filter(o=>o.toLowerCase().startsWith(n.toLowerCase())).map(o=>e.slice(0,e.length-r[0].length)+"#"+o);return[i.length?i:s.slice(0,20).map(o=>e.slice(0,e.length-r[0].length)+"#"+o),e]}return[[],e]}getProjectFiles(){let e=Date.now();if(this.fileCache.length>0&&e-this.fileCacheTime<1e4)return this.fileCache;let r=[];return this.scanDir(this.workingDir,"",r,3),this.fileCache=r,this.fileCacheTime=e,r}scanDir(e,r,n,s,i=0){if(!(i>=s))try{let o=se.readdirSync(e,{withFileTypes:!0});for(let a of o){if(a.name.startsWith(".")||Xh.has(a.name))continue;let l=r?`${r}/${a.name}`:a.name;if(a.isDirectory())this.scanDir(Y.join(e,a.name),l,n,s,i+1);else{let c=Y.extname(a.name).toLowerCase();(Qh.has(c)||a.name==="Dockerfile"||a.name==="Makefile")&&n.push(l)}}}catch{}}loadHistory(){try{se.existsSync(dr)&&(this.history=se.readFileSync(dr,"utf-8").split(`
|
|
397
|
+
`).filter(Boolean).slice(-pr))}catch{}}saveHistory(){try{let e=Y.dirname(dr);se.existsSync(e)||se.mkdirSync(e,{recursive:!0}),se.writeFileSync(dr,this.history.slice(-pr).join(`
|
|
398
398
|
`),"utf-8")}catch{}}};var em={maxSteps:150,thinkingEnabled:!0,selfEvalEnabled:!0,minConfidence:.6,showThinking:!1},tm=`
|
|
399
399
|
## Reasoning Protocol
|
|
400
400
|
|
|
@@ -456,17 +456,17 @@ Rate your work. Reply with ONLY a JSON object \u2014 no other text:
|
|
|
456
456
|
</self_eval>
|
|
457
457
|
`.trim()}parseSelfEval(e){let r=[/^\s*(\{[\s\S]*\})\s*$/,/```(?:json)?\s*\n([\s\S]*?)\n```/,/<self_eval_result>([\s\S]*?)<\/self_eval_result>/,/(\{[\s\S]*?"score"[\s\S]*?"completed"[\s\S]*?\})/];for(let n of r){let s=e.match(n);if(s)try{let i=JSON.parse(s[1]);return this.normalizeSelfEval(i)}catch{}}return null}normalizeSelfEval(e){let r=typeof e.score=="number"?Math.max(0,Math.min(10,Math.round(e.score))):5,n=typeof e.completed=="boolean"?e.completed:r>=7,s=typeof e.rationale=="string"?e.rationale.slice(0,500):"No rationale provided",i=Array.isArray(e.issues)?e.issues.filter(a=>typeof a=="string").slice(0,5):[],o="medium";return e.confidence==="high"||e.confidence==="medium"||e.confidence==="low"?o=e.confidence:r>=8?o="high":r<=4&&(o="low"),{score:r,completed:n,rationale:s,issues:i,confidence:o}}buildBudgetWarningPrompt(){let e=this.remainingBudget();return e<=0?"[SYSTEM] You have exceeded the maximum reasoning steps. You MUST provide your final answer NOW. Do not call any more tools.":e<=3?`[SYSTEM] You have only ${e} step(s) remaining. Wrap up your work and provide a final answer soon.`:null}buildReflectionHint(e,r,n){return r?"":["<thinking>",`Tool "${e}" FAILED. Before retrying:`,"1. What went wrong? Analyze the error message carefully.","2. Can I fix the arguments and retry?","3. Is there an alternative approach?",`Error preview: ${n.slice(0,300)}`,"</thinking>"].join(`
|
|
458
458
|
`)}getTurnSummary(){let e=this.turnSteps.length,r=this.turnSteps.filter(s=>s.action).length,n=this.turnSteps.filter(s=>s.reflection).length;return`${e} steps, ${r} actions, ${n} reflections`}};function Ct(t){return new Xn(t)}var nm=[{test:t=>/ENOENT|no such file|not found|does not exist/i.test(t),errorClass:"file_not_found",strategy:"read_first",explanation:"The file or directory does not exist.",suggestion:"Use list_dir to check what files exist, then retry with the correct path.",alternatives:["list_dir","search_codebase"],autoRetry:!1},{test:t=>/EACCES|permission denied/i.test(t),errorClass:"permission_denied",strategy:"graceful_fail",explanation:"Permission denied \u2014 the process lacks access rights.",suggestion:"Check file ownership or try a different path. Do NOT use sudo.",alternatives:[],autoRetry:!1},{test:t=>/EISDIR|is a directory/i.test(t),errorClass:"path_is_directory",strategy:"retry_fixed",explanation:"The path points to a directory, not a file.",suggestion:"Append the filename to the path. Use list_dir to see contents.",alternatives:["list_dir"],autoRetry:!1},{test:t=>/EEXIST|already exists/i.test(t),errorClass:"file_already_exists",strategy:"read_first",explanation:"A file or directory already exists at that path.",suggestion:"Read the existing file first, then decide whether to overwrite or edit it.",alternatives:["read_file","edit_file"],autoRetry:!1},{test:t=>/no match|not found in file|search string not found/i.test(t),errorClass:"search_no_match",strategy:"read_first",explanation:"The search string was not found in the file.",suggestion:"Read the file first to see its actual content, then use the exact text for search/replace.",alternatives:["read_file","search_codebase"],autoRetry:!1},{test:t=>/command not found|not recognized/i.test(t),errorClass:"command_not_found",strategy:"alternative_tool",explanation:"The command does not exist on this system.",suggestion:"Check if the program is installed, or use a different command that achieves the same goal.",alternatives:["run_command"],autoRetry:!1},{test:t=>/timeout|timed out|ETIMEDOUT/i.test(t),errorClass:"command_timeout",strategy:"retry_fixed",explanation:"The command took too long and was terminated.",suggestion:"Try a simpler version of the command, or increase the timeout, or run it in background.",alternatives:[],autoRetry:!1},{test:t=>/exit code|exited with|non-zero/i.test(t),errorClass:"command_exit_error",strategy:"retry_fixed",explanation:"The command executed but returned an error.",suggestion:"Read the error output carefully. Fix the root cause (missing dependency, wrong syntax, etc.).",alternatives:[],autoRetry:!1},{test:t=>/syntax error|unexpected token|parse error|SyntaxError/i.test(t),errorClass:"syntax_error",strategy:"retry_fixed",explanation:"The content has a syntax error.",suggestion:"Review the generated code for syntax issues, fix them, and retry.",alternatives:[],autoRetry:!1},{test:t=>/ECONNREFUSED|ECONNRESET|ENOTFOUND|fetch failed|network/i.test(t),errorClass:"network_error",strategy:"retry_same",explanation:"Network connection failed.",suggestion:"This may be transient. Retry the same operation, or check connectivity.",alternatives:[],autoRetry:!0},{test:t=>/invalid argument|missing required|expected.*but got|type error/i.test(t),errorClass:"invalid_arguments",strategy:"retry_fixed",explanation:"The tool was called with invalid or missing arguments.",suggestion:"Check the tool's parameter requirements and provide correct values.",alternatives:[],autoRetry:!1},{test:t=>/ENOMEM|out of memory|resource|too large|max.*exceeded/i.test(t),errorClass:"resource_limit",strategy:"decompose_task",explanation:"Resource limit exceeded (memory, file size, etc.).",suggestion:"Break the task into smaller pieces, or process less data at once.",alternatives:[],autoRetry:!1}],Zn=class{failures=new Map;maxRetriesPerTool;constructor(e=3){this.maxRetriesPerTool=e}resetTurn(){this.failures.clear()}analyze(e,r,n){let s=this.failures.get(e),i=s?s.count+1:1,o={tool:e,count:i,lastError:r,lastStrategy:"retry_same"};if(i>this.maxRetriesPerTool)return o.lastStrategy="ask_user",this.failures.set(e,o),{errorClass:"unknown",strategy:"ask_user",explanation:`Tool "${e}" has failed ${i} times in this turn.`,suggestion:`Stop retrying "${e}". Ask the user for clarification or try a completely different approach.`,alternatives:this.suggestAlternatives(e),autoRetry:!1};for(let a of nm)if(a.test(r)){let l=s?.lastStrategy===a.strategy&&i>=2,c=l?"decompose_task":a.strategy;return o.lastStrategy=c,this.failures.set(e,o),{errorClass:a.errorClass,strategy:c,explanation:a.explanation,suggestion:l?`Previous recovery attempt ("${a.strategy}") also failed. Try breaking this into smaller steps or use a completely different approach.`:a.suggestion,alternatives:a.alternatives,autoRetry:!l&&a.autoRetry}}return o.lastStrategy=i===1?"retry_fixed":"graceful_fail",this.failures.set(e,o),{errorClass:"unknown",strategy:o.lastStrategy,explanation:`Unexpected error from "${e}".`,suggestion:i===1?"Review the error message and adjust your approach.":"This error is persistent. Explain to the user what went wrong and suggest manual steps.",alternatives:this.suggestAlternatives(e),autoRetry:!1}}buildRecoveryMessage(e,r){let n=[`ERROR: ${r}`,"","[Recovery Analysis]",` Type: ${e.errorClass}`,` Strategy: ${e.strategy}`,` Explanation: ${e.explanation}`,` Suggestion: ${e.suggestion}`];switch(e.alternatives.length>0&&n.push(` Alternative tools: ${e.alternatives.join(", ")}`),e.strategy){case"read_first":n.push("","\u2192 ACTION: Read the file or directory first, then retry with correct information.");break;case"retry_fixed":n.push("","\u2192 ACTION: Fix the arguments based on the error, then retry.");break;case"alternative_tool":n.push("","\u2192 ACTION: Use a different tool to achieve the same goal.");break;case"decompose_task":n.push("","\u2192 ACTION: Break this into smaller, simpler steps.");break;case"ask_user":n.push("","\u2192 ACTION: Ask the user for clarification. Do NOT retry automatically.");break;case"graceful_fail":n.push("","\u2192 ACTION: Explain what went wrong clearly. Suggest manual steps if possible.");break}return n.join(`
|
|
459
|
-
`)}getFailureCount(e){return this.failures.get(e)?.count??0}shouldAutoRetry(e){let r=this.failures.get(e);return r?r.count<=1&&r.lastStrategy==="retry_same":!1}suggestAlternatives(e){return{read_file:["search_codebase","list_dir"],write_file:["edit_file","append_to_file"],edit_file:["search_and_replace","write_file","read_file"],search_and_replace:["edit_file","read_file"],patch_file:["edit_file","write_file"],run_command:["search_codebase"],search_codebase:["read_file","list_dir"],delete_file:["run_command"],create_dir:["run_command"],web_search:["scrape_url"]}[e]??[]}};function Et(t=3){return new Zn(t)}var
|
|
459
|
+
`)}getFailureCount(e){return this.failures.get(e)?.count??0}shouldAutoRetry(e){let r=this.failures.get(e);return r?r.count<=1&&r.lastStrategy==="retry_same":!1}suggestAlternatives(e){return{read_file:["search_codebase","list_dir"],write_file:["edit_file","append_to_file"],edit_file:["search_and_replace","write_file","read_file"],search_and_replace:["edit_file","read_file"],patch_file:["edit_file","write_file"],run_command:["search_codebase"],search_codebase:["read_file","list_dir"],delete_file:["run_command"],create_dir:["run_command"],web_search:["scrape_url"]}[e]??[]}};function Et(t=3){return new Zn(t)}var ye=k(require("fs")),gr=k(require("path")),el=k(require("os")),mr=gr.join(el.homedir(),".hablas","model-formats.json");function sm(){try{if(ye.existsSync(mr))return JSON.parse(ye.readFileSync(mr,"utf-8"))}catch{}return{}}function im(t){try{let e=gr.dirname(mr);ye.existsSync(e)||ye.mkdirSync(e,{recursive:!0}),ye.writeFileSync(mr,JSON.stringify(t,null,2),"utf-8")}catch{}}function tl(t,e){let r=0,n=!1,s=!1;for(let i=e;i<t.length;i++){let o=t[i];if(s){s=!1;continue}if(o==="\\"&&n){s=!0;continue}if(o==='"'){n=!n;continue}if(!n&&(o==="{"&&r++,o==="}"&&(r--,r===0)))return t.slice(e,i+1)}return null}function At(t){if(typeof t.name=="string"&&t.arguments&&typeof t.arguments=="object")return{tool:t.name,args:t.arguments};if(typeof t.tool=="string"&&t.args&&typeof t.args=="object")return{tool:t.tool,args:t.args};if(typeof t.name=="string"&&t.parameters&&typeof t.parameters=="object")return{tool:t.name,args:t.parameters};if(t.function&&typeof t.function=="object"){let e=t.function;if(typeof e.name=="string"){let r={};if(typeof e.arguments=="string")try{r=JSON.parse(e.arguments)}catch{r={}}else e.arguments&&typeof e.arguments=="object"&&(r=e.arguments);return{tool:e.name,args:r}}}return null}function om(t){return t.replace(/"/g,'"').replace(/'/g,"'").replace(/</g,"<").replace(/>/g,">").replace(/&/g,"&")}function am(t){let e=[],r=/<<?tool[-_]call\s*>>?([\s\S]*?)<<?\/tool[-_]call\s*>>?/gi,n;for(;(n=r.exec(t))!==null;)try{let s=JSON.parse(n[1].trim()),i=At(s);i&&e.push({...i,format:"xml_tags",rawMatch:n[0]})}catch{}return e}function lm(t){let e=[],r=/<<?tool[-_]call\s*>>?([\s\S]*?)<<?\/tool[-_]call\s*>>?/gi,n;for(;(n=r.exec(t))!==null;)try{let s=JSON.parse(n[1].trim());if(s.parameters||s.name){let i=At(s);i&&e.push({...i,format:"hermes",rawMatch:n[0]})}}catch{}return e}function cm(t){let e=[],r=/<<?tool[-_]call\s*>>?([\s\S]*?)<<?\/tool[-_]call\s*>>?/gi,n;for(;(n=r.exec(t))!==null;){let s=n[1],i=rl(s);for(let o of i)e.push({...o,format:"xml_tool_call_wrapper",rawMatch:n[0]})}return e}function rl(t){let e=[],r=["read_file","write_file","edit_file","search_and_replace","run_command","search_codebase","list_dir","create_dir","delete_file","append_to_file","patch_file","move_file","get_file_info","web_search","scrape_url","extract_links","read_pdf","pdf_metadata","execute_code","detect_bugs","download_asset"];for(let n of r){let s=new RegExp(`<<?${n}(\\s+[\\s\\S]*?)?(?:>>?([\\s\\S]*?)<<?\\/${n}>>?|\\s*\\/?>>?)`,"gi"),i;for(;(i=s.exec(t))!==null;){let o=i[1]||"",a=i[2]||"",l={},c=/(\w+)\s*=\s*(?:"([^"]*)"|'([^']*)'|(\S+))/g,f;for(;(f=c.exec(o))!==null;){let h=f[1].toLowerCase(),p=f[2]??f[3]??f[4];l[h]=om(p)}let d=a.trim();d&&(n==="write_file"||n==="append_to_file"?l.content=a:n==="run_command"?l.command=d:n==="patch_file"&&(l.new_content=a)),l.start_line&&(l.start_line=parseInt(l.start_line)),l.end_line&&(l.end_line=parseInt(l.end_line)),l.depth&&(l.depth=parseInt(l.depth)),n==="edit_file"?e.push({tool:"search_and_replace",args:l,format:"xml_prompt",rawMatch:i[0]}):e.push({tool:n,args:l,format:"xml_prompt",rawMatch:i[0]})}}return e}function um(t){return rl(t)}function fm(t){let e=[],r=/```(?:json|tool_call)?\s*\n([\s\S]*?)\n```/g,n;for(;(n=r.exec(t))!==null;)try{let s=JSON.parse(n[1].trim()),i=At(s);i&&e.push({...i,format:"markdown_json",rawMatch:n[0]})}catch{}return e}function dm(t){let e=[],r=/\{\s*"function"\s*:/g,n;for(;(n=r.exec(t))!==null;){let s=tl(t,n.index);if(s)try{let i=JSON.parse(s),o=At(i);o&&e.push({...o,format:"function_call",rawMatch:s})}catch{}}return e}function pm(t){let e=[],r=/\{\s*"(?:name|tool)"\s*:/g,n;for(;(n=r.exec(t))!==null;){let s=tl(t,n.index);if(s)try{let i=JSON.parse(s),o=At(i);o&&e.push({...o,format:"json_object",rawMatch:s})}catch{}}return e}function hm(t){let e=[],r=/<<?tool[-_]call\s*>>?([\s\S]*?)(?:<<?\/tool[-_]call\s*>>?|$)/gi,n,s=!1;for(;(n=r.exec(t))!==null;){let i=n[1],o=/<function=([^>]+)>/i.exec(i);if(o){s=!0;let a=o[1].trim(),l={},c=/<parameter=([^>]+)>([\s\S]*?)<\/parameter>/gi,f;for(;(f=c.exec(i))!==null;){let d=f[1].trim(),h=f[2].trim();h==="true"?h=!0:h==="false"?h=!1:!isNaN(Number(h))&&h!==""&&(h=Number(h)),l[d]=h}e.push({tool:a,args:l,format:"xml_parameters",rawMatch:n[0]})}}if(!s&&/<function=([^>]+)>/i.test(t)){let i=/<function=([^>]+)>/i.exec(t);if(i){let o=i[1].trim(),a={},l=/<parameter=([^>]+)>([\s\S]*?)<\/parameter>/gi,c;for(;(c=l.exec(t))!==null;){let f=c[1].trim(),d=c[2].trim();d==="true"?d=!0:d==="false"?d=!1:!isNaN(Number(d))&&d!==""&&(d=Number(d)),a[f]=d}e.push({tool:o,args:a,format:"xml_parameters",rawMatch:t})}}return e}var Qn=[{format:"xml_tool_call_wrapper",parse:cm},{format:"xml_prompt",parse:um},{format:"xml_tags",parse:am},{format:"xml_parameters",parse:hm},{format:"hermes",parse:lm},{format:"markdown_json",parse:fm},{format:"function_call",parse:dm},{format:"json_object",parse:pm}],ts=class{registry;constructor(){this.registry=sm()}parse(e,r,n){if(r&&Array.isArray(r)&&r.length>0){let i=r.filter(o=>o?.function?.name&&typeof o.function.name=="string");if(i.length>0){let o=i.map(a=>({function:{name:a.function.name,arguments:a.function.arguments||{}}}));return n&&this.learnFormat(n,"native"),{toolCalls:o,displayContent:(e||"").trim(),format:"native"}}}let s=e||"";if(!s.trim())return{toolCalls:[],displayContent:"",format:"unknown"};if(n){let i=this.registry[n];if(i&&i.format!=="native"){let o=Qn.find(a=>a.format===i.format);if(o){let a=o.parse(s);if(a.length>0)return this.learnFormat(n,i.format),this.buildResult(a,s)}}}for(let{parse:i}of Qn){let o=i(s);if(o.length>0){let a=o[0].format;return n&&this.learnFormat(n,a),this.buildResult(o,s)}}return{toolCalls:[],displayContent:this.sanitizeResidualToolMarkup(s).trim(),format:"unknown"}}mightContainToolCall(e){if(!e)return!1;let r=e.trim();return!!(/<<?tool[-_]call[\s>]/i.test(r)||/<function=/i.test(r)||r.includes("```tool_call")||r.includes("```json")&&r.includes('"name"')||/<<?(?:read_file|write_file|run_command|edit_file|search_codebase|create_dir|delete_file|list_dir|append_to_file|patch_file|move_file|get_file_info|web_search|scrape_url|extract_links|read_pdf|pdf_metadata|execute_code|detect_bugs|download_asset|search_image_candidates|inspect_image)[\s>]/i.test(r)||r.startsWith("{")&&(r.includes('"name"')||r.includes('"tool"'))&&(r.includes('"arguments"')||r.includes('"args"')||r.includes('"parameters"'))||r.includes('"function"')&&r.includes('"name"'))}detectFormat(e){for(let{format:r,parse:n}of Qn)if(n(e).length>0)return r;return"unknown"}learnFormat(e,r){let n=this.registry[e];n&&n.format===r?(n.successCount++,n.lastUsed=new Date().toISOString()):this.registry[e]={format:r,successCount:1,lastUsed:new Date().toISOString()},im(this.registry)}getLearnedFormat(e){return this.registry[e]?.format??null}getLearnedFormats(){let e={};for(let[r,n]of Object.entries(this.registry))e[r]={format:n.format,successCount:n.successCount};return e}buildResult(e,r){let n=e.map(o=>({function:{name:o.tool,arguments:o.args}})),s=r,i=[...e].sort((o,a)=>a.rawMatch.length-o.rawMatch.length);for(let o of i)s=s.replace(o.rawMatch,"");return s=s.replace(/<<?thinking>>?[\s\S]*?<<?\/thinking>>?/gi,""),s=s.replace(/<<?think>>?[\s\S]*?<<?\/think>>?/gi,""),s=this.sanitizeResidualToolMarkup(s),s=s.replace(/\n{3,}/g,`
|
|
460
460
|
|
|
461
461
|
`),{toolCalls:n,displayContent:s.trim(),format:e[0]?.format??"unknown"}}sanitizeResidualToolMarkup(e){return e.replace(/<<?tool[-_]call[\s\S]*?<<?\/tool[-_]call\s*>>?/gi,"").replace(/<function=[^>]+>/gi,"").replace(/<parameter=[^>]+>/gi,"").replace(/<\/parameter>/gi,"").replace(/```tool_call[\s\S]*?```/gi,"").replace(/<<?(?:read_file|write_file|run_command|edit_file|search_codebase|create_dir|delete_file|list_dir|append_to_file|patch_file|move_file|get_file_info|web_search|scrape_url|extract_links|read_pdf|pdf_metadata|execute_code|detect_bugs|download_asset)[\s\S]*?(?:<<?\/[a-z_]+>>?|\/>)/gi,"").replace(/\n{3,}/g,`
|
|
462
462
|
|
|
463
|
-
`)}},es=null;function nl(){return es||(es=new ts),es}var mm=600,gm=2e3,ym=12e3,sl=2;function wm(t,e,r){let s=nl().parse(e,t,r);return{toolCalls:s.toolCalls,displayContent:s.displayContent}}function bm(t,e){return t==="write_file"&&typeof e.path=="string"?`create ${e.path}`:(t==="edit_file"||t==="patch_file"||t==="search_and_replace")&&typeof e.path=="string"?`modify ${e.path}`:t==="read_file"&&typeof e.path=="string"?`read ${e.path}`:t==="run_command"&&typeof e.command=="string"?String(e.command).slice(0,80):typeof e.path=="string"?String(e.path):t.replace(/_/g," ")}function
|
|
464
|
-
`)}});u||(p.stop(),console.log(ct()),console.log(Tt(m)));return}catch(m){p.stop(),console.log(Ce(m?.message||"Text turn failed"));return}}let s=Ct({thinkingEnabled:!0,selfEvalEnabled:!0,showThinking:!1,maxSteps:120,minConfidence:.6}),i=Et(3),o=[],a=new
|
|
465
|
-
`)}async function fl(t,e){let r=t.trim().split(/\s+/),n=r[0],s=r.slice(1);switch(n){case"/help":console.log(Va());return;case"/exit":case"/quit":return"quit";case"/about":console.log(Ga());return;case"/version":console.log(Ka());return;case"/clear":e.session.clear(),console.log(
|
|
466
|
-
`);for(let{pattern:s,name:i,severity:o}of
|
|
463
|
+
`)}},es=null;function nl(){return es||(es=new ts),es}var mm=600,gm=2e3,ym=12e3,sl=2;function wm(t,e,r){let s=nl().parse(e,t,r);return{toolCalls:s.toolCalls,displayContent:s.displayContent}}function bm(t,e){return t==="write_file"&&typeof e.path=="string"?`create ${e.path}`:(t==="edit_file"||t==="patch_file"||t==="search_and_replace")&&typeof e.path=="string"?`modify ${e.path}`:t==="read_file"&&typeof e.path=="string"?`read ${e.path}`:t==="run_command"&&typeof e.command=="string"?String(e.command).slice(0,80):typeof e.path=="string"?String(e.path):t.replace(/_/g," ")}function xm(t){let e=(t||"").toLowerCase();return e.includes("eacces")||e.includes("permission")||e.includes("enospc")||e.includes("readonly")||e.includes("security")||e.includes("[write_file]")||e.includes("[delete_file]")||e.includes("[move_file]")||e.includes("[search_and_replace]")}async function il(t,e,r,n){let s=0,i=Date.now();for(;s<=sl;){let o=await t.execute({name:e,arguments:r});if(o.success||s>=sl)return{success:o.success,output:o.output,error:o.error,duration:Date.now()-i,retries:s};s++,n.info({tool:e,retry:s,error:o.error},"Retrying tool"),await new Promise(a=>setTimeout(a,500))}return{success:!1,output:"",error:"Max retries exceeded",duration:Date.now()-i,retries:s}}async function rs(t){let{identity:e,client:r,registry:n,session:s,contextManager:i,logger:o,io:a={},safetyPolicy:l,abortSignal:c,skipTools:f}=t,d=t.reactEngine??Ct(),h=t.errorRecovery??Et(),p=f?[]:n.getOllamaTools(),u=r.getModel(),m=t.maxIterations??mm,g=[],x=[],b=[],S=new Map,_="",$=0,E=!1;for(;$<m;){if($++,c?.aborted)return{output:_,toolsUsed:Ee(g),toolResults:x,touchedFiles:Ee(b),iterations:$,success:!1,error:"Aborted",completedNaturally:E};let C=d.buildBudgetWarningPrompt();C&&s.addUserMessage(C,{priority:"critical",tags:["system-budget"]});let R;try{a.onModelStart?.(x.length>0?"Hablas is deciding the next step":"Hablas is thinking",e),R=await r.chatWithTools(s.getMessages(),p,c),a.onModelStop?.()}catch(J){a.onModelStop?.();let Z=J;if(Z.name==="AbortError"||c?.aborted)return{output:_,toolsUsed:Ee(g),toolResults:x,touchedFiles:Ee(b),iterations:$,success:!1,error:"Aborted",completedNaturally:E};if($<=1){a.onNotice?.(`Transient model error: ${Z.message??"unknown"} \u2014 retrying\u2026`,"retry"),await new Promise(P=>setTimeout(P,1e3)),$--;continue}return a.onError?.(Z.message??"Model request failed"),{output:_,toolsUsed:Ee(g),toolResults:x,touchedFiles:Ee(b),iterations:$,success:!1,error:Z.message,completedNaturally:E}}let T=R.message?.content||"",L=R.message?.tool_calls,U=d.parseThinking(T);U.hasThinking&&(d.recordStep({thought:U.thinking}),o.debug({thinking:U.thinking.slice(0,200)},"ReAct thinking"));let{toolCalls:j,displayContent:B}=wm(L,T,u);if(B&&B.trim()&&(_=B,await a.onAssistantText?.(B,e)),j.length===0){s.addAssistantMessage(T,void 0,e.role),E=!0;break}s.addAssistantMessage(T,j,e.role);let W=j.length;for(let J=0;J<j.length;J++){let Z=j[J];if(!Z?.function?.name)continue;let P=Z.function.name,D=Z.function.arguments||{},It=n.getSafetyLevel(P)??"confirm";if(!n.get(P)){a.onNotice?.(`Unknown tool: ${P} \u2014 skipping`,"warn"),s.addToolMessage(`Error: Unknown tool "${P}". Available: ${n.getAll().map(z=>z.name).join(", ")}`);continue}if(await l(P,It,D)==="skip"){s.addToolMessage(`Tool ${P} was skipped by policy/user.`);break}let Cl=bm(P,D),ft=P==="read_file"?JSON.stringify({path:D.path||"",start:D.start_line||"",end:D.end_line||""}):"";if(P==="read_file"&&ft&&S.has(ft)){let z=S.get(ft)||"";s.addToolMessage(z),d.recordObservation(z.slice(0,300),"Reused cached file read");continue}g.push(P),typeof D.path=="string"&&b.push(D.path),typeof D.from=="string"&&b.push(D.from),typeof D.to=="string"&&b.push(D.to),a.onToolStart?.(P,Cl,D),a.onToolCall?.(),d.recordStep({thought:U.hasThinking?`Executing: ${P}`:"",action:P,actionInput:D});let V=await il(n,P,D,o);a.onToolEnd?.(P,V.success,V.error||V.output,V.duration,D);let Ae;if(V.success)Ae=ol(P,V.output),d.recordObservation(Ae.slice(0,300)),x.push({tool:P,success:!0,summary:V.output.slice(0,150)});else{let z=V.error||"Unknown error",Be=h.analyze(P,z,D);if(Ae=h.buildRecoveryMessage(Be,z),d.recordObservation(`FAILED: ${z}`,`Recovery: ${Be.strategy} \u2014 ${Be.suggestion}`),o.info({tool:P,errorClass:Be.errorClass,strategy:Be.strategy},"Error recovery analysis"),x.push({tool:P,success:!1,summary:z.slice(0,150)}),Be.autoRetry&&!d.isOverBudget()){a.onNotice?.("Auto-retrying (transient error)\u2026","retry");let He=await il(n,P,D,o);a.onToolEnd?.(P,He.success,He.output,He.duration,D),He.success&&(Ae=ol(P,He.output),d.recordObservation(Ae.slice(0,300),"Auto-retry succeeded"),x[x.length-1]={tool:P,success:!0,summary:He.output.slice(0,150)})}}if(s.addToolMessage(Ae),V.success&&P==="read_file"&&typeof D.path=="string"&&(i?.addFile(D.path,V.output),ft&&S.set(ft,Ae)),V.success&&["write_file","edit_file","patch_file","search_and_replace","append_to_file","delete_file"].includes(P)&&typeof D.path=="string")for(let z of[...S.keys()])z.includes(`"path":"${String(D.path).replace(/\"/g,'\\"')}"`)&&S.delete(z);if(V.success&&P==="move_file")for(let z of[...S.keys()])(D.from&&z.includes(`"path":"${String(D.from).replace(/\"/g,'\\"')}"`)||D.to&&z.includes(`"path":"${String(D.to).replace(/\"/g,'\\"')}"`))&&S.delete(z);if(o.info({tool:P,success:V.success,durationMs:V.duration,retries:V.retries},"Tool executed"),!V.success&&xm(V.error)){a.onNotice?.("Critical tool failure \u2014 aborting subsequent tool executions.","warn");break}W>1&&J<W-1}d.isOverBudget()&&a.onNotice?.(`Reached max reasoning steps (${d.getConfig().maxSteps}). Wrapping up.`,"warn")}return $>=m&&!E&&a.onNotice?.(`Reached max iterations (${m}). Stopping.`,"warn"),o.info({summary:d.getTurnSummary(),agent:e.name},"Agentic turn completed"),{output:_,toolsUsed:Ee(g),toolResults:x,touchedFiles:Ee(b),iterations:$,success:!0,completedNaturally:E}}function Ee(t){return[...new Set(t)]}function ol(t,e){return t==="read_file"?e:t==="web_search"||t==="scrape_url"||t==="extract_links"||t==="read_pdf"?vt(e,ym):vt(e,gm)}function al(t){return async(e,r)=>{let n=e.replace(/_/g," ");return!t.autoMode&&t.interactive?r==="confirm"&&t.confirm?await t.confirm(`Proceed with ${n}?`)?"allow":"skip":r==="dangerous"&&t.confirmDangerous?await t.confirmDangerous(`Dangerous: ${n}`)?"allow":"skip":"allow":!t.autoMode&&r==="dangerous"?"skip":"allow"}}async function ll(t){let{client:e,session:r,abortSignal:n,onStart:s,onChunk:i,onComplete:o}=t,a="",l=null;for(let c=0;c<2;c++)try{a="";for await(let f of e.streamChat(r.getMessages(),n))a+=f,i?.(f);return r.addAssistantMessage(a||""),a}catch(f){if(l=f,f?.name==="AbortError"||n?.aborted)throw f;if(c===1)break}throw l||new Error("Text turn failed")}async function yr(t,e){let r=Na(t),n=await ot(e.workingDir,e.config);if(e.session.updateSystemPrompt(at(n,r.profile)),r.profile.continuity&&e.session.addUserMessage("[Execution note: continue from existing project context and do not restart from zero.]",{priority:"critical",tags:["runtime-note","continuity"]}),r.profile.oneStepDelivery&&e.session.addUserMessage("[Execution note: complete as much as possible in one pass with no unnecessary follow-up questions.]",{priority:"critical",tags:["runtime-note","one-step"]}),e.session.addUserMessage(t,{priority:"high",tags:[`kind:${r.profile.kind}`]}),!r.profile.needsTools){let p=new Ne("Hablas is thinking"),u=!1;p.start();try{let m=await ll({client:e.client,session:e.session,onStart:()=>{p.start()},onChunk:g=>{u||(p.stop(),console.log(ct()),process.stdout.write(" "),u=!0),process.stdout.write(g)},onComplete:()=>{u&&process.stdout.write(`
|
|
464
|
+
`)}});u||(p.stop(),console.log(ct()),console.log(Tt(m)));return}catch(m){p.stop(),console.log(Ce(m?.message||"Text turn failed"));return}}let s=Ct({thinkingEnabled:!0,selfEvalEnabled:!0,showThinking:!1,maxSteps:120,minConfidence:.6}),i=Et(3),o=[],a=new Ne("Hablas is thinking"),l="",c=p=>["list_dir","read_file","search_codebase","get_file_info"].includes(p)?"Analyzing current project structure":["web_search"].includes(p)?"Searching trusted web sources":["search_image_candidates","inspect_image","scrape_url","extract_links"].includes(p)?"Selecting better image candidates":["download_asset"].includes(p)?"Downloading verified floral assets":["write_file","patch_file","edit_file","search_and_replace","append_to_file","move_file","create_dir","delete_file"].includes(p)?"Applying frontend upgrade":["run_command","execute_code","detect_bugs"].includes(p)?"Running verification":"Working",f={onModelStart:p=>{a.stop(),a.setLabel(p),a.start()},onModelStop:()=>{a.stop()},onAssistantText:async p=>{o.push(p),r.profile.kind!=="implementation"&&(console.log(ct()),console.log(Tt(p)))},onToolStart:(p,u)=>{a.stop();let m=c(p);m!==l&&(console.log(Wa(m)),l=m),console.log(Ja(p,u))},onToolEnd:(p,u,m,g)=>{console.log(Ya(u,m,g))},onNotice:(p,u)=>{console.log(u==="retry"?K(`Retrying: ${p}`):K(p))},onError:p=>{console.log(Ce(p))},onToolCall:()=>e.onToolCall?.()},d=al({autoMode:e.config.autoMode||!1,interactive:e.interactive,confirm:e.input?p=>e.input.confirm(p):void 0,confirmDangerous:e.input?p=>e.input.confirmDangerous(p):void 0}),h=await rs({identity:{name:"Hablas",title:"Engineer",role:"hablas"},client:e.client,registry:e.registry,session:e.session,contextManager:e.contextManager,logger:e.logger,io:f,safetyPolicy:d,reactEngine:s,errorRecovery:i,skipTools:!1});if(r.profile.kind==="implementation"&&h.toolsUsed.length>0&&o.length>0&&(console.log(ct()),console.log(Tt(o[o.length-1]))),r.profile.kind==="implementation"&&h.toolsUsed.length===0){e.session.addUserMessage("SYSTEM CORRECTION: This was an implementation request. You must use workspace tools, inspect files, and create or modify actual files instead of only replying with inline code. Retry now using tools.",{priority:"critical",tags:["system-correction","force-tools"]});let p=[];(await rs({identity:{name:"Hablas",title:"Engineer",role:"hablas"},client:e.client,registry:e.registry,session:e.session,contextManager:e.contextManager,logger:e.logger,io:{...f,onAssistantText:async m=>{p.push(m)}},safetyPolicy:d,reactEngine:Ct({thinkingEnabled:!0,selfEvalEnabled:!0,showThinking:!1,maxSteps:120,minConfidence:.6}),errorRecovery:Et(3),skipTools:!1})).toolsUsed.length===0?console.log(Ce("Implementation request failed to enter a real tool-execution path. Refusing to present inline-code-only output as a completed result.")):p.length>0&&(console.log(ct()),console.log(Tt(p[p.length-1])))}}var ns=k(require("fs")),cl=k(require("path")),ce=k(require("os")),ul=require("child_process");async function wr(t){let e=[],r=process.version,n=parseInt(r.slice(1).split(".")[0],10);e.push({name:"Node.js",status:n>=20?"ok":n>=18?"warn":"error",message:n>=20?`${r} (recommended)`:n>=18?`${r} (works, but 20+ recommended)`:`${r} (too old, need 20+)`});let s=cl.join(ce.homedir(),".hablas");if(e.push({name:"Config directory",status:ns.existsSync(s)?"ok":"warn",message:ns.existsSync(s)?s:"Not created yet (will be created on first use)"}),t.provider==="ollama")try{let i=await fetch(`${t.ollamaHost}/api/tags`,{signal:AbortSignal.timeout(5e3)});if(i.ok){let o=await i.json(),a=Array.isArray(o.models)?o.models.length:0;e.push({name:"Ollama",status:"ok",message:`Connected \u2014 ${a} models available`})}else e.push({name:"Ollama",status:"error",message:`HTTP ${i.status}`})}catch(i){let o=i instanceof Error?i.message:String(i);e.push({name:"Ollama",status:"error",message:o.includes("ECONNREFUSED")?"Not running \u2014 start with: ollama serve":`Connection failed: ${o}`})}else{let i=t.apiUrl||"unknown";try{let o=await fetch(`${i}/models`,{signal:AbortSignal.timeout(5e3),headers:{Authorization:"Bearer test"}});e.push({name:"API Provider",status:o.ok||o.status===401?"ok":"warn",message:`${i} \u2014 reachable`})}catch{e.push({name:"API Provider",status:"warn",message:`${i} \u2014 could not verify`})}}try{let i=ce.homedir();if(process.platform!=="win32"){let a=(0,ul.execSync)(`df -h "${i}" | tail -1`,{encoding:"utf-8"}).trim().split(/\s+/),l=a[3]||"unknown",c=a[4]||"?";e.push({name:"Disk space",status:parseInt(c)>90?"warn":"ok",message:`${l} available (${c} used)`})}else e.push({name:"Disk space",status:"ok",message:"Check skipped on Windows"})}catch{e.push({name:"Disk space",status:"ok",message:"Could not determine"})}return e.push({name:"Active model",status:t.model?"ok":"warn",message:t.model||"No model configured"}),e.push({name:"Platform",status:"ok",message:`${ce.platform()} ${ce.arch()} \u2014 ${ce.cpus().length} cores, ${Math.round(ce.totalmem()/1024/1024/1024)}GB RAM`}),e}function br(t){let e={ok:"\u2713",warn:"\u26A0",error:"\u2717"},r={ok:"\x1B[32m",warn:"\x1B[33m",error:"\x1B[31m"},n="\x1B[0m",s="\x1B[2m",i=[""," \u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501"," hablas doctor \u2014 System Diagnostics"," \u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501",""];for(let l of t){let c=`${r[l.status]}${e[l.status]}${n}`,f=l.name.padEnd(18);i.push(` ${c} ${f}${s}${l.message}${n}`)}let o=t.filter(l=>l.status==="error").length,a=t.filter(l=>l.status==="warn").length;return i.push(""),o>0?i.push(` ${r.error}${o} error(s) found \u2014 fix these for hablas to work properly${n}`):a>0?i.push(` ${r.warn}${a} warning(s) \u2014 hablas should work but check the items above${n}`):i.push(` ${r.ok}All checks passed \u2014 hablas is ready!${n}`),i.push(""),i.join(`
|
|
465
|
+
`)}async function fl(t,e){let r=t.trim().split(/\s+/),n=r[0],s=r.slice(1);switch(n){case"/help":console.log(Va());return;case"/exit":case"/quit":return"quit";case"/about":console.log(Ga());return;case"/version":console.log(Ka());return;case"/clear":e.session.clear(),console.log(Ue("Session cleared."));return;case"/history":{let i=parseInt(s[0]||"8",10),o=e.session.getHistory().slice(-i);if(o.length===0){console.log(K("No history yet."));return}console.log("");for(let a of o){let l=a.role==="user"?"you":a.role==="assistant"?"hablas":a.role;console.log(` ${l}: ${a.content.replace(/\s+/g," ").slice(0,160)}`)}console.log("");return}case"/status":{let i=await e.client.checkConnection();console.log(za({model:e.client.getModel(),provider:De(e.config),workingDir:e.workingDir,connected:i,messageCount:e.session.getMessageCount(),totalTokens:e.session.getTotalTokens()}));return}case"/model":{if(s.length===0){console.log(K(`Current model: ${e.client.getModel()}`));return}let i=s.join(" ");e.config.model=i,e.client.setModel(i),ze(e.config),console.log(Ue(`Model switched to ${i}`));return}case"/models":{let i=await e.client.listModels(),o=20,a=1,l="";if(s.length>0){let u=s[s.length-1],m=parseInt(u,10);!Number.isNaN(m)&&m>0?(a=m,l=s.slice(0,-1).join(" ").toLowerCase().trim()):l=s.join(" ").toLowerCase().trim()}let c=l?i.filter(u=>u.toLowerCase().includes(l)):i;if(c.length===0){console.log(Te("No matching models found."));return}let f=Math.max(1,Math.ceil(c.length/o)),d=Math.min(Math.max(a,1),f),h=(d-1)*o,p=c.slice(h,h+o);console.log(""),console.log(K(`Models${l?` \xB7 search: ${l}`:""} \xB7 page ${d}/${f}`)),console.log(""),p.forEach((u,m)=>{let g=u===e.client.getModel();console.log(` ${String(h+m+1).padStart(2," ")}. ${u}${g?" * active":""}`)}),console.log(""),f>1&&console.log(K(`Use /models ${l?l+" ":""}${d<f?d+1:f} for next page.`)),console.log("");return}case"/provider":{let i=s[0];if(!i){console.log(K(`Provider: ${De(e.config)}`)),console.log(K(`Model: ${e.client.getModel()}`));return}if(i==="test"){let a=await e.client.checkConnection();console.log(a?Ue("Connection OK"):Ce("Connection failed"));return}if(i==="ollama")e.config.provider="ollama",e.config.apiUrl="",e.config.apiKey="";else if(i==="nvidia")e.config.provider="nvidia",e.config.apiUrl=ue.apiUrl,s[1]&&(e.config.apiKey=s[1]),e.config.model||(e.config.model=ue.defaultModel);else if(i==="custom"){if(!s[1]){console.log(Te("Usage: /provider custom <url> [api-key]"));return}e.config.provider="custom",e.config.apiUrl=s[1],s[2]&&(e.config.apiKey=s[2])}else{console.log(Te("Usage: /provider [ollama|nvidia|custom|test]"));return}let o=Ye(e.config);e.setClient(o),ze(e.config),console.log(Ue(`Provider switched to ${De(e.config)}`));return}case"/doctor":{let i=await wr({ollamaHost:e.config.ollamaHost,model:e.client.getModel(),provider:e.config.provider,apiUrl:e.config.apiUrl});console.log(br(i));return}case"/workspace":{console.log(""),console.log(cr(st(e.workingDir))),console.log("");return}default:console.log(Te(`Unknown command: ${n}`))}}var we=k(require("fs")),ss=k(require("path"));function is(t){let e=ss.join(t,".hablas");return we.existsSync(e)||we.mkdirSync(e,{recursive:!0}),e}function dl(t){return ss.join(is(t),"session.json")}function xr(t,e){let r=dl(t);try{return we.existsSync(r)?(e.fromJSON(we.readFileSync(r,"utf-8")),!0):!1}catch{return!1}}function Ot(t,e){let r=dl(t);try{we.writeFileSync(r,e.toJSON(),"utf-8")}catch{}}async function ml(t,e){ks();let r=t.workingDirectory==="."?process.cwd():t.workingDirectory,n=Ye(t);is(r);let s=new et(r,t),i=new tt(t),o=await ot(r,t),a=new nt(at(o,$t("hello")),t.historySize,t.contextBudget);xr(r,a);let l=new hr(r);console.log(Ba(t.model,r));let c=new Ne("Connecting");c.start();let f=await n.checkConnection();if(c.stop(),f){let g=await n.listModels();console.log(Ue(`online \xB7 ${De(t)} \xB7 ${g.length} models available`))}else console.log(Te(`offline \xB7 ${De(t)} \xB7 you can still inspect local files and switch provider with /provider`));pl.existsSync(hl.join(r,".git"))||console.log(K("workspace mode: standalone (no git repository detected)")),console.log(K("Hablas is ready.")),console.log("");let d=0,h=0,p=Date.now(),u=new AbortController,m=0;for(process.on("SIGINT",()=>{let g=Date.now();g-m<1500&&(console.log(""),console.log(K(`Session summary \xB7 turns=${d} \xB7 toolCalls=${h} \xB7 duration=${Math.round((Date.now()-p)/1e3)}s`)),l.close(),process.exit(0)),m=g,u.abort(),u=new AbortController,console.log(""),console.log(Te("Operation cancelled \u2014 press Ctrl+C again to exit"))});;){let x=(await l.prompt(" \u203A ")).trim();if(x){if(x.startsWith("/")){let b=await fl(x,{config:t,client:n,setClient:S=>{n=S},session:a,workingDir:r});if(Ot(r,a),b==="quit")break;continue}d+=1,console.log(Ha(d)),u=new AbortController;try{await yr(x,{config:t,client:n,registry:s,contextManager:i,session:a,workingDir:r,logger:e,input:l,interactive:!0,onToolCall:()=>{h+=1}}),Ot(r,a)}catch(b){if(b?.name==="AbortError")continue;console.log(Ce(b?.message||"Turn failed")),e.error(b,"interactive turn failed")}}}l.close()}async function gl(t,e,r){let n=e.workingDirectory==="."?process.cwd():e.workingDirectory,s=Ye(e),i=new et(n,e),o=new tt(e),a=await ot(n,e),l=new nt(at(a,$t(t)),e.historySize,e.contextBudget);xr(n,l),await yr(t,{config:e,client:s,registry:i,contextManager:o,session:l,workingDir:n,logger:r,interactive:!1}),Ot(n,l)}var Sr=k(require("fs")),qe=k(require("path")),Sm=[{pattern:/(?:api[_-]?key|apikey)\s*[:=]\s*['"][a-zA-Z0-9_\-]{20,}['"]/gi,name:"API Key",severity:"critical"},{pattern:/(?:secret|password|passwd|pwd)\s*[:=]\s*['"][^'"]{8,}['"]/gi,name:"Secret/Password",severity:"critical"},{pattern:/(?:aws_access_key_id)\s*[:=]\s*['"]?AKIA[A-Z0-9]{16}['"]?/gi,name:"AWS Access Key",severity:"critical"},{pattern:/(?:aws_secret_access_key)\s*[:=]\s*['"]?[A-Za-z0-9/+=]{40}['"]?/gi,name:"AWS Secret Key",severity:"critical"},{pattern:/ghp_[A-Za-z0-9]{36}/g,name:"GitHub Token",severity:"critical"},{pattern:/gho_[A-Za-z0-9]{36}/g,name:"GitHub OAuth Token",severity:"critical"},{pattern:/sk-[A-Za-z0-9]{48}/g,name:"OpenAI API Key",severity:"critical"},{pattern:/xox[baprs]-[A-Za-z0-9\-]{10,}/g,name:"Slack Token",severity:"high"},{pattern:/-----BEGIN (?:RSA |EC )?PRIVATE KEY-----/g,name:"Private Key",severity:"critical"},{pattern:/(?:mongodb(?:\+srv)?:\/\/)[^\s'"]+/g,name:"MongoDB Connection String",severity:"high"},{pattern:/(?:postgres|postgresql|mysql):\/\/[^\s'"]+/g,name:"Database URL",severity:"high"},{pattern:/(?:Bearer\s+)[A-Za-z0-9\-._~+/]+=*/g,name:"Bearer Token",severity:"medium"}],_m=new Set(["node_modules",".git","dist","build",".next","__pycache__","venv",".venv","target","vendor",".cache"]),vm=new Set([".png",".jpg",".jpeg",".gif",".svg",".ico",".woff",".woff2",".ttf",".eot",".mp4",".mp3",".zip",".tar",".gz",".lock"]);function km(t,e){let r=[],n=e.split(`
|
|
466
|
+
`);for(let{pattern:s,name:i,severity:o}of Sm){s.lastIndex=0;let a;for(;(a=s.exec(e))!==null;){let c=e.substring(0,a.index).split(`
|
|
467
467
|
`).length,f=n[c-1]||"";f.trim().startsWith("#")||f.trim().startsWith("//")||t.includes(".example")||t.includes(".sample")||r.push({severity:o,type:"secret",file:t,line:c,message:`Potential ${i} detected`,suggestion:"Move to environment variable or use a secrets manager. Add to .gitignore if needed."})}}return r}function $m(t,e){let r=[],n=e.split(`
|
|
468
|
-
`),s=
|
|
468
|
+
`),s=qe.extname(t);return[".ts",".js",".tsx",".jsx"].includes(s)&&n.forEach((i,o)=>{/\beval\s*\(/.test(i)&&!i.trim().startsWith("//")&&r.push({severity:"high",type:"code",file:t,line:o+1,message:"Usage of eval() detected \u2014 potential code injection risk",suggestion:"Replace eval() with safer alternatives like JSON.parse() or Function constructor."}),/\.innerHTML\s*=/.test(i)&&r.push({severity:"medium",type:"code",file:t,line:o+1,message:"Direct innerHTML assignment \u2014 potential XSS vulnerability",suggestion:"Use textContent, or sanitize HTML with DOMPurify before assignment."}),/`.*\$\{.*\}.*(?:SELECT|INSERT|UPDATE|DELETE|DROP)/i.test(i)&&r.push({severity:"high",type:"code",file:t,line:o+1,message:"Potential SQL injection \u2014 string interpolation in SQL query",suggestion:"Use parameterized queries or an ORM instead of string interpolation."})}),r}function yl(t,e=[]){try{let r=Sr.readdirSync(t,{withFileTypes:!0});for(let n of r){if(_m.has(n.name))continue;let s=qe.join(t,n.name);if(n.isDirectory())yl(s,e);else if(n.isFile()){let i=qe.extname(n.name);vm.has(i)||e.push(s)}}}catch{}return e}function wl(t){let e=Date.now(),r=yl(t),n=[];for(let o of r)try{let a=Sr.readFileSync(o,"utf-8"),l=qe.relative(t,o),c=km(l,a);n.push(...c);let f=$m(l,a);n.push(...f)}catch{}let s=Date.now()-e,i={critical:n.filter(o=>o.severity==="critical").length,high:n.filter(o=>o.severity==="high").length,medium:n.filter(o=>o.severity==="medium").length,low:n.filter(o=>o.severity==="low").length,info:n.filter(o=>o.severity==="info").length};return{issues:n,scannedFiles:r.length,duration:s,summary:i}}function bl(t){let e=[];if(e.push(`
|
|
469
469
|
Security Scan Complete`),e.push(" \u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500"),e.push(` Files scanned: ${t.scannedFiles}`),e.push(` Duration: ${t.duration}ms`),e.push(""),t.issues.length===0)e.push(" \u2713 No security issues found!");else{e.push(` Issues found: ${t.issues.length}`),e.push(` Critical: ${t.summary.critical}`),e.push(` High: ${t.summary.high}`),e.push(` Medium: ${t.summary.medium}`),e.push(` Low: ${t.summary.low}`),e.push("");let r=t.issues.sort((n,s)=>{let i={critical:0,high:1,medium:2,low:3,info:4};return i[n.severity]-i[s.severity]}).slice(0,10);for(let n of r){let s=n.severity==="critical"?"\u{1F534}":n.severity==="high"?"\u{1F7E0}":n.severity==="medium"?"\u{1F7E1}":"\u{1F535}";e.push(` ${s} [${n.severity.toUpperCase()}] ${n.message}`),e.push(` File: ${n.file}${n.line?`:${n.line}`:""}`),e.push(` Fix: ${n.suggestion}`),e.push("")}}return e.join(`
|
|
470
|
-
`)}var ut=k(require("fs")),os=k(require("path")),
|
|
470
|
+
`)}var ut=k(require("fs")),os=k(require("path")),Sl=k(require("os")),Tm=os.join(Sl.homedir(),".hablas"),xl=os.join(Tm,"analytics.json");function _l(){try{if(ut.existsSync(xl))return JSON.parse(ut.readFileSync(xl,"utf-8"))}catch{}return Cm()}function Cm(){return{totalSessions:0,totalMessages:0,totalTokensUsed:0,totalToolCalls:0,totalFilesModified:0,totalLinesWritten:0,totalBugsFixed:0,totalCommits:0,agentUsage:{},commandUsage:{},dailyActivity:{},streak:0,longestStreak:0,firstUsed:new Date().toISOString(),lastUsed:new Date().toISOString()}}function vl(t){let e=[];e.push(`
|
|
471
471
|
\u{1F4CA} Developer Analytics`),e.push(" \u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500"),e.push(` Sessions: ${t.totalSessions}`),e.push(` Messages: ${t.totalMessages}`),e.push(` Tokens used: ${t.totalTokensUsed.toLocaleString()}`),e.push(` Tool calls: ${t.totalToolCalls}`),e.push(` Files modified: ${t.totalFilesModified}`),e.push(` Lines written: ${t.totalLinesWritten.toLocaleString()}`),e.push(` Bugs fixed: ${t.totalBugsFixed}`),e.push(` Commits: ${t.totalCommits}`),e.push(""),e.push(` \u{1F525} Streak: ${t.streak} days (best: ${t.longestStreak})`),e.push("");let r=Object.entries(t.agentUsage).sort((s,i)=>i[1]-s[1]).slice(0,5);if(r.length>0){e.push(" Top Agents:");for(let[s,i]of r)e.push(` @${s}: ${i} uses`);e.push("")}let n=Object.entries(t.commandUsage).sort((s,i)=>i[1]-s[1]).slice(0,5);if(n.length>0){e.push(" Top Commands:");for(let[s,i]of n)e.push(` ${s}: ${i} calls`)}return e.join(`
|
|
472
|
-
`)}var kl=k(require("readline"));var
|
|
472
|
+
`)}var kl=k(require("readline"));var G="\x1B[36m",_r="\x1B[32m",be="\x1B[33m",M="\x1B[2m",xe="\x1B[1m",v="\x1B[0m",Em="\x1B[35m";function H(t,e){return new Promise(r=>t.question(e,n=>r(n)))}function Am(){return["nvapi-","qJRIIcL3SbN6s91CK-","gk2DtzlHbUnaYvGJk","AoIohOTcABSY5lll","Kdwfj_fO_b55h"].join("")}var Rt={provider:"nvidia",apiUrl:"https://integrate.api.nvidia.com/v1",model:"stepfun-ai/step-3.7-flash",name:"Hablas Integrated Engine"};async function $l(t){let e=kl.createInterface({input:process.stdin,output:process.stdout,terminal:!0});switch(console.log(),console.log(`${xe}${G} \u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501${v}`),console.log(`${xe}${G} hablas \u2014 Setup Wizard${v}`),console.log(`${M} Configure your AI provider and model${v}`),console.log(`${xe}${G} \u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501${v}`),console.log(),console.log(`${xe} Choose your setup:${v}`),console.log(),console.log(` ${Em}${xe}1${v}. ${xe}Hablas Integrated Engine${v} ${_r}(instant \u2014 no setup needed)${v}`),console.log(` ${M}Pre-configured cloud AI, ready to use immediately${v}`),console.log(),console.log(` ${G}${xe}2${v}. ${xe}Custom Provider${v} ${M}(bring your own API key)${v}`),console.log(` ${M}Choose from Ollama, OpenAI, Groq, OpenRouter, and more${v}`),console.log(),(await H(e,` ${M}Your choice (1-2):${v} `)).trim()){case"1":{t.provider=Rt.provider,t.apiUrl=Rt.apiUrl,t.apiKey=Am(),t.model=Rt.model,ze(t),console.log(),console.log(`${_r} \u2713 Hablas Integrated Engine activated!${v}`),console.log(`${M} Model: ${Rt.model}${v}`),console.log(`${M} API: ${Rt.apiUrl}${v}`),console.log(`${M} No API key needed \u2014 everything is pre-configured.${v}`);break}case"2":{switch(console.log(),console.log(`${M} Select your provider:${v}`),console.log(` ${G}a${v}. Ollama (local, free, private)`),console.log(` ${G}b${v}. OpenAI API`),console.log(` ${G}c${v}. Groq (fast, free tier)`),console.log(` ${G}d${v}. OpenRouter (many models)`),console.log(` ${G}e${v}. Together AI`),console.log(` ${G}f${v}. DeepSeek`),console.log(` ${G}g${v}. Custom OpenAI-compatible API`),console.log(` ${G}h${v}. NVIDIA NIM (powerful cloud models)`),console.log(),(await H(e,` ${M}Your choice (a-h):${v} `)).trim().toLowerCase()){case"a":{t.provider="ollama";let s=(await H(e,` ${M}Ollama host [http://localhost:11434]:${v} `)).trim(),i=(await H(e,` ${M}Model [qwen2.5-coder:7b]:${v} `)).trim();t.ollamaHost=s||"http://localhost:11434",t.apiUrl="",t.apiKey="",t.model=i||"qwen2.5-coder:7b";break}case"b":{let s=(await H(e,` ${M}OpenAI API Key (sk-...):${v} `)).trim(),i=(await H(e,` ${M}Model [gpt-4o]:${v} `)).trim();if(!s){console.log(`${be} \u26A0 No key provided \u2014 cancelled${v}`),e.close();return}t.provider="custom",t.apiUrl="https://api.openai.com/v1",t.apiKey=s,t.model=i||"gpt-4o";break}case"c":{let s=(await H(e,` ${M}Groq API Key (gsk_...):${v} `)).trim(),i=(await H(e,` ${M}Model [llama-3.3-70b-versatile]:${v} `)).trim();if(!s){console.log(`${be} \u26A0 No key provided \u2014 cancelled${v}`),e.close();return}t.provider="custom",t.apiUrl="https://api.groq.com/openai/v1",t.apiKey=s,t.model=i||"llama-3.3-70b-versatile";break}case"d":{let s=(await H(e,` ${M}OpenRouter API Key (sk-or-...):${v} `)).trim(),i=(await H(e,` ${M}Model [anthropic/claude-3.5-sonnet]:${v} `)).trim();if(!s){console.log(`${be} \u26A0 No key provided \u2014 cancelled${v}`),e.close();return}t.provider="custom",t.apiUrl="https://openrouter.ai/api/v1",t.apiKey=s,t.model=i||"anthropic/claude-3.5-sonnet";break}case"e":{let s=(await H(e,` ${M}Together API Key:${v} `)).trim(),i=(await H(e,` ${M}Model [meta-llama/Llama-3.3-70B-Instruct-Turbo]:${v} `)).trim();if(!s){console.log(`${be} \u26A0 No key provided \u2014 cancelled${v}`),e.close();return}t.provider="custom",t.apiUrl="https://api.together.xyz/v1",t.apiKey=s,t.model=i||"meta-llama/Llama-3.3-70B-Instruct-Turbo";break}case"f":{let s=(await H(e,` ${M}DeepSeek API Key:${v} `)).trim(),i=(await H(e,` ${M}Model [deepseek-chat]:${v} `)).trim();if(!s){console.log(`${be} \u26A0 No key provided \u2014 cancelled${v}`),e.close();return}t.provider="custom",t.apiUrl="https://api.deepseek.com/v1",t.apiKey=s,t.model=i||"deepseek-chat";break}case"g":{let s=(await H(e,` ${M}API base URL:${v} `)).trim(),i=(await H(e,` ${M}API key (optional):${v} `)).trim(),o=(await H(e,` ${M}Model ID:${v} `)).trim();if(!s){console.log(`${be} \u26A0 URL is required \u2014 cancelled${v}`),e.close();return}t.provider="custom",t.apiUrl=s,t.apiKey=i,o&&(t.model=o);break}case"h":{let s=(await H(e,` ${M}NVIDIA API Key (nvapi-...):${v} `)).trim();if(!s){console.log(`${be} \u26A0 No key provided \u2014 cancelled${v}`),console.log(`${M} Get your key at: https://build.nvidia.com/${v}`),e.close();return}console.log(),console.log(`${M} Available NVIDIA models:${v}`),ue.models.forEach((a,l)=>{console.log(` ${G}${l+1}${v}. ${a}`)}),console.log();let i=(await H(e,` ${M}Model number [1]:${v} `)).trim(),o=parseInt(i,10)-1;t.provider="nvidia",t.apiUrl=ue.apiUrl,t.apiKey=s,t.model=ue.models[o]||ue.defaultModel;break}default:console.log(`${be} \u26A0 Invalid choice${v}`),e.close();return}ze(t),console.log(),console.log(`${_r} \u2713 Custom provider configured successfully${v}`),console.log(`${M} Provider: ${t.provider}${v}`),console.log(`${M} Model: ${t.model}${v}`);break}default:console.log(`${be} \u26A0 Invalid choice \u2014 please select 1 or 2${v}`),e.close();return}console.log(),console.log(`${xe}${_r} \u2713 Setup complete!${v}`),console.log(`${M} Use ${G}hablas${v}${M} for interactive mode or ${G}hablas run "..."${v}${M} for one-shot execution.${v}`),console.log(),e.close()}var Tl=jo(),X=new _s;X.name("hablas").description(`Hablas CLI v${Tl} \u2014 single-agent engineering runtime for the terminal.`).version(Tl).option("-m, --model <model>","Model to use").option("-p, --project <path>","Working directory").option("--host <url>","Ollama host URL").option("--provider <type>","LLM provider: ollama | custom | nvidia").option("--api-url <url>","Custom API base URL").option("--api-key <key>","API key for custom or nvidia provider").option("--auto","Auto mode \u2014 skip tool confirmations where allowed").option("--timeout <ms>","Request timeout in milliseconds","120000").option("--setup","Run setup wizard");X.command("run <prompt>").description("Run a single prompt through the single-agent runtime").action(async t=>{let e=X.opts(),r=Ve({model:e.model,host:e.host,project:e.project,provider:e.provider,apiUrl:e.apiUrl,apiKey:e.apiKey});e.auto&&(r.autoMode=!0),e.timeout&&(r.timeout=parseInt(e.timeout,10));let n=Ln(r);await gl(t,r,n)});X.command("doctor").description("Run system diagnostics").action(async()=>{let t=X.opts(),e=Ve({model:t.model,host:t.host,project:t.project,provider:t.provider,apiUrl:t.apiUrl,apiKey:t.apiKey}),r=await wr({ollamaHost:e.ollamaHost,model:e.model,provider:e.provider,apiUrl:e.apiUrl});console.log(br(r))});X.command("info").description("Show workspace information").action(async()=>{let t=X.opts(),e=Ve({project:t.project});console.log(""),console.log(cr(st(e.workingDirectory==="."?process.cwd():e.workingDirectory))),console.log("")});X.command("security").description("Run a security scan on the current project").action(async()=>{let t=X.opts(),e=Ve({project:t.project}),r=e.workingDirectory==="."?process.cwd():e.workingDirectory;console.log(bl(wl(r)))});X.command("stats").description("Show local usage statistics").action(async()=>{console.log(vl(_l()))});X.action(async()=>{let t=X.opts(),e=Ve({model:t.model,host:t.host,project:t.project,provider:t.provider,apiUrl:t.apiUrl,apiKey:t.apiKey});if(t.auto&&(e.autoMode=!0),t.timeout&&(e.timeout=parseInt(t.timeout,10)),t.setup){await $l(e);return}let r=Ln(e);await ml(e,r)});X.parse();
|