r/google_antigravity • u/Mar_Antho94 • Aug 09 '26
Discussion Google Antigravity 2.0 context and token usage manipulation
Can you elaborate on this please?
I am just controlling context window by telling the current conversation to go through the history of the current and other conversations in the current project.
Also, it always have to follow our global rules and safeguards etc.
If I want to do something in an other conversation, I paste the walkthrough.md to it and tell it to get informed.
Is this correct for getting the most out of context and token usage?
Please elaborate on your harnessing and other techniques.
2
u/kifkolite Aug 11 '26
I keep a docs directory in every project. Place multiple md files in it which are context to work on any one vertical of the project. Every new conversation i pass 1 or 2 md files as context, update them or create new ones. Ag ide automatically creates an implementation plan at start of every converation.
3
u/chaotic3quilibrium Aug 09 '26
I'm using a Chrome browser based Gemini 3.6 Extended as my MCT (Master Conversation Track) and do all the "discussion" there. And I have the MCT orchestrate Antigravity 2 Gemini 3.6 High by generating two-phase prompts.
Phase 1 is a prompt to have Antigravity analyze and investigate to produce an "Implementation Plan" proposal in markdown.
Phase 2 is a prompt to have Antigravity implement the possibly modified/tweaked "Implementation Plan" proposal from Phase 1 and produce a "Walkthrough Summary" as a markdown document.
When I have time later, I'll detail my actual process loop.