qwen-code/packages
tanzhenxin 6f693f1b71
fix(cli): check NEWLINE before SUBMIT in TextInput to fix multiline input (#3068) (#3094)
The `|| key.name === 'return'` fallback in TextInput matched every Return
keypress (Shift+Enter, Ctrl+Enter, etc.) and routed them all to the submit
path, making the NEWLINE handler dead code. Multiline inputs like the agent
creation description step could not insert newlines via keyboard.

Reorder checks so NEWLINE is evaluated first in multiline mode, and restrict
the broad return fallback to single-line inputs only.
2026-04-11 13:02:28 +08:00
..
channels chore: bump version to 0.14.3 (#3112) 2026-04-10 21:08:34 +08:00
cli fix(cli): check NEWLINE before SUBMIT in TextInput to fix multiline input (#3068) (#3094) 2026-04-11 13:02:28 +08:00
core fix: prevent statusline script from corrupting settings.json (#3091) 2026-04-11 11:55:18 +08:00
sdk-java feat: simplify subagent model configuration with model selector 2026-03-27 11:49:45 +08:00
sdk-typescript Merge pull request #2698 from QwenLM/refactor/subagent-model-selection 2026-04-01 16:17:54 +08:00
test-utils chore: bump version to 0.14.3 (#3112) 2026-04-10 21:08:34 +08:00
vscode-ide-companion feat(i18n): add French (fr-FR) locale support (#3126) 2026-04-11 11:07:01 +08:00
web-templates chore: bump version to 0.14.3 (#3112) 2026-04-10 21:08:34 +08:00
webui chore: bump version to 0.14.3 (#3112) 2026-04-10 21:08:34 +08:00
zed-extension chore(zed-extension): update package version to 0.10.0 2026-02-06 14:26:01 +08:00