diff --git a/src/core/Cline.ts b/src/core/Cline.ts index f6999a094c..1781440adb 100644 --- a/src/core/Cline.ts +++ b/src/core/Cline.ts @@ -843,7 +843,7 @@ export class Cline { maxAllowedSize = contextWindow - 27_000 break case 128_000: // most models - maxAllowedSize = contextWindow - 40_000 + maxAllowedSize = contextWindow - 30_000 break case 200_000: // claude models maxAllowedSize = contextWindow - 40_000