sandbox-agent/frontend/packages/inspector/src/components
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
..
agents feat: show mock agent hint bubble in empty state 2026-01-27 21:32:56 -08:00
chat chore: update landing and inspector content 2026-01-27 22:29:35 -08:00
debug feat: add timestamps to process logs and inspector UI 2026-01-30 12:43:51 -08:00
ConnectScreen.tsx docs: link to CORS docs in inspector connect screen (#37) 2026-01-29 23:59:23 -08:00
SessionSidebar.tsx fix: add dropdown spacing, use friendly agent names in session list 2026-01-27 21:09:23 -08:00