From 3905d27a805b79e6b9feaeb174897d6ec1d62b7f Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 28 Aug 2026 15:47:51 +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 ca1f3b4..1981a93 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,6 +10,9 @@ All meaningful directory changes are recorded here. Dates use `YYYY-MM-DD`. ### Added + +- Automatically added [MisakaNet](https://github.com/Ikalus1988/MisakaNet) to Knowledge & Memory from the `dsh-plugin` topic. + - Automatically added [dsh-theme-eink-retro](https://github.com/exoticknight/dsh-theme-eink-retro) to Interaction & Experience from the `dsh-plugin` topic. diff --git a/README.md b/README.md index 0cd5bac..4ff38ed 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 **238 plugins** across seven broad areas. Each plugin appears once, under the category that best represents its primary use. Last directory review: **August 26, 2026**. +Explore **239 plugins** across seven broad areas. Each plugin appears once, under the category that best represents its primary use. Last directory review: **August 28, 2026**. ## Start here @@ -17,7 +17,7 @@ Explore **238 plugins** across seven broad areas. Each plugin appears once, unde ### Current snapshot -This is the first published directory snapshot: **238 plugins**, grouped into **7 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: **239 plugins**, grouped into **7 categories**, with matching English and Chinese entries. Future additions, removals, and corrections are recorded in [CHANGELOG.md](CHANGELOG.md). ## Browse by category @@ -174,6 +174,7 @@ This is the first published directory snapshot: **238 plugins**, grouped into ** - [session-export](https://github.com/JohnXu22786/session-export) — Adds session export, redaction, and compliance archiving to DeepSeek Harness via new tools and slash commands. - [dsh-ecc](https://github.com/gongyijie85/dsh-ecc) — Registers curated ECC-derived agent skills with DeepSeek Harness's Cordis host layer. - [ReMe](https://github.com/agentscope-ai/ReMe) — Provides a local-first, self-evolving personal knowledge base for AI agents using Markdown memory files. +- [MisakaNet](https://github.com/Ikalus1988/MisakaNet) — Provides a git-backed searchable library of debugging lessons for AI agents. ## Content & Creation diff --git a/README.zh.md b/README.zh.md index b93f7e0..eea8ee4 100644 --- a/README.zh.md +++ b/README.zh.md @@ -6,7 +6,7 @@ > 一个独立维护、双语呈现、持续更新的 [DeepSeek Harness](https://github.com/deepseek-ai/deepseek-harness)(`dsh`)插件目录。 -当前整理 **238 个插件**,统一归入七个大类。每个插件只出现一次,并按照最主要的使用价值进行分类。最近一次目录复核:**2026 年 8 月 26 日**。 +当前整理 **239 个插件**,统一归入七个大类。每个插件只出现一次,并按照最主要的使用价值进行分类。最近一次目录复核:**2026 年 8 月 28 日**。 ## 从这里开始 @@ -17,7 +17,7 @@ ### 当前快照 -这是目录的首个公开快照:共 **238 个插件**、**7 个大类**,中英文条目一一对应。后续新增、移除和修正统一记录在 [CHANGELOG.md](CHANGELOG.md)。 +这是目录的首个公开快照:共 **239 个插件**、**7 个大类**,中英文条目一一对应。后续新增、移除和修正统一记录在 [CHANGELOG.md](CHANGELOG.md)。 ## 分类浏览 @@ -174,6 +174,7 @@ - [session-export](https://github.com/JohnXu22786/session-export) — 通过新的工具和斜杠命令为DeepSeek Harness添加会话导出、脱敏和合规归档功能。 - [dsh-ecc](https://github.com/gongyijie85/dsh-ecc) — 向 DeepSeek Harness 的 Cordis host 层注册来自 ECC 的精选代理技能。 - [ReMe](https://github.com/agentscope-ai/ReMe) — 为 AI 代理提供本地优先、自演进的个人知识库,使用 Markdown 记忆文件。 +- [MisakaNet](https://github.com/Ikalus1988/MisakaNet) — 为AI代理提供基于Git的可搜索调试经验库。 ## 内容与创作 diff --git a/data/plugins.json b/data/plugins.json index c5a232a..ff0f6d8 100644 --- a/data/plugins.json +++ b/data/plugins.json @@ -1233,6 +1233,15 @@ "source": "github-topic:dsh-plugin", "url": "https://github.com/agentscope-ai/ReMe" }, + { + "category": "knowledge", + "description_en": "Provides a git-backed searchable library of debugging lessons for AI agents.", + "description_zh": "为AI代理提供基于Git的可搜索调试经验库。", + "name": "MisakaNet", + "repository_id": 1224734286, + "source": "github-topic:dsh-plugin", + "url": "https://github.com/Ikalus1988/MisakaNet" + }, { "category": "content", "description_en": "Equips text-only models for image Q&A, long-screenshot OCR, UI reconstruction, grounding, and pixel comparison.",