Settings

Theme

Supercharge Claude Code, Cursor, Codex with Semantic Code Intelligence

github.com

1 points by beyti 2 months ago · 2 comments

Reader

honestmaker 2 months ago

been using cursor heavily but it still loses context on larger codebases sometimes. does this index the entire project locally or just active files? curious about the memory footprint.

  • beytiOP a month ago

    As far as I understood, it creates an AST from the whole project and stores it in a sqlite db. Not just the active files. Tries to be a bridge between file system operations of llm models and the disk.

    tho, I don't think this will help on context-wise persistence. This is basically a AST wrapper around io operations on disk.

Keyboard Shortcuts

j
Next item
k
Previous item
o / Enter
Open selected item
?
Show this help
Esc
Close modal / clear selection