@remnic/core 9.3.669 → 9.3.670
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/access-cli.js
CHANGED
|
@@ -8324,7 +8324,7 @@ ${r.snippet.trim()}
|
|
|
8324
8324
|
graphExpandedIntentEnabled: caps.graphExpandedIntent,
|
|
8325
8325
|
prompt
|
|
8326
8326
|
};
|
|
8327
|
-
const requestedMode = options.mode;
|
|
8327
|
+
const requestedMode = options.mode ?? (planRecallMode(prompt) === "no_recall" ? "no_recall" : void 0);
|
|
8328
8328
|
const recallDecision = requestedMode !== void 0 ? resolveRecallModeDecision(recallModeDecisionOptions) : await resolveRecallModeDecisionAsync({
|
|
8329
8329
|
...recallModeDecisionOptions,
|
|
8330
8330
|
config: this.config,
|
|
@@ -17387,4 +17387,4 @@ export {
|
|
|
17387
17387
|
resolvePersistedMemoryRelativePath,
|
|
17388
17388
|
Orchestrator
|
|
17389
17389
|
};
|
|
17390
|
-
//# sourceMappingURL=chunk-
|
|
17390
|
+
//# sourceMappingURL=chunk-PIA4C3AJ.js.map
|