Skip to content

v0.12.0

Latest
Compare
Choose a tag to compare
@coding-hui coding-hui released this 12 Jan 04:51

Changelog

Features

  • 2dd8b59 feat: add language support to commit command
  • 273e768 feat: add shorthand flag for version command output
  • 55d8de7 feat: add support for commit message language configuration
  • 237d7b0 feat: add support for conventional commit prefixes
  • 998a76d feat: refactor and enhance chat system with new features and bug fixes

Bug Fixes

  • f4f9d13 fix: fix HTML entity handling and improve env prefix consistency
  • 30197a0 fix: improve error handling and code cleanup in command execution

Code Refactoring

  • 87744d1 refactor: Refactor auto.coder to support command completion
  • 9c917fa refactor: improve diff output formatting and rendering
  • a994086 refactor: refactor chat message handling and remove unused code
  • 8b428c9 refactor: refactor chat system to use llms.ChatMessage for message handling
  • e5f80cf refactor: refactor commit message rendering and styling
  • 599534c refactor: refactor commit message rendering with styled UI components
  • 0c57e29 refactor: refactor confirmation logic and remove unused dependencies
  • ecbd7bf refactor: refactor console rendering for consistency and simplicity
  • 87646e2 refactor: refactor error handling and improve config error messaging
  • 4374fc3 refactor: refactor options initialization using functional pattern
  • 8f65485 refactor: remove needConfirm parameter from ApplyEdits
  • 203eb8e refactor: remove unused UI history and spinner components
  • bebc880 refactor: simplify edit confirmation logic in diff block editor

Full Changelog: v0.1.11...v0.12.0

Helping out

This release is only possible thanks to all the support of some awesome people!

Want to be one of them?
You can contribute with code.

Where to go next?

  • Find examples and commented usage of all options in our website.