Skip to main content

General

No. Chatledger operates entirely locally. It communicates only with the local Antigravity process on your machine. No conversation data is sent to any external server.
No. Chatledger relies on specific APIs and the internal architecture of the Antigravity IDE. It will not work with the standard Visual Studio Code distribution or other forks.
By default, it checks for changes every 5 minutes. You can configure this via the chatledger.pollInterval setting (min: 2 mins, max: 120 mins).

Security

If you have chatledger.censorSensitiveContent enabled, the key should be replaced with ***CENSORED*** in the exported markdown file.
Always verify your files before pushing to a public repository, even with censoring enabled.
Yes! You can add custom regex patterns in the chatledger.additionalSensitivePatterns setting. See the Security page for details.