What version of the IDE extension are you using?
26.417.40842
What subscription do you have?
Plus
Which IDE are you using?
VS Code
What platform is your computer?
Microsoft Windows NT 10.0.19045.0 x64
What issue are you seeing?
Summary
After opening Codex in VS Code, new chats do not allow changing the model, while existing chats still do. The Output panel shows a preceding JSON-RPC error indicating that the client tries to enable realtime_conversation, but the backend reports that this feature is unsupported. After that, repeated git worker warnings appear, even in a non-Git project.
Environment
VS Code
Codex extension
Windows
Non-Git workspace
Problem persists even after downgrading the extension version
Logs
[error] Request failed conversationId=none durationMs=482 error={"code":-32600,"message":"unsupported feature enablement realtime_conversation: currently supported features are apps, plugins, tool_search, tool_suggest, tool_call_mcp_elicitation"} id=0115cca7-a39c-45c8-8d54-aad71c71af42 method=experimentalFeature/enablement/set pendingCountAfter=8 timeoutMs=0
Then repeatedly:
[warning] worker_rpc_response_error error={} method=stable-metadata workerId=git
What steps can reproduce the bug?
Steps to reproduce
- Open VS Code in a non-Git folder
- Open Codex
- Create a new chat
- Try to change the model
- Observe that model switching does not work in the new chat
- Open Output panel and inspect Codex logs
Actual behavior
- New chats cannot change model
- Existing chats can change model
- Output shows unsupported feature enablement error
- Then Output is flooded with repeated git worker warnings
What is the expected behavior?
Expected behavior
- New chats should initialize correctly
- Model switching should work consistently
- Client should not attempt to enable unsupported features, or should gracefully fall back
- No repeated worker warnings in Output
Additional information
- The issue persists after reverting to a previous extension version
- Workspace is not using Git
- This suggests either a capability mismatch between the extension and local Codex backend/app-server, or stale local state/cache causing the client to request unsupported feature enablement
What version of the IDE extension are you using?
26.417.40842
What subscription do you have?
Plus
Which IDE are you using?
VS Code
What platform is your computer?
Microsoft Windows NT 10.0.19045.0 x64
What issue are you seeing?
Summary
After opening Codex in VS Code, new chats do not allow changing the model, while existing chats still do. The Output panel shows a preceding JSON-RPC error indicating that the client tries to enable realtime_conversation, but the backend reports that this feature is unsupported. After that, repeated git worker warnings appear, even in a non-Git project.
Environment
VS Code
Codex extension
Windows
Non-Git workspace
Problem persists even after downgrading the extension version
Logs
[error] Request failed conversationId=none durationMs=482 error={"code":-32600,"message":"unsupported feature enablement realtime_conversation: currently supported features are apps, plugins, tool_search, tool_suggest, tool_call_mcp_elicitation"} id=0115cca7-a39c-45c8-8d54-aad71c71af42 method=experimentalFeature/enablement/set pendingCountAfter=8 timeoutMs=0Then repeatedly:
[warning] worker_rpc_response_error error={} method=stable-metadata workerId=gitWhat steps can reproduce the bug?
Steps to reproduce
Actual behavior
What is the expected behavior?
Expected behavior
Additional information