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.
Stars
67
Forks
30
Watchers
67
Open Issues
17
Overall repository health assessment
No package.json found
This might not be a Node.js project
1.2k
commits
368
commits
250
commits
239
commits
225
commits
144
commits
48
commits
13
commits
3
commits
2
commits
change approach for rollback to preview -> apply instead of apply -> undo
b8ccf58View on GitHubfix: do not create abs paths if they are not going to be used, speed improvements for checkpoints
44f0dcfView on GitHubfix: blacklisted dirs excluded from all repos + refactor open shadow repos to only one method
ec0c7a7View on GitHubrefactor: remove unused untracked flag and move enum to module level and create shadow repo in a method
50ee91aView on GitHubfeat: support for nested shadow repos is working, refactor nested repos logic to separate methods, faster way to know if file is submodule
7ea699eView on GitHubfixes issue when chat was iterrupted in the middle of a tool call: tool was called, but results did not arrive -- caused critical litellm error
ef64325View on GitHub