v0.7.6 — Timestamp alignment fix
Fixes
Timestamp alignment — the timestamp footer now uses padding: 0 10px to match the content padding of assistant message blocks, so the time is left-aligned with the text above it instead of being 8px too far left.
Multi-step suppression — timestamps no longer appear on every intermediate assistant message in a multi-step response. The footer is now only shown on:
- User messages (always — marks when you sent)
- The terminal assistant message of a turn (the one that carries a cost value)
Intermediate tool-call steps and partial responses stay clean.