aberter0x3f/dsh-custom-enter-key

aberter0x3f★ 1TypeScript最后同步: 2026-08-14

在 GitHub 打开

README 摘要

dsh-custom-enter-key English 中文 @dsh-external/dsh-custom-enter-key is a standalone plugin for the DeepSeek Harness web GUI. It configures Enter, Ctrl/Cmd+Enter, and Shift+Enter independently. Each key can use any of three behaviors: newline, queue send, or interject send. It replaces the built-in "busy-Enter behavior" preference. What it does The built-in ui-conversation.busyEnter preference has one binary choice. While the addressed agent is busy, plain Enter queues or interjects. Ctrl/Cmd+Enter always performs the other behavior. This plugin makes every key independent. Enter, Ctrl/Cmd+Enter, and Shift+Enter can each use any of the same three behaviors. The behaviors are newline, queue send, and interject send. The defaults preserve the built-in composer behavior. Enter queues, Ctrl/Cmd+Enter steers, and Shift+Enter breaks the line. With these defaults, the plugin changes nothing until you set a key. You set keys in Settings → General → Submit keys. The plugin stores its configuration in browser localStorage , under the dsh.customEnterKey key. The plugin adds no new model-visible input. It uses only the existing queue and steer submission verbs. How it replaces the built-in prefe…

在 GitHub 查看完整 README →
工具/开发deepseek-harnessdshdsh-pluginagent

分类