From c91cfb40967c7db9299bce961e6e7c0eb7d1b8cc Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 20 Aug 2026 09:48:28 +0000 Subject: [PATCH] chore: refresh dsh-plugin catalog --- CHANGELOG.md | 3 +++ README.md | 5 +++-- README.zh.md | 5 +++-- data/plugins.json | 9 +++++++++ 4 files changed, 18 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4d69ae5..c133031 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,9 @@ All meaningful directory changes are recorded here. Dates use `YYYY-MM-DD`. ### Added + +- Automatically added [apply-patch](https://github.com/JohnXu22786/apply-patch) to Tools & Capabilities from the `dsh-plugin` topic. + - Automatically added [rss-digest](https://github.com/JohnXu22786/rss-digest) to Tools & Capabilities from the `dsh-plugin` topic. diff --git a/README.md b/README.md index 63e93cc..9a602a0 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ English | [中文](README.zh.md) > An independent, bilingual, and continuously maintained plugin directory for [DeepSeek Harness](https://github.com/deepseek-ai/deepseek-harness) (`dsh`). -Explore **169 plugins** across four broad areas. Each plugin appears once, under the category that best represents its primary use. Last directory review: **August 20, 2026**. +Explore **170 plugins** across four broad areas. Each plugin appears once, under the category that best represents its primary use. Last directory review: **August 20, 2026**. ## Start here @@ -17,7 +17,7 @@ Explore **169 plugins** across four broad areas. Each plugin appears once, under ### Current snapshot -This is the first published directory snapshot: **169 plugins**, grouped into **4 categories**, with matching English and Chinese entries. Future additions, removals, and corrections are recorded in [CHANGELOG.md](CHANGELOG.md). +This is the first published directory snapshot: **170 plugins**, grouped into **4 categories**, with matching English and Chinese entries. Future additions, removals, and corrections are recorded in [CHANGELOG.md](CHANGELOG.md). ## Browse by category @@ -150,6 +150,7 @@ This is the first published directory snapshot: **169 plugins**, grouped into ** - [dsh-memory-evolve](https://github.com/csyangwen/dsh-memory-evolve) — Adds cross-session memory, todo management, skill manager, session collaboration, and other enhancement features to DeepSeek Harness. - [sandbase-skills](https://github.com/sandbaseai/sandbase-skills) — A collection of 88 agent skills covering research, social intelligence, marketing, and business workflows. - [rss-digest](https://github.com/JohnXu22786/rss-digest) — RSS/Atom plugin with scheduled fetching, deduplication, LLM summarization, and daily Markdown digest delivery. +- [apply-patch](https://github.com/JohnXu22786/apply-patch) — Applies structured unified diffs to the filesystem inside DeepSeek Harness, adding patch_apply, patch_dry_run, patch_reverse, and patch_stat tools. ## Automation & Agents diff --git a/README.zh.md b/README.zh.md index 4bbb165..b0fb1c6 100644 --- a/README.zh.md +++ b/README.zh.md @@ -6,7 +6,7 @@ > 一个独立维护、双语呈现、持续更新的 [DeepSeek Harness](https://github.com/deepseek-ai/deepseek-harness)(`dsh`)插件目录。 -当前整理 **169 个插件**,统一归入四个大类。每个插件只出现一次,并按照最主要的使用价值进行分类。最近一次目录复核:**2026 年 8 月 20 日**。 +当前整理 **170 个插件**,统一归入四个大类。每个插件只出现一次,并按照最主要的使用价值进行分类。最近一次目录复核:**2026 年 8 月 20 日**。 ## 从这里开始 @@ -17,7 +17,7 @@ ### 当前快照 -这是目录的首个公开快照:共 **169 个插件**、**4 个大类**,中英文条目一一对应。后续新增、移除和修正统一记录在 [CHANGELOG.md](CHANGELOG.md)。 +这是目录的首个公开快照:共 **170 个插件**、**4 个大类**,中英文条目一一对应。后续新增、移除和修正统一记录在 [CHANGELOG.md](CHANGELOG.md)。 ## 分类浏览 @@ -150,6 +150,7 @@ - [dsh-memory-evolve](https://github.com/csyangwen/dsh-memory-evolve) — 为 DeepSeek Harness 添加跨会话记忆、待办管理、技能管理器、会话协作等功能增强。 - [sandbase-skills](https://github.com/sandbaseai/sandbase-skills) — 一个包含88个智能体技能的集合,涵盖研究、社交智能、营销和业务流程。 - [rss-digest](https://github.com/JohnXu22786/rss-digest) — 提供RSS/Atom订阅、定时抓取、去重、LLM摘要和每日Markdown简报功能。 +- [apply-patch](https://github.com/JohnXu22786/apply-patch) — 在 DeepSeek Harness 内将结构化 unified diff 应用到文件系统,提供 patch_apply、patch_dry_run、patch_reverse 和 patch_stat 工具。 ## 自动化与智能体 diff --git a/data/plugins.json b/data/plugins.json index ba47f52..70804dd 100644 --- a/data/plugins.json +++ b/data/plugins.json @@ -1071,6 +1071,15 @@ "source": "github-topic:dsh-plugin", "url": "https://github.com/JohnXu22786/rss-digest" }, + { + "category": "tools", + "description_en": "Applies structured unified diffs to the filesystem inside DeepSeek Harness, adding patch_apply, patch_dry_run, patch_reverse, and patch_stat tools.", + "description_zh": "在 DeepSeek Harness 内将结构化 unified diff 应用到文件系统,提供 patch_apply、patch_dry_run、patch_reverse 和 patch_stat 工具。", + "name": "apply-patch", + "repository_id": 1340365338, + "source": "github-topic:dsh-plugin", + "url": "https://github.com/JohnXu22786/apply-patch" + }, { "category": "automation", "description_en": "Provides a reusable and observable multi-agent workflow layer with generation, governance, and resume support.",