mirror of
https://github.com/NousResearch/hermes-agent.git
synced 2026-07-08 13:12:08 +00:00
feat(config): add display.timestamp_format and honor it in CLI timestamps
Salvaged from #40303; re-verified on main, tightened, tested. Co-authored-by: pdmartins <pdmartins@users.noreply.github.com>
This commit is contained in:
parent
94cdd56b82
commit
1ea0bbbb0d
2 changed files with 8 additions and 6 deletions
|
|
@ -1717,7 +1717,8 @@ DEFAULT_CONFIG = {
|
|||
# Per-platform overrides via display.platforms.<platform>.memory_notifications.
|
||||
"memory_notifications": "on",
|
||||
"streaming": False,
|
||||
"timestamps": False, # Show [HH:MM] on user and assistant labels
|
||||
"timestamps": False, # Show timestamp on user and assistant labels
|
||||
"timestamp_format": "%H:%M", # strftime format for timestamps (e.g. "%b-%d %H:%M")
|
||||
"final_response_markdown": "strip", # render | strip | raw
|
||||
# Preserve recent classic CLI output across Ctrl+L, /redraw, and
|
||||
# terminal resize full-screen clears. Disable if a terminal emulator
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue