mirror of
https://github.com/openai/codex.git
synced 2026-04-24 06:35:50 +00:00
## Description When `saveConfig` is called, the project doc is incorrectly saved into user instructions. This change ensures that only user instructions are saved to `instructions.md` during saveConfig, preventing data corruption. close: #576 --------- Co-authored-by: Thibault Sottiaux <tibo@openai.com>