sandbox-agent/server
Nathan Flurry 5dbfde5424
feat: log session config on create (#93)
## Summary
- Adds a `session_created` telemetry event that fires when a new session is created
- Logs safe session config fields: agent, agent_mode, permission_mode, model, variant
- Does not include workdir or any sensitive paths
- Respects existing telemetry enabled/disabled flag (`--no-telemetry`)
- Sends asynchronously via spawned task to avoid blocking session creation

## Test plan
- [x] `cargo check` passes
- [ ] Verify event reaches telemetry endpoint with correct fields
- [ ] Verify no event is sent when `--no-telemetry` is set
2026-02-06 02:40:07 -08:00
..
packages feat: log session config on create (#93) 2026-02-06 02:40:07 -08:00
AGENTS.md feat: expand api snapshots and schema tooling 2026-01-26 00:13:17 -08:00
ARCHITECTURE.md docs: documentation overhaul and universal schema reference (#10) 2026-01-28 05:07:15 -08:00
CLAUDE.md i need to update the terminology of 'capabilities' to 'feature coverage' in the inspector ui and anywhere else its mentioned thats not in the actual api (#61) 2026-02-02 19:00:35 -08:00