sunshaobei/dsh-input-history0

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 的用户,通过键盘上下键即可快速切换历史输入。

パッケージ
dsh-input-history
バージョン
0.1.0
最終更新
2026/08/16

インストール

$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")