claude-code - 💡(How to fix) Fix [Feature Request] Add per-message timestamp display option to session history [1 participants]

Official PRs (…)
ON THIS PAGE

Recommended Tools

×6

Utilities matched from this issue’s tags and category — try them while you read without losing context.

GitHub issue graph ai analysis

Paste a GitHub issue URL. We fetch that issue, discover linked issues from bodies/comments/timeline, collect linked pull requests, and produce a structured English report.

The report is written in English Markdown for sharing and archival.

Helpful · Quick feedback

Loading…
GitHub stats
anthropics/claude-code#48152Fetched 2026-04-15 06:31:43
View on GitHub
Comments
0
Participants
1
Timeline
3
Reactions
0
Participants
Timeline (top)
labeled ×3
RAW_BUFFERClick to expand / collapse

Description Please add an option to display per-message timestamps in the session history (VS Code extension + CLI). The data already exists in ~/.claude/projects/*.jsonl. Proposed setting: "showMessageTimestamps": true, off by default. Helps track when messages happened and how long tool calls took on long sessions.

Environment Info

  • Platform: win32
  • Terminal: vscode
  • Version: 2.1.90
  • Feedback ID: 4289c6cf-1e9f-454b-8d5d-e89e9725e06e

extent analysis

TL;DR

Add a "showMessageTimestamps" setting with a default value of false to display per-message timestamps in the session history.

Guidance

  • Review the existing code for handling session history display to determine the best location to add the "showMessageTimestamps" setting.
  • Update the display logic to include message timestamps when the "showMessageTimestamps" setting is true, using the data from ~/.claude/projects/*.jsonl.
  • Consider adding a UI element to allow users to toggle the "showMessageTimestamps" setting.
  • Verify that the timestamps are displayed correctly and do not interfere with existing functionality.

Example

{
  "showMessageTimestamps": true
}

This example shows the proposed setting, but the actual implementation will depend on the existing code structure.

Notes

The implementation details may vary depending on the specific requirements and constraints of the VS Code extension and CLI.

Recommendation

Apply workaround: Add the "showMessageTimestamps" setting and update the display logic to include message timestamps, as this will provide the desired functionality without requiring a version upgrade.

Vote matrix · Quick signals

Works
Did the solution work? Tap to confirm.
Easy Fix
Was it a quick fix?
Time Saver
Did it save you time?
Blocking
Was it severely blocking?
Common Issue
Are others likely hitting this too?
Flaky / Intermittent
Is it intermittent?
Verified / Reproducible
Can you reproduce it reliably?
Loading…

Still need to ship something?

×6

Another batch ranked right after the header list — different links, same matching logic.

Back to top recommendations

TRENDING

claude-code - 💡(How to fix) Fix [Feature Request] Add per-message timestamp display option to session history [1 participants]