macOS/Helium: side panel rejects current native host when trust field is missing
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?
- Use macOS 27.0 arm64 with ChatGPT 26.820.60940 (build 7119).
- Install ChatGPT extension 1.2.27268.51612 in Helium 0.15.7.1.
- Open the side panel and ask it to navigate or click.
- 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.
1 Comment
Potential duplicates detected. Please review them and close your issue if it is a duplicate.
Powered by Codex Action