dsh-crumbs
Fill dead waiting time: while a long task runs, surface one small, true, topic-relevant fun fact — never touching the agent's context or result.
安装
$
npx -p @deepseek-ai/dsh dsh plugin --profile web add github:MeghanBao/dsh-crumbs说明文档
阅读完整 README ↗Configuration
Everything is opt-out with safe defaults.
- Env:
DSH_CRUMBS_DISABLE=1turns off the automatic long-task surfacing entirely (the/crumbcommand andcrumbtool still work). - Per repo:
.dsh/crumbs.config.json
{
"autoSurface": true, // drip crumbs during long tasks
"minTaskMs": 8000, // a task must run this long to qualify
"intervalMs": 12000, // gap between crumbs while it keeps running
"mode": "fact", // "fact" | "quiz"
"longTools": ["bash", "shell", "exec", "run"] // which tool calls count as "long"
}