mirror of
https://github.com/RooVetGit/Roo-Code.git
synced 2026-08-28 05:27:24 +00:00
- Add sendMessageOnEnter setting to global settings schema - Update ExtensionStateContext to manage the new setting - Add UI toggle in Settings panel under UI section - Modify ChatTextArea to respect the new setting for keyboard behavior - Add comprehensive tests for the new functionality - Add translation keys for the new setting When enabled (default), Enter sends messages and Shift+Enter creates newlines. When disabled, Enter creates newlines and Shift/Ctrl+Enter sends messages. This helps users who frequently use CJK input methods or prefer traditional text editor behavior to avoid accidental message submissions. Fixes #8555 |
||
|---|---|---|
| .. | ||
| npm | ||
| scripts | ||
| src | ||
| .gitignore | ||
| eslint.config.mjs | ||
| package.json | ||
| tsconfig.json | ||
| tsup.config.ts | ||
| vitest.config.ts | ||