@romiluz/clawmongo 2026.3.26 → 2026.3.27
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/README.md +22 -10
- package/dist/build-info.json +3 -3
- package/dist/canvas-host/a2ui/.bundle.hash +1 -1
- package/dist/{command-registry-TeN0aKPi.js → command-registry-BEExVzem.js} +2 -2
- package/dist/{command-registry-Dw-TONf0.js → command-registry-Bow_kWfU.js} +4 -4
- package/dist/{completion-cli-D08RAGPz.js → completion-cli-B4hJ8HjW.js} +3 -3
- package/dist/{completion-cli-C0mwyiAb.js → completion-cli-DQrts0Ip.js} +2 -2
- package/dist/{doctor-completion-BnqTtLhL.js → doctor-completion-Dk8sgMOd.js} +1 -1
- package/dist/entry.js +1 -1
- package/dist/{gateway-cli-Cuk9d7J2.js → gateway-cli-BAueAYsk.js} +1 -1
- package/dist/index.js +1 -1
- package/dist/{onboard-BwC0LbCx.js → onboard-BF8cNljJ.js} +1 -1
- package/dist/{onboarding-memory-BWEsBe08.js → onboarding-memory-CTB-Vkbl.js} +20 -11
- package/dist/{program-CHFcfOlC.js → program-BjkVOzbF.js} +2 -2
- package/dist/{prompt-select-styled-Ck38XMb3.js → prompt-select-styled-6vDD4Gjv.js} +1 -1
- package/dist/{register.maintenance-D_Gn-ZDc.js → register.maintenance-CjOZ-w_0.js} +5 -5
- package/dist/{register.onboard-Cd-OV7xm.js → register.onboard-GSGJTcJk.js} +2 -2
- package/dist/{register.setup-DclQVR9m.js → register.setup-BD774nEM.js} +2 -2
- package/dist/{register.subclis-pcAQ13jU.js → register.subclis-BlqPR8UO.js} +3 -3
- package/dist/{register.subclis-BCvQmGkr.js → register.subclis-CeG9qCbt.js} +1 -1
- package/dist/{run-main-C_W2kjf-.js → run-main-C4Box4Zo.js} +4 -4
- package/dist/{setup-OCrVlmv7.js → setup-CjQJLNqB.js} +2 -2
- package/dist/{setup.finalize-WT9kXSLX.js → setup.finalize-ChczeW6V.js} +4 -4
- package/dist/{update-cli-CEAEBCp2.js → update-cli-mBB0aHxZ.js} +5 -5
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -94,16 +94,28 @@ Full comparison with migration guidance: [ClawMongo vs Default Memory](docs/refe
|
|
|
94
94
|
ClawMongo uses a canonical-truth-first architecture where **events are the single source of truth**. Everything else -- chunks, entities, relations, episodes, procedures -- is derived.
|
|
95
95
|
|
|
96
96
|
```text
|
|
97
|
-
|
|
98
|
-
-> writeEventAndProject()
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
97
|
+
Write Path:
|
|
98
|
+
Message / tool output -> writeEventAndProject()
|
|
99
|
+
+-> events (canonical, append-only)
|
|
100
|
+
+-> chunks (projected, searchable)
|
|
101
|
+
+-> ingest_runs (audit trail)
|
|
102
|
+
+-> extractAndUpsertEntities()
|
|
103
|
+
+-> entities (@mentions, #tags, URLs, quoted names)
|
|
104
|
+
+-> relations (links between entities, weighted)
|
|
105
|
+
+-> checkAutoEpisodeTriggers()
|
|
106
|
+
+-> episodes (materialized from event windows)
|
|
107
|
+
|
|
108
|
+
Retrieval Path:
|
|
109
|
+
Query -> planRetrieval() -> score 8 paths by keyword heuristics
|
|
110
|
+
+-> active-critical (high-salience recent)
|
|
111
|
+
+-> structured (facts, preferences)
|
|
112
|
+
+-> episodic (summarized threads)
|
|
113
|
+
+-> graph ($graphLookup traversal)
|
|
114
|
+
+-> kb (knowledge base docs)
|
|
115
|
+
+-> hybrid ($rankFusion vector+text)
|
|
116
|
+
+-> raw-window (recent events)
|
|
117
|
+
+-> procedural (workflows)
|
|
118
|
+
-> rerankResults() -> deduplicate -> return to agent
|
|
107
119
|
```
|
|
108
120
|
|
|
109
121
|
### 20 Collections
|
package/dist/build-info.json
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
394a5d9034f4a78cfa90af252bc6079f55f43b523c7389e72038ef3d47cbd6b0
|
|
@@ -7,7 +7,7 @@ import "./subsystem-VzQeL-96.js";
|
|
|
7
7
|
import "./ansi-BEJF8NKS.js";
|
|
8
8
|
import "./boolean-C3GkJetE.js";
|
|
9
9
|
import "./env-mRJH5TpF.js";
|
|
10
|
-
import "./register.subclis-
|
|
10
|
+
import "./register.subclis-BlqPR8UO.js";
|
|
11
11
|
import "./core-command-descriptors-LG6MYVik.js";
|
|
12
|
-
import { n as registerCoreCliByName } from "./command-registry-
|
|
12
|
+
import { n as registerCoreCliByName } from "./command-registry-Bow_kWfU.js";
|
|
13
13
|
export { registerCoreCliByName };
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { E as getPrimaryCommand, k as hasHelpOrVersion } from "./logger-CoEtkjhn.js";
|
|
2
|
-
import { a as removeCommandByName, i as registerSubCliCommands, o as reparseProgramFromActionArgs } from "./register.subclis-
|
|
2
|
+
import { a as removeCommandByName, i as registerSubCliCommands, o as reparseProgramFromActionArgs } from "./register.subclis-BlqPR8UO.js";
|
|
3
3
|
import { t as getCoreCliCommandDescriptors } from "./core-command-descriptors-LG6MYVik.js";
|
|
4
4
|
//#region src/cli/program/command-registry.ts
|
|
5
5
|
const shouldRegisterCorePrimaryOnly = (argv) => {
|
|
@@ -14,7 +14,7 @@ const coreEntries = [
|
|
|
14
14
|
hasSubcommands: false
|
|
15
15
|
}],
|
|
16
16
|
register: async ({ program }) => {
|
|
17
|
-
(await import("./register.setup-
|
|
17
|
+
(await import("./register.setup-BD774nEM.js")).registerSetupCommand(program);
|
|
18
18
|
}
|
|
19
19
|
},
|
|
20
20
|
{
|
|
@@ -24,7 +24,7 @@ const coreEntries = [
|
|
|
24
24
|
hasSubcommands: false
|
|
25
25
|
}],
|
|
26
26
|
register: async ({ program }) => {
|
|
27
|
-
(await import("./register.onboard-
|
|
27
|
+
(await import("./register.onboard-GSGJTcJk.js")).registerOnboardCommand(program);
|
|
28
28
|
}
|
|
29
29
|
},
|
|
30
30
|
{
|
|
@@ -81,7 +81,7 @@ const coreEntries = [
|
|
|
81
81
|
}
|
|
82
82
|
],
|
|
83
83
|
register: async ({ program }) => {
|
|
84
|
-
(await import("./register.maintenance-
|
|
84
|
+
(await import("./register.maintenance-CjOZ-w_0.js")).registerMaintenanceCommands(program);
|
|
85
85
|
}
|
|
86
86
|
},
|
|
87
87
|
{
|
|
@@ -9,8 +9,8 @@ import "./boolean-C3GkJetE.js";
|
|
|
9
9
|
import "./env-mRJH5TpF.js";
|
|
10
10
|
import "./utils-seFh26xW.js";
|
|
11
11
|
import "./links-kyhxxZ1i.js";
|
|
12
|
-
import { a as registerCompletionCli } from "./completion-cli-
|
|
13
|
-
import "./register.subclis-
|
|
14
|
-
import "./command-registry-
|
|
12
|
+
import { a as registerCompletionCli } from "./completion-cli-DQrts0Ip.js";
|
|
13
|
+
import "./register.subclis-BlqPR8UO.js";
|
|
14
|
+
import "./command-registry-Bow_kWfU.js";
|
|
15
15
|
import "./program-context-BoWQV6OT.js";
|
|
16
16
|
export { registerCompletionCli };
|
|
@@ -3,8 +3,8 @@ import { r as theme } from "./theme-CdOoMzRk.js";
|
|
|
3
3
|
import { c as routeLogsToStderr } from "./subsystem-VzQeL-96.js";
|
|
4
4
|
import { h as pathExists } from "./utils-seFh26xW.js";
|
|
5
5
|
import { t as formatDocsLink } from "./links-kyhxxZ1i.js";
|
|
6
|
-
import { r as registerSubCliByName, t as getSubCliEntries } from "./register.subclis-
|
|
7
|
-
import { n as registerCoreCliByName, t as getCoreCliCommandNames } from "./command-registry-
|
|
6
|
+
import { r as registerSubCliByName, t as getSubCliEntries } from "./register.subclis-BlqPR8UO.js";
|
|
7
|
+
import { n as registerCoreCliByName, t as getCoreCliCommandNames } from "./command-registry-Bow_kWfU.js";
|
|
8
8
|
import { t as getProgramContext } from "./program-context-BoWQV6OT.js";
|
|
9
9
|
import path from "node:path";
|
|
10
10
|
import os from "node:os";
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { n as resolveOpenClawPackageRoot } from "./openclaw-root-CwSo78_f.js";
|
|
2
2
|
import { n as resolveCliName } from "./cli-name-CflIHvyV.js";
|
|
3
3
|
import { t as note } from "./note-BnDVMCVo.js";
|
|
4
|
-
import { c as usesSlowDynamicCompletion, i as isCompletionInstalled, o as resolveCompletionCachePath, r as installCompletion, s as resolveShellFromEnv, t as completionCacheExists } from "./completion-cli-
|
|
4
|
+
import { c as usesSlowDynamicCompletion, i as isCompletionInstalled, o as resolveCompletionCachePath, r as installCompletion, s as resolveShellFromEnv, t as completionCacheExists } from "./completion-cli-DQrts0Ip.js";
|
|
5
5
|
import path from "node:path";
|
|
6
6
|
import { spawnSync } from "node:child_process";
|
|
7
7
|
//#region src/commands/doctor-completion.ts
|
package/dist/entry.js
CHANGED
|
@@ -199,7 +199,7 @@ function tryHandleRootHelpFastPath(argv, deps = {}) {
|
|
|
199
199
|
}
|
|
200
200
|
function runMainOrRootHelp(argv) {
|
|
201
201
|
if (tryHandleRootHelpFastPath(argv)) return;
|
|
202
|
-
import("./run-main-
|
|
202
|
+
import("./run-main-C4Box4Zo.js").then(({ runCli }) => runCli(argv)).catch((error) => {
|
|
203
203
|
console.error("[openclaw] Failed to start CLI:", error instanceof Error ? error.stack ?? error.message : error);
|
|
204
204
|
process$1.exitCode = 1;
|
|
205
205
|
});
|
|
@@ -236,7 +236,7 @@ import { _ as computePreviousRunAtMs, g as computeNextRunAtMs, h as coerceFinite
|
|
|
236
236
|
import { a as resolveNpmChannelTag, n as compareSemverStrings, p as normalizeUpdateChannel, t as checkUpdateStatus } from "./update-check-8M6LXFES.js";
|
|
237
237
|
import { r as resolveConfiguredDeferredChannelPluginIds } from "./channel-plugin-ids-DfzIFHve.js";
|
|
238
238
|
import "./setup.secret-input-DALXyJR2.js";
|
|
239
|
-
import { t as runSetupWizard } from "./setup-
|
|
239
|
+
import { t as runSetupWizard } from "./setup-CjQJLNqB.js";
|
|
240
240
|
import { a as resolveApnsAuthConfigFromEnv, c as shouldClearStoredApnsRegistration, d as parseMessageWithAttachments, f as formatForLog, g as setGatewayWsLogStyle, h as summarizeAgentEventForWsLog, l as resolveApnsRelayConfigFromEnv, m as shouldLogWs, n as loadApnsRegistration, o as sendApnsAlert, p as logWs, r as normalizeApnsEnvironment, s as sendApnsBackgroundWake, t as clearApnsRegistrationIfCurrent, u as normalizeRpcAttachmentsToChatAttachments } from "./push-apns-DQN5pcl6.js";
|
|
241
241
|
import { _ as buildGogWatchStartArgs, g as buildGogWatchServeArgs, i as ensureTailscaleEndpoint, w as resolveGmailHookRuntimeConfig } from "./gmail-setup-utils-DvwS5fry.js";
|
|
242
242
|
import { i as loadAgentIdentity, o as pruneAgentConfig, r as findAgentEntryIndex, t as applyAgentConfig } from "./agents.config-CDS6iAat.js";
|
package/dist/index.js
CHANGED
|
@@ -29,7 +29,7 @@ let saveSessionStore;
|
|
|
29
29
|
let toWhatsappJid;
|
|
30
30
|
let waitForever;
|
|
31
31
|
async function loadLegacyCliDeps() {
|
|
32
|
-
const [{ installGaxiosFetchCompat }, { runCli }] = await Promise.all([import("./gaxios-fetch-compat-CZFw_C-b.js"), import("./run-main-
|
|
32
|
+
const [{ installGaxiosFetchCompat }, { runCli }] = await Promise.all([import("./gaxios-fetch-compat-CZFw_C-b.js"), import("./run-main-C4Box4Zo.js")]);
|
|
33
33
|
return {
|
|
34
34
|
installGaxiosFetchCompat,
|
|
35
35
|
runCli
|
|
@@ -10,7 +10,7 @@ import "./daemon-runtime-DZ89fADl.js";
|
|
|
10
10
|
import { a as ensureWorkspaceAndSessions, b as waitForGatewayReachable, c as handleReset, g as resolveControlUiLinks, m as randomToken, n as applyWizardMetadata, t as DEFAULT_WORKSPACE, u as normalizeGatewayTokenInput } from "./onboard-helpers-D3xV_T96.js";
|
|
11
11
|
import { t as WizardCancelledError } from "./prompts-si9A7fzB.js";
|
|
12
12
|
import { t as createClackPrompter } from "./clack-prompter-QEV3P7rT.js";
|
|
13
|
-
import { t as runSetupWizard } from "./setup-
|
|
13
|
+
import { t as runSetupWizard } from "./setup-CjQJLNqB.js";
|
|
14
14
|
import { n as logConfigUpdated } from "./logging-BM4mQ53W.js";
|
|
15
15
|
import { i as resolveManifestProviderOnboardAuthFlags } from "./provider-auth-choices-BfWvatIg.js";
|
|
16
16
|
import { n as isDeprecatedAuthChoice, r as normalizeLegacyOnboardAuthChoice } from "./auth-choice-legacy-DrWHCwV-.js";
|
|
@@ -12,6 +12,7 @@ import "./logger-DtlnPe_E.js";
|
|
|
12
12
|
import "./exec-BnXF7JCz.js";
|
|
13
13
|
import { t as resolveOpenClawPackageName } from "./openclaw-root-CwSo78_f.js";
|
|
14
14
|
import "./workspace-DuH1agxz.js";
|
|
15
|
+
import { t as WizardCancelledError } from "./prompts-si9A7fzB.js";
|
|
15
16
|
import path from "node:path";
|
|
16
17
|
import "node:fs/promises";
|
|
17
18
|
//#region src/wizard/onboarding-memory.ts
|
|
@@ -19,20 +20,18 @@ function shouldShowNoDockerHint(reason) {
|
|
|
19
20
|
const lower = reason.toLowerCase();
|
|
20
21
|
return lower.includes("docker") || lower.includes("compose");
|
|
21
22
|
}
|
|
22
|
-
async function
|
|
23
|
+
async function showDockerRequiredHint(prompter) {
|
|
23
24
|
await prompter.note([
|
|
24
|
-
"Docker is
|
|
25
|
+
"Docker is required for ClawMongo. The mongodb-atlas-local:preview Docker image bundles mongod + mongot in one container.",
|
|
25
26
|
"",
|
|
26
|
-
"
|
|
27
|
-
" docker run -d -p 27017:27017 -e VOYAGE_API_KEY=$VOYAGE_API_KEY --name clawmongo-preview mongodb/mongodb-atlas-local:preview",
|
|
27
|
+
"Install Docker Desktop: https://docs.docker.com/get-docker/",
|
|
28
28
|
"",
|
|
29
|
-
"
|
|
30
|
-
"
|
|
31
|
-
" mongosh --eval \"rs.initiate()\"",
|
|
32
|
-
" Note: mongot (search + auto-embeddings) is NOT available this way. Use atlas-local Docker for full capabilities.",
|
|
29
|
+
"Then start atlas-local:",
|
|
30
|
+
" ./docker/mongodb/start-preview.sh",
|
|
33
31
|
"",
|
|
34
|
-
"
|
|
35
|
-
|
|
32
|
+
"Or manually:",
|
|
33
|
+
" docker run -d -p 27017:27017 -e VOYAGE_API_KEY=$VOYAGE_API_KEY --name clawmongo-preview mongodb/mongodb-atlas-local:preview"
|
|
34
|
+
].join("\n"), "Docker Required");
|
|
36
35
|
}
|
|
37
36
|
/**
|
|
38
37
|
* Interactive memory setup for the onboarding wizard.
|
|
@@ -42,12 +41,22 @@ async function setupMemoryBackend(config, prompter) {
|
|
|
42
41
|
return setupMongoDBMemory(config, prompter, await resolveOpenClawPackageName() === "@romiluz/clawmongo");
|
|
43
42
|
}
|
|
44
43
|
async function setupMongoDBMemory(config, prompter, isClawMongo) {
|
|
44
|
+
if (isClawMongo && !process.env.VOYAGE_API_KEY) {
|
|
45
|
+
const voyageKey = await prompter.text({
|
|
46
|
+
message: "Enter your Voyage AI API key (required for auto-embeddings)",
|
|
47
|
+
placeholder: "pa-...",
|
|
48
|
+
validate: (val) => !val?.trim() ? "Voyage AI API key is required" : void 0
|
|
49
|
+
});
|
|
50
|
+
if (typeof voyageKey === "symbol") throw new WizardCancelledError();
|
|
51
|
+
process.env.VOYAGE_API_KEY = voyageKey.trim();
|
|
52
|
+
await prompter.note("VOYAGE_API_KEY set for this session. Add it to your shell profile for persistence:\n export VOYAGE_API_KEY=" + voyageKey.trim(), "Voyage AI");
|
|
53
|
+
}
|
|
45
54
|
if (isClawMongo) try {
|
|
46
55
|
const { attemptAutoSetup } = await import("./mongodb-auto-setup-QcwgZSN9.js");
|
|
47
56
|
const autoResult = await attemptAutoSetup(prompter);
|
|
48
57
|
if (autoResult.success) return continueMongoDBSetup(config, prompter, isClawMongo, autoResult.uri);
|
|
49
58
|
await prompter.note(autoResult.reason, "Auto-Setup");
|
|
50
|
-
if (shouldShowNoDockerHint(autoResult.reason)) await
|
|
59
|
+
if (shouldShowNoDockerHint(autoResult.reason)) await showDockerRequiredHint(prompter);
|
|
51
60
|
} catch {}
|
|
52
61
|
const existingUri = config.memory?.mongodb?.uri?.trim();
|
|
53
62
|
return continueMongoDBSetup(config, prompter, isClawMongo, (await prompter.text({
|
|
@@ -15,8 +15,8 @@ import "./registry-DgTkDMz3.js";
|
|
|
15
15
|
import { n as resolveCliName } from "./cli-name-CflIHvyV.js";
|
|
16
16
|
import "./ports-lsof-BLsmHaCG.js";
|
|
17
17
|
import { n as resolveCliChannelOptions } from "./channel-options-DgceIrBT.js";
|
|
18
|
-
import "./register.subclis-
|
|
19
|
-
import { i as registerProgramCommands } from "./command-registry-
|
|
18
|
+
import "./register.subclis-BlqPR8UO.js";
|
|
19
|
+
import { i as registerProgramCommands } from "./command-registry-Bow_kWfU.js";
|
|
20
20
|
import { n as setProgramContext } from "./program-context-BoWQV6OT.js";
|
|
21
21
|
import "./ports-D5BpbpwU.js";
|
|
22
22
|
import { t as emitCliBanner } from "./banner-D9XjhoFM.js";
|
|
@@ -68,7 +68,7 @@ import { n as logConfigUpdated } from "./logging-BM4mQ53W.js";
|
|
|
68
68
|
import { n as resolveProviderAuthLoginCommand, t as buildProviderAuthRecoveryHint } from "./provider-auth-guidance-D4-q7IHl.js";
|
|
69
69
|
import { t as ensureSystemdUserLingerInteractive } from "./systemd-linger-DDDsik9S.js";
|
|
70
70
|
import { t as formatHealthCheckFailure } from "./health-format-D5jsS7Ch.js";
|
|
71
|
-
import { n as doctorShellCompletion } from "./doctor-completion-
|
|
71
|
+
import { n as doctorShellCompletion } from "./doctor-completion-Dk8sgMOd.js";
|
|
72
72
|
import { a as stripUnknownConfigKeys, i as resolveConfigPathTarget, n as formatConfigPath, r as noteOpencodeProviderOverrides, t as runDoctorConfigPreflight } from "./doctor-config-preflight-BJ0lGLTO.js";
|
|
73
73
|
import { a as isMattermostMutableAllowEntry, i as isMSTeamsMutableAllowEntry, n as isGoogleChatMutableAllowEntry, o as isSlackMutableAllowEntry, r as isIrcMutableAllowEntry, s as isZalouserMutableGroupEntry, t as isDiscordMutableAllowEntry } from "./mutable-allowlist-detectors-ppdORIro.js";
|
|
74
74
|
import { t as resolveDefaultChannelAccountContext } from "./channel-account-context-DZhZw4oo.js";
|
|
@@ -183,9 +183,9 @@ import "./matrix-migration-snapshot-CRKiHq6Y.js";
|
|
|
183
183
|
import "./setup-group-access-BYV3O8yu.js";
|
|
184
184
|
import "./skills-status-Cr-YPNJU.js";
|
|
185
185
|
import "./note-BnDVMCVo.js";
|
|
186
|
-
import "./completion-cli-
|
|
187
|
-
import "./register.subclis-
|
|
188
|
-
import "./command-registry-
|
|
186
|
+
import "./completion-cli-DQrts0Ip.js";
|
|
187
|
+
import "./register.subclis-BlqPR8UO.js";
|
|
188
|
+
import "./command-registry-Bow_kWfU.js";
|
|
189
189
|
import "./program-context-BoWQV6OT.js";
|
|
190
190
|
import "./heartbeat-summary-CMwt9qam.js";
|
|
191
191
|
import "./health-DU_pBiid.js";
|
|
@@ -197,8 +197,8 @@ import "./logging-BM4mQ53W.js";
|
|
|
197
197
|
import "./provider-auth-guidance-D4-q7IHl.js";
|
|
198
198
|
import "./systemd-linger-DDDsik9S.js";
|
|
199
199
|
import "./health-format-D5jsS7Ch.js";
|
|
200
|
-
import { n as doctorCommand, t as selectStyled } from "./prompt-select-styled-
|
|
201
|
-
import "./doctor-completion-
|
|
200
|
+
import { n as doctorCommand, t as selectStyled } from "./prompt-select-styled-6vDD4Gjv.js";
|
|
201
|
+
import "./doctor-completion-Dk8sgMOd.js";
|
|
202
202
|
import "./doctor-config-preflight-BJ0lGLTO.js";
|
|
203
203
|
import "./channel-account-context-DZhZw4oo.js";
|
|
204
204
|
import "./doctor-state-migrations-Cdk3ep_f.js";
|
|
@@ -165,12 +165,12 @@ import "./onboard-helpers-D3xV_T96.js";
|
|
|
165
165
|
import "./note-BnDVMCVo.js";
|
|
166
166
|
import "./clack-prompter-QEV3P7rT.js";
|
|
167
167
|
import "./setup.secret-input-DALXyJR2.js";
|
|
168
|
-
import "./setup-
|
|
168
|
+
import "./setup-CjQJLNqB.js";
|
|
169
169
|
import "./logging-BM4mQ53W.js";
|
|
170
170
|
import { i as resolveManifestProviderOnboardAuthFlags } from "./provider-auth-choices-BfWvatIg.js";
|
|
171
171
|
import "./provider-wizard-DQd5eYhX.js";
|
|
172
172
|
import { n as formatAuthChoiceChoicesForCli } from "./auth-choice-options-DvqJHFOp.js";
|
|
173
|
-
import { n as CORE_ONBOARD_AUTH_FLAGS, t as setupWizardCommand } from "./onboard-
|
|
173
|
+
import { n as CORE_ONBOARD_AUTH_FLAGS, t as setupWizardCommand } from "./onboard-BF8cNljJ.js";
|
|
174
174
|
//#region src/cli/program/register.onboard.ts
|
|
175
175
|
function resolveInstallDaemonFlag(command, opts) {
|
|
176
176
|
if (!command || typeof command !== "object") return;
|
|
@@ -166,10 +166,10 @@ import "./onboard-helpers-D3xV_T96.js";
|
|
|
166
166
|
import "./note-BnDVMCVo.js";
|
|
167
167
|
import "./clack-prompter-QEV3P7rT.js";
|
|
168
168
|
import "./setup.secret-input-DALXyJR2.js";
|
|
169
|
-
import "./setup-
|
|
169
|
+
import "./setup-CjQJLNqB.js";
|
|
170
170
|
import { n as logConfigUpdated, t as formatConfigPath } from "./logging-BM4mQ53W.js";
|
|
171
171
|
import "./provider-auth-choices-BfWvatIg.js";
|
|
172
|
-
import { t as setupWizardCommand } from "./onboard-
|
|
172
|
+
import { t as setupWizardCommand } from "./onboard-BF8cNljJ.js";
|
|
173
173
|
import JSON5 from "json5";
|
|
174
174
|
import fs from "node:fs/promises";
|
|
175
175
|
//#region src/commands/setup.ts
|
|
@@ -58,7 +58,7 @@ const entries = [
|
|
|
58
58
|
description: "Run, inspect, and query the WebSocket Gateway",
|
|
59
59
|
hasSubcommands: true,
|
|
60
60
|
register: async (program) => {
|
|
61
|
-
(await import("./gateway-cli-
|
|
61
|
+
(await import("./gateway-cli-BAueAYsk.js")).registerGatewayCli(program);
|
|
62
62
|
}
|
|
63
63
|
},
|
|
64
64
|
{
|
|
@@ -264,7 +264,7 @@ const entries = [
|
|
|
264
264
|
description: "Update OpenClaw and inspect update channel status",
|
|
265
265
|
hasSubcommands: true,
|
|
266
266
|
register: async (program) => {
|
|
267
|
-
(await import("./update-cli-
|
|
267
|
+
(await import("./update-cli-mBB0aHxZ.js")).registerUpdateCli(program);
|
|
268
268
|
}
|
|
269
269
|
},
|
|
270
270
|
{
|
|
@@ -280,7 +280,7 @@ const entries = [
|
|
|
280
280
|
description: "Generate shell completion script",
|
|
281
281
|
hasSubcommands: false,
|
|
282
282
|
register: async (program) => {
|
|
283
|
-
(await import("./completion-cli-
|
|
283
|
+
(await import("./completion-cli-B4hJ8HjW.js")).registerCompletionCli(program);
|
|
284
284
|
}
|
|
285
285
|
}
|
|
286
286
|
];
|
|
@@ -7,6 +7,6 @@ import "./subsystem-VzQeL-96.js";
|
|
|
7
7
|
import "./ansi-BEJF8NKS.js";
|
|
8
8
|
import "./boolean-C3GkJetE.js";
|
|
9
9
|
import "./env-mRJH5TpF.js";
|
|
10
|
-
import { n as loadValidatedConfigForPluginRegistration, r as registerSubCliByName } from "./register.subclis-
|
|
10
|
+
import { n as loadValidatedConfigForPluginRegistration, r as registerSubCliByName } from "./register.subclis-BlqPR8UO.js";
|
|
11
11
|
import "./subcli-descriptors-rdyciU1f.js";
|
|
12
12
|
export { loadValidatedConfigForPluginRegistration, registerSubCliByName };
|
|
@@ -381,7 +381,7 @@ async function runCli(argv = process$1.argv) {
|
|
|
381
381
|
}
|
|
382
382
|
if (await tryRouteCli(normalizedArgv)) return;
|
|
383
383
|
enableConsoleCapture();
|
|
384
|
-
const { buildProgram } = await import("./program-
|
|
384
|
+
const { buildProgram } = await import("./program-BjkVOzbF.js");
|
|
385
385
|
const program = buildProgram();
|
|
386
386
|
const { installUnhandledRejectionHandler } = await import("./unhandled-rejections-O6cVOz2D.js");
|
|
387
387
|
installUnhandledRejectionHandler();
|
|
@@ -395,10 +395,10 @@ async function runCli(argv = process$1.argv) {
|
|
|
395
395
|
const { getProgramContext } = await import("./program-context-BpsjGnnn.js");
|
|
396
396
|
const ctx = getProgramContext(program);
|
|
397
397
|
if (ctx) {
|
|
398
|
-
const { registerCoreCliByName } = await import("./command-registry-
|
|
398
|
+
const { registerCoreCliByName } = await import("./command-registry-BEExVzem.js");
|
|
399
399
|
await registerCoreCliByName(program, ctx, primary, parseArgv);
|
|
400
400
|
}
|
|
401
|
-
const { registerSubCliByName } = await import("./register.subclis-
|
|
401
|
+
const { registerSubCliByName } = await import("./register.subclis-CeG9qCbt.js");
|
|
402
402
|
await registerSubCliByName(program, primary);
|
|
403
403
|
}
|
|
404
404
|
if (!shouldSkipPluginCommandRegistration({
|
|
@@ -407,7 +407,7 @@ async function runCli(argv = process$1.argv) {
|
|
|
407
407
|
hasBuiltinPrimary: primary !== null && program.commands.some((command) => command.name() === primary)
|
|
408
408
|
})) {
|
|
409
409
|
const { registerPluginCliCommands } = await import("./cli-FF5823nM.js");
|
|
410
|
-
const { loadValidatedConfigForPluginRegistration } = await import("./register.subclis-
|
|
410
|
+
const { loadValidatedConfigForPluginRegistration } = await import("./register.subclis-CeG9qCbt.js");
|
|
411
411
|
const config = await loadValidatedConfigForPluginRegistration();
|
|
412
412
|
if (config) registerPluginCliCommands(program, config);
|
|
413
413
|
}
|
|
@@ -278,7 +278,7 @@ async function runSetupWizard(opts, runtime = defaultRuntime, prompter) {
|
|
|
278
278
|
try {
|
|
279
279
|
const { resolveOpenClawPackageName } = await import("./openclaw-root-UnGmA1la.js");
|
|
280
280
|
if (await resolveOpenClawPackageName() === "@romiluz/clawmongo") {
|
|
281
|
-
const { setupMemoryBackend } = await import("./onboarding-memory-
|
|
281
|
+
const { setupMemoryBackend } = await import("./onboarding-memory-CTB-Vkbl.js");
|
|
282
282
|
nextConfig = await setupMemoryBackend(nextConfig, prompter);
|
|
283
283
|
}
|
|
284
284
|
} catch (err) {}
|
|
@@ -387,7 +387,7 @@ async function runSetupWizard(opts, runtime = defaultRuntime, prompter) {
|
|
|
387
387
|
mode
|
|
388
388
|
});
|
|
389
389
|
await writeConfigFile(nextConfig);
|
|
390
|
-
const { finalizeSetupWizard } = await import("./setup.finalize-
|
|
390
|
+
const { finalizeSetupWizard } = await import("./setup.finalize-ChczeW6V.js");
|
|
391
391
|
const { launchedTui } = await finalizeSetupWizard({
|
|
392
392
|
flow,
|
|
393
393
|
opts,
|
|
@@ -173,16 +173,16 @@ import "./launchd-BkEfiyeS.js";
|
|
|
173
173
|
import { n as resolveGatewayService, t as describeGatewayServiceRestart } from "./service-CruMJqe9.js";
|
|
174
174
|
import { i as isSystemdUserServiceAvailable } from "./systemd-CvJKJn75.js";
|
|
175
175
|
import "./note-BnDVMCVo.js";
|
|
176
|
-
import { r as installCompletion } from "./completion-cli-
|
|
177
|
-
import "./register.subclis-
|
|
178
|
-
import "./command-registry-
|
|
176
|
+
import { r as installCompletion } from "./completion-cli-DQrts0Ip.js";
|
|
177
|
+
import "./register.subclis-BlqPR8UO.js";
|
|
178
|
+
import "./command-registry-Bow_kWfU.js";
|
|
179
179
|
import "./program-context-BoWQV6OT.js";
|
|
180
180
|
import "./heartbeat-summary-CMwt9qam.js";
|
|
181
181
|
import { r as healthCommand } from "./health-DU_pBiid.js";
|
|
182
182
|
import { t as ensureControlUiAssetsBuilt } from "./control-ui-assets-B8co16VR.js";
|
|
183
183
|
import { t as resolveSetupSecretInputString } from "./setup.secret-input-DALXyJR2.js";
|
|
184
184
|
import { t as formatHealthCheckFailure } from "./health-format-D5jsS7Ch.js";
|
|
185
|
-
import { r as ensureCompletionCacheExists, t as checkShellCompletionStatus } from "./doctor-completion-
|
|
185
|
+
import { r as ensureCompletionCacheExists, t as checkShellCompletionStatus } from "./doctor-completion-Dk8sgMOd.js";
|
|
186
186
|
import { t as runTui } from "./tui-Dj52JiFV.js";
|
|
187
187
|
import path from "node:path";
|
|
188
188
|
import os from "node:os";
|
|
@@ -198,9 +198,9 @@ import "./note-BnDVMCVo.js";
|
|
|
198
198
|
import "./npm-pack-install-BBxs0rto.js";
|
|
199
199
|
import "./skill-scanner-tuyTk8QC.js";
|
|
200
200
|
import "./installs-hUBrmugM.js";
|
|
201
|
-
import { r as installCompletion } from "./completion-cli-
|
|
202
|
-
import "./register.subclis-
|
|
203
|
-
import "./command-registry-
|
|
201
|
+
import { r as installCompletion } from "./completion-cli-DQrts0Ip.js";
|
|
202
|
+
import "./register.subclis-BlqPR8UO.js";
|
|
203
|
+
import "./command-registry-Bow_kWfU.js";
|
|
204
204
|
import "./program-context-BoWQV6OT.js";
|
|
205
205
|
import { n as renderTable, t as getTerminalTableWidth } from "./table-BnaYTso2.js";
|
|
206
206
|
import "./heartbeat-summary-CMwt9qam.js";
|
|
@@ -215,8 +215,8 @@ import "./provider-auth-guidance-D4-q7IHl.js";
|
|
|
215
215
|
import { n as updateNpmInstalledPlugins, t as syncPluginsForUpdateChannel } from "./update-BLx9BWCo.js";
|
|
216
216
|
import "./systemd-linger-DDDsik9S.js";
|
|
217
217
|
import "./health-format-D5jsS7Ch.js";
|
|
218
|
-
import { n as doctorCommand, t as selectStyled } from "./prompt-select-styled-
|
|
219
|
-
import { r as ensureCompletionCacheExists, t as checkShellCompletionStatus } from "./doctor-completion-
|
|
218
|
+
import { n as doctorCommand, t as selectStyled } from "./prompt-select-styled-6vDD4Gjv.js";
|
|
219
|
+
import { r as ensureCompletionCacheExists, t as checkShellCompletionStatus } from "./doctor-completion-Dk8sgMOd.js";
|
|
220
220
|
import "./doctor-config-preflight-BJ0lGLTO.js";
|
|
221
221
|
import "./channel-account-context-DZhZw4oo.js";
|
|
222
222
|
import "./doctor-state-migrations-Cdk3ep_f.js";
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@romiluz/clawmongo",
|
|
3
|
-
"version": "2026.3.
|
|
3
|
+
"version": "2026.3.27",
|
|
4
4
|
"description": "OpenClaw, but it remembers. Full AI assistant (22 channels, 78 extensions, voice, apps) with MongoDB memory - vector search, knowledge graph, event-sourcing, KB, and 8 retrieval paths. Nothing is ever lost.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"agent-memory",
|