diff --git a/README.en.md b/README.en.md index 84ff2541c..b05bb6245 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 -**494** plugins · [PRs welcome](#contributing) +**495** 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-git-server](https://github.com/weibaohui/dsh-git-server) - Git server: embeds ts-gogs (a TypeScript reimplementation of Gogs) and serves a full Git service on its own port - HTTP clone/push, web UI, issues/PRs/wiki - reusing user-management credentials, start/stop from the settings page. - [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. diff --git a/README.md b/README.md index cfa627bf5..2b4bc4265 100644 --- a/README.md +++ b/README.md @@ -32,7 +32,7 @@ DeepSeek Harness 是 DeepSeek 开源的 agent harness——既是可直接运行 -**494** 个插件 · 欢迎 [PR](#贡献) +**495** 个插件 · 欢迎 [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-git-server](https://github.com/weibaohui/dsh-git-server) — Git 服务器:内嵌 ts-gogs(Gogs 的 TypeScript 平替),独立端口跑完整 Git 服务(HTTP clone/push、网页端、issue/PR/wiki),可复用 user-management 的用户名密码,设置页一键启停。 - [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 在会话内给自己热挂载/卸载持久化插件。 diff --git a/data/added-dates.json b/data/added-dates.json index d61b3994c..27d170e41 100644 --- a/data/added-dates.json +++ b/data/added-dates.json @@ -448,6 +448,7 @@ "https://github.com/vlln/whale-girl": "2026-08-13", "https://github.com/weibaohui/context-razor": "2026-09-07", "https://github.com/weibaohui/dsh-continue": "2026-09-06", + "https://github.com/weibaohui/dsh-git-server": "2026-09-13", "https://github.com/weibaohui/dsh-process": "2026-09-13", "https://github.com/weibaohui/dsh-settings-ui": "2026-09-06", "https://github.com/weibaohui/dsh-smart-title": "2026-09-08", diff --git a/docs/dev/index.html b/docs/dev/index.html index e4d032f34..829b026e6 100644 --- a/docs/dev/index.html +++ b/docs/dev/index.html @@ -4,7 +4,7 @@