Skip to content
Merged
55 changes: 55 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -416,6 +416,28 @@ No new entries this week. [Add one](CONTRIBUTING.md).

</details>

- **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.

<details>
<summary>Install</summary>

```sh
dsh plugin --profile web add dsh-nested-followups
```

</details>

- **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.

<details>
<summary>Install</summary>

```sh
dsh plugin --profile web add dsh-composer-layout@latest
```

</details>


### Make it yours

Expand Down Expand Up @@ -477,6 +499,17 @@ No new entries this week. [Add one](CONTRIBUTING.md).

</details>

- **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.

<details>
<summary>Install</summary>

```sh
dsh plugin --profile web add dsh-dictation@0.1.0-beta.1
```

</details>

- **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.

<details>
Expand Down Expand Up @@ -919,6 +952,17 @@ No new entries this week. [Add one](CONTRIBUTING.md).

</details>

- **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.

<details>
<summary>Install</summary>

```sh
dsh plugin --profile web add dsh-codex-subscription
```

</details>

- **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.

<details>
Expand Down Expand Up @@ -1064,6 +1108,17 @@ No new entries this week. [Add one](CONTRIBUTING.md).

</details>

- **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.

<details>
<summary>Install</summary>

```sh
npx @deepseek-ai/dsh plugin --profile web add github:void2anything/dsh-qingagent
```

</details>


---

Expand Down