Clean-Coder-AI
Clean-Coder-AI copied to clipboard
✅2-in-1 AI Developer and Project Manager. AI agents plan an entire project in Todoist and code it task by task.
I didn't have much time to test it well but after few checks it look promising
I sync'd with your repo and dependabot and QC bot pointed out some things you may have missed including a faulty regex. I felt the regex one was worthy of...
A python-oriented agent for harvesting documentation about libraries for a software project. - input: user's task - output: indexed documentation Overall functionality: - identify python libraries relevant for user's project...
Add Deepseek-v3 (api version) to high and medium inteligence models list. Where? src/utilities/llms.py
There is a problem with multiline input, my suggest is to add that functionality which will give us an opportunity to for example paste errors.
Same as planer and researcher has dir tree in their context, it's good idea to make Debugger have it.
As above, we can add to clean coder ability to run python scripts it creating (if we working on python project), run them and see output.
Research possibilities to integrate Model Context Protocol to Clean Coder. Maybe allow CC to see inside of databases with MCP?
Sometimes Executor or Debugger agents could provide wrong lines when calling "replace_code" or "insert_code" tools. We can use fast low-cost llms (as 3.5-haiku or gpt-4o-mini) for checking if code going...
We need to improve printing for replace_code tool to improve readability. Instad of just printing new code to insert and lines where it should be inserted, better print both old...