With-With/dsh-hindsight-plugins

With-With★ 1JavaScript最后同步: 2026-08-16

在 GitHub 打开

README 摘要

dsh-hindsight-plugins DSH(DeepSeek Harness)的 Hindsight 外部记忆管家 :设置页图形界面 + 官方适配器自动检测与自动安装 + 主动同步开关,装完即用,全程无需命令行。 🧠 底层使用官方 Hindsight 记忆系统 (Coding Agents 集成)。 本插件是它的 包装与管家 ,不修改官方运行时。 - ⚡ 一键安装(复制即用) - ✨ 功能特性 - 📦 安装本插件 - 🚀 使用方法 - 🔧 工作原理 - 📡 HTTP 接口 - ⚙️ 配置 - 🔒 安全说明 - 🔄 已知限制 - 🛠️ 开发与维护 - 📝 更新日志 - 📄 许可 ⚡ 一键安装(复制即用) 喂给 AI 的一句话 (AI 具备命令执行能力即可,无需解释): 安装 DSH 插件 dsh-hindsight-plugins(Hindsight 外部记忆管家):克隆 https://github.com/With-With/dsh-hindsight-plugins 到 /.dsh/profiles/web/node modules/dsh-hindsight-plugins,在 /.dsh/cordis.patch.yml 追加 - insert: 条目(id: hindsight-plugins,name: dsh-hindsight-plugins,config.autoInstall: true),然后重启 dsh web 并刷新页面。 或者直接复制命令执行: 平台 命令 Windows (PowerShell) git clone https://github.com/With-With/dsh-hindsight-plugins.git "$env:USERPROFILE\.dsh\profiles\web\node modules\dsh-hindsight-plugins" macOS / Linux git clone https://github.com/With-With/dsh-hindsight-plugins.git /.dsh/profiles/web/node modules/dsh-hindsight-plugins 克隆后还需注册 patch 条目(见下文 📦 安装本插件)并重启 DSH。也可以在 DSH插件市场 中一键安装(自动完成克隆 + 注册)。 ✨ 功能特性 - 自动检测与自动安装 :插件启动时检查官方 DSH 适配器( npx @vectorize-io/hindsight-coding-agents install dsh )是否已安装挂载;缺失时自动非交互执行官方安装器(地址依次取自:现有 coding-agent.json - 本插件 sidecar 的内网地址 - 插件配…

在 GitHub 查看完整 README →
工具/开发deepseek-harnessdshdsh-pluginhindsightmemoryagent

分类