[Feature Request] Add message timestamps to interactive conversation view
Open 💬 12 comments Opened Mar 4, 2026 by paradoxlabdev
Bug Description
Feature request: Display timestamps on conversation messages
It would be very helpful to show the time (HH:MM:SS) next to each user and assistant message in the interactive
conversation view. This is especially useful during long monitoring/debugging sessions where the user needs to
correlate actions with specific timeframes (e.g., analyzing server logs from a particular hour). A simple toggle
setting like "showTimestamps": true in settings.json or a /timestamps command would be ideal.
Environment Info
- Platform: darwin
- Terminal: cursor
- Version: 2.1.63
- Feedback ID: a7de0dcb-0501-48e9-907c-9a1a0d8dee10
Errors
[{"error":"Error: 1P event logging: 28 events failed to export (status=429, code=ERR_BAD_REQUEST, Request failed with status code 429)\n at queueFailedEvents (/$bunfs/root/claude:6264:2403)\n at async doExport (/$bunfs/root/claude:6264:1310)\n at processTicksAndRejections (native:7:39)","timestamp":"2026-03-04T12:03:56.832Z"},{"error":"Error: {\"message\":\"Failed to export 28 events (status=429, code=ERR_BAD_REQUEST, Request failed with status code 429)\",\"originalLine\":\"6264\",\"originalColumn\":\"1462\",\"line\":\"6264\",\"column\":\"1462\",\"sourceURL\":\"/$bunfs/root/claude\",\"stack\":\"Error: Failed to export 28 events (status=429, code=ERR_BAD_REQUEST, Request failed with status code 429)\\n at doExport (/$bunfs/root/claude:6264:1462)\\n at processTicksAndRejections (native:7:39)\",\"name\":\"Error\"}\n at error (/$bunfs/root/claude:2402:25029)\n at <anonymous> (/$bunfs/root/claude:119:92465)\n at A4D (/$bunfs/root/claude:119:93009)\n at <anonymous> (/$bunfs/root/claude:120:17366)\n at processTicksAndRejections (native:7:39)","timestamp":"2026-03-04T12:03:56.833Z"},{"error":"Error: 1P event logging: 4 events failed to export (status=429, code=ERR_BAD_REQUEST, Request failed with status code 429)\n at queueFailedEvents (/$bunfs/root/claude:6264:2403)\n at async doExport (/$bunfs/root/claude:6264:1310)\n at processTicksAndRejections (native:7:39)","timestamp":"2026-03-04T12:04:21.086Z"},{"error":"Error: {\"message\":\"Failed to export 4 events (status=429, code=ERR_BAD_REQUEST, Request failed with status code 429)\",\"originalLine\":\"6264\",\"originalColumn\":\"1462\",\"line\":\"6264\",\"column\":\"1462\",\"sourceURL\":\"/$bunfs/root/claude\",\"stack\":\"Error: Failed to export 4 events (status=429, code=ERR_BAD_REQUEST, Request failed with status code 429)\\n at doExport (/$bunfs/root/claude:6264:1462)\\n at processTicksAndRejections (native:7:39)\",\"name\":\"Error\"}\n at error (/$bunfs/root/claude:2402:25029)\n at <anonymous> (/$bunfs/root/claude:119:92465)\n at A4D (/$bunfs/root/claude:119:93009)\n at <anonymous> (/$bunfs/root/claude:120:17366)\n at processTicksAndRejections (native:7:39)","timestamp":"2026-03-04T12:04:21.086Z"},{"error":"Error: 1P event logging: 1 events failed to export (status=429, code=ERR_BAD_REQUEST, Request failed with status code 429)\n at queueFailedEvents (/$bunfs/root/claude:6264:2403)\n at async doExport (/$bunfs/root/claude:6264:1310)\n at processTicksAndRejections (native:7:39)","timestamp":"2026-03-04T12:05:21.106Z"},{"error":"Error: {\"message\":\"Failed to export 1 events (status=429, code=ERR_BAD_REQUEST, Request failed with status code 429)\",\"originalLine\":\"6264\",\"originalColumn\":\"1462\",\"line\":\"6264\",\"column\":\"1462\",\"sourceURL\":\"/$bunfs/root/claude\",\"stack\":\"Error: Failed to export 1 events (status=429, code=ERR_BAD_REQUEST, Request failed with status code 429)\\n at doExport (/$bunfs/root/claude:6264:1462)\\n at processTicksAndRejections (native:7:39)\",\"name\":\"Error\"}\n at error (/$bunfs/root/claude:2402:25029)\n at <anonymous> (/$bunfs/root/claude:119:92465)\n at A4D (/$bunfs/root/claude:119:93009)\n at <anonymous> (/$bunfs/root/claude:120:17366)\n at processTicksAndRejections (native:7:39)","timestamp":"2026-03-04T12:05:21.107Z"},{"error":"Error: 1P event logging: 13 events failed to export (status=429, code=ERR_BAD_REQUEST, Request failed with status code 429)\n at queueFailedEvents (/$bunfs/root/claude:6264:2403)\n at async doExport (/$bunfs/root/claude:6264:1310)\n at processTicksAndRejections (native:7:39)","timestamp":"2026-03-04T12:06:27.879Z"},{"error":"Error: {\"message\":\"Failed to export 13 events (status=429, code=ERR_BAD_REQUEST, Request failed with status code 429)\",\"originalLine\":\"6264\",\"originalColumn\":\"1462\",\"line\":\"6264\",\"column\":\"1462\",\"sourceURL\"…
Note: Content was truncated.
This issue has 12 comments on GitHub. Read the full discussion on GitHub ↗