Codex Desktop history disappears when switching model_provider to codex-lb #803
Unanswered
joshiestevens
asked this question in
Q&A
Replies: 4 comments 1 reply
|
having the same issue. i'll be looking into this today. |
0 replies
|
Yes, Codex Desktop is tied to model_provider. the only way to keep your history, is asking your agent to make a copy to the new provider on internal sqlite database that codex app uses. |
0 replies
|
You can use cockpit tools or codeplusplus or write your own sh script to restore the session. Codex sessions are tied to the provider - switching providers will erase the session, so you can use the above tools to restore previous sessions to the current provider |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
After setting:
model_provider = "codex-lb"Codex Desktop stopped showing my existing session history in the sidebar. The sessions were still on disk, but only the new/current session appeared.
Switching back to:
model_provider = "openai"restored normal usage.
Is Codex Desktop history expected to be tied to model_provider?
If so, is there a supported way to use codex-lb without hiding existing sessions?
All reactions