zhenghaoyang2469 downloadsSidebar AI chat powered by the local DeepSeek Harness (dsh): streaming replies, tool calls, and real vault file edits.
DeepShian
English | 简体中文
DeepShian brings DeepSeek Harness into Obsidian's right sidebar. There is no cloud API: it talks to the dsh already installed on your machine, so you get the full agent experience — streaming answers, thinking steps, tool-call cards — and it can read and edit your vault files directly.
dsh.@ in the input to pick a file or folder from your vault — the agent reads it with full context.| Dependency | Version | Notes |
|---|---|---|
| Obsidian | ≥ 1.5.7 | Desktop only |
| Node.js | ≥ 18 | Runtime for the dsh command |
| DeepSeek Harness | / | Installed globally so that dsh is available |
# Verify dsh is installed
dsh --version
Option A: Install from the community plugin store
Open Obsidian → Settings → Community plugins → Browse → search deepshian → Install → Enable, then click the 🤖 icon in the left sidebar to open chat.
Option B: Download from Releases
Go to the Releases page and download these three files from the latest release: main.js, manifest.json, styles.css. Put them into the vault's plugin folder <vault>/.obsidian/plugins/deepshian/. Then: Settings → Community plugins → Enable DeepShian → click the 🤖 icon in the left sidebar to open chat.
npm install
npm run build # type-check and bundle into build/ (main.js + manifest.json + styles.css)
npm run dev # optional: watch-mode incremental builds
The output lands in build/ — the same three files (main.js, manifest.json, styles.css) — copy them into the vault's plugin folder.
| Setting | Default | Description |
|---|---|---|
| Plugin language | Auto | UI language (settings page included): Auto follows Obsidian — Chinese for zh, English otherwise — or force 中文 / English |
| dsh command | dsh |
Full path if dsh is not on PATH |
| Bridge profile | deepshian |
Profile passed as --profile; auto-installed on first run |
| Reinstall bridge profile | — | Auto-installs on first run (dialog) or repairs the profile path on this machine (e.g. when dsh was installed after the plugin) |
| Start read-only | Off | Every new sidebar starts in read-only mode |
| On open | Start new conversation | Whether opening the sidebar starts a new conversation or resumes the most recent one for this vault |
| Debug logging | Off | Log unparsed stdout lines and harness stderr to the developer console |
This project is open source under the MIT License.
Issues and Pull Requests are welcome.
git checkout -b feature/your-feature).git commit -m 'feat: add some feature').git push origin feature/your-feature).Powered by DeepSeek Harness.