Tell codex about PathUri serde compat. (#28595)

This addresses another wrinkle I keep having to re-prompt codex about
when migrating to cross-OS paths.
This commit is contained in:
Adam Perry @ OpenAI
2026-06-16 15:01:22 -07:00
committed by GitHub
Unverified
parent f8850cab1d
commit bd2a786326
+7
View File
@@ -19,6 +19,13 @@ migration; if compliance is difficult, ask the user how to proceed.
- Tool call arguments that the model is expected to generate should be deserialized as regular
`String`s with feature-specific path handling code.
## Rollout stability
Assume that rollouts will be parsed by monotonically increasing versions of Codex.
You can use `PathUri` in place of `AbsolutePathBuf` for rollout fields without jeopardizing
backwards compatibility since `PathUri` allows deserialization from bare absolute paths.
## Migration requirements
Keep these requirements in mind while migrating code to conform with the above guidelines: