dsh-honcho
Run the following command in DeepSeek Harness:
dsh plugin install plastic-labs/dsh-honcho
Paste the following prompt into your AI chat to install this plugin:
Run dsh plugin install plastic-labs/dsh-honcho in your DeepSeek Harness session to install the plugin, sourced from https://github.com/plastic-labs/dsh-honcho
About this plugin
Every time a DeepSeek Harness session ends, the context is gone. dsh-honcho changes that by giving dsh durable, cross-session memory powered by Honcho - what you are building, how you prefer to work, and the technical decisions you made last week and why. It reads the same ~/.honcho/config.json as claude-honcho and codex-honcho, so one config file governs every integration, and pointing them at the same Honcho workspace merges their memories automatically.
Three layers do the heavy lifting. At session start the plugin injects your peer profile, a running project summary, and the derived conclusions most relevant to the current prompt, all in a single API call that refreshes as you work. In the background it captures every user and assistant turn, debounces writes, flushes at turn boundaries and before compaction, and redacts secrets before anything reaches Honcho. At the model level it exposes three tools: honcho_search for querying both raw messages and derived conclusions, honcho_chat for slow, reasoning-heavy questions over everything Honcho knows, and honcho_remember for persisting a fact, preference, or decision. Session strategies from per-directory to git-branch let you tune memory granularity to match your project layout.
Built for solo developers and small teams who live in DeepSeek Harness. If you already feed context into claude-honcho or codex-honcho, dsh-honcho slots into the same Honcho workspace with zero extra configuration. No server to run - a single API key is enough, and self-hosted Honcho works just the same.
Use Cases
- Retain project decisions, workflow preferences, and technical rationale across sessions
- Share a single Honcho workspace with claude-honcho or codex-honcho for unified memory
- Query raw messages and derived conclusions mid-session via honcho_search
Best For
- Solo developers who live in DeepSeek Harness for daily coding
- Developers already in the Honcho ecosystem seeking unified multi-client memory
- Small teams that need cross-session context without heavy RAG infrastructure
Related Plugins
A service-oriented sidebar framework for DSH, offering a full workbench with file explorer, embedded browser, real terminal, Git panel, and extensible plugin services.
A beautiful, practical Claude Code-style TUI plugin with pixel whale top bar, flowing glow title, real-time status line, streaming thought expansion, time rewind, context progress bar and TPS gauge — zero core changes.
The plugin market for DeepSeek Harness: browse/search/one-click install community plugins and themes, with updates, backup/restore, hot disable, diagnostics, and AI fix.
A persistent whale widget on the DSH web UI that shows DeepSeek balance, today's usage, and per-turn cost, with drag-and-snap and sound effects.