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.

Composer Recall — DSH Plugin for DeepSeek Harness
DeepSeek Harness Plugin Hub
ProfilesPluginsCategoriesNewsDocsSign inManage Profiles
ProfilesPluginsCategoriesNewsDocsSign in
← Plugins

dsh-composer-recall

Composer Recall

Arrow-key input history for DSH 0.1.2-alpha.1: press ↑ in an empty composer (or at the start of the draft) to recall this session's prompts, ↓ to go forward, Esc to restore what you were typing.

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

npx -y @deepseek-ai/dsh plugin --profile web add dsh-composer-recall@0.1.3
READMECompatibilityVersions

Compatibility and provenance

Composer Recall is published as dsh-composer-recall and currently resolves to version 0.1.3. The Hub verifies its manifest and preserves the exact installation source for reproducible installs.

DSH compatibility
*
Runtime surfaces
web
Release source
npm
Registry updated
9/8/2026

Versions

0.1.3stable
9/8/2026
0.1.2stable
9/8/2026
0.1.1stable
9/7/2026

Related plugins

Loading related plugins…

Latest
0.1.3
DSH
*
HMR
Process restart
Tree shaking
Safe tree shaking not declared
Unpacked size
11.5 kB
Files
7
Surface
web
License
MIT
Source
npm
GitHub
★ 0
Weekly downloads
0
Last push
9/8/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

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-composer-recall

简体中文 | English

给 DSH Desktop 输入框用的方向键历史:空着按 ↑ 召回本会话刚发过的话,↓ 前进,Esc 还原正在打的草稿。

适配现在的 Lexical 输入框。去读 session.getSnapshot().nodes 或 <textarea> 的旧历史插件,在这个版本上会崩或没反应。

安装

dsh plugin --profile desktop add dsh-composer-recall

或从 GitHub:

dsh plugin --profile desktop add github:WongYuYe/dsh-composer-recall

装完刷新 Web GUI,或重启 DSH Desktop。

从源码:

git clone https://github.com/WongYuYe/dsh-composer-recall.git
cd dsh-composer-recall
dsh plugin --profile desktop add .

需要 DeepSeek Harness 0.1.2-alpha.1 及以上(Lexical 输入框)。

使用

  1. 聚焦输入框。
  2. 草稿为空,或光标在开头时,按 ↑。
  3. 再按 ↑ 看更早的消息,↓ 前进。
  4. Esc 退出历史,还原暂存的草稿。
  5. 浏览时直接打字会留下召回的内容,并退出历史。

历史只来自当前会话已经显示出来的用户消息,不是跨工作区的全局环。

License

MIT