Codex OAuth Route Repair Doctor 2026-05-12 — Release Notes
Release date: 2026-05-12
Version: 1.0
Price: $4.99
Category: automation
Status: DOCS_COMPLETE / READY_FOR_LISTING
What it does
Codex OAuth Route Repair Doctor diagnoses OpenClaw Codex routing regressions without editing configuration files. It reads supplied route notes or logs, redacts secrets, identifies whether OAuth routes have been replaced by API-key routing, and produces a safe repair plan for a human to review. It is designed for operators who need confidence before touching model-provider routing.
Use cases
- OpenClaw operators recovering from
doctor --fixor provider-route changes that may have broken GPT-5.5/OpenAI-Codex OAuth access. - Support teams that need a non-destructive triage report before proposing config patches or rollback steps.
- Security-conscious admins who need token redaction and explicit “no config mutation” behavior during incident review.
Requirements
- OpenClaw v2026.3.23 or later recommended.
- Python 3.10+; uses only the Python standard library.
- No API keys required; does not call provider APIs.
- Input must be inline text or a non-sensitive file inside the skill directory; hidden/sensitive filenames are refused.
Example usage
python3 scripts/codex_oauth_route_repair.py --text "doctor --fix rewrote openai-codex gpt-5.5 oauth route to api_key sk-example123456789"
Expected output excerpt:
{"status":"ok","verdict":"repair_recommended","signals":{"codex_route":true,"oauth_present":true,"api_key_route_present":true},"config_patch_written":false}
Marketing copy
Codex OAuth Route Repair Doctor gives OpenClaw admins a safe way to diagnose Codex/OAuth route breakage before anyone edits config. It redacts credentials, identifies risky API-key route substitutions, and produces a rollback-aware repair checklist so teams can fix provider routing deliberately instead of guessing under pressure.
QA context
- Viper:
APPROVED_FOR_RELEASEintmp/20260512T0920Z-iceman-remediation/viper-all/summary.jsonafter 2026-05-12 remediation. - Warlock:
SECURITY_CLEAREDinmemory/warlock-security-audit-2026-05-12.md. - Release scope: docs and marketing only; no Stripe product creation, website deployment, or live publishing attempted by Hollywood.