Skip to content

v3.0.18

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 16 Jul 17:54
· 7 commits to main since this release
Improve test handling, file ops, and enhance prompts, update version

Update test handling, modify file operations, enhance prompts

summary of diff --git  a/v3/aidda/aidda.go b/v3/aidda/aidda.go

- Include test results in the .aidda/test file instead of the prompt file
- Add a new variable `testFn` to store the test file directory and name
- Ensure creation of an ignore file if it does not exist
- Implement logic to either include test results in the prompt or clear the test file based on modification times of the test file and input files
- Modify `runTest` function to write test results directly to the test file instead of appending to the prompt file
- Adjust `getChanges` function to accept `testResults` as an argument for inclusion in the prompt
- Include test results in the prompt if applicable, enhancing the information given to the user

Update version in grokker.go from 3.0.17 to 3.0.18

summary of diff --git  a/v3/core/grokker.go b/v3/core/grokker.go

- Update version from 3.0.17 to 3.0.18 in grokker.go