diff --git a/README.en.md b/README.en.md index d5b50af10..84ff2541c 100644 --- a/README.en.md +++ b/README.en.md @@ -32,7 +32,7 @@ DeepSeek Harness is DeepSeek's open-source agent harness — a runnable coding a -**493** plugins · [PRs welcome](#contributing) +**494** plugins · [PRs welcome](#contributing) ## Contents @@ -536,6 +536,7 @@ DeepSeek Harness is DeepSeek's open-source agent harness — a runnable coding a - [vibeinging/dsh-agent-budget](https://github.com/vibeinging/dsh-agent-budget) - Agent-tree token budget management. - [vibeinging/dsh-trace](https://github.com/vibeinging/dsh-trace) - Telemetry backend exporting turns, model steps, and tool calls to yiTrace. - [vlln/plugin-registry](https://github.com/vlln/plugin-registry) - Ecosystem infrastructure: a thin browser console for managing official repository plugins (zero patches) plus a make-dsh-plugin skill for guided plugin development. +- [weibaohui/dsh-webdav-server](https://github.com/weibaohui/dsh-webdav-server) - WebDAV server: turns a shared directory into a WebDAV service that Windows, macOS and Linux can mount as a local disk, with token authentication, optional read-only mode, configurable directory/port/token, and per-platform mounting guides built into the settings page. - [weibaohui/user-management](https://github.com/weibaohui/user-management) - Login gate for the dsh web UI: unauthenticated visitors get a login/register page and the first registrant becomes admin; includes user and role management plus login and access audit logs. - [william-jin-cmu/dsh-evolve](https://github.com/william-jin-cmu/dsh-evolve) - Self-evolution: the agent hot-mounts/removes persistent plugins on itself mid-session. - [dsh-review-loop](https://github.com/wuxiangru915/dsh-review-loop) - Incremental diff reviewer with a Web UI panel and feedback injection into the agent. diff --git a/README.md b/README.md index aefda3328..cfa627bf5 100644 --- a/README.md +++ b/README.md @@ -32,7 +32,7 @@ DeepSeek Harness 是 DeepSeek 开源的 agent harness——既是可直接运行 -**493** 个插件 · 欢迎 [PR](#贡献) +**494** 个插件 · 欢迎 [PR](#贡献) ## 目录 @@ -536,6 +536,7 @@ DeepSeek Harness 是 DeepSeek 开源的 agent harness——既是可直接运行 - [vibeinging/dsh-agent-budget](https://github.com/vibeinging/dsh-agent-budget) — agent 树 token 预算管理。 - [vibeinging/dsh-trace](https://github.com/vibeinging/dsh-trace) — 遥测后端:把 turns、model steps、tool calls 导出到 yiTrace。 - [vlln/plugin-registry](https://github.com/vlln/plugin-registry) — 插件生态基建:浏览器面板管理官方 repository 插件(0 patch)+ make-dsh-plugin 插件开发引导技能。 +- [weibaohui/dsh-webdav-server](https://github.com/weibaohui/dsh-webdav-server) — WebDAV 服务器:把一个共享目录变成 Windows/macOS/Linux 都能挂载成本地磁盘的 WebDAV 服务,令牌认证、可选只读、目录/端口/令牌全可配,设置页自带三平台挂载指南。 - [weibaohui/user-management](https://github.com/weibaohui/user-management) — 用户管理:给 dsh web 加登录门禁,未登录访问弹登录/注册页,首个注册者自动成为管理员;管理员可管理用户/角色,带登录与访问审计。 - [william-jin-cmu/dsh-evolve](https://github.com/william-jin-cmu/dsh-evolve) — 自进化:agent 在会话内给自己热挂载/卸载持久化插件。 - [wuxiangru915/dsh-review-loop](https://github.com/wuxiangru915/dsh-review-loop) — 增量 diff 审查器:Web 审查面板 + 审查意见注入 agent。 diff --git a/data/added-dates.json b/data/added-dates.json index f732a8852..d61b3994c 100644 --- a/data/added-dates.json +++ b/data/added-dates.json @@ -452,6 +452,7 @@ "https://github.com/weibaohui/dsh-settings-ui": "2026-09-06", "https://github.com/weibaohui/dsh-smart-title": "2026-09-08", "https://github.com/weibaohui/dsh-tasks": "2026-09-07", + "https://github.com/weibaohui/dsh-webdav-server": "2026-09-13", "https://github.com/weibaohui/dsh-xiuxian": "2026-09-06", "https://github.com/weibaohui/experts-management": "2026-09-07", "https://github.com/weibaohui/hermes-loop": "2026-09-06", diff --git a/docs/dev/index.html b/docs/dev/index.html index 5bbcfc4ab..b8f21a3d2 100644 --- a/docs/dev/index.html +++ b/docs/dev/index.html @@ -4,7 +4,7 @@