codex - 💡(How to fix) Fix Codex desktop does not detect Antigravity IDE as an “Open in” target on macOS

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…
RAW_BUFFERClick to expand / collapse

What happened?

Codex Desktop’s project file “Open in” dropdown only shows Finder and Terminal, even though Antigravity IDE is installed and its CLI command works.

Environment

  • macOS
  • Codex Desktop: 26.519.41501
  • Antigravity.app: 2.0.6
  • Antigravity IDE.app: 2.0.3

Investigation

Codex appears to detect Antigravity on macOS using this path:

/Applications/Antigravity.app/Contents/Resources/app/bin/antigravity

But on my machine that path does not exist.

The working Antigravity IDE CLI is located here:

/Applications/Antigravity IDE.app/Contents/Resources/app/bin/antigravity-ide

The installed PATH command works:

antigravity-ide --version

The old symlink also exists but is broken:

~/.antigravity/antigravity/bin/antigravity -> /Applications/Antigravity.app/Contents/Resources/app/bin/antigravity

Expected behavior

Codex Desktop should detect the currently installed Antigravity IDE and show Antigravity in the “Open in” dropdown.

Suggested fix

Please support detecting the newer Antigravity IDE path:

/Applications/Antigravity IDE.app/Contents/Resources/app/bin/antigravity-ide

or detect both legacy antigravity and current antigravity-ide CLI locations.

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…

FAQ

Expected behavior

Codex Desktop should detect the currently installed Antigravity IDE and show Antigravity in the “Open in” dropdown.

Still need to ship something?

×6

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

Back to top recommendations

TRENDING

codex - 💡(How to fix) Fix Codex desktop does not detect Antigravity IDE as an “Open in” target on macOS