Skip to content

vault 3

  • dsh-vault v1.5.0 Verified Web UI 3

    数据保险箱:为 DeepSeek Harness 提供备份、清空检测与一键恢复。备份触发时机:启动备份、意外关闭备份、手动备份(不再按会话落盘或定时全量备份,避免大量任务运行时卡死)。自动备份 ~/.dsh 的聊天记录(sessions)、工作区数据(storages)、设置(settings.yaml)、凭据与 profile 配置到用户主目录 ~/.dsh-backups(最多保留 10 份);若已安装用量插件(dsh-usage-plugin),其用量数据(usage-records.json /

    dsh plugin add @feiyang666/dsh-vault
  • dsh-memory-eternal v0.4.16 Verified Web UI 3

    记忆核心(Memory Eternal):自研的 DeepSeek Harness 记忆插件,不移植任何既有记忆框架——对话结束后自动沉淀知识卡到本地 Markdown Vault(自研去重、自研 CJK 检索、可 git 管理),设置页提供图形化知识库(统计 / 搜索 / 知识图谱 + 侧边栏一键弹窗),Agent 通过 memory_recall 工具按需召回历史上下文。零人工干预。

    dsh plugin add dsh-memory-eternal
  • dsh-token-vault v1.0.3 Verified Web UI

    Secure credential vault for DeepSeek Harness: store GitHub/npm/API tokens (secrets never leave the host), run gh/npm/npx/node/git with the token injected in the environment, and manage tokens from a Settings page.

    dsh plugin add @yyfather/dsh-token-vault