Skip to content

Detect ChatGPT.app on macOS - #977

Draft
probmetrics wants to merge 1 commit into
b-nnett:mainfrom
probmetrics:fix/chatgpt-app-detection
Draft

Detect ChatGPT.app on macOS#977
probmetrics wants to merge 1 commit into
b-nnett:mainfrom
probmetrics:fix/chatgpt-app-detection

Conversation

@probmetrics

Copy link
Copy Markdown

What

  • discover /Applications/ChatGPT.app and ~/Applications/ChatGPT.app on macOS
  • include ChatGPT-named app bundles in fallback application scans
  • cover the stable bundle ID and app-name discovery behavior with tests

Why

The current OpenAI desktop release is named ChatGPT.app while retaining the com.openai.codex bundle ID. Codex++ only searches for app names containing Codex, so commands without an explicit --app path report that the app is missing.

Impact

Existing Codex and Codex Beta detection is unchanged. The additional candidates are macOS-only, and the app metadata remains the source of truth for channel and bundle identification.

Checks

  • npm test (144 passing)
  • npm run build
  • git diff --check

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant