-
Notifications
You must be signed in to change notification settings - Fork 7
[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
Code Coverage Report
|
…Service.cs [skip ci]
…derTests.cs [skip ci]
🔥 Formatting issues detected
⚡ Please run |
|
|
Infisical secrets check: ✅ No secrets leaked! 💻 Scan logs2025-12-04T17:12:55Z INF scanning for exposed secrets...
5:12PM INF 249 commits scanned.
2025-12-04T17:12:55Z INF scan completed in 79.1ms
2025-12-04T17:12:55Z 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