We are authors of Spring Boot Tools extension that is installable into Antigravity. One of the features of the extension is CodeLens over some pieces of code that states “Explain with AI” which sends a query via the chat UI to the model.
We’d like to add support for this feature for Antigravity as well (already did Cursor). For this we’d like:
- String id of the command that sends a query via chat UI to the AI (“antigravity.sendTextToChat“ ?)
- What are the parameters for the command? If its an object expected the scheme of the object would be neccessarry.
2 Likes
Hello @Alex_Boyko, welcome to AI Forum!
Thank you for your interest in integrating the Spring Boot Tools extension with Antigravity. We would welcome a more detailed overview of the extension, as well as any documentation or project references you can provide. Once received, I will present this information to our engineering team for further evaluation.
Hey @Abhijit_Pramanik ,
thanks for coming back to us on this. Unfortunately, it looks like the answer that Alex posted a short while ago that included the links to the necessary information somehow got flagged as spam (or something similar), removed, and his account is blocked now - so that he can’t provide any new answers anymore. Can you have a look at unlock his account again?
In addition to that, you can find the “Spring Boot Tools” extension on the openvsx marketplace, which also includes links to the GitHub repo, etc. I won’t paste direct links here to avoid being banned, too. But I am sure you can find the extension easily there.
To describe the feature in more detail:
We analyze the source code in the editor and insert code lenses at specific locations to indicate that AI could help here with explaining or transforming something. When the user clicks on the code lens, we call the mentioned API to send a dynamically crafted prompt to the AI chat. It is basically a code-lens-based shortcut to avoid having the user copy-paste things into the AI chat.
We implemented this already for Copilot in VSCode, Copilot in Eclipse, and Cursor - and would love to support Antigravity here as well. Therefore the ask to provide this API.
If you tell me know to provide direct links without being banned from this forum, we would be happy to share more details anytime.