-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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
- Loading branch information
Showing
2 changed files
with
45 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters