git-ai
extensiongit-ai for Cursor here!
Search for “git-ai for cursor” in Cursor Extensions tab
A VS Code extension that tracks AI-generated code using git-ai.
Cursor does not expose any of its composer events or any hooks for PostEdit
(upvote this Feature Request to help).
In an ideal world this extension would be able to listen for events like onAIChangesAccepted
or onAIChangesApplied
, but instead we are forced to use hueristics.
Known limitations:
You can enable toast messages from the extension when it calls checkpoints to get a feel for the effectiveness of the hueritics add this option to your settings:
"cursorGitAi.enableCheckpointLogging: true"
git-ai
curl -sSL https://gitai.run/install.sh | bash
git-ai
is on your PATH so the extension can find itMIT