I started cursor cli today and it basically was unusable. I’d type in keys and it would reflect the change in about 10 seconds. Maybe you were trying to index my repo or something?
Steps to Reproduce
Download cursor cli
Open in git repo that I’ve used for cursor window
See cpu explode in usage.
Operating System
Linux
Current Cursor Version (Menu → About Cursor → Copy)
I created a fresh clone and this problem did not occur. I think that cursor-agent doesn’t read our gitignore so it tries to read all of our bazel directories
I tried, cloned the pixie repo, tried running `bazel build //src/pixie_cli:install.sh` (which eventually failed), but it still starts up alright. Does this repro in any other repository?
I suspect what is happening right now is that cursor is reading all the symlinks or files created in my bazel repo after a lot of usage. It’s possible that running install.sh only created a few symlinks. I’d recommend you build something more intensive like:
bazel build //src/vizier/services/agent/pem:pem
I think that install.sh literally just copies a file from the repo to the bazel workspace.
what you can also try to do is to create a directory that contains 100000 symlinks to another directory outside of a git root and see what happens to cursor-cli