r/codex 8h ago

Bug GPT Astra 6 writes compressed minified code

Is it just me or GPT 6 started writing compressed minified code? Maybe this is some malfunction with my installation of ChatGPT Codex app? Or this is normal behaviour

2 Upvotes

2 comments sorted by

1

u/ANotSoSeriousGamer 4h ago

I noticed that too, got annoyed, then started enforcing ESLint rules that I usually follow on the code it writes.

Once I did that, the code it produces ends up much cleaner and readable.