Commit Graph

11 Commits

Author SHA1 Message Date
6fa213550d Add pipefail option to set command to prevent pipes from hiding errors, improve script reliability 2024-08-07 04:40:22 -07:00
7de04c06c9 Title: Update GROQ API request to match official documentation
Content: Fixed JSON formatting and removed unnecessary comment.
URL: https://console.groq.com/docs/
2024-08-07 04:32:23 -07:00
ab5738d14e Title: Update GROQ API request to match official documentation
Content: Updated curl command and removed unnecessary code for setting up spinner.
2024-08-07 04:21:13 -07:00
624861e320 Refactor aicommit_groq script: extract system message to a heredoc, remove redundant variable assignment, and improve code organization 2024-08-07 04:12:18 -07:00
1767b2c737 Remove redundant set options, simplify to just 'set -e' in aicommit_groq 2024-08-07 03:53:20 -07:00
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
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