mirror of
https://github.com/diegosouzapw/OmniRoute.git
synced 2026-08-02 21:32:10 +03:00
- strategySelector.ts: import and use createCompressionStats in aggressive/ultra branches for consistent stats objects - stats.ts: replace bare console.log with no-op comment (no unintended side-effects) - cavemanRules.ts: remove passive_voice rule (false-positive prone, not reliable) - src/lib/db/compression.ts: add inline 5s TTL cache to getCompressionSettings to avoid hot-path DB reads - toolResultCompressor.ts: raise skip-compression threshold from 2000 to 5000 chars (avoids over-compression of medium payloads)