feat: confirm memory index completion
This commit is contained in:
@@ -91,6 +91,10 @@ export function registerMemoryCli(program: Command) {
|
|||||||
);
|
);
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
if (opts.index) {
|
||||||
|
const line = indexError ? `Memory index failed: ${indexError}` : "Memory index complete.";
|
||||||
|
defaultRuntime.log(line);
|
||||||
|
}
|
||||||
const rich = isRich();
|
const rich = isRich();
|
||||||
const heading = (text: string) => colorize(rich, theme.heading, text);
|
const heading = (text: string) => colorize(rich, theme.heading, text);
|
||||||
const muted = (text: string) => colorize(rich, theme.muted, text);
|
const muted = (text: string) => colorize(rich, theme.muted, text);
|
||||||
|
|||||||
Reference in New Issue
Block a user