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
commit 7f92e5506e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
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) {