Hi everyone,
I’m starting to use the Cursor CLI to automate some tasks on a very large codebase. I have a few questions about how it handles context and indexing, as this is crucial for it to be effective.
I’d really appreciate it if someone could clarify:
-
Does the Cursor CLI use the existing index created by the Cursor IDE? Or does it generate its own index when it runs?
-
If the CLI doesn’t use indexing, how effective is it at finding bugs or handling feature requests in a large repository? I’m concerned it might lack the necessary context.
-
If indexing isn’t a built-in feature of the CLI, are there any recommended open-source tools or workflows to help provide that deep codebase context?
Thanks for your help!