| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
|
Thanks for your contribution! This PR doesn't have a linked issue. All PRs must reference an existing issue. Please:
See CONTRIBUTING.md for details. |
Sorry, something went wrong.
Sorry, something went wrong.
Fixes #11453 added |
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 |
Target --> fix for : #11450
Using opencode often leads to exceeding token limits, even /compact fails to clean it up, getting the whole conversation stuck if the history is already too long
This PR adds
truncateForCompaction()
to
compaction.ts
which:
Fixes #11450