sandbox-agent/frontend/packages/inspector
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
..
public chore(site): favicon change 2026-01-28 19:17:05 -08:00
src feat: add timestamps to process logs and inspector UI 2026-01-30 12:43:51 -08:00
Dockerfile fix: serve inspector assets under /ui/ path 2026-01-27 23:17:36 -08:00
index.html chore(inspect): changed logo and removed text 2026-01-28 19:02:42 -08:00
package.json chore: sync workspace changes 2026-01-26 22:29:10 -08:00
tsconfig.json feat: add release pipeline for crates.io and npm publishing 2026-01-25 14:11:39 -08:00
tsconfig.node.json feat: add release pipeline for crates.io and npm publishing 2026-01-25 14:11:39 -08:00
vite.config.ts feat: add mock server mode for UI testing 2026-01-27 03:42:41 -08:00