Setup
Configure telemetry
On first launch, Termix shows a setup toast at the top of the terminal: “Telemetry not configured for Codex”. Click Configure automatically.Termix adds an
[otel] section to ~/.codex/config.toml with the correct endpoint settings.What the Config Looks Like
Termix adds this to your~/.codex/config.toml:
Session Resume
Codex supports session resume. Termix captures the session ID from telemetry and usescodex resume <sessionId> to reconnect to previous sessions.
Disabling Telemetry
If you want to stop sending telemetry from Codex to Termix:- Open Settings > CLI Agents > Codex
- Uncheck Telemetry
[otel] section from your Codex config file.