Skip to content

Releases: stevegeek/ai_refactor

v0.6.0

19 Jun 09:19
Compare
Choose a tag to compare
v0.6.0 Pre-release
Pre-release

[0.6.0] - 2024-06-19

Added

  • Now supports Anthropic AI models. Eg pass -m claude-3-opus-20240229 to use the current Claude Opus model.

Changes

  • Default openAI model is now gpt-4-turbo

Fixed

  • example test run should use bundle exec to ensure the correct version of the gem is used.

0.5.4

07 Feb 10:03
Compare
Choose a tag to compare
0.5.4 Pre-release
Pre-release

[0.5.4] - 2024-02-07

Added

  • Support for built-in command YML files to make it easy to add new refactors
  • Support for specifying context files from gems with context_file_paths_from_gems: key in command templates
  • Command to convert Minitest tests to Quickdraw tests

Changes

  • Default openAI model is now gpt-4-turbo-preview

v0.5.0

21 Sep 09:54
Compare
Choose a tag to compare
v0.5.0 Pre-release
Pre-release

Added

  • Support for new command files, which are YAML files that can be used to define options for a refactor. This makes it
    simpler to create configurations for refactors that will be used repeatedly. They can be committed to source control
    of your project and shared with other developers.
  • Support for configuring the run commands for the test runners
  • Adding real life examples

v0.4.0

15 Aug 15:39
Compare
Choose a tag to compare
v0.4.0 Pre-release
Pre-release

See changelog

0.3.1

25 May 08:33
Compare
Choose a tag to compare
0.3.1 Pre-release
Pre-release

Generic refactor mode

0.2.0

24 May 10:40
Compare
Choose a tag to compare
0.2.0 Pre-release
Pre-release
v0.2.0

Update lock

v0.1.0

23 May 08:48
Compare
Choose a tag to compare
v0.1.0 Pre-release
Pre-release

First experimental release