Skip to content

Add Antigravity to supported editors in Open menu (macOS, Windows, and Linux)#841

Merged
juliusmarminge merged 12 commits intopingdotgg:mainfrom
WilgotM:fix/antigravity-open-menu
Mar 12, 2026
Merged

Add Antigravity to supported editors in Open menu (macOS, Windows, and Linux)#841
juliusmarminge merged 12 commits intopingdotgg:mainfrom
WilgotM:fix/antigravity-open-menu

Conversation

@WilgotM
Copy link
Contributor

@WilgotM WilgotM commented Mar 10, 2026

Closes #343.
Skärmavbild 2026-03-10 kl  22 24 40
image

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:

  • command-based detection still works when agy is installed
  • adds a minimal platform-specific fallback only for Antigravity so installed app builds are detected and launched (macOS and Windows)

No architecture changes or UI redesign were introduced.

Validation:

  • bun lint (0 errors; 1 unrelated existing warning)
  • bun typecheck (success; 1 unrelated existing TS5 message)

Note

Add Antigravity editor to the Open menu across macOS, Windows, and Linux

  • Adds { id: 'antigravity', label: 'Antigravity', command: 'agy' } to the EDITORS constant in editor.ts.
  • Adds AntigravityIcon to Icons.tsx and includes an Antigravity option in the OpenInPicker when antigravity appears in availableEditors.
  • Adds a test case in open.test.ts verifying resolveEditorLaunch maps antigravity to command agy with the workspace path as its argument.

Macroscope summarized 0872930.

@coderabbitai
Copy link

coderabbitai bot commented Mar 10, 2026

Important

Review skipped

Auto reviews are disabled on this repository. Please check the settings in the CodeRabbit UI or the .coderabbit.yaml file in this repository. To trigger a single review, invoke the @coderabbitai review command.

⚙️ Run configuration

Configuration used: Repository UI

Review profile: CHILL

Plan: Pro

Run ID: 065b2be9-7713-43ed-818a-c29818a0dcac

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.

Use the checkbox below for a quick retry:

  • 🔍 Trigger review
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Post copyable unit tests in a comment
📝 Coding Plan
  • Generate coding plan for human review comments

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.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

@github-actions github-actions bot added the vouch:unvouched PR author is not yet trusted in the VOUCHED list. label Mar 10, 2026
Copy link

@chatgpt-codex-connector chatgpt-codex-connector bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💡 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 WilgotM changed the title Add Antigravity to supported editors in Open menu (macOS and Windows) Add Antigravity to supported editors in Open menu (macOS, Windows, and Linux) Mar 10, 2026
@Noojuno
Copy link
Contributor

Noojuno commented Mar 10, 2026

Can confirm this works for me on macOS (thank you for this, I have been using Antigravity lately to avoid paying for a Cursor sub)

image

@WilgotM WilgotM requested a review from juliusmarminge March 11, 2026 14:56
@Noojuno
Copy link
Contributor

Noojuno commented Mar 12, 2026

@WilgotM you will need to update with main, there are conflicts 🙂

…gravity-open-menu

# Conflicts:
#	apps/web/src/components/ChatView.tsx
@github-actions github-actions bot added the size:L 100-499 changed lines (additions + deletions). label Mar 12, 2026
@WilgotM
Copy link
Contributor Author

WilgotM commented Mar 12, 2026

@WilgotM you will need to update with main, there are conflicts 🙂

Fixed

@WilgotM WilgotM closed this Mar 12, 2026
@WilgotM WilgotM reopened this Mar 12, 2026
@github-actions github-actions bot added size:M 30-99 changed lines (additions + deletions). and removed size:L 100-499 changed lines (additions + deletions). labels Mar 12, 2026
@github-actions github-actions bot added size:L 100-499 changed lines (additions + deletions). and removed size:M 30-99 changed lines (additions + deletions). labels Mar 12, 2026
@juliusmarminge juliusmarminge enabled auto-merge (squash) March 12, 2026 23:24
@juliusmarminge juliusmarminge merged commit 5c03fb6 into pingdotgg:main Mar 12, 2026
10 of 11 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

size:L 100-499 changed lines (additions + deletions). vouch:unvouched PR author is not yet trusted in the VOUCHED list.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Open button does not show Antigravity

3 participants