feat(FN-4082): compact reviewer prompts and retry on context limits

Adds reviewer prompt compaction and automatic retry logic when the reviewer hits context-window limits, with matching test coverage and a changeset for `@runfusion/fusion`.

Fusion-Task-Id: FN-4082
This commit is contained in:
Fusion
2026-05-11 23:57:52 -07:00
committed by gsxdsm
parent 9c80988e29
commit f3a39753b3
5 changed files with 390 additions and 90 deletions

View File

@@ -0,0 +1,5 @@
---
"@runfusion/fusion": patch
---
FN-4082: retry oversized code reviews with a compacted request after provider context-limit errors like Kimi's `exceeded model token limit` failure.