sunshaobei/dsh-input-history0

dsh-input-history

DSH Web 输入框独立方向键输入历史插件:将发送的 Prompt 存入全局 localStorage 环,支持通过上下方向键即时召回。

AI 分析

核心用途是提供便捷的输入历史回溯。适合经常需要重复、微调或参考之前发送过的 Prompt 的用户,通过键盘上下键即可快速切换历史输入。

包名
dsh-input-history
版本
0.1.0
最近更新
2026年8月16日

安装

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

配置

历史环上限默认 100 条;可在浏览器 console 里覆盖(下次发送生效,删除该键恢复默认):

localStorage.setItem("dsh-input-history:history-limit", "200")