From 7c65ee71bbee74afb6f154612a8ae1048d543ca4 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 30 Aug 2026 05:46:32 +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 7401e1c..ea8f8c6 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 [dsh-live-voice](https://github.com/Jstn-1g/dsh-live-voice) to Interaction & Experience from the `dsh-plugin` topic. + - Automatically added [CloudBase-AI-Toolkit](https://github.com/TencentCloudBase/CloudBase-AI-Toolkit) to Integrations & Connectors from the `dsh-plugin` topic. diff --git a/README.md b/README.md index 6f25389..9e460e1 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 **240 plugins** across seven broad areas. Each plugin appears once, under the category that best represents its primary use. Last directory review: **August 29, 2026**. +Explore **241 plugins** across seven broad areas. Each plugin appears once, under the category that best represents its primary use. Last directory review: **August 30, 2026**. ## Start here @@ -17,7 +17,7 @@ Explore **240 plugins** across seven broad areas. Each plugin appears once, unde ### Current snapshot -This is the first published directory snapshot: **240 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: **241 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 @@ -99,6 +99,7 @@ This is the first published directory snapshot: **240 plugins**, grouped into ** - [trajectory-zh-guide](https://github.com/CSlawyer1985/trajectory-zh-guide) — Provides Chinese translations and plain-language explanations for the DeepSeek Harness trajectory panel. - [dshwiki-plugin](https://github.com/ai798-Lab/dshwiki-plugin) — Provides a sidebar panel in the DeepSeek Harness web interface listing curated plugins with copyable install commands. - [dsh-theme-eink-retro](https://github.com/exoticknight/dsh-theme-eink-retro) — A client-side theme for DeepSeek Harness that applies a paper-and-ink visual style with Balanced and Immersive modes. +- [dsh-live-voice](https://github.com/Jstn-1g/dsh-live-voice) — Adds live voice input and playback to the DeepSeek Harness web interface, supporting one manual audio turn per session. ## Tools & Capabilities diff --git a/README.zh.md b/README.zh.md index 404ad48..ca9a5f3 100644 --- a/README.zh.md +++ b/README.zh.md @@ -6,7 +6,7 @@ > 一个独立维护、双语呈现、持续更新的 [DeepSeek Harness](https://github.com/deepseek-ai/deepseek-harness)(`dsh`)插件目录。 -当前整理 **240 个插件**,统一归入七个大类。每个插件只出现一次,并按照最主要的使用价值进行分类。最近一次目录复核:**2026 年 8 月 29 日**。 +当前整理 **241 个插件**,统一归入七个大类。每个插件只出现一次,并按照最主要的使用价值进行分类。最近一次目录复核:**2026 年 8 月 30 日**。 ## 从这里开始 @@ -17,7 +17,7 @@ ### 当前快照 -这是目录的首个公开快照:共 **240 个插件**、**7 个大类**,中英文条目一一对应。后续新增、移除和修正统一记录在 [CHANGELOG.md](CHANGELOG.md)。 +这是目录的首个公开快照:共 **241 个插件**、**7 个大类**,中英文条目一一对应。后续新增、移除和修正统一记录在 [CHANGELOG.md](CHANGELOG.md)。 ## 分类浏览 @@ -99,6 +99,7 @@ - [trajectory-zh-guide](https://github.com/CSlawyer1985/trajectory-zh-guide) — 为 DeepSeek Harness 轨迹面板提供中文翻译和白话讲解。 - [dshwiki-plugin](https://github.com/ai798-Lab/dshwiki-plugin) — 在 DeepSeek Harness Web 界面中提供侧边栏面板,列出精选插件并支持复制安装命令。 - [dsh-theme-eink-retro](https://github.com/exoticknight/dsh-theme-eink-retro) — 为 DeepSeek Harness 提供的客户端主题,采用纸墨视觉风格,并包含 Balanced 与 Immersive 两种模式。 +- [dsh-live-voice](https://github.com/Jstn-1g/dsh-live-voice) — 为 DeepSeek Harness 网页界面添加实时语音输入与播放功能,每次会话支持一次手动音频回合。 ## 工具与能力 diff --git a/data/plugins.json b/data/plugins.json index 0119227..a1d1ce4 100644 --- a/data/plugins.json +++ b/data/plugins.json @@ -612,6 +612,15 @@ "source": "github-topic:dsh-plugin", "url": "https://github.com/exoticknight/dsh-theme-eink-retro" }, + { + "category": "interaction", + "description_en": "Adds live voice input and playback to the DeepSeek Harness web interface, supporting one manual audio turn per session.", + "description_zh": "为 DeepSeek Harness 网页界面添加实时语音输入与播放功能,每次会话支持一次手动音频回合。", + "name": "dsh-live-voice", + "repository_id": 1346666086, + "source": "github-topic:dsh-plugin", + "url": "https://github.com/Jstn-1g/dsh-live-voice" + }, { "category": "tools", "description_en": "Creates and manages sandboxed JavaScript tools through a Monaco-based editor.",