|
config: raise context compression threshold 0.70 -> 0.90
Midturn compression now splits the in-flight turn correctly, so it's safe to let the context grow closer to the limit before compressing. 0.90 gives the model more raw context per turn and trips the compressor less often. Worker test context_tokens bumped 50_000 -> 60_000 (76% -> 91.5%) to stay above the new threshold; other compression tests pass the threshold as an explicit argument and are unaffected. Co-Authored-By: Claude <noreply@anthropic.com> |
|---|
|
|
| navi/config.py |
|---|
| tests/unit/workers/test_compression_worker.py |
|---|