설치
npx -y @deepseek-ai/dsh plugin --profile web add github:wozoulesky/dsh-obsidian이 설치 명령은 GitHub 저장소 주소에서 생성된 확인되지 않은 시작점입니다.
README
유지 관리자가 작성한 문서 스냅샷입니다.
DSH Bridge
Embed your locally running DeepSeek Harness (DSH) into Obsidian as an AI collaborator: your vault becomes its working directory, and DSH can read, write, and search your notes directly.
Prerequisites
- A running DSH instance on your machine (default
http://127.0.0.1:3080) - Your vault must be inside DSH's accessible directory scope (decided by DSH's sandbox / workspace config)
- Obsidian ≥ 1.7.2, desktop only
Features
- Chat sidebar — streamed responses, tool-call cards, approval/question popups (retryable), session switching and creation, "load older" pagination, and automatic re-sync after reconnects
- Inline edit — select text + hotkey → instruction → word-level diff preview → apply (editor selection is re-validated before applying; large selections degrade to a plain confirm dialog)
- @mentions — type
@to pick vault files (@file:path, content injected) or folders (@folder:path, directory tree injected), with truncation and missing-file notices - Slash commands & plan mode —
/plan,/compact,/feedback,/goalwith autocomplete;Shift+Tabtoggles plan mode with a status banner
Installation (local)
npm install && npm run build- Copy
main.js,manifest.json, andstyles.cssintovault/.obsidian/plugins/dsh-bridge/ - Settings → Community plugins → enable "DSH Bridge"
Privacy
All data flows through your local DSH to its configured model providers, using the same policy as the DSH Web GUI. The plugin sends no telemetry.
Development
npm install
npm run dev # watch build
npm test # unit tests (74)
Architecture
Transport: unary RPC over Node http (POST /api/<method>, /api/respond); live events over a bundled ws WebSocket (/api/events.mux — the server rejects plain SSE with 426). A core layer folds session events into view models; a UI layer renders the sidebar and modals. See docs/superpowers/specs/2026-08-13-dsh-obsidian-design.md.
프로젝트 파일 및 신호
표시된 항목은 디렉터리 스냅샷에서 감지된 공개 저장소 신호입니다.
저장소 정보
- 언어
- TypeScript
- 라이선스
- MIT
- 최신 릴리스
- 0.1.1
- 마지막 업데이트
- 2026. 8. 16. 오전 6:41
신중하게 설치하기
소스 코드, 권한, 수명 주기 스크립트, 의존성 및 네트워크 접근을 검토하고 신뢰하지 않는 플러그인은 격리 환경에서 테스트하세요.