Session isolation and codex model configuration. #10045
-
|
A quick question regarding session isolation and model configuration. My Scenario:
The Observation:
My Question:
I want to make sure I don't accidentally disrupt my running task by changing the global settings. Thanks in advance! |
Beta Was this translation helpful? Give feedback.
Answered by
etraut-openai
Jan 28, 2026
Replies: 1 comment 3 replies
-
|
I presume you're using the CLI, as opposed to the IDE Extension. The value stored in your config file informs which model is used when you create the next session. After the session is created, subsequent changes to the config file don't affect it. |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The VS Code extension is a little different in that it doesn't write back changes to the config file when you change the model in its model picker. Like the CLI, when you start a new session in the IDE extension, the model is chosen based on your current model selection, and it won't change if you choose a different model in a different session (or if you edit your config file).