Add Antigravity to supported editors in Open menu (macOS, Windows, and Linux)#841
Conversation
|
Important Review skippedAuto reviews are disabled on this repository. Please check the settings in the CodeRabbit UI or the ⚙️ Run configurationConfiguration used: Repository UI Review profile: CHILL Plan: Pro Run ID: You can disable this status message by setting the Use the checkbox below for a quick retry:
✨ Finishing Touches🧪 Generate unit tests (beta)
📝 Coding Plan
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 4e9743281f
ℹ️ About Codex in GitHub
Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".
|
@WilgotM you will need to update with main, there are conflicts 🙂 |
…gravity-open-menu # Conflicts: # apps/web/src/components/ChatView.tsx
Fixed |

Closes #343.


This is a small compatibility fix to let Antigravity appear in the Open menu when the editor is installed, even if its CLI command is not present on PATH.
The change follows the existing detection/launch pattern:
agyis installedNo architecture changes or UI redesign were introduced.
Validation:
Note
Add Antigravity editor to the Open menu across macOS, Windows, and Linux
{ id: 'antigravity', label: 'Antigravity', command: 'agy' }to theEDITORSconstant in editor.ts.AntigravityIconto Icons.tsx and includes anAntigravityoption in the OpenInPicker whenantigravityappears inavailableEditors.resolveEditorLaunchmapsantigravityto commandagywith the workspace path as its argument.Macroscope summarized 0872930.