sunshaobei/dsh-input-history ↗★ 0
dsh-input-history
Standalone arrow-key input history for the DSH web composer: every sent prompt (Enter or the send button, in any session or workspace) persists to ONE global localStorage ring (default 100 entries, overridable) and ↑/↓ recalls it instantly and completely.
AI 분석
核心用途是提供便捷的输入历史回溯。适合经常需要重复、微调或参考之前发送过的 Prompt 的用户,通过键盘上下键即可快速切换历史输入。
설치
$
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")