Skip to content

feat: Add antigravity support#196

Merged
Pringled merged 6 commits into
mainfrom
add-antigravity-support
Jun 12, 2026
Merged

feat: Add antigravity support#196
Pringled merged 6 commits into
mainfrom
add-antigravity-support

Conversation

@Pringled

Copy link
Copy Markdown
Member

This PR adds support for Antigravity. It uses a bunch of things from Gemini CLI which is nice. I also ordered the installer to show detected ones first.

@codecov

codecov Bot commented Jun 12, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.

Files with missing lines Coverage Δ
src/semble/installer/agents.py 100.00% <ø> (ø)
src/semble/installer/installer.py 100.00% <ø> (ø)
🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@greptile-apps

greptile-apps Bot commented Jun 12, 2026

Copy link
Copy Markdown

Confidence Score: 3/5

Merging as-is will silently break Gemini CLI instructions whenever a user uninstalls Antigravity (or vice versa), because both agents write to the same GEMINI.md file.

The shared instructions_path creates a real, reproducible data-loss scenario: one uninstall removes a configuration block that the other agent still needs. The rest of the change (sorting, MCP config, subagent, docs) is straightforward and correct.

src/semble/installer/agents.py — the Antigravity instructions_path needs to be distinct from the Gemini CLI entry.

Reviews (1): Last reviewed commit: "Update docs" | Re-trigger Greptile

Comment thread src/semble/installer/agents.py
@Pringled Pringled requested a review from stephantul June 12, 2026 07:04
@Pringled Pringled merged commit 4cba20b into main Jun 12, 2026
16 checks passed
@Pringled Pringled deleted the add-antigravity-support branch June 12, 2026 12:36
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.

2 participants