mirror of
https://github.com/MoonshotAI/kimi-code.git
synced 2026-07-09 17:29:12 +00:00
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:
parent
4dd926b0ac
commit
b40649b2ae
5 changed files with 5 additions and 33 deletions
5
.changeset/remove-duplicate-newline-handling.md
Normal file
5
.changeset/remove-duplicate-newline-handling.md
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
---
|
||||
"@moonshot-ai/kimi-code": patch
|
||||
---
|
||||
|
||||
Remove duplicate newline-shortcut handling from the prompt editor.
|
||||
Loading…
Add table
Add a link
Reference in a new issue