Sign in with letta cloud (#44)
Co-authored-by: Shubham Naik <shub@memgpt.ai>
This commit is contained in:
@@ -43,6 +43,13 @@ export const commands: Record<string, Command> = {
|
||||
return "Clearing messages...";
|
||||
},
|
||||
},
|
||||
"/logout": {
|
||||
desc: "Clear credentials and exit",
|
||||
handler: () => {
|
||||
// Handled specially in App.tsx to access settings manager
|
||||
return "Clearing credentials...";
|
||||
},
|
||||
},
|
||||
};
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user