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:
teknium1 2026-06-06 08:49:52 -07:00 committed by Teknium
parent 94cdd56b82
commit 1ea0bbbb0d
2 changed files with 8 additions and 6 deletions

View file

@ -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