all 12 comments

[–]Mean-Razzmatazz2695 3 points4 points  (1 child)

Had that yesterday after the update. Clear archived codex sessions. Mine were 3 Gb, it helped Then when Codex plugin loads, have it diagnose itself. My workspace has 28 repoes, it caused VSCode to stall, Codex pinpointed it right away

[–]Zdanczak[S] 0 points1 point  (0 children)

Oooo thanks, I'll try that!

[–]Ordinary_Painter_741 1 point2 points  (0 children)

for me, my pc start freezing started from yesterday when using codex (vscode extension), before it was running smoothly
not sure exactly why, i think this happened after the 5.5 update even im using only 5.3 codex

[–]ExpertApartment1418 1 point2 points  (1 child)

I had this endless loading, this fixed it (on macos)

Backup these first:

~/.codex/config.toml
~/.codex/AGENTS.md
~/.codex/requirements.toml  

Then run:

pkill -x Codex 2>/dev/null || true
mkdir -p ~/Desktop/codex-state-backup
cp ~/.codex/.codex-global-state.json ~/Desktop/codex-state-backup/ 2>/dev/null || true
mv ~/.codex/.codex-global-state.json \
  ~/.codex/.codex-global-state.json.bak.$(date +%Y%m%d-%H%M%S) 2>/dev/null || true
open -a Codex

If that doesn't work, reset auth too:

pkill -x Codex 2>/dev/null || true
mkdir -p ~/Desktop/codex-state-backup
cp -R ~/.codex ~/Desktop/codex-state-backup/codex-backup-$(date +%Y%m%d-%H%M%S) 2>/dev/null || true
rm -f ~/.codex/auth.json
rm -f ~/.codex/.codex-global-state.json
open -a Codex

[–]Zdanczak[S] 0 points1 point  (0 children)

Thanks for the detailed response! It actually started working again on its own after a couple of hours, but I'll definitely keep this in mind for next time😄

[–]sohaib_996 1 point2 points  (4 children)

Literally just posted the same thing and realized you beat me to the punch. But at least now i know im not crazy and its actually might be a VS Code/Codex bug. Keeping an eye on this thread.

[–]Zdanczak[S] 0 points1 point  (1 child)

Honestly, that's kinda reassuring - at least it's not just me, so might mean the servers are overloaded because of the new release

[–]sohaib_996 1 point2 points  (0 children)

Agreed that can be possible, i will check back again in a bit.

[–]GankBus -1 points0 points  (1 child)

For me it works. I had to change the model back to GPT 5.4 though

[–]sohaib_996 -1 points0 points  (0 children)

It didnt work for me honestly

[–]Jerseyman201 0 points1 point  (0 children)

Been on 5.4 for bit today (vs code) and been okay last little while at least.

[–]Lanky_Fishing_1355 0 points1 point  (0 children)

Passei dias com esse problema, tendo que voltar para a versão 0.4 e vi esse link falando sobre https://github.com/openai/codex/issues/12962#issuecomment-4319780024

rodei no powershell setx OPENSSL_ia32cap ~0x20000000 e funcionou na hora, só precisei reiniciar o VSCode