From d14699b33166318b8a242aaf2f04ae922f3fcb5c Mon Sep 17 00:00:00 2001 From: void2anything Date: Wed, 26 Aug 2026 21:33:35 +0800 Subject: [PATCH 1/7] Add dsh-qingagent under Domain specific Writing bridge to the open-source QingAgent client: the agent drafts and revises documents on a typeset rice-paper panel, every edit staged for review before it lands. Install command copied verbatim from the project's own README (the github: spec it recommends). Requires the QingAgent desktop client running locally, stated in the description. Co-Authored-By: Claude Fable 5 Claude-Session: https://claude.ai/code/session_01DKSCvE7UUcTdzbesdFW9Xw --- README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/README.md b/README.md index 1cdb50f..c77cc2d 100644 --- a/README.md +++ b/README.md @@ -1064,6 +1064,17 @@ No new entries this week. [Add one](CONTRIBUTING.md). +- **Draft documents in chat and review each edit before it lands** with [dsh-qingagent](https://github.com/void2anything/dsh-qingagent) by [void2anything](https://github.com/void2anything). Typeset rice-paper panel renders mermaid, drawio, tables, and KaTeX. Needs the open-source QingAgent desktop client running. 2★, Apache-2.0. + +
+ Install + + ```sh + npx @deepseek-ai/dsh plugin --profile web add github:void2anything/dsh-qingagent + ``` + +
+ --- From 6e4a98780369ef7dafae43af0f9a1acea7e807f7 Mon Sep 17 00:00:00 2001 From: marvin Date: Thu, 27 Aug 2026 17:42:00 +0800 Subject: [PATCH 2/7] docs: add DSH Composer Layout --- README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/README.md b/README.md index df5b651..4a495fc 100644 --- a/README.md +++ b/README.md @@ -416,6 +416,17 @@ No new entries this week. [Add one](CONTRIBUTING.md). +- **Read a long answer while drafting the next detailed prompt beside it** with [dsh-composer-layout](https://github.com/lavapapa/dsh-composer-layout) by [lavapapa](https://github.com/lavapapa). A right-side Composer for DSH Web, with per-session placement, an adjustable width, and a responsive return to the native bottom layout. 2★, MIT. + +
+ Install + + ```sh + dsh plugin --profile web add dsh-composer-layout@latest + ``` + +
+ ### Make it yours From 4c99d195790f158a9fa0ec6d9652d1acc3d3bd39 Mon Sep 17 00:00:00 2001 From: sluminosity Date: Sat, 29 Aug 2026 00:35:15 +0800 Subject: [PATCH 3/7] Add dsh-nested-followups --- README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/README.md b/README.md index df5b651..f92b57e 100644 --- a/README.md +++ b/README.md @@ -416,6 +416,17 @@ No new entries this week. [Add one](CONTRIBUTING.md). +- **Branch from any earlier answer without contaminating the main session** with [dsh-nested-followups](https://github.com/sluminositys/dsh-nested-followups) by [sluminositys](https://github.com/sluminositys). Creates real, read-only nested sessions and keeps them in one message-level tree. 16★, MIT. + +
+ Install + + ```sh + dsh plugin --profile web add dsh-nested-followups + ``` + +
+ ### Make it yours From e5eb383d260a3f218ea1de0e81a07c4311f2e18a Mon Sep 17 00:00:00 2001 From: sluminosity Date: Sat, 29 Aug 2026 00:44:59 +0800 Subject: [PATCH 4/7] Clarify recursively nested follow-ups --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f92b57e..0e00fd9 100644 --- a/README.md +++ b/README.md @@ -416,7 +416,7 @@ No new entries this week. [Add one](CONTRIBUTING.md). -- **Branch from any earlier answer without contaminating the main session** with [dsh-nested-followups](https://github.com/sluminositys/dsh-nested-followups) by [sluminositys](https://github.com/sluminositys). Creates real, read-only nested sessions and keeps them in one message-level tree. 16★, MIT. +- **Branch again from answers inside a side conversation** with [dsh-nested-followups](https://github.com/sluminositys/dsh-nested-followups) by [sluminositys](https://github.com/sluminositys). Every level is a real, read-only session with its own inherited context; the main task stays untouched and Tree View keeps the recursive trail attached. 16★, MIT.
Install From 57a115e822a3c98ad78b0e722b97f7d50abc9f01 Mon Sep 17 00:00:00 2001 From: sluminosity Date: Sat, 29 Aug 2026 01:07:01 +0800 Subject: [PATCH 5/7] Clarify unlimited recursive nesting --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0e00fd9..396db6c 100644 --- a/README.md +++ b/README.md @@ -416,7 +416,7 @@ No new entries this week. [Add one](CONTRIBUTING.md).
-- **Branch again from answers inside a side conversation** with [dsh-nested-followups](https://github.com/sluminositys/dsh-nested-followups) by [sluminositys](https://github.com/sluminositys). Every level is a real, read-only session with its own inherited context; the main task stays untouched and Tree View keeps the recursive trail attached. 16★, MIT. +- **Keep branching from any answer at any depth** with [dsh-nested-followups](https://github.com/sluminositys/dsh-nested-followups) by [sluminositys](https://github.com/sluminositys). The fork rule repeats without a plugin-defined depth limit; every level is a real, read-only session, the main task stays untouched, and Tree View keeps the trail attached. 16★, MIT.
Install From 4a7d7b8d35af5eee929df9ab81dee6960b3e1e8c Mon Sep 17 00:00:00 2001 From: WSL043 Date: Sun, 30 Aug 2026 01:35:04 +0800 Subject: [PATCH 6/7] Add dsh-codex-subscription --- README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/README.md b/README.md index df5b651..1ea5367 100644 --- a/README.md +++ b/README.md @@ -919,6 +919,17 @@ No new entries this week. [Add one](CONTRIBUTING.md).
+- **Use a ChatGPT or Codex subscription in DSH without an API key or Codex CLI** with [dsh-codex-subscription](https://github.com/WSL043/dsh-codex-subscription) by [WSL043](https://github.com/WSL043). OAuth sign-in with models, quota, search, and image tools. 26★, MIT. + +
+ Install + + ```sh + dsh plugin --profile web add dsh-codex-subscription + ``` + +
+ - **Run local MLX models as a native provider** with [rapid-mlx-dsh-provider](https://github.com/raullenchai/rapid-mlx-dsh-provider) by [raullenchai](https://github.com/raullenchai). DSH reads model facts straight from the server instead of a hand-edited settings file. 22★, Apache-2.0.
From f3c418f6ba6f3536df6ed81b3881682ebb21be9d Mon Sep 17 00:00:00 2001 From: WSL043 Date: Sun, 30 Aug 2026 03:00:34 +0800 Subject: [PATCH 7/7] Add dsh-dictation --- README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/README.md b/README.md index df5b651..35dbaf9 100644 --- a/README.md +++ b/README.md @@ -477,6 +477,17 @@ No new entries this week. [Add one](CONTRIBUTING.md).
+- **Speak into an editable composer draft without auto-sending** with [dsh-dictation](https://github.com/WSL043/dsh-dictation) by [WSL043](https://github.com/WSL043). Local multilingual recognition or Codex Desktop dictation, with the user keeping final control. 0★, MIT. + +
+ Install + + ```sh + dsh plugin --profile web add dsh-dictation@0.1.0-beta.1 + ``` + +
+ - **Write declarative allow, deny, and ask rules for tools** with [dsh-permission-rules](https://github.com/PerryLink/dsh-permission-rules) by [PerryLink](https://github.com/PerryLink). Claude-Code-style rules matched on tool name, arguments, and workspace path, with a session-log audit. 54★, Apache-2.0.