DeepSeek Harness Plugin Hub

Publish and manage complete Harness Profiles. Discover Plugins for your next setup.

Explore

PluginsPresetsDocsNews

Community

Publish a pluginContactReport an issue

Resources

Plugin Hub on GitHubDeepSeek HarnessSystem statusPrivacy notice
© 2026 DeepSeek Harness Plugin HubPowered byPaxTech

Independent and unofficial. Not affiliated with, authorized by, or endorsed by DeepSeek.

Input History — DSH Plugin for DeepSeek Harness
← Plugins
I

@loommii/dsh-input-history

Input History

Arrow-key input history for the DeepSeek Harness Web GUI: press Up/Down at the composer boundary to recall previously sent messages, with a floating history dropdown and a /history command that opens the same panel from the slash menu. Built for the Lexical contenteditable composer (dsh >= 0.1.2-rc.

The plugin will be installed here. Keep web if you are unsure.

npx -y @deepseek-ai/dsh plugin --profile web add github:loommii/dsh-input-history#eeb80f627bc40dd8c906708b28c0fb1abf61a33f
READMECompatibilityVersions
输入历史演示

Description

Arrow-key input history for the DeepSeek Harness Web GUI: press Up/Down at the composer boundary to recall previously sent messages, with a floating history dropdown and a /history command that opens the same panel from the slash menu. Built for the Lexical contenteditable composer (dsh >= 0.1.2-rc.1).

Compatibility and provenance

Input History is published as @loommii/dsh-input-history and currently resolves to version 0.1.2. The Hub verifies its manifest and preserves the exact installation source for reproducible installs.

DSH compatibility
*
Runtime surfaces
web
Release source
github
Registry updated
9/17/2026

Versions

0.1.2stable
9/17/2026
0.1.1stable
9/11/2026
0.1.0stable
9/8/2026

Related plugins

Loading related plugins…

Latest
0.1.2
DSH
*
HMR
Process restart
Tree shaking
Safe tree shaking not declared
Unpacked size
Unavailable
Files
Unavailable
Surface
web
License
MIT
Source
github
GitHub
★ 0
Weekly downloads
0
Last push
9/17/2026
View source ↗
README badge

Click the badge to copy Markdown for your README.

Do you maintain this Plugin?Claim benefit · Priority security scan

Verify the GitHub repository declared in package.json to manage this listing. After you claim it, Hub will prioritize a security scan of the current version and publish the result when it passes.

Claim this Plugin →
Report an issue
DeepSeek Harness Plugin Hub
ProfilesPluginsCategoriesNewsDocsSign inManage Profiles
ProfilesPluginsCategoriesNewsDocsSign in

Related plugins

More verified plugins in memory-context.

Memsearch Dsh@zilliz/memsearch-dshMemSearch plugin for DeepSeek Harness: shared markdown memory across agents, with capture, pre-step context injection, memory-recall skill, and a skill-candidate review panel.Reme@agentscope-ai/remeReMe client and memory integrations for TypeScript agentsStratagate Dshstratagate-dshRecent conversations stay vivid. Older ones fade into summaries, not oblivion. StrataGate gives DeepSeek Harness six-layer, time-decaying memory, while lasting events and relationships settle into a knowledge graph. Bring your memories from other AIs withMeow Memorymeow-memoryCross-session project memory for DeepSeek Harness: seven-layer SQLite memory, first-turn snapshot injection, per-message keyword hits, memory_remember/search/project tools, automatic reflection with reflection-fold UI, and idle-triggered dream consolidati

README

dsh-input-history

简体中文 · English

终端式输入历史,用 ↑/↓ 翻查本会话发过的消息。
纯客户端插件,无宿主侧改动 — /history 指令提供可搜索的历史面板。

🎬 演示

输入历史演示

✨ 功能

本插件给每个会话注入两条互补的输入历史召回通道:

  • ⌨️ 终端式方向键翻查 — 仿 shell 命令历史,不弹列表,↑/↓ 直接替换输入框内容
  • 📋 /history 历史面板 — 可搜索的悬浮列表,支持鼠标点选与键盘操作

⌨️ 方向键翻查

操作效果
↑ / ↓(空输入框或光标在最前)开始翻查,取回最近一条已发送消息
Esc还原草稿并退出翻查

📋 /history 面板

方式召回语义
斜杠菜单选中 /history插入模式:消息插入到 /history 词元位置,前后文保留

面板支持搜索过滤、鼠标点选与 ↑/↓ + Enter 操作;Esc 或点击面板外取消。

数据读取自当前会话的完整日志(含分页),按会话严格隔离;相邻重复消息自动折叠。

🚀 安装

从 NPM 安装:

dsh plugin --profile web add @loommii/dsh-input-history@latest

或从 GitHub 安装:

dsh plugin --profile web add github:loommii/dsh-input-history

安装后重启 profile(dsh web / dsh --profile <name>)。

升级 / 卸载:

dsh plugin --profile web update @loommii/dsh-input-history
dsh plugin --profile web remove @loommii/dsh-input-history

💡 使用

聚焦任意会话的聊天输入框:

  • 空输入框按 ↑/↓,或光标移到最前按 ↑:开始终端式翻查。
  • 输入 /history 并从斜杠菜单选中,或直接回车:打开历史面板。

🏗️ 架构

本插件是纯客户端 UI:历史从宿主 remote.session 完整会话日志分页读取(按会话隔离缓存),回填走 conversation 输入壳的 setDraft。

dsh-input-history 架构图

📄 许可

MIT