smallcloudai / refact-lsp

Rust executable for Refact Agent, it lives inside your IDE and keeps AST and VecDB indexes up to date, offers agentic tools for an AI model to call. Yes, it works as a LSP server from IDE point of view.
BSD 3-Clause "New" or "Revised" License
30 stars 16 forks source link

Refactor cache handling by moving it to a new `vecdb_cache` module an… #211

Closed JegernOUTT closed 3 months ago

JegernOUTT commented 3 months ago

…d updating VecDb and related components accordingly