-
Notifications
You must be signed in to change notification settings - Fork 7
GitAuto: [FEATURE] Add model-aware response cache service with AppData storage and 30-day TTL #223
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
Reviewer's Guide by SourceryThis pull request introduces a model-aware response cache service for commit messages. It implements caching using a file-based provider that stores data in the user's application data directory with a 30-day time-to-live. No diagrams generated as the changes look simple and do not need a visual representation. File-Level Changes
Assessment against linked issues
Possibly linked issues
Tips and commandsInteracting with Sourcery
Customizing Your ExperienceAccess your dashboard to:
Getting Help
|
|
Important Review skippedBot user detected. To trigger a single review, invoke the You can disable this status message by setting the Comment |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We have skipped reviewing this pull request. It seems to have been created by a bot (hey, gitauto-ai[bot]!). We assume it knows what it's doing!
|
Here's the code health analysis summary for commits Analysis Summary
Code Coverage Report
|
🔥 Formatting issues detected
⚡ Please run |
|
@gstraccini csharpier |
|
Running CSharpier on this branch! 🔧 |
|
✅ CSharpier result: |
|
@gstraccini csharpier |
|
Running CSharpier on this branch! 🔧 |
|
✅ CSharpier result: |
|
ℹ️ Workflow Template updated! A new workflow template has been added: |
|
@gstraccini review |
|
Infisical secrets check: ✅ No secrets leaked! 💻 Scan logs6:19AM INF scanning for exposed secrets...
6:19AM INF 240 commits scanned.
6:19AM INF scan completed in 69.2ms
6:19AM INF no leaks found
|
|


Resolves #222
Test these changes locally
Summary by Sourcery
Add a caching layer for generated commit messages to avoid re-generating responses for identical inputs.
New Features: