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.

Jiyi — DSH Plugin for DeepSeek Harness
DeepSeek Harness Plugin Hub
ProfilesPluginsCategoriesNewsDocsSign inManage Profiles
ProfilesPluginsCategoriesNewsDocsSign in
← Plugins
J

jiyi

Jiyi

DSH desktop plugin: cross-session memory (topics, inbox, index injection).

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

npx -y @deepseek-ai/dsh plugin --profile web add github:yueyexiayu/dsh-jiyi#0a7f9565befc60e686d94126f2b4eab28ecbacb8
READMECompatibilityVersions

Compatibility and provenance

Jiyi is published as jiyi and currently resolves to version 0.1.0. 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/18/2026

Versions

0.1.0stable
9/18/2026

Related plugins

Loading related plugins…

Latest
0.1.0
DSH
*
HMR
Process restart
Tree shaking
Safe tree shaking not declared
Unpacked size
Unavailable
Files
Unavailable
Surface
web
License
Not declared
Source
github
GitHub
★ 0
Weekly downloads
0
Last push
9/18/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

jiyi

DeepSeek Harness 官方桌面端的跨会话记忆。右侧栏「开始」页增加 记忆 入口:Markdown topic、回合后观察、生成索引,在下一轮开始前注入模型。

面向 官方桌面(connection.fetch),不依赖 webServer,也不走 dsh plugin --profile desktop。

做什么

  • 右侧栏「记忆」浏览 global / 工作区 topic 与收件箱
  • 新会话第一次出步时,若已有 topic 才注入 MEMORY.md 索引;空仓不注入
  • 模型用 jiyi_list / jiyi_search / jiyi_read 读记忆,不要用文件工具翻 ~/.dsh/jiyi
  • 每个完成回合后用模型池抽取:主模型 glm-5.3-flash,副模型 deepseek-flash。任务/提问轮次不送抽取模型,只保留「记住:」类本地观察;全部失败则 noop
  • 抽出后用同一模型池整理 topic。模型认为无新事实时消化收件箱;调用失败才留着重试

文件在 $DSH_HOME/jiyi/(默认 ~/.dsh/jiyi/),不写进用户仓库。同一 git origin 的 clone / worktree 共用工作区目录。

安装

复制到 $DSH_HOME/plugins/jiyi(默认 $DSH_HOME 为 ~/.dsh),在 $DSH_HOME/profiles/desktop/cordis.patch.yml 写入:

- insert:
    - id: jiyi
      name: ../../plugins/jiyi/lib/index.js

完全退出 DeepSeek Harness(macOS:⌘Q)再打开。展开右侧栏,在「开始」里会出现 记忆。已有会话不会补上注入,需新开。

说明

  • 面向官方桌面;不要用 dsh plugin install 往 desktop profile 塞依赖
  • 记忆文件在 $DSH_HOME/jiyi/,不进本仓库、也不写进用户项目
  • 仓库不含本机 patch、账号或凭据

开发

/usr/local/bin/node --check lib/index.js lib/client.js lib/storage.js lib/capture.js lib/dream.js lib/inject.js lib/parse.js lib/extract.js lib/tools.js
/usr/local/bin/node --test