Antigravity IDE¶
Base path: ~/.gemini/antigravity (no observed env override).
observed_version: Google Antigravity IDE (observed 2026-06-21).
Antigravity IDE is documented as its own backend instead of being folded into Gemini CLI. Its conversation and implicit transcript files are protobuf artifacts with no published schema, so agentgrep inventories them as inspectable sources and leaves them out of default search.
Stores¶
- Role:
primary_chat- Format:
protobuf- Coverage:
inspectable- Adapter:
antigravity_ide.conversations_protobuf.v1
- Role:
supplementary_chat- Format:
protobuf- Coverage:
inspectable- Adapter:
antigravity_ide.implicit_protobuf.v1
- Role:
plan- Format:
text- Coverage:
inspectable- Adapter:
antigravity_ide.brain_text.v1
- Role:
plan- Format:
text- Coverage:
inspectable- Adapter:
antigravity_ide.brain_resolved_text.v1
- Role:
instruction- Format:
md_frontmatter- Coverage:
inspectable- Adapter:
antigravity_ide.skills_text.v1
- Role:
app_state- Format:
protobuf- Coverage:
catalog_only- Adapter:
-
- Role:
app_state- Format:
json_object- Coverage:
catalog_only- Adapter:
-
- Role:
source_tree- Format:
opaque- Coverage:
catalog_only- Adapter:
-
- Role:
cache- Format:
opaque- Coverage:
catalog_only- Adapter:
-
antigravity-ide.conversations¶
Per-conversation protobuf artifacts without a published schema. Inspectable via the generic protobuf text extractor.
- Agent:
antigravity-ide
- Role:
primary_chat- Format:
protobuf- Coverage:
inspectable- Path:
${HOME}/.gemini/antigravity/conversations/<conversation_uuid>.pb- Adapter:
antigravity_ide.conversations_protobuf.v1- Data version:
antigravity_ide.conversations_protobuf.v1- Version strategies:
-- Observed:
Google Antigravity IDE (observed 2026-06-21) (2026-06-21)
- Default search:
no
Inspectable only; not searched by default.
antigravity-ide.implicit¶
Implicit protobuf conversation artifacts without a published schema. Inspectable via the generic protobuf text extractor.
- Agent:
antigravity-ide
- Role:
supplementary_chat- Format:
protobuf- Coverage:
inspectable- Path:
${HOME}/.gemini/antigravity/implicit/<conversation_uuid>.pb- Adapter:
antigravity_ide.implicit_protobuf.v1- Data version:
antigravity_ide.implicit_protobuf.v1- Version strategies:
-- Observed:
Google Antigravity IDE (observed 2026-06-21) (2026-06-21)
- Default search:
no
Inspectable only; not searched by default.
antigravity-ide.brain¶
Markdown planning and memory artifacts, not prompt recall.
- Agent:
antigravity-ide
- Role:
plan- Format:
text- Coverage:
inspectable- Path:
${HOME}/.gemini/antigravity/brain/**/*.md- Adapter:
antigravity_ide.brain_text.v1- Data version:
antigravity_ide.brain_text.v1- Version strategies:
-- Observed:
Google Antigravity IDE (observed 2026-06-21) (2026-06-21)
- Default search:
no
Inspectable only; not searched by default.
antigravity-ide.brain_resolved¶
Expanded task Markdown (task.md.resolved plus numbered .resolved.0..N snapshots) that the **/*.md brain glob cannot reach because of the .resolved suffix. Readable plan text, inspectable opt-in.
- Agent:
antigravity-ide
- Role:
plan- Format:
text- Coverage:
inspectable- Path:
${HOME}/.gemini/antigravity/brain/<uuid>/task.md.resolved- Adapter:
antigravity_ide.brain_resolved_text.v1- Data version:
-- Version strategies:
-- Observed:
Google Antigravity IDE (observed 2026-06-21) (2026-06-21)
- Default search:
no
antigravity-ide.skills¶
Markdown skill definitions and instructions, not conversation history.
- Agent:
antigravity-ide
- Role:
instruction- Format:
md_frontmatter- Coverage:
inspectable- Path:
${HOME}/.gemini/antigravity/skills/**/*.md- Adapter:
antigravity_ide.skills_text.v1- Data version:
antigravity_ide.skills_text.v1- Version strategies:
-- Observed:
Google Antigravity IDE (observed 2026-06-21) (2026-06-21)
- Default search:
no
Inspectable only; not searched by default.
antigravity-ide.user_settings¶
Protobuf user settings. Configuration, not chat content.
- Agent:
antigravity-ide
- Role:
app_state- Format:
protobuf- Coverage:
catalog_only- Path:
${HOME}/.gemini/antigravity/user_settings.pb- Adapter:
-
- Data version:
-- Version strategies:
-- Observed:
Google Antigravity IDE (observed 2026-06-21) (2026-06-21)
- Default search:
no
antigravity-ide.mcp_config¶
MCP server configuration. Configuration, not chat content.
- Agent:
antigravity-ide
- Role:
app_state- Format:
json_object- Coverage:
catalog_only- Path:
${HOME}/.gemini/antigravity/mcp_config.json- Adapter:
-
- Data version:
-- Version strategies:
-- Observed:
Google Antigravity IDE (observed 2026-06-21) (2026-06-21)
- Default search:
no
antigravity-ide.server¶
Local IDE server state and binaries. Not conversation history.
- Agent:
antigravity-ide
- Role:
source_tree- Format:
opaque- Coverage:
catalog_only- Path:
${HOME}/.antigravity-server/- Adapter:
-
- Data version:
-- Version strategies:
-- Observed:
Google Antigravity IDE (observed 2026-06-21) (2026-06-21)
- Default search:
no
antigravity-ide.cache¶
Staging cache files. Cache state, not conversation history.
- Agent:
antigravity-ide
- Role:
cache- Format:
opaque- Coverage:
catalog_only- Path:
${HOME}/.cache/antigravity/staging/- Adapter:
-
- Data version:
-- Version strategies:
-- Observed:
Google Antigravity IDE (observed 2026-06-21) (2026-06-21)
- Default search:
no
Record schemas¶
antigravity-ide.conversations¶
conversations/<conversation_uuid>.pb stores one protobuf conversation
artifact. agentgrep extracts readable UTF-8 strings best-effort and emits
them as conversation-history records only when the source is inspected.
antigravity-ide.implicit¶
implicit/<conversation_uuid>.pb files are additional protobuf conversation
artifacts. They use the same inspectable, best-effort protobuf text path as
the primary conversation files.
antigravity-ide.brain and antigravity-ide.skills¶
brain/**/*.md and skills/**/*.md are Markdown planning, memory, and
instruction artifacts. They are safe to inventory, but they are not prompt
history or chat transcripts and are not searched by default.
antigravity-ide.brain_resolved¶
brain/<uuid>/task.md.resolved (plus numbered .resolved.0..N
snapshots) is the expanded task Markdown. The .resolved suffix keeps
it outside the **/*.md brain glob, so it is catalogued separately as
inspectable plan text.