mirror of
https://github.com/NousResearch/hermes-agent.git
synced 2026-06-03 07:21:54 +00:00
fix: show recap after in-session resume
This commit is contained in:
parent
16eed4f91b
commit
961e34a1d3
2 changed files with 47 additions and 0 deletions
1
cli.py
1
cli.py
|
|
@ -6617,6 +6617,7 @@ class HermesCLI:
|
|||
f" ({msg_count} user message{'s' if msg_count != 1 else ''},"
|
||||
f" {len(self.conversation_history)} total)"
|
||||
)
|
||||
self._display_resumed_history()
|
||||
else:
|
||||
_cprint(f" ↻ Resumed session {target_id}{title_part} — no messages, starting fresh.")
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue