@agentmemory/agentmemory 0.9.19 → 0.9.20
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/cli.mjs +4 -4
- package/dist/cli.mjs.map +1 -1
- package/dist/index.mjs +3 -2
- package/dist/index.mjs.map +1 -1
- package/dist/{src-2wwYDPGA.mjs → src-DPSaLB5-.mjs} +3 -2
- package/dist/src-DPSaLB5-.mjs.map +1 -0
- package/dist/standalone.mjs +1 -1
- package/dist/standalone.mjs.map +1 -1
- package/package.json +1 -1
- package/plugin/.claude-plugin/plugin.json +1 -1
- package/plugin/.codex-plugin/plugin.json +1 -1
- package/plugin/hooks/hooks.codex.json +0 -4
- package/dist/src-2wwYDPGA.mjs.map +0 -1
package/dist/cli.mjs
CHANGED
|
@@ -1437,7 +1437,7 @@ function bootLog(msg) {
|
|
|
1437
1437
|
|
|
1438
1438
|
//#endregion
|
|
1439
1439
|
//#region src/version.ts
|
|
1440
|
-
const VERSION = "0.9.
|
|
1440
|
+
const VERSION = "0.9.20";
|
|
1441
1441
|
|
|
1442
1442
|
//#endregion
|
|
1443
1443
|
//#region src/cli.ts
|
|
@@ -2092,7 +2092,7 @@ async function main() {
|
|
|
2092
2092
|
if (firstRun || IS_RESET) await runOnboarding();
|
|
2093
2093
|
if (skipEngine) {
|
|
2094
2094
|
if (IS_VERBOSE) p.log.info("Skipping engine check (--no-engine)");
|
|
2095
|
-
await import("./src-
|
|
2095
|
+
await import("./src-DPSaLB5-.mjs");
|
|
2096
2096
|
if (await waitForAgentmemoryReady(15e3)) {
|
|
2097
2097
|
const consoleState = await ensureIiiConsole();
|
|
2098
2098
|
await maybeOfferGlobalInstall();
|
|
@@ -2104,7 +2104,7 @@ async function main() {
|
|
|
2104
2104
|
if (IS_VERBOSE) p.log.success("iii-engine is running");
|
|
2105
2105
|
warnIfEngineVersionMismatch(whichBinary("iii") ?? fallbackIiiPaths().find((p) => existsSync(p)) ?? null);
|
|
2106
2106
|
adoptRunningEngine();
|
|
2107
|
-
await import("./src-
|
|
2107
|
+
await import("./src-DPSaLB5-.mjs");
|
|
2108
2108
|
if (await waitForAgentmemoryReady(15e3)) {
|
|
2109
2109
|
const consoleState = await ensureIiiConsole();
|
|
2110
2110
|
await maybeOfferGlobalInstall();
|
|
@@ -2153,7 +2153,7 @@ async function main() {
|
|
|
2153
2153
|
process.exit(1);
|
|
2154
2154
|
}
|
|
2155
2155
|
s.stop("iii-engine is ready");
|
|
2156
|
-
await import("./src-
|
|
2156
|
+
await import("./src-DPSaLB5-.mjs");
|
|
2157
2157
|
if (await waitForAgentmemoryReady(15e3)) {
|
|
2158
2158
|
const consoleState = await ensureIiiConsole();
|
|
2159
2159
|
await maybeOfferGlobalInstall();
|