Disclaimer: This is an unofficial community workaround project. It is not affiliated with, endorsed by, sponsored by, or in any way related to Google LLC or the Antigravity IDE team. All product names, logos, and brands are property of their respective owners.
This unofficial community Database Management Hub operates entirely offline on local files. It:
- Makes no network requests of any kind
- Reads only from
~/.gemini/antigravity/(conversations, brain artifacts) - Writes only to the IDE's
state.vscdbSQLite database - Creates a timestamped backup with descriptive suffixes before any modifications
If you discover a security vulnerability in this tool, please report it responsibly:
- Do not open a public issue.
- Email the maintainer directly at: security@agmercium.com
- Include:
- A clear description of the vulnerability
- Steps to reproduce
- Potential impact
- You will receive a response within 48 hours.
This tool intentionally modifies the Antigravity IDE's SQLite database. While automatic backups are created, users should be aware that:
- Running the tool while the IDE is open may result in the IDE overwriting the patched database
- Corrupt
.pbfiles could theoretically produce malformed index entries (the tool handles this gracefully) - The tool requires read/write access to the database file, which is a normal user-level permission
This tool uses only Python standard library modules and has zero external dependencies, eliminating supply-chain attack vectors.