mirror of
https://github.com/diegosouzapw/OmniRoute.git
synced 2026-08-03 05:45:04 +03:00
- Add getCombosCached() with 10s TTL in chatCore.ts to avoid per-request DB lookups - Pass allCombosData to resolveComboTargets() instead of null for nested combo resolution - Consolidate COMBO_BAD_REQUEST_FALLBACK_PATTERNS with CONTEXT_OVERFLOW_REGEX from errorClassifier.ts - Remove 10 duplicated context overflow patterns from combo.ts - Export clearCombosCache() for cache invalidation - Fix rebase artifact (>) from contributor's branch Co-authored-by: Javier Ardila <hjasgr@gmail.com> Closes #1470