singularity-forge/packages/pi-coding-agent/src/modes/interactive
madjack f21ad837ac feat: add timestamps on user and assistant messages (#2368)
Shows absolute timestamps (date + time) on user prompts (right-aligned
above the message) and assistant replies (below the response). Format
is configurable via /settings → Timestamp format:

- date-time-iso: 2026-03-24 10:34 (default)
- date-time-us:  03-24-2026 10:34 AM

Setting persists in settings.json as timestampFormat.

- Added formatTimestamp utility with ISO and US format support
- Updated UserMessageComponent and AssistantMessageComponent
- Added timestampFormat to SettingsManager with getter/setter
- Added to /settings UI for runtime switching
- Unit tests for all format variants including AM/PM edge cases

AI-assisted: This change was authored with Claude (AI pair programming).
2026-03-24 23:18:42 -06:00
..
components feat: add timestamps on user and assistant messages (#2368) 2026-03-24 23:18:42 -06:00
controllers feat: add timestamps on user and assistant messages (#2368) 2026-03-24 23:18:42 -06:00
theme fix(memory): fix memory and resource leaks across TUI, LSP, DB, and automation (#2314) 2026-03-24 07:23:36 -06:00
utils refactor: deduplicate toPosixPath, ZERO_USAGE, and shortenPath utilities 2026-03-19 14:55:30 -03:00
interactive-mode-state.ts Refactor GSD command and bootstrap modules (#1634) 2026-03-20 15:19:16 -06:00
interactive-mode.ts feat: add timestamps on user and assistant messages (#2368) 2026-03-24 23:18:42 -06:00
slash-command-handlers.ts refactor: extract slash command handlers from interactive-mode (#1485) 2026-03-19 15:34:14 -06:00