dsh plugins中文
← Back to popular plugin directory

Granular context memory for DeepSeek Harness

vilicvane/dsh-plugin-turn-memory · skills

Turn-granular context memory for DeepSeek Harness.

★ 2GitHub stars
0Forks
2026-08-16Last updated
TypeScriptLanguage
License

Project overview

Turn-granular context memory for DeepSeek Harness: step 1 of a two-step context-compression plan.

The default mode is agentic; the time routing is internal to the tool.

A conditional tail reminder backs it up: once the current turn spans more than reminderNodeThreshold surface nodes (default 30, counted by nodes, not tokens), the end-of-context runtime snapshot carries one stable line nudging the model toward compactturn; at 1.5x the threshold the line escalates to a direct warning. Below the threshold the reminder contributes nothing — zero tokens, zero noise — and it disappears on its own once a compaction lands. Summary format (version 4)

Install command

dsh plugin --profile web add github:vilicvane/dsh-plugin-turn-memory
View GitHub repository ↗Back to popular plugin directory