Fixed
- Codex agent 401 auth failure:
build_provider_env()output contained escaped quotes (\") that became literal characters afterread -ra, corrupting theHOMEpath and preventing Codex CLI from finding~/.codex/auth.json. All Codex agent tasks failed with401 Unauthorizedwhile smoke tests passed (they bypassbuild_provider_env()). (#117) - Added regression tests for literal quote detection in credential isolation
Full Changelog: v8.39.0...v8.39.1