Releases: Grigorij-Dudnik/Clean-Coder-AI
Releases · Grigorij-Dudnik/Clean-Coder-AI
v0.3.2 - Local models support
- Support for local hosted models added.
- Progress scale shown every time when task is done.
- Code formatting improvements.
v0.3.1
- Manager agent asks if plan or just execute tasks
- Manager agent has ability to connect to existing project
- First run inside of Docker asks for env variables same as during normal run
- Added filenames to the snippet headers for planner module
- Bunch of bugs solved.
v0.3.0 - New Year Edition
- Added ability to provide context of the project using
.coderrules
file. - Frontend feedback is much more reliable now.
- Pipenv and makefile handling.
- Ability to write tests.
- A lot of bugs found and solved.
- Task completed animation added.
- Manager simplified - removed 'epics' functionality.
- Planner switched to o1.
Release 0.2.5
- Swithced from json5 tool calls to native tool calls; which increases relaability, allows open-sourse models use tools and decreses code complexety.
- Bugs resolved.
v0.2.4
- Frontend Feedback feature added.
v0.2.3
- Automatic creation of .env file
- Bugs solved
- Readme file improved
Release 0.2.2
Changelog:
- Improved GUI.
- Added memory to manager.
- Bugs solved.
v0.2.1
- Openrouter added
- Convinient Ollama integration added
- OpenAI no more mandatory
- yaml linter
- Improvements in the UI
v0.2.0
- Nice and readable priters added for tool calls and code snippets
- Executor agent divided into two agents: Executor and Debugger. First one just implements the plan, and secoind one does additional improvements and debugging.
- Created manual tests for faster development.
v0.1.1
- Docker support.
- Automate LLM swithing.
- Bug with protected files solved - now sensitieve files are really protected.
- UI improved.