Codex is OpenAI’s CLI coding agent. CliDeck supports it with one-click telemetry setup.Documentation Index
Fetch the complete documentation index at: https://docs.clideck.dev/llms.txt
Use this file to discover all available pages before exploring further.
Setup
Configure telemetry
On first launch, CliDeck shows a setup toast: “Codex — Status Tracking”. Click Configure automatically.CliDeck adds an
[otel] section to ~/.codex/config.toml with the correct endpoint settings.What the Config Looks Like
CliDeck adds this to your~/.codex/config.toml:
Session Resume
Codex supports session resume. CliDeck 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 CliDeck:- Open Settings > CLI Agents > Codex
- Toggle off CliDeck integration
[otel] section from your Codex config file.