billion-context-dsh
Active Context Pruning (ACP) for the DeepSeek Harness — model-driven context management as a CompactionEngine backend.
112 results
Active Context Pruning (ACP) for the DeepSeek Harness — model-driven context management as a CompactionEngine backend.
DeepSeek Harness plugin: incremental file mounting with read dedupe, version-aware invalidation, and a mounted-files view (host half + web client half)
VCC-style instant, near-lossless deterministic compaction engine for the DeepSeek Harness — a drop-in replacement for @deepseek-ai/dsh-compaction-basic
Miraculous Standard — unified anchored agent preset for DeepSeek V4 Pro/Flash (official API & opencode-go). Minimal-exact two-tool first-request bootstrap, model-aware Pro/Flash paths, unified context gate, epoch-aware catalog management, rc7-ready shell handling.
会话级自动上下文压缩插件:回合中每步前 + 回合结束检测上下文用量,超过会话阈值自动 compact,摘要注入上下文后自然继续(DeepSeek Harness / DSH)
Codex-style window capture for DSH Desktop: press both Command/Ctrl keys (or the camera button) to grab the frontmost window on macOS or Windows, attach it to the current chat, and inject available window text as hidden context.
DeepSeek Harness(dsh)的 MCP / Skill / 记忆管理工具:写入前先连接自检,连不上不写;从 Claude Code / Codex 一键迁移;可装成 dsh 插件,在 Web 里用 /mcp 命令和卡片操作。
为 DeepSeek Harness 极简模式增加自动上下文压缩、/compact、/context 和模型主动压缩,解决极简模式长任务无法持续工作的问题。
dsh-plugin-appshot — a DeepSeek Harness plugin for macOS and Windows context screenshot capture.
Context compression tool (context_compact): the agent writes the replacement checkpoint itself and hands it to the host compaction engine, which skips the LLM summarizer call; automatic compaction stays on the official engine.
Inject rules when needed, without wasting context. DSH port of opencode-stream-rules.
Structural code MCP server and batch CLI for compact TypeScript/JavaScript reads and hash-bound AST edits.
Structural context engine for DSH — tree-sitter symbol index, ranked search, repo map, call graph, and change-aware context.
Durable multi-level context undo/redo for DeepSeek Harness, with per-user-message WebUI actions.
MCP server that lets any agent discover, install, and run DeepSeek Harness plugins.
Codex-style /btw for DeepSeek Harness: ask a side question answered by a conversation-seeded subagent, keeping the answer out of the main context
Universal Model Context Protocol (MCP) Bridge Plugin for DeepSeek Harness (dsh)
Content-aware tool output compression for DeepSeek Harness.
会话级自动上下文压缩插件:回合中每步前 + 回合结束检测上下文用量,超过会话阈值自动 compact,摘要注入上下文后自然继续(DeepSeek Harness / DSH)
Model-authored context pruning for DeepSeek Harness through the official compaction API.
Model-driven context-window rollover bundle for the DeepSeek Harness: fresh working context, durable model-managed notes, a small verbatim recent tail, and targeted history recovery — no summarization.
dsh-plugin: OMP-style ingress shaping plus optional local /fast-compact. Can replace DSH /compact and auto-compaction with a mechanical fold.
给 DSH 一个「临时会话」:侧边栏官方「新会话」按钮下面多一颗「临时会话」按钮,点它把新会话开进固定的临时工作区($DSH_HOME/workspace/default,插件启动时自动创建目录并在注册表里登记为「临时会话」工作区),于是这些会话就显示在侧边栏那个「临时会话」文件夹下面;项目工作区照旧注入精简的项目约定,临时会话不注入任何提示词,插件也不改你的权限配置。
上下文工程:按层级(规则文件→规格→源码→错误输出→对话历史)主动策划 agent 看到的信息,提升输出质量。受 addyosmani/agent-skills(88k★ MIT)启发。