mirror of
https://github.com/NousResearch/hermes-agent.git
synced 2026-05-12 03:42:08 +00:00
Merge pull request #20942 from NousResearch/austin/fix/personality
fix(tui): preserve session when switching personality
This commit is contained in:
commit
7f92e5506e
3 changed files with 55 additions and 24 deletions
|
|
@ -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) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue