Commit Graph

3 Commits

  • Improved HTML export with timestamps, better styling, and comprehensive stats
    - Added timestamps to each user and assistant message (HH:MM:SS format)
    - Fixed text clipping issues with comprehensive word-wrapping CSS
    - Improved font selection: ui-monospace, Cascadia Code, Source Code Pro
    - Reduced font sizes for more compact display (12px base, down from 14px)
    - Added model switch indicators in conversation timeline with subtle background
    - Created dedicated Tokens & Cost section showing:
      - Cumulative input/output/cache read/write tokens
      - Cost breakdown by token type with 4 decimal precision
      - Total cost in bold
      - Context usage with token count, percentage, and model identification
    - Now displays all unique models used during session (not just initial model)
    - Made Messages section more compact (reduced gaps, removed redundant fields)
    
    Closes #51
    Closes #52