Cobsidian v0.8.0
Cobsidian v0.8.0 adds a native DeepSeek Harness integration while keeping Cobsidian's canonical Agent Skill, local CLI, and read-only MCP behavior intact.
Highlights
- Adds the optional
dsh-plugin-cobsidianCordis Bundle for DeepSeek Harness. - Packages the canonical Cobsidian Agent Skill and Python backend with the Bundle.
- Registers typed
cobsidian_scan,cobsidian_dry_run,cobsidian_prepare_write,cobsidian_apply_write, andcobsidian_rollbacktools. - Requires one-shot DSH approval for apply and rollback in addition to exact plan and transaction IDs.
- Uses managed subprocesses, bounded JSON output, permission-restricted temporary inputs, target hash checks, validation, and automatic rollback.
- Keeps the existing CLI, other host adapters, and read-only MCP server unchanged.
Documentation and quality
- Adds a DeepSeek Harness host adapter and bilingual installation, compatibility, and integration documentation.
- Extends CI with Node.js Bundle tests and npm package-content verification.
- 199 Python tests and 4 Bundle tests pass.
- Main-branch validation, package verification, and CodeQL pass.
- An isolated DSH
0.1.0-rc.6profile installs the Bundle, composes its Cordis patch, and starts the Web surface successfully.
Install the DSH Bundle
git clone https://github.com/Totoro-qaq/Cobsidian.git
cd Cobsidian/integrations/dsh
npm install
npm run build
dsh plugin --profile web add .
export COBSIDIAN_VAULT="/absolute/path/to/obsidian-vault"
dsh webDeepSeek Harness is currently a developer preview, so this Bundle deliberately targets its 0.1.0-rc.6 API family. No vault migration is required.