drscrewdriver/dsh-input-traffic ↗★ 1
dsh-input-traffic
Three-tier (now/next/later) input steering for the DeepSeek Harness web GUI: replaces the busy-Enter queue dock with a red/yellow/green planning strip, hides the official busy-Enter behavior row, and keeps plain Enter as queue-later —a cordis client plugin, no dsh source changes, no PR required
AI 分析
将忙碌排队区替换为红黄绿规划条,支持插话、打断、调整顺序及冻结会话。适合在智能体高频交互时需要精细化控制消息发送顺序和执行时机的用户。
インストール
$
npx -p @deepseek-ai/dsh dsh plugin --profile web add github:drscrewdriver/dsh-input-trafficドキュメント
README 全文を読む ↗使用方式
- 智能体忙碌时直接输入并发送,消息统一进入等待区(默认绿色排队);
- 在等待区对消息点规划按钮:
- 🟡 黄色 = 插话——当前动作结束后插入;
- 🔴 红色 = 打断——立即中断当前动作,消息随后被处理;
- 🟢 绿色 = 保持排队(当前默认态);对已插话的消息点绿 = 收回排队;
- 需要调整顺序 / 修改内容:用上移下移、打回输入框编辑或多行编辑(Enter 保存、Shift+Enter 换行);
- 邻近高峰时段:点击输入框右侧「冻结会话」,当前轮次完成后自动暂停;非高价时间点「恢复会话」继续。