HuanLinOTO/dsh-plugin-merge-tool-calls3

@huanlin/dsh-plugin-merge-tool-calls

Merge consecutive same-tool calls in the DSH WebUI chat flow into one card with compact child rows (all built-in tools by default).

包名
@huanlin/dsh-plugin-merge-tool-calls
版本
0.2.0
最近更新
2026年8月16日

安装

$npx -p @deepseek-ai/dsh dsh plugin --profile web add github:HuanLinOTO/dsh-plugin-merge-tool-calls

配置

cordis.patch.yml 中的插件行 config:

字段默认说明
tools[](全部)空数组 = 合并所有内置通用行工具(read/grep/glob/edit/write/bash/pwsh/web_search/web_fetch/run_code/cordis_package_inspect/cordis_runtime_inspect);非空数组 = 显式白名单(任意 wire 名,如 ['read','todo_write']
groupByadjacentadjacent:流中相邻即可合并;step:仅同 agent step
maxGroupSize8每组最多合并数,超出部分自动另起新组