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 conversation
.pbfiles and other local data under~/.gemini/antigravity/(read-only) - Writes only to the IDE's
state.vscdbSQLite database andstorage.json(when using storage subcommands) - Creates timestamped backups before any modifications (
{db}.agmercium_recovery_{timestamp}_{reason})
For tool usage, recovery steps, and CLI reference, see README.md.
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.