sandbox-agent/server/packages
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
..
agent-credentials fix: add description and repository fields to all crate Cargo.toml files 2026-01-27 20:32:09 -08:00
agent-management feat: add Claude adapter improvements for HITL support (#30) 2026-01-29 07:19:10 -08:00
error fix: add description and repository fields to all crate Cargo.toml files 2026-01-27 20:32:09 -08:00
extracted-agent-schemas feat: move api cli commands under api subcommand 2026-01-28 01:11:57 -08:00
openapi-gen fix: add description and repository fields to all crate Cargo.toml files 2026-01-27 20:32:09 -08:00
sandbox-agent feat: add timestamps to process logs and inspector UI 2026-01-30 12:43:51 -08:00
universal-agent-schema feat: add Claude adapter improvements for HITL support (#30) 2026-01-29 07:19:10 -08:00
universal-schema-gen fix: add description and repository fields to all crate Cargo.toml files 2026-01-27 20:32:09 -08:00