blake-r/dsh-plugins--packages-dsh-assembly-plan-compacter ↗★ 0
@blake-r/dsh-assembly-plan-compacter
使 plan_mode 打印完整计划,并让 exit_plan_mode 仅携带简短摘要的 DSH 插件。
AI 分析
核心用途是优化 DSH 规划模式下的输出,通过精简退出规划时的摘要来减少上下文冗余。适合需要控制 Token 消耗并保持会话整洁的 DSH 用户。
安装
$
npx -p @deepseek-ai/dsh dsh plugin --profile web add github:blake-r/dsh-plugins#585c40b34c69d84da20592d9b396bd78b4fafb30&path:packages/dsh-assembly-plan-compacter说明文档
阅读完整 README ↗@blake-r/dsh-assembly-plan-compacter
Make plan_mode print the full plan and exit_plan_mode carry a brief summary.
Install
From npm (published):
dsh plugin --profile web add @blake-r/dsh-assembly-plan-compacter
From the GitHub repo (selective, subdirectory):
dsh plugin --profile web add github:blake-r/dsh-plugins#path:packages/dsh-assembly-plan-compacter
What it does
A bundle package in the dsh-plugins monorepo. See the header comment in
src/dsh-assembly-plan-compacter.mjs for full behavior.