refact
refact copied to clipboard
AI Agent that handles engineering tasks end-to-end: integrates with developers’ tools, plans, executes, and iterates until it achieves a successful result.
Suggested changes in contributing.md. We might need to review this with updated into. Feel free to add more.
Added code of conduct to repo.
Added more description
Tried the latest (1.9.3) docker image version. The latest stout message is "cassandra server started". The log directory on perm-storage is empty. There is no errors in cassandra logs as...
Hi team, I saw Refact.ai self-hosted version can support 3rd-party APIs by adding URL and KEY. Could you do the similar to support any Ollama managed local model for code-completion...
Currently, AST parsing doesn't support Kotlin language. Due to this, code lens feature doesn't work for Kotlin projects and we cannot use "`@definition`" as well. Adding Kotlin AST parser support...
## Description This PR adds Kotlin language support to the Refact.ai AST parser, enabling code understanding and symbol extraction for Kotlin projects. ### Impact This implementation enables: - **Code Lens...
Create a simple step-by-step of how you used Refact Agent to complete a basic coding task — like writing or fixing something. What to include: Your goal What you typed...
We need to improve the MCP Client. Currently, all tools are simply listed consuming context window, creating [Context Rot](https://github.com/chroma-core/context-rot), meaning worse results for more tokens/money. To fix that I think...