CATEGORY
Verified manifests and exact versions in this category.
smart-session-title
Replacement session-title provider for DeepSeek Harness: compresses oversized first prompts instead of failing, and gates weak prompts.
dsh-session-cleaner
Delete DeepSeek Harness sessions from the running web runtime: live store detach, workspace records, and on-disk artifacts.
dsh-hermes-memory
Hermes-style persistent memory for DeepSeek Harness (DSH) — a faithful port of the hermes-agent MEMORY.md / USER.md mechanism: bounded dual-bank memory, one `memory` tool (add/replace/remove/batch), frozen-snapshot injection, nudge reminders, restrained m
dsh-living-memory
Living memory for DeepSeek Harness — self-tending knowledge base: nightly patrol, temporal decay, RRF hybrid recall, knowledge graph, telemetry. Built by 暖暖 (NuanNuan).
dsh-opencode-session
DeepSeek Harness plugin: automatically adds a stable per-conversation x-opencode-session header to OpenCode / OpenCode Go provider requests — fixes 400 MissingSessionID and keeps OpenCode's session affinity / prompt-cache routing working.
task-passport
TaskPack: an open, offline task-handoff container. Task Passport is the durable state; TaskPack is the box it travels in.
dsh-plugin-session-import
DeepSeek Harness 插件:导入 claude-code / codex / reasonix / zcode 的聊天记录为 dsh 会话(含工作区绑定)。
dsh-quick-toc
Conversation TOC for DeepSeek Harness (DSH): a whole-session, turn-grouped Markdown outline with hover previews, a level filter, a full-width curtain, jump-to-end buttons, title/full-text/cross-session search and a Chinese/English interface.
@ohmejj/dsh-chat-archive
DeepSeek Harness plugin: automatically archive idle conversations after a configurable threshold (hours/days), with its own Settings section UI.
dsh-attachments
Bring any file into the conversation — stashed to the workspace and referenced by path; zero type rejection
dsh-archived-chats
DeepSeek Harness Session Archive: safely archive workspace sessions from Settings; browse and full-text search archived chats by workspace; natively preview conversations, tool activity, and stored images in read-only mode; manage tags and notes; and restore from ZIP backups. Provides a unified recy
dsh-memory-vault
Cross-session memory vault for DeepSeek Harness: remember / recall / forget tools, per-turn prompt injection, and a browser management page.
dsh-session-link
Codex-style session deep links for DeepSeek Harness (dsh): copy a dsh:// link from any conversation, open it in the browser, or paste it into another conversation to read that session's context.
@dsh-enhanced/preference-learning
Bounded, typed preference learning for the DSH personal assistant.
@zhujunpeng12/dsh-memory-system
Local-first persistent memory infrastructure for DeepSeek Harness: bounded hot-memory bootstrap, explainable cold recall (exact + Chinese BM25), lease-lock transactional writes, read-only governance, and trajectory review. Pure Python + Markdown, zero ext
@akslcw/dsh-negative-ledger
Agent negative-knowledge ledger for DeepSeek Harness: records failed paths with evidence hashes and retry conditions, auto-invalidates on evidence change.
@dsh-enhanced/personal-memory
Scoped, bounded, approval-gated long-term memory for DeepSeek Harness agents.
dsh-memento
Bounded, layered, approval-gated, auditable cross-session memory for DeepSeek Harness — a capability seam (ctx.memory service + local SQLite provider + memory tool + frozen snapshot injection), not another memory warehouse
dsh-recall
Conversation history recall for DeepSeek Harness: search the original text of every session (like searching chat records) — literal/fuzzy/semantic retrieval, fully local & offline, plus a silent host auto-recall layer that injects relevant history when yo
@goodandready/dsh-usage-guard
Keeps a malformed token-usage sample from taking a whole session history down with it: a missing or non-numeric counter becomes zero before the harness adds it up, so the fold never yields NaN and already-broken sessions open again.
@dsh-enhanced/memory-wiki-bridge
Proposal-only, provenance-stable promotion between DSH personal Memory and Wiki.
aifp-mcp
AiFP Cognitive Memory — persistent memory MCP server for AI assistants. Chinese-first retrieval with causal chains, Hebbian associations and graph diffusion. 记忆感知系统
dsh-yogacara
A Yogācāra (唯识) self-model plugin for DeepSeek Harness — eight consciousnesses, the 51 mental factors, a perfumed seed store, and a measurable self-grasping meter, rendered back to the agent as first-person state.
dsh-trivium
In-process graph memory for DeepSeek Harness, backed by TriviumDB.
@mimichunterz/agent-compact
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.
@wingsky-1/dsh-idle-archive
Automatic idle conversation reminder: For conversations with no messages for more than X hours, show a popup asking whether to archive; if declined, don't prompt again for Y hours.
managed-agents
Local-first, self-hosted AI agent runtime with Claude Managed Agents-style APIs, sandboxed sessions, memory, tools, audit, replay, and a local Console.
graph-memory
Knowledge graph memory for DeepSeek Harness and OpenClaw — cross-session recall, PageRank, communities, and vector search
dsh-codex-migrate
Migrate Codex CLI conversations, MCP servers, memories and project files into DeepSeek Harness sessions, workspaces and MCP registrations. 把 Codex CLI 的对话、MCP、记忆与项目文件迁移为 DSH 会话、工作区与 MCP 注册。
dsh-clear-tool-results
DeepSeek Harness host plugin: archive raw tool results into the session folder, clear them from the visible conversation at round boundaries, and let the model recall them through a read_tool_result_log tool.