honlnk/dsh-input-assist0

dsh-input-assist

Input assistant for DeepSeek Harness Web UI: inline AI completion (FIM ghost suggestion, Tab to accept) and Chinese-friendly typo checking with click-to-fix.

包名
dsh-input-assist
版本
0.1.1
最近更新
2026年8月24日

安装

$npx -p @deepseek-ai/dsh dsh plugin --profile web add github:honlnk/dsh-input-assist

配置(settings.yaml → input-assist

默认说明
completionEnabledtrue输入补全开关(输入框「补」按钮同效)
completionBaseUrlhttps://api.deepseek.com/betaFIM 端点(OpenAI 兼容可换)
completionApiKey''留空则走凭证回退
completionModeldeepseek-chat补全模型
completionDebounceMs800停笔多久后请求建议(与 LLM 校对同节奏)
completionMaxTokens64建议长度上限
proofreadEnabledtrue错别字检查开关(「校」按钮同效)
proofreadUseLlmtrue是否叠加 LLM 检查层(关掉则完全不花钱)
proofreadModeldeepseek-chatLLM 检查模型
proofreadDebounceMs800LLM 层防抖(与补全同节奏,两路同时返回)
proofreadDictDebounceMs200词典层防抖(浏览器本地扫描,零成本)