fix: default context window to 200k

This commit is contained in:
Nikhil Sonti
2026-02-23 14:59:07 -08:00
parent c675c18c65
commit 52f2ebeffd

View File

@@ -14,7 +14,7 @@ export const RATE_LIMITS = {
export const AGENT_LIMITS = {
MAX_TURNS: 100,
DEFAULT_CONTEXT_WINDOW: 1_000_000,
DEFAULT_CONTEXT_WINDOW: 200_000,
// Compression settings - hybrid approach with minimum headroom
COMPRESSION_MIN_HEADROOM: 10_000, // Always leave at least 10K tokens for tool responses
COMPRESSION_MAX_RATIO: 0.75, // Never wait longer than 75% for large models