Skip to content

Releases: Grigorij-Dudnik/Clean-Coder-AI

v0.3.2 - Local models support

29 Jan 06:03
8d6c236
Compare
Choose a tag to compare
  • Support for local hosted models added.
  • Progress scale shown every time when task is done.
  • Code formatting improvements.

v0.3.1

10 Jan 12:07
dc3595f
Compare
Choose a tag to compare
  • 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

03 Jan 12:30
932b166
Compare
Choose a tag to compare
  • 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

20 Dec 10:41
c627eaa
Compare
Choose a tag to compare
  • 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

12 Dec 11:36
b2f47e2
Compare
Choose a tag to compare
  • Frontend Feedback feature added.

v0.2.3

25 Nov 15:14
8ad469e
Compare
Choose a tag to compare
  • Automatic creation of .env file
  • Bugs solved
  • Readme file improved

Release 0.2.2

19 Nov 14:33
889dc4f
Compare
Choose a tag to compare

Changelog:

  • Improved GUI.
  • Added memory to manager.
  • Bugs solved.

v0.2.1

08 Nov 11:06
bc7b803
Compare
Choose a tag to compare
  • Openrouter added
  • Convinient Ollama integration added
  • OpenAI no more mandatory
  • yaml linter
  • Improvements in the UI

v0.2.0

01 Nov 12:59
d86f1e6
Compare
Choose a tag to compare
  • 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

11 Oct 14:40
14c3e45
Compare
Choose a tag to compare
  • Docker support.
  • Automate LLM swithing.
  • Bug with protected files solved - now sensitieve files are really protected.
  • UI improved.