mirror of
https://github.com/QwenLM/qwen-code.git
synced 2026-04-28 19:52:02 +00:00
- Add large paste placeholder feature: when pasting text > 1000 chars, show a placeholder like '[Pasted Content 1500 chars]' instead of the full content. The full text is stored and expanded on submit. - Fix enter-submit on macOS: only apply recentPasteTime protection when pasteWorkaround is enabled (Windows or Node < 20). On macOS/Linux with modern Node, bracketed paste markers work reliably so the protection is unnecessary and caused the first Enter after paste to be ignored. Co-authored-by: Qwen-Coder <qwen-coder@alibabacloud.com> |
||
|---|---|---|
| .. | ||
| src | ||
| index.ts | ||
| package.json | ||
| test-setup.ts | ||
| tsconfig.json | ||
| vitest.config.ts | ||