sunshaobei/dsh-input-history ↗★ 0
dsh-input-history
DSH Web 输入框独立方向键输入历史插件:将发送的 Prompt 存入全局 localStorage 环,支持通过上下方向键即时召回。
AI 分析
核心用途是提供便捷的输入历史回溯。适合经常需要重复、微调或参考之前发送过的 Prompt 的用户,通过键盘上下键即可快速切换历史输入。
安装
$
npx -p @deepseek-ai/dsh dsh plugin --profile web add github:sunshaobei/dsh-input-history说明文档
阅读完整 README ↗配置
历史环上限默认 100 条;可在浏览器 console 里覆盖(下次发送生效,删除该键恢复默认):
localStorage.setItem("dsh-input-history:history-limit", "200")