co-mono/packages
Ahmed Kamal 0427445242
Fix Ctrl+W to use standard readline word deletion behavior (#306)
- Skip trailing whitespace before deleting word (readline behavior)
- Make word navigation grapheme-aware using Intl.Segmenter
- Add Ctrl+Left/Right and Alt+Left/Right word navigation to Input
- Accept full Unicode input while rejecting control characters (C0/C1/DEL)
- Extract shared utilities to utils.ts (getSegmenter, isWhitespaceChar, isPunctuationChar)
- Fix unsafe cast in Editor.forceFileAutocomplete with runtime type check
- Add comprehensive tests for word deletion and navigation
2025-12-25 04:09:47 +01:00
..
agent Add removeRuntimeApiKey to AuthStorage 2025-12-25 03:57:20 +01:00
ai Release v0.28.0 2025-12-25 03:57:41 +01:00
coding-agent Release v0.28.0 2025-12-25 03:57:41 +01:00
mom Add removeRuntimeApiKey to AuthStorage 2025-12-25 03:57:20 +01:00
pods Add removeRuntimeApiKey to AuthStorage 2025-12-25 03:57:20 +01:00
proxy Add removeRuntimeApiKey to AuthStorage 2025-12-25 03:57:20 +01:00
tui Fix Ctrl+W to use standard readline word deletion behavior (#306) 2025-12-25 04:09:47 +01:00
web-ui Add removeRuntimeApiKey to AuthStorage 2025-12-25 03:57:20 +01:00