chore(compositions): mount bash-env and the pwsh tool in shipped and demo compositions

This commit is contained in:
Huanqi Cao
2026-08-02 14:18:42 +08:00
parent 33810ae774
commit 96cf8a2fbc
17 changed files with 200 additions and 6 deletions

View File

@@ -54,6 +54,8 @@ flowchart LR
cfg --> plugin_tui_approval
plugin_tui_permission["permission<br/>@deepseek-ai/dsh-permission"]
cfg --> plugin_tui_permission
plugin_tui_bash_env["bash-env<br/>@deepseek-ai/dsh-bash-env"]
cfg --> plugin_tui_bash_env
plugin_tui_tool_bash["tool-bash<br/>@deepseek-ai/dsh-tool-bash"]
cfg --> plugin_tui_tool_bash
plugin_tui_tool_tasks["tool-tasks<br/>@deepseek-ai/dsh-tool-tasks"]
@@ -165,6 +167,7 @@ flowchart LR
| `bash-sandbox` | `@deepseek-ai/dsh-bash-sandbox` |
| `approval` | `@deepseek-ai/dsh-user-approval` |
| `permission` | `@deepseek-ai/dsh-permission` |
| `bash-env` | `@deepseek-ai/dsh-bash-env` |
| `tool-bash` | `@deepseek-ai/dsh-tool-bash` |
| `tool-tasks` | `@deepseek-ai/dsh-tool-tasks` |
| `fs-policy` | `@deepseek-ai/dsh-fs-policy` |