Files
zCode-CLI-X/package-lock.json
Kilo 20d5cc08fc fix: resolve typing hang, intent detector reversed .test() bugs, and 'now' false positive
- Add missing clearInterval(typingInterval) in intent bypass early return path
- Fix intent-detector category detection: pattern.test(regex) → regex.test(trimmed)
- Fix short-answer patterns: same reversed .test() bug
- Prevent 'now' being matched as 'no' by adding \b word boundary to greeting regex
- Also tighten other greeting patterns with $ anchor where appropriate
2026-05-06 17:38:24 +00:00

93 KiB