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.
用命名任务包住工作过程;任务结束后,在下一个步骤边界把整段消息折叠成一段摘要,原文可随时还原。
How to install
dsh plugin add dsh-taskfold About
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…
Recommendation signals
Meta
- License
- MIT
- Language
- JavaScript
- GitHub stars
- 2
- mo. downloads
- –
- Last push
- 2026-09-12
- Created
- 2026-09-02
Basic safety check
- Findings
- None
- Sources
- curated:awesome-dsh-plugin.com, curated:awesome-dsh-plugin/awesome-dsh-plugin
- Topics
- 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
Related plugins
deja-vu
vshulcz/deja-vu
One memory shared by Claude Code, Codex, Cursor, Copilot CLI, OpenClaw and 20 more coding agents, built from the session history already on disk. A fix found in one agent comes back in any of them, including months of sessions from before you installed it. No LLM, no embeddings, one local Go binary.
dsh-turn-rewind
Anionex/dsh-turn-rewind
Rewind conversation and workspace state, powered by a persistent Change Ledger.
dsh-web
zhu1090093659/dsh-web-ui/tree/main/packages/dsh-chat-recovery
Chat recovery for DSH: edit the last finished user message and explicitly retry failed turns, both via session-fork branches that leave the original conversation untouched.
dsh-message-edit
Moeblack/dsh-message-edit
Branch-based message editing, reroll, retry, and a version timeline.