Follow-up to ADR-014. `backend/routes/registry/presets.ts:128` references `OPENAI_CODEX_ACCESS_TOKEN` and `OPENAI_CODEX_REFRESH_TOKEN` in an `envAny` array — appears to be in agent preset auth config.
Need to understand:
- What is `envAny` used for in preset definitions?
- Does any current agent preset actually read it (vs. inherit from runtime-provisioned LiteLLM virtual key)?
- Safe to drop, or part of fallback contract?
This is the smallest of the Phase B issues but the least understood — investigate before yanking.
Related: ADR-014, PR #370.
Follow-up to ADR-014. `backend/routes/registry/presets.ts:128` references `OPENAI_CODEX_ACCESS_TOKEN` and `OPENAI_CODEX_REFRESH_TOKEN` in an `envAny` array — appears to be in agent preset auth config.
Need to understand:
This is the smallest of the Phase B issues but the least understood — investigate before yanking.
Related: ADR-014, PR #370.