sandbox-agent/frontend/packages/inspector/src/components/debug
Nathan Flurry db0268b88f feat: add timestamps to process logs and inspector UI
Backend changes:
- Add timestamps to log lines: [2026-01-30T12:32:45.123Z] <line>
- stdout.log and stderr.log get timestamps per line
- combined.log includes [stdout]/[stderr] prefix after timestamp
- Add strip_timestamps query param to GET /process/{id}/logs
- Use time crate with RFC3339 format for timestamps

Frontend changes:
- Add Processes tab to inspector debug panel
- Show list of processes with status badges (running/stopped/killed)
- Click to expand and view logs
- Log viewer options:
  - Select stream: combined, stdout, stderr
  - Toggle strip_timestamps
  - Refresh logs button
- Action buttons: stop (SIGTERM), kill (SIGKILL), delete
- Auto-refresh process list every 5 seconds
2026-01-30 12:43:51 -08:00
..
AgentsTab.tsx feat: add turn streaming and inspector updates 2026-01-27 06:18:43 -08:00
ApprovalsTab.tsx chore: sync workspace changes 2026-01-27 05:06:33 -08:00
DebugPanel.tsx feat: add timestamps to process logs and inspector UI 2026-01-30 12:43:51 -08:00
EventsTab.tsx chore: update landing and inspector content 2026-01-27 22:29:35 -08:00
eventUtils.ts chore: sync workspace changes 2026-01-27 05:06:33 -08:00
ProcessesTab.tsx feat: add timestamps to process logs and inspector UI 2026-01-30 12:43:51 -08:00
RequestLogTab.tsx chore: sync workspace changes 2026-01-27 05:06:33 -08:00