fix(core): add max chord length and duplicate keybinding warnings#200
fix(core): add max chord length and duplicate keybinding warnings#200RtlZeroMemory merged 1 commit intomainfrom
Conversation
- Reject key chord sequences longer than 8 keys (prevents unbounded memory in trie matching and impossible-to-press combos) - Warn in dev mode when keybinding sequences are registered multiple times and silently replaced Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
|
Warning Rate limit exceeded
⌛ How to resolve this issue?After the wait time has elapsed, a review can be triggered using the We recommend that you space out your commits to avoid hitting the rate limit. 🚦 How do rate limits work?CodeRabbit enforces hourly rate limits for each developer per organization. Our paid plans have higher rate limits than the trial, open-source and free plans. In all cases, we re-allow further reviews after a brief timeout. Please see our FAQ for further information. 📒 Files selected for processing (2)
✨ Finishing Touches🧪 Generate unit tests (beta)
Comment |
Summary
Files changed
keybindings/parser.ts—MAX_CHORD_LENGTH = 8enforcementkeybindings/manager.ts— duplicate sequence warning inmergeBindingsReplacingSequences()