diff --git a/README.md b/README.md index df5b651..fc78d26 100644 --- a/README.md +++ b/README.md @@ -416,6 +416,28 @@ No new entries this week. [Add one](CONTRIBUTING.md). +- **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. 19★, MIT. + +
+ Install + + ```sh + dsh plugin --profile web add dsh-nested-followups + ``` + +
+ +- **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. 4★, MIT. + +
+ Install + + ```sh + dsh plugin --profile web add dsh-composer-layout@latest + ``` + +
+ ### Make it yours @@ -477,6 +499,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.
@@ -919,6 +952,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.
@@ -1064,6 +1108,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 + ``` + +
+ ---