Skip to content

Codex VS Code extension fails to enable realtime_conversation; new chats cannot switch model and Output is flooded with worker warnings #18842

@ranaguir

Description

@ranaguir

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    app-serverIssues involving app server protocol or interfacesbugSomething isn't workingextensionIssues related to the VS Code extension

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions