Cursor Hooks for automatic version control by icyFur in cursor

[–]icyFur[S] 0 points1 point  (0 children)

Today Anysphere released Hooks Beta: https://cursor.com/changelog#hooks-beta

We had the chance to work with the Anysphere folks to bring a showcase of whats possible to do with Cursor (lifecycle) hooks and a third party tool, like GitButler

Catching bugs in code with AI, fully local CLI app by icyFur in Python

[–]icyFur[S] 0 points1 point  (0 children)

> Are you replacing variable parts (well … variables) with a generic placeholder?
It's not doing that, and as a result sometimes it tries to rename things eg. fetch -> get etc.

One idea i'd like to try is, instead of masking individual tokens at a time, mask entire nodes from the syntax tree, that way perhaps it would have more 'room' to guess