macOS/Helium: side panel rejects current native host when trust field is missing

Open 💬 1 comment Opened Aug 26, 2026 by sahir2k
💡 Likely answer: A maintainer (github-actions[bot], contributor) responded on this thread — see the highlighted reply below.

What version of the Codex App are you using (From “About Codex” dialog)?

26.820.60940 (build 7119)

What subscription do you have?

ChatGPT 20x Pro plan

What platform is your computer?

Darwin 27.0.0 arm64 arm

What issue are you seeing?

On macOS in Helium, ChatGPT extension 1.2.27268.51612 connects to Native Messaging, but full browser control fails with “native host is outdated”; basic current-tab reads may still work.

codexRuntime/ensure selects native host 26.820.60940 and returns a valid browserClientPath, but omits trustedBrowserClientSha256s. The side-panel schema requires that field, rejects the entire runtimeConfig, then emits the misleading outdated-host error.

The bundled and cached browser clients are byte-identical. Initializing the untouched official cached client directly makes setupBrowserRuntime() / openTabs() work.

What steps can reproduce the bug?

  1. Use macOS 27.0 arm64 with ChatGPT 26.820.60940 (build 7119).
  2. Install ChatGPT extension 1.2.27268.51612 in Helium 0.15.7.1.
  3. Open the side panel and ask it to navigate or click.
  4. It reports an outdated native host despite selecting 26.820.60940 and returning a valid browser-client path.

What is the expected behavior?

The released extension and host should negotiate compatible runtime configuration, or report the exact missing field. A current connected host should not be mislabeled as outdated.

Additional information

Helium is Chromium-based and is not on the documented supported-browser list; this report is for the concrete runtimeConfig schema mismatch. Related: #39466 (the same missing field on Windows, resolved there by a later desktop build). Reinstalling and syncing the version-aligned cache did not help.

View original on GitHub ↗

1 Comment

github-actions[bot] contributor · 2 days ago

Potential duplicates detected. Please review them and close your issue if it is a duplicate.

  • #39466
  • #40118
  • #39800

Powered by Codex Action