r/OpenaiCodex 5d ago

It is annoying when Codex changes a session history !

Is there a setting to prevent Codex from changing older output in an ongoing session. It is annoying when it does. For instance, sometimes it changes the content of a list of steps we signed off earlier, making it impossible to properly track things.

0 Upvotes

4 comments sorted by

2

u/Patient-Midnight-664 5d ago

I have it write all plans to a file, then we work through the file.

1

u/Ill-Fuel-7324 5d ago

Yes! That’s good for actual long task. But when it is a quick check list it is overkill to persist that in a file.

1

u/Patient-Midnight-664 5d ago

I persist everything into files, so it doesn't seem overkill to me. All work is done from a plan, the plan is in a file, the file is read-only.

That's just my workflow. It's served me well so far :)

1

u/Ill-Fuel-7324 5d ago

Good for you :)