Skip to content

v0.2.2

Choose a tag to compare

@github-actions github-actions released this 26 Aug 12:51
· 18 commits to master since this release
22250de

Release Notes

We are pleased to announce the latest version of our software, which includes several enhancements and refinements aimed at improving user experience and functionality.

Features:

  • Enhanced refactoring logs and added error handling in the Critic agent to improve reliability and debugging (#82).
  • Implemented a reviewer component for validating refactoring integrity, ensuring code quality during the refactoring process (#82).
  • Introduced a reviewer agent that provides AI-based code suggestions, facilitating better coding practices and efficiency (#82).
  • Refactored agent inputs to utilize a Job structure for more effective message passing, streamlining communication between components (#82).
  • Updated the system to use class paths instead of names for uniqueness, enhancing the overall structure and organization of the codebase (#96).

Improvements:

  • Moved prompts to an internal/prompts directory and changed their extension to .md.templ for better organization and clarity.

Polishing:

  • General polish and refinement of the user interface and experience to enhance usability and performance.

Changelog

  • 22250de refactor(#108): Move prompts to internal/prompts directory with .md.templ extension (#109)
  • 52d4db9 polish
  • 5d87017 polish
  • 59cacb8 feat(#82): Enhance refactoring logs and add error handling in Critic agent (#107)
  • 06010f7 feat(#82): Implement reviewer component for validating refactoring integrity (#106)
  • 37e30b2 feat(#82): refactor agent imputs - use Job structure for message passing (#105)
  • 88bb699 feat(#82): Implement reviewer agent for AI-based code suggestions (#104)
  • 9ccffbb feat(#96): Use class paths instead of names for uniqueness (#98)