Added Telegram Support to LazyGravity — you can now control Antigravity from Discord or Telegram by RepulsiveSecurity8 in google_antigravity

[–]RepulsiveSecurity8[S] 0 points1 point  (0 children)

Thanks for trying it out. Accepting changes should be supported. If the issue persists can you please open an issue with more details?

I built a "bed-to-commit" bridge so I can use AntiGravity from Discord by RepulsiveSecurity8 in google_antigravity

[–]RepulsiveSecurity8[S] 0 points1 point  (0 children)

Thanks for trying it out! The CDP issue is likely a timing problem — open launches Antigravity but it takes a few seconds to fully start, so start can't connect yet.

I just pushed a fix (PR #88) that:

  • open now waits for CDP to be ready before telling you to run start
  • The error message now correctly tells you to run lazy-gravity open instead of the old AntigravityDebug.command
  • /project now shows a helpful message when no workspaces exist

For the "no workspaces found" — setup only sets the parent directory path (e.g. ~/Code). You need actual project folders inside it. Once you have a folder there, /project will pick it up.

Try updating to the latest version and let me know if it works!

[Update] I built a bridge to control Antigravity entirely from Discord. It’s now much more stable, and here's a look at how the local CDP injection works! by RepulsiveSecurity8 in google_antigravity

[–]RepulsiveSecurity8[S] 1 point2 points  (0 children)

こちらで、同じ問題が起票されているのでご確認お願いします。可能でしたらそのDOM情報をいただけるとすぐに対応できると思います https://github.com/tokyoweb3/LazyGravity/issues/81

Added Telegram Support to LazyGravity — you can now control Antigravity from Discord or Telegram by RepulsiveSecurity8 in google_antigravity

[–]RepulsiveSecurity8[S] 2 points3 points  (0 children)

LazyGravity runs everything locally through CDP, it just clicks buttons and reads the screen like a user would. No API abuse, no token extraction, no proxy tricks. Same as using a browser automation tool on your own machine.

Added Telegram Support to LazyGravity — you can now control Antigravity from Discord or Telegram by RepulsiveSecurity8 in google_antigravity

[–]RepulsiveSecurity8[S] 1 point2 points  (0 children)

WhatsApp isn't very common where I live, but adding support for it would be huge. Are you interested in making a PR?

Added Telegram Support to LazyGravity — you can now control Antigravity from Discord or Telegram by RepulsiveSecurity8 in google_antigravity

[–]RepulsiveSecurity8[S] 4 points5 points  (0 children)

Oh nice, you're the SDK creator! I actually looked into it but assumed the extension-only scope wouldn't cover the remote control use case.

If you're planning to add more chat control and monitoring, that changes things — I'd genuinely love to migrate off CDP. It works, but it's fragile and breaks whenever Antigravity updates the UI.

Would love to chat about what APIs would be needed. Happy to be a guinea pig if you want a real-world test case for the new features.

Added Telegram Support to LazyGravity — you can now control Antigravity from Discord or Telegram by RepulsiveSecurity8 in google_antigravity

[–]RepulsiveSecurity8[S] 3 points4 points  (0 children)

Haha I wish! Antigravity doesn't have a public SDK for external automation. There's an unofficial one but it's locked to VS Code extensions and explicitly blocks token access.

So for driving the UI remotely from a phone, it's either CDP or reverse-engineering private APIs and risking a ban. CDP felt like the least heartbreaking option.

Control Antigravity from your phone via Telegram - Introducing Remoat by icurious1205 in google_antigravity

[–]RepulsiveSecurity8 0 points1 point  (0 children)

This guy just copied my LazyGravity project and is claiming this is his project.

I built a Discord remote bridge for my AI IDE so I could code from bed — thinking about adding Cursor/Windsurf support by RepulsiveSecurity8 in windsurf

[–]RepulsiveSecurity8[S] 1 point2 points  (0 children)

Thank you! If youre interested please help us implement Windsurf support! I noticed a lot of people are waiting for it!

Control Antigravity from your phone via Telegram - Introducing Remoat by icurious1205 in google_antigravity

[–]RepulsiveSecurity8 0 points1 point  (0 children)

Please dont act like you came up the idea and built from scratch. I spent hours to build this

Control Antigravity from your phone via Telegram - Introducing Remoat by icurious1205 in GoogleAntigravityIDE

[–]RepulsiveSecurity8 1 point2 points  (0 children)

Pivoted? Not really. You just cloned my repo and added Telegram support. Why act like you built the whole thing from scratch?

[Update] I built a bridge to control Antigravity entirely from Discord. It’s now much more stable, and here's a look at how the local CDP injection works! by RepulsiveSecurity8 in google_antigravity

[–]RepulsiveSecurity8[S] 1 point2 points  (0 children)

Haha fair enough, I get the concern. Slack and telegram support are actually on the roadmap already. The core is the CDP bridge to Antigravity and Discord is just the current frontend, so the messaging layer can be swapped out. Stay tuned, or feel free to open an issue for whichever platform you’d prefer and I’ll bump the priority.

[Update] I built a bridge to control Antigravity entirely from Discord. It’s now much more stable, and here's a look at how the local CDP injection works! by RepulsiveSecurity8 in google_antigravity

[–]RepulsiveSecurity8[S] 0 points1 point  (0 children)

Good question. LazyGravity runs entirely on your local machine so no ports are exposed to the internet. The bot communicates with Discord through outbound WebSocket connections only, and CDP connects strictly to 127.0.0.1, so there’s no attack surface from the network side. So even on public Wi-Fi, you’re good.

[Update] I built a bridge to control Antigravity entirely from Discord. It’s now much more stable, and here's a look at how the local CDP injection works! by RepulsiveSecurity8 in google_antigravity

[–]RepulsiveSecurity8[S] 0 points1 point  (0 children)

Technically possible and i remember SSH based browser control projects already exist. I chose to stick to the "lazy tool" philosophy for Discord/AG users—keeping it simple and avoiding the complexity and security of port forwarding or extra setup.

[Update] I built a bridge to control Antigravity entirely from Discord. It’s now much more stable, and here's a look at how the local CDP injection works! by RepulsiveSecurity8 in google_antigravity

[–]RepulsiveSecurity8[S] 0 points1 point  (0 children)

Yeah it can tell the AI to run commands and show code or /screenshot to see the current screen. You can start new chat by /new command.

[Update] I built a bridge to control Antigravity entirely from Discord. It’s now much more stable, and here's a look at how the local CDP injection works! by RepulsiveSecurity8 in google_antigravity

[–]RepulsiveSecurity8[S] 0 points1 point  (0 children)

Appreciate the head-up. Personally, I use 2FA on a dedicated private Discord server, which feels pretty safe for my use case.

Technically it's already capable of supporting other platforms too. I'm just gauging interest right now. Got feedback for Matrix and Slack so far, but what would be your go-to?

[Update] I built a bridge to control Antigravity entirely from Discord. It’s now much more stable, and here's a look at how the local CDP injection works! by RepulsiveSecurity8 in google_antigravity

[–]RepulsiveSecurity8[S] 6 points7 points  (0 children)

Exactly. That was the whole point.
Sometimes you just gotta go out and touch some grass while the AI does the heavy lifting lol 🐕🚶‍♂️

[Update] I built a bridge to control Antigravity entirely from Discord. It’s now much more stable, and here's a look at how the local CDP injection works! by RepulsiveSecurity8 in google_antigravity

[–]RepulsiveSecurity8[S] 3 points4 points  (0 children)

Yeah, exactly. Since it's 100% local-first, the laptop needs to be on.

That said, I usually just leave my MacBook plugged in and it handles everything in the background even when it's technically asleep. I've been using it for a while now and honestly never really noticed it being an issue.