mirror of
https://github.com/NousResearch/hermes-agent.git
synced 2026-05-07 02:51:50 +00:00
feat(tui): collapse completed todo panel on turn end
This commit is contained in:
parent
cb7cfba6de
commit
2259eac49e
6 changed files with 22 additions and 4 deletions
|
|
@ -26,6 +26,7 @@ describe('turnStore live progress helpers', () => {
|
|||
kind: 'trail',
|
||||
role: 'system',
|
||||
text: '',
|
||||
todoCollapsedByDefault: true,
|
||||
todos: [
|
||||
{ content: 'prep', id: 'prep', status: 'completed' },
|
||||
{ content: 'serve', id: 'serve', status: 'completed' }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue