Conversation
|
Size Change: -49 B (0%) Total Size: 20.3 MB ℹ️ View Unchanged
|
dd379f9 to
135d981
Compare
8650baa to
788ef7b
Compare
Collaborator
|
/patch preview |
|
✅ Patch workflow(s) dispatched successfully! 📋 Details:
🔗 Track Progress: |
|
🚀 Patch PR Created! 📋 Patch Details:
📝 Next Steps:
🔗 Track Progress: |
|
🚀 Patch Release Started! 📋 Release Details:
⏳ Status: The patch release is now running. You'll receive another update when it completes. 🔗 Track Progress: |
|
✅ Patch Release Complete! 📦 Release Details:
🎉 Status: Your patch has been successfully released and published to npm! 📝 What's Available:
🔗 Links: |
Collaborator
Author
|
/patch stable |
|
✅ Patch workflow(s) dispatched successfully! 📋 Details:
🔗 Track Progress: |
github-actions Bot
pushed a commit
that referenced
this pull request
Oct 31, 2025
# Conflicts: # packages/core/src/services/chatCompressionService.ts
|
🚀 Patch PR Created! 📋 Patch Details:
📝 Next Steps:
🔗 Track Progress: |
thacio
added a commit
to thacio/auditaria
that referenced
this pull request
Oct 31, 2025
scidomino
added a commit
that referenced
this pull request
Oct 31, 2025
IamRiddhi
pushed a commit
that referenced
this pull request
Oct 31, 2025
cocosheng-g
pushed a commit
that referenced
this pull request
May 6, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Reduce default compression threshold from
0.7to0.2.Details
This is being done to reduce resource usage and avoid the performance drops associated with larger context sizes.
Related Issues
For https://github.com/google-gemini/maintainers-gemini-cli/issues/973
How to Validate
try to at-include
@packages/core/and verify that it compresses after the next message.Pre-Merge Checklist