Skip to content

v0.7.6 — Timestamp alignment fix

Choose a tag to compare

@github-actions github-actions released this 28 May 15:46
· 509 commits to main since this release
b7bbaf2

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.