chore(tui): remove shortcut newline telemetry (#1311)

The prompt editor no longer needs custom newline interception: the underlying editor handles Shift+Enter and Ctrl+J natively. Drop the interception along with the shortcut_newline telemetry hook.
This commit is contained in:
liruifengv 2026-07-02 19:38:04 +08:00 committed by GitHub
parent 4dd926b0ac
commit b40649b2ae
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5 changed files with 5 additions and 33 deletions

View file

@ -0,0 +1,5 @@
---
"@moonshot-ai/kimi-code": patch
---
Remove duplicate newline-shortcut handling from the prompt editor.