You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
3.**Antigravity IDE**: OMNI natively supports IDEs like Antigravity via MCP over stdio. Just import the plugin manifest (`integrations/antigravity/antigravity.plugin.json`).
157
+
3.**Antigravity IDE**: OMNI registers as a native MCP server in Antigravity's config (`~/.gemini/antigravity/mcp_config.json`). Run `omni init --antigravity` to set up automatically.
158
158
159
159
**Multi-Agent Tuning (`~/.omni/config.toml`)**
160
160
Different agents have different pain points. Keep VS Code chat clean, whilst letting OpenCode read more data. Tune them individually:
-**Automatic Setup**: OpenClaw integration is completely automatic. Run `omni doctor --fix` to fetch and install the latest plugin directly from the OMNI public repository.
1192
1192
1193
+
### Antigravity IDE
1194
+
1195
+
OMNI integrates with Antigravity IDE as a native MCP server, registered directly in Antigravity's MCP configuration file.
omni reset --antigravity # Remove OMNI from Antigravity MCP config
1238
+
```
1239
+
1193
1240
---
1194
1241
1195
1242
*This is a living document. OMNI is under active development — check the [CHANGELOG](https://github.com/fajarhide/omni/blob/main/CHANGELOG.md) for updates after each release.*
0 commit comments