dsh plugins中文
← Back to popular plugin directory

LLM-free lossless compression engine

KitDoesIt/dsh-compaction-instant · skills

LLM-free lossless compaction engine for DeepSeek Harness.

★ 7GitHub stars
0Forks
2026-08-14Last updated
JavaScriptLanguage
MITLicense

Project overview

Instant, near-lossless context compaction for DeepSeek Harness — a drop-in replacement for @deepseek-ai/dsh-compaction-basic that replaces LLM summarization with the deterministic conversation-compiler principle of lllyasviel/VCC.

A region containing a user request, an assistant text + tool call, and its result compiles to:

Every tool call is ONE line: the key argument for whitelisted tools (toolArgTools), name-only for the rest ( jobkill (seq 9 -> result 10)), nothing at all for hideTools rows. Tool results never occupy entries — the -> result N pointer keeps them one recall(type:"result") away. Long user/assistant text is truncated to its budget with ...(truncated from seq N); every elision names the durable event that still holds the full content. Recall: the lossless read-back layer

Install command

dsh plugin --profile web add github:KitDoesIt/dsh-compaction-instant
View GitHub repository ↗Back to popular plugin directory