AHGGG/dsh-side-chat
AHGGG★ 1TypeScript最后同步: 2026-08-14
Codex-style Side Chat for DeepSeek Harness — select text, ask follow-up questions in a focused side conversation, and keep the main chat uninterrupted.
README 摘要
dsh-side-chat Ask a focused follow-up about selected text without leaving your current DeepSeek Harness conversation. Compatibility: this release targets @deepseek-ai/[email protected] exactly. 简体中文 Install Install DSH rc.6 if it is not already available, then add the plugin to the Web profile: Start DSH from the project you want the agent to work in: Open the URL printed by DSH. The plugin loads automatically in the Web client. Use Side Chat 1. Complete at least one turn in the main conversation. 2. Select text inside one completed user or assistant message. 3. Click Ask in side chat . 4. Enter a question and press Enter to send it. 5. Press Esc or click × when you are done. Useful details: - Shift+Enter inserts a newline. - The input grows with its content and becomes scrollable at its maximum height. - Hover over 1 annotation to preview the selected text. - Before the first send, hover over the annotation and click × to remove it. - The main conversation stays visible and is never switched to the child Session. What happens to the conversation The first send creates a real DSH Session fork at the selected message. The child inherits the complete event prefix, model configuration, p…
在 GitHub 查看完整 README →