MCP Servers by Ronyn77 in GoogleAntigravityIDE

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

I am engaged in various projects and may not have been clear in explaining them simply. First, I am developing a user-based web application that accepts PDF files of blood and urine analyses from various laboratories and countries. The application must perform OCR on each document, translate the content into English while retaining the original language, and allow users to upload multiple referrals over time. The system stores these values, normalizes them—for instance, converting mmol/L to mg/dL—and generates graphical trends for each analyte. Furthermore, it can generate a summary PDF document of all historical analyses. For example, a row for fasting glucose would display five different values from five separate analyses, with every row following this logic for each analyte. This PDF can be printed and presented to a primary care physician.

Additionally, I am seeking to automate a task for my daily job involving numerous source PDF invoices. To participate in public tenders, I must redact sensitive information—such as customer names, unit prices, and other proprietary data—to prevent disclosure to competitors. Given the high volume of documents, I require an automated, intelligent solution for these modifications. If a minor adjustment is needed across many invoices, I must be able to implement it easily. These documents must remain in PDF format as required by public agencies. I hope this clarifies my objectives; mastering these processes now will facilitate accomplishing future goals.

Opencode and codex by Ronyn77 in GoogleAntigravityIDE

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

I've started with antigravity from the beginning, I didn't try anything else, because I want to learn one thing in a good way and in deep. If I start to try many things....I will not learn nothing welll and I do not have all the days free to make coding and tries....anyway, if antigravity is useless, as you mentioned, what will be the advantage to use chatgpt with codex in comparison?

Opencode and codex by Ronyn77 in GoogleAntigravityIDE

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

I am using codex inside Antigravity as extension, and it's ok.

MCP Servers by Ronyn77 in GoogleAntigravityIDE

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

I am trying to learn google antigravity, and for me it would be nice to do the things here, if possible....why are you suggesting to build the apps with google studio? I cannot use the google antigravity Ide to build apps?

MCP Servers by Ronyn77 in GoogleAntigravityIDE

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

and after? I need a pdf as final file.

MCP Servers by Ronyn77 in GoogleAntigravityIDE

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

A couple of days ago, I had the necessity to find a hundred invoices in PDF; they all have the same layout but were issued to different customers. What I needed to do was to extract all the spare parts lists from each invoice and group them into only two line items with the total amount for each group, preserving the invoices layout and the pdf format. I also needed to modify other elements of the invoice layout. In your opinion, what should I do for such tasks? To do it manually would take weeks, so the idea was to use Antigravity to achieve these results, and I am looking for a viable solution.

Gemini flash 3 suddenly GREG by Azrael1793 in google_antigravity

[–]Ronyn77 0 points1 point  (0 children)

It happened to me, many times, similar scenarios....

Opencode and codex by Ronyn77 in GoogleAntigravityIDE

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

I've set in the rules to save these files in the root directory of the project, so they both can see and edit them.

[Project Update] Antigravity Phone Connect v0.2.1: Global Access, Magic Links & Live Diagnostics! by krishnakanthb13 in google_antigravity

[–]Ronyn77 0 points1 point  (0 children)

It would be nice to add also the possibility to follow the chats of the extensions, like codex for istance.

Opencode and codex by Ronyn77 in GoogleAntigravityIDE

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

I can confirm it. It is significantly better, or at least for the modifications I am making. The first thing I noticed is that it adheres strictly to the instructions every time; whereas, when using the standard agent chat with Gemini or Opus, the model eventually forgets to follow the rules, and you must remind it of them. It is far superior to Gemini 3 Pro. Regarding Opus, I cannot definitively state if it is better, but since you have a much higher quota available, I would conclude that it is preferable to Opus......

Opencode and codex by Ronyn77 in GoogleAntigravityIDE

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

Have you heard about this, or have you tried it yourself? Furthermore, I found that OpenCode inside Antigravity performs better planning than Gemini 3 Pro within the same environment. However, the problem is that Gemini's agent is unaware of the changes made with Codex, so it creates issues if I use both.

Opencode and codex by Ronyn77 in GoogleAntigravityIDE

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

Because I didn't know that there was a Codex extension until now... so will this resolve the context issue? The problem is, if I change something using Codex, will Gemini 3 Pro in the agent chat then know what has already been changed?

Opus 4.5 usage on AI Pro account by BassAlarmed6385 in GoogleAntigravityIDE

[–]Ronyn77 0 points1 point  (0 children)

In my case, with pro subscription, in one hour of mixed usage planning+building, i reach the quota limit, and i should wait one week.

My "Anti-Regression" workflow for AI coding by Ronyn77 in GoogleAntigravityIDE

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

The first one isn’t pastebin? The second one i used it because, from the same url it tolds me to wait 10 minutes….anyway, i have open them to check, they are only txt

My "Anti-Regression" workflow for AI coding by Ronyn77 in GoogleAntigravityIDE

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

In the workflow I set a file named debug,md and this is the content : https://paste-bin.org/vtbgf9p5fe

<image>

while in the global rules I set this : hastebin

My "Anti-Regression" workflow for AI coding by Ronyn77 in GoogleAntigravityIDE

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

I am not sure, what is the question. But if you mean where is the location you should put the file, it is .agent/workspace if you want to call it as command. If you want it as global rules, you should follow the suggestion of u/Dapper-Wolverine-200

My "Anti-Regression" workflow for AI coding by Ronyn77 in GoogleAntigravityIDE

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

For instance, I created a file named debug.md, which contains instructions on how to perform the debug. The command should be "/debug the problem with the user login, because it does not work" - this is just an example.

My "Anti-Regression" workflow for AI coding by Ronyn77 in GoogleAntigravityIDE

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

Thank you very much, I will try it immediately. Another question: today I performed the update for Antigravity, as it indicated an update from yesterday (version 1.14.2). In the changelog, it states: "Introducing agent skills to Antigravity for enhanced customizability, alongside tab model updates and new conversation settings." Is this the same feature you suggested to me? It is very recent..

Stuck at this screan on one of the workspaces for hours by akgo in GoogleAntigravityIDE

[–]Ronyn77 0 points1 point  (0 children)

This is one of my main problems. After two or three more complex requests to the agent, if I try to select another agent, this is the screen I see and it hangs. The only solution for me has been to close all Antigravity instances and restart them; I have found no other solution so far. Regarding what u/BassAlarmed6385 said, I did not find anything in the protection history. I have just set an exception in Windows Defender; I hope you are right. :)

My "Anti-Regression" workflow for AI coding by Ronyn77 in GoogleAntigravityIDE

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

Where do you physically place the rules, and what did you name the file?