-
Notifications
You must be signed in to change notification settings - Fork 8
[FEATURE] Add DOTNET_AICOMMITMESSAGE_IGNORE_API_ERRORS environment variable to bypass AI API failures gracefully
#287
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
|
Important Review skippedBot user detected. To trigger a single review, invoke the You can disable this status message by setting the Comment |
|
Here's the code health analysis summary for commits Analysis Summary
|
…Service.cs [skip ci]
…derTests.cs [skip ci]
🔥 Formatting issues detected
⚡ Please run |
|
|
Infisical secrets check: ✅ No secrets leaked! 💻 Scan logs2025-12-22T06:13:10Z INF scanning for exposed secrets...
6:13AM INF 254 commits scanned.
2025-12-22T06:13:10Z INF scan completed in 72.5ms
2025-12-22T06:13:10Z INF no leaks found
|
|


Resolves #285
Summary
Introduce the DOTNET_AICOMMITMESSAGE_IGNORE_API_ERRORS environment variable to allow graceful fallback when AI API calls fail.
Changes