From bf9dd41c15239d7d66f3a06b29599eda8dd86ab2 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 20 Aug 2026 14:19:35 +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 b6a12d4..98455e8 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 [session-export](https://github.com/JohnXu22786/session-export) to Tools & Capabilities from the `dsh-plugin` topic. + - Automatically added [bookkeeping](https://github.com/JohnXu22786/bookkeeping) to Tools & Capabilities from the `dsh-plugin` topic. diff --git a/README.md b/README.md index efd1210..1605ad5 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 **173 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 **174 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 **173 plugins** across four broad areas. Each plugin appears once, under ### Current snapshot -This is the first published directory snapshot: **173 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: **174 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 @@ -154,6 +154,7 @@ This is the first published directory snapshot: **173 plugins**, grouped into ** - [net-debug](https://github.com/JohnXu22786/net-debug) — Adds HTTP debugging tools to DeepSeek Harness, including a general-purpose HTTP client, request history with replay, and response inspection. - [market-watch](https://github.com/JohnXu22786/market-watch) — Implements a financial market monitor for DeepSeek Harness, providing real-time quotes, a local watchlist, threshold alerts, periodic polling, and ASCII/mermaid charts for A-share stocks, indices, and cryptocurrencies. - [bookkeeping](https://github.com/JohnXu22786/bookkeeping) — Provides conversational bookkeeping with expense and income recording, querying, reporting, CSV/HTML export, and monthly budgets using a local SQLite ledger. +- [session-export](https://github.com/JohnXu22786/session-export) — Provides session export, redaction, and compliance archiving for DeepSeek Harness (dsh). ## Automation & Agents diff --git a/README.zh.md b/README.zh.md index c6e6f3a..36f9b34 100644 --- a/README.zh.md +++ b/README.zh.md @@ -6,7 +6,7 @@ > 一个独立维护、双语呈现、持续更新的 [DeepSeek Harness](https://github.com/deepseek-ai/deepseek-harness)(`dsh`)插件目录。 -当前整理 **173 个插件**,统一归入四个大类。每个插件只出现一次,并按照最主要的使用价值进行分类。最近一次目录复核:**2026 年 8 月 20 日**。 +当前整理 **174 个插件**,统一归入四个大类。每个插件只出现一次,并按照最主要的使用价值进行分类。最近一次目录复核:**2026 年 8 月 20 日**。 ## 从这里开始 @@ -17,7 +17,7 @@ ### 当前快照 -这是目录的首个公开快照:共 **173 个插件**、**4 个大类**,中英文条目一一对应。后续新增、移除和修正统一记录在 [CHANGELOG.md](CHANGELOG.md)。 +这是目录的首个公开快照:共 **174 个插件**、**4 个大类**,中英文条目一一对应。后续新增、移除和修正统一记录在 [CHANGELOG.md](CHANGELOG.md)。 ## 分类浏览 @@ -154,6 +154,7 @@ - [net-debug](https://github.com/JohnXu22786/net-debug) — 为 DeepSeek Harness 提供 HTTP 调试工具,包括通用 HTTP 客户端、带重放功能的请求历史以及响应检查。 - [market-watch](https://github.com/JohnXu22786/market-watch) — 为 DeepSeek Harness 实现金融行情监控,提供实时报价、本地自选列表、阈值提醒、定期轮询以及 A 股、指数和加密货币的 ASCII/mermaid 图表。 - [bookkeeping](https://github.com/JohnXu22786/bookkeeping) — 提供对话式记账功能,支持收支记录、查询、报表、CSV/HTML导出及月度预算,数据存储于本地SQLite。 +- [session-export](https://github.com/JohnXu22786/session-export) — 为 DeepSeek Harness (dsh) 提供会话导出、脱敏和合规归档功能。 ## 自动化与智能体 diff --git a/data/plugins.json b/data/plugins.json index 2564e53..ca2061c 100644 --- a/data/plugins.json +++ b/data/plugins.json @@ -1107,6 +1107,15 @@ "source": "github-topic:dsh-plugin", "url": "https://github.com/JohnXu22786/bookkeeping" }, + { + "category": "tools", + "description_en": "Provides session export, redaction, and compliance archiving for DeepSeek Harness (dsh).", + "description_zh": "为 DeepSeek Harness (dsh) 提供会话导出、脱敏和合规归档功能。", + "name": "session-export", + "repository_id": 1340353591, + "source": "github-topic:dsh-plugin", + "url": "https://github.com/JohnXu22786/session-export" + }, { "category": "automation", "description_en": "Provides a reusable and observable multi-agent workflow layer with generation, governance, and resume support.",