| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
|
The following comment was made by an LLM, it may be inaccurate: Based on my search, I found related PRs that touch on session compaction, but none appear to be direct duplicates of PR #10380: Related but not duplicates:
Conclusion: |
Sorry, something went wrong.
|
Closing this pull request because it has had no updates for more than 60 days. If you plan to continue working on it, feel free to reopen or open a new PR. |
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
Problem
Session compaction sent an empty system: [] array, missing the ~90% cost savings from prompt caching.
Solution
Added system prompts to compaction processor:
Impact
Technical Details
The SystemPrompt.environment() and SystemPrompt.custom() methods return prompts that support Claude's prompt caching feature:
Testing
Fixes #10342 - Major cost optimization for long sessions