taskfold
Run the following command in DeepSeek Harness:
dsh plugin install yindf/taskfold
Paste the following prompt into your AI chat to install this plugin:
Install in DeepSeek Harness by running dsh plugin install yindf/taskfold. Source: https://github.com/yindf/taskfold
About this plugin
Long AI coding sessions drown in their own history. Every request re-sends hours of finished tool outputs, debug logs, and abandoned attempts; costs climb, the model gets distracted, and the context window eventually overflows. taskfold takes a notebook approach: name each unit of work (task_begin / task_end), and when the task closes, the entire back-and-forth is folded into one titled summary, keeping the conversation readable and every subsequent request cheaper.
Summaries deliberately preserve the decisions that matter, the feedback given, why things failed, what changed, and the final outcome — not a summary of a summary. Nothing is truly lost: every fold archives the exact original messages to a file, and fold_recall brings them back in full at any moment. With list_folds for an at-a-glance index, a gentle reminder that nags only when discipline slips, and a design that rewrites only a middle chunk of history to stay cache-friendly, taskfold cuts token cost without sacrificing traceability.
Built for developers and teams who run long, multi-step coding sessions with an AI agent — debugging, refactoring, and iterating on complex codebases — and who want the conversation to stay lean and the cost curve flat.
Use Cases
- Context window overflows or costs spike in long coding sessions
- Multi-step debugging and refactoring demands readable conversation
- Completed work must be recallable without consuming context
Best For
- Developers running AI coding sessions on DeepSeek Harness
- Engineering teams in long collaboration loops with code agents
- Tech leads tracking token spend and API cost efficiency
Related Plugins
Memory layer for coding agents that indexes local session history and auto-recalls relevant context before edits, commands, and failures, with no manual search needed.
Traceable, searchable cross-session memory for AI agents that turns conversation knowledge into a typed knowledge graph and recalls relevant subgraphs instead of replaying full history, natively integrated with DeepSeek Harness.
Gives DSH AI cross-session long-term memory, to-do and skill management, plus multi-session orchestration, external AI delegation, and an infinite canvas that grows with you.
dsh-mnemon is a three-tier, pluggable, Agent-driven memory system for DeepSeek Harness, combining Runtime memory, Project Documents, and replaceable Memory Spaces with nine long-term providers.