Merge pull request #20942 from NousResearch/austin/fix/personality

fix(tui): preserve session when switching personality
This commit is contained in:
Austin Pickett
2026-05-07 18:54:29 -04:00
committed by GitHub
3 changed files with 55 additions and 24 deletions

View File

@@ -122,7 +122,7 @@ export const sessionCommands: SlashCommand[] = [
},
{
help: 'switch or reset personality (history reset on set)',
help: 'switch personality for this session',
name: 'personality',
run: (arg, ctx) => {
if (!arg) {