You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Run codex with a working ~/.codex/config.json file
Remove the opening curly brace of the config.json file, making it now invalid json
Run codex.
What is the expected behavior?
If there is a file and it can't load it, it should throw [fatally] on startup stating the configuration could not be read.
What do you see instead?
Silent failure of loading the config.json. There is no error given that the json file was not parsed and read. Just keeps running with defaults, but user is not aware the existing config.json wasn't parsed and loaded as expected.