taskfold
用命名任务包住工作过程;任务结束后,在下一个步骤边界把整段消息折叠成一段摘要,原文可随时还原。
Wraps work in named tasks and, once a task closes, folds its whole span of messages into one summary at the next step boundary; the original content can be restored on demand.
怎么安装
dsh plugin add dsh-taskfold 简介
Keep long AI coding sessions fast, cheap, and readable: finished work is folded into a short summary, and the full original content is always one call away. For DeepSeek Harness (DSH). Quickstart sh dsh plugin --profile <your-profile> add dsh-taskfold Published on npm as dsh-taskfold — prebuilt, so it skips dsh's allowBuilds build approval. Straight from GitHub also works: add github:yindf/taskfold. Restart dsh — every session on that profile gets the tools. The agent then wraps its work in named tasks: task_begin("fix the login bug") … the work … task_end("fix the login bug") and that whole s…
推荐参考
信息
- 协议
- MIT
- 语言
- JavaScript
- GitHub 星标
- 2
- 月下载
- –
- 最近更新
- 2026-09-12
- 创建于
- 2026-09-02
基础安全检查
- 检查结果
- 无
- 收录来源
- curated:awesome-dsh-plugin.com, curated:awesome-dsh-plugin/awesome-dsh-plugin
- 主题标签
- agent-memory, ai-agents, coding-agent, compaction, context-management, context-window, cordis, deepseek-harness, developer-tools, dsh, dsh-plugin, dsh-plugins, llm, prompt-caching, token-optimization, typescript
同类推荐
deja-vu
vshulcz/deja-vu
面向编码智能体的记忆。索引17个智能体已经写入磁盘的会话,包括你安装之前几个月的会话,并能在任意会话中召回它们。无需LLM,无需嵌入——一个本地Go二进制文件即可。
dsh-web
zhu1090093659/dsh-web-ui/tree/main/packages/dsh-chat-recovery
对话恢复插件:编辑最近一轮已结束的用户消息、显式重试失败轮次;两条路径都走 session fork 分支,原会话不被改动。