detongz/dsh-client-ui-obsidian-memory

detongz★ 3TypeScriptLast synced: 2026-08-17

Open on GitHub

deepseek harness plugin obsidian memory

README excerpt

dsh-client-ui-obsidian-memory 🧠 Obsidian Memory sidebar panel for DeepSeek Harness A DSH client plugin that renders a file-tree browser inside the sidebar, connecting to a local preview server which exposes your Obsidian Codex vault over HTTP. Inspired by @Saccc c's Codex memory techniques. What it does - Sidebar panel — renders inside the sidebar.obsidian-memory slot in DSH's left column - Live vault tree — fetches file tree from a local preview server (default port 3456 ) - Click to browse — expand folders, view markdown files - Fallback — if the preview server is offline, shows a hard-coded skeleton of your vault structure Quick Start 1. Install the plugin Add to your DSH cordis.patch.yml (or cordis.yml ): Prerequisite: ui-sidebar must declare the sidebar.obsidian-memory child slot. This is available in DSH ≥ 0.1.0-rc.5. If your DSH version does not include it yet, see the Manual Patch section below. Then rebuild and restart: 2. Start the preview server The preview server reads your local vault and exposes it via HTTP. Default port is 3456 . The panel will auto-connect on page load. Architecture Component Role DSH Plugin ( dsh-client-ui-obsidian-memory ) Browser side: sidebar p…

View full README on GitHub →
Terminal / TUIdsh-plugindsh-pluginssidebar

Category