HuanLinOTO/dsh-plugin-merge-tool-calls3

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

将 DSH 聊天流中连续的同类工具调用合并为单张紧凑卡片的 WebUI 插件。

AI 分析

大幅整洁聊天界面。适合在 Agent 执行大量连续文件读写、搜索或 Bash 命令时,不希望界面被冗长的工具调用卡片刷屏的用户。

套件
@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每组最多合并数,超出部分自动另起新组