rename: clawkeeper

This commit is contained in:
2026-03-07 12:46:36 +10:00
parent 47bc93aacd
commit 7cc575a02e
3 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -150,7 +150,7 @@ function switchProvider(to: 'openai' | 'ollama') {
const [,, cmd, ...args] = process.argv;
if (!cmd || cmd === 'help' || cmd === '--help' || cmd === '-h') {
console.log('openclaw-memops');
console.log('clawkeeper');
console.log('Commands:');
console.log(' memops doctor');
console.log(' memops switch openai|ollama');