@hivelore/cli 0.52.0 → 0.53.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/{chunk-IICT42WP.js → chunk-JHHU64YA.js} +3 -3
- package/dist/index.js +3489 -3392
- package/dist/index.js.map +1 -1
- package/dist/{server-UAD33QQZ.js → server-CZQE6B4I.js} +2 -2
- package/package.json +4 -4
- /package/dist/{chunk-IICT42WP.js.map → chunk-JHHU64YA.js.map} +0 -0
- /package/dist/{server-UAD33QQZ.js.map → server-CZQE6B4I.js.map} +0 -0
|
@@ -3257,7 +3257,7 @@ function oneLine(value) {
|
|
|
3257
3257
|
return value.replace(/\s+/g, " ").replace(/"/g, '\\"').trim().slice(0, 120);
|
|
3258
3258
|
}
|
|
3259
3259
|
function serverVersion() {
|
|
3260
|
-
return true ? "0.
|
|
3260
|
+
return true ? "0.53.0" : "dev";
|
|
3261
3261
|
}
|
|
3262
3262
|
var CodeMapInputSchema = {
|
|
3263
3263
|
file: z21.string().optional().describe("Filter to files whose path contains this substring"),
|
|
@@ -4620,7 +4620,7 @@ When done, respond with: "Imported N memories: [list of IDs]" or "Nothing action
|
|
|
4620
4620
|
};
|
|
4621
4621
|
}
|
|
4622
4622
|
var SERVER_NAME = "hivelore";
|
|
4623
|
-
var SERVER_VERSION = "0.
|
|
4623
|
+
var SERVER_VERSION = "0.53.0";
|
|
4624
4624
|
function jsonResult(data) {
|
|
4625
4625
|
return {
|
|
4626
4626
|
content: [
|
|
@@ -5613,4 +5613,4 @@ export {
|
|
|
5613
5613
|
runHaiveMcpStdio,
|
|
5614
5614
|
writeMcpRuntimeMarker
|
|
5615
5615
|
};
|
|
5616
|
-
//# sourceMappingURL=chunk-
|
|
5616
|
+
//# sourceMappingURL=chunk-JHHU64YA.js.map
|