Commit Graph

14 Commits

Author SHA1 Message Date
08d5fbdabc Added spinner animation to indicate AI processing and improved error handling for API request 2024-08-07 03:48:26 -07:00
a7509a913c Refactor aicommit_groq script to improve code readability and consistency 2024-08-07 03:45:24 -07:00
241b951a00 Title: Enforce directory change and handle failure
Content: Fix popd command to handle potential errors.
2024-08-07 03:38:37 -07:00
7a102dec96 Refactor aicommit_groq script to remove unnecessary argument passing to pushd and popd 2024-08-07 03:36:22 -07:00
78b72c3e36 Title: Think
Content: AI is thinking.
2024-08-07 03:34:15 -07:00
cd5ee84da7 Title: Add spin functionality to resetting AI history
Content: Implement a spinner for visual feedback when resetting AI history. Fix issues with killing the spinner process after its completion and reset conversation request failure.
URL: https://infer.x64.world/chat
2024-08-07 03:31:14 -07:00
9efdd307ab Title: Improve reset functionality
Content: Add error handling for resetting conversation.
2024-08-07 03:23:49 -07:00
3149d1e73b Improve the conditional statement to correctly check the exit status of the curl command when resetting the conversation. 2024-08-07 03:13:06 -07:00
31ae31643b Fix error handling for failed POST requests to infer API endpoints 2024-08-07 03:11:37 -07:00
20a30bd9ed Update README.md to include requirements for use. 2024-08-06 20:27:17 -07:00
323e37586f update README.md with improved code snippet example and aicommit alias
diff:
diff --git a/README.md b/README.md
index dfd36c8..2e3d77f 100644
--- a/README.md
+++ b/README.md
@@ -4,9 +4,10 @@
 Instead of `git commit -m your message here`
 ```bash
+git commit -m your message here
 ```
 ```bash
+aicommit
+
```
2024-08-06 20:21:34 -07:00
f9d06244b1 Add README with usage instructions for AI commit message tool 2024-08-06 19:59:29 -07:00
704f4b6f05 Added API key validation to prevent unauthorized access 2024-08-06 19:53:52 -07:00
95aa730114 first 2024-08-06 19:53:06 -07:00