codex - 💡(How to fix) Fix Codex VS Code extension fails to enable realtime_conversation; new chats cannot switch model and Output is flooded with worker warnings [1 comments, 2 participants]

Official PRs (…)
ON THIS PAGE

Recommended Tools

×6

Utilities matched from this issue’s tags and category — try them while you read without losing context.

GitHub issue graph ai analysis

Paste a GitHub issue URL. We fetch that issue, discover linked issues from bodies/comments/timeline, collect linked pull requests, and produce a structured English report.

The report is written in English Markdown for sharing and archival.

Helpful · Quick feedback

Loading…
GitHub stats
openai/codex#18842Fetched 2026-04-22 07:51:38
View on GitHub
Comments
1
Participants
2
Timeline
4
Reactions
0
Author
Timeline (top)
labeled ×3commented ×1

Error Message

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. [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 [warning] worker_rpc_response_error error={} method=stable-metadata workerId=git

  • Output shows unsupported feature enablement error
RAW_BUFFERClick to expand / collapse

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

  1. Open VS Code in a non-Git folder
  2. Open Codex
  3. Create a new chat
  4. Try to change the model
  5. Observe that model switching does not work in the new chat
  6. 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

extent analysis

TL;DR

The issue can be resolved by ensuring the Codex extension and local backend are compatible and resetting any stale local state or cache that may be causing the client to request unsupported feature enablement.

Guidance

  • Verify that the Codex extension version is compatible with the local Codex backend/app-server to ensure feature support alignment.
  • Check for any stale local state or cache that might be causing the client to request the unsupported realtime_conversation feature and consider resetting or clearing it.
  • Since the issue persists even in a non-Git project and after downgrading the extension, focus on the compatibility and state/cache aspects rather than the Git worker warnings as a primary cause.
  • Inspect the Codex logs further for any patterns or additional errors that could indicate a specific mismatch or configuration issue.

Example

No specific code snippet is provided as the issue seems to be related to configuration, compatibility, or state management rather than a code-level problem.

Notes

The exact steps to reset local state or cache are not specified in the issue, so this would need to be determined based on the specific extension and backend documentation. Additionally, the repeated Git worker warnings, although likely a secondary effect, should be monitored after addressing the primary issue to ensure they do not indicate another problem.

Recommendation

Apply a workaround by checking and ensuring compatibility between the Codex extension and the local backend, and consider resetting any local state or cache. This approach is recommended because it directly addresses the likely cause of the issue as implied by the error messages and the persistence of the problem across different scenarios.

Vote matrix · Quick signals

Works
Did the solution work? Tap to confirm.
Easy Fix
Was it a quick fix?
Time Saver
Did it save you time?
Blocking
Was it severely blocking?
Common Issue
Are others likely hitting this too?
Flaky / Intermittent
Is it intermittent?
Verified / Reproducible
Can you reproduce it reliably?
Loading…

Still need to ship something?

×6

Another batch ranked right after the header list — different links, same matching logic.

Back to top recommendations

TRENDING