Releases: Totoro-qaq/Cobsidian
Release list
Cobsidian v0.8.1
Cobsidian v0.8.1 makes reviewed writes feel natural without weakening the safety boundary.
Highlights
- Confirm a displayed change in plain language; users no longer copy or type plan hashes.
- Exact plan-ID binding, stale-plan rejection, atomic writes, rollback, and validation remain enforced internally.
- DSH approval prompts now keep integrity IDs in the background; the source-install Cordis Bundle is version 0.1.1.
- English and Chinese READMEs now explain installation, usage, features, safety, DSH support, and the latest release more clearly.
- Release, CI, CodeQL, Agent Skill, DSH Bundle, and MIT badges were refreshed.
- The Cobsidian banner now demonstrates the reviewed-change flow, with its footer controls centered and kept inside the preview card.
Validation
- 202 Python tests
- 4 DSH Node tests
- DSH package dry-run verification
- README asset/link audit
- SVG render inspection
- Validate and CodeQL passed on the merged main commit
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.
Cobsidian v0.7.0
Cobsidian v0.7.0 expands dissection mode from an internal-structure teardown into an evidence-aware explanation of why a product or technology exists, how it creates outcomes, and where its advantages and limits come from.
Highlights
- Adds the prior problem and prior state as required analysis context.
- Connects findings through
problem → design choice → mechanism → outcome → evidence. - Separates observed, claimed, inferred, and unknown adoption effects.
- Adds horizontal comparison with contemporary peers on shared dimensions.
- Adds vertical evolution across predecessors, prior approaches, versions, or time.
- Requires each distinctive advantage to identify its mechanism, conditions, evidence, and trade-offs.
- Keeps decision-focused option selection in comparison mode; comparisons inside dissection support analysis of one primary object.
Documentation and quality
- Updates the bilingual mode guide, dissection note shape, and copy-ready prompt.
- Adds regression coverage for causal chains, comparison fairness, evidence labels, and adoption-effect dimensions.
- 196 unit tests pass.
- Skill validation, main-branch validation, and CodeQL pass.
Upgrade
Pull the repository and reinstall or copy skills/cobsidian into the skill directory used by your agent. No vault migration is required.
Cobsidian v0.6.0
Identity-aware, measurable, reversible knowledge maintenance
Cobsidian v0.6.0 turns the project from a strong agent workflow contract into a more complete local knowledge-maintenance tool.
Highlights
- One note, many names — duplicate matching now combines filename title, cleaned H1, frontmatter
titleandaliases, and prefix-free core titles. - Behavioral quality evaluation — labeled JSONL evaluations measure duplicate precision/recall, append-target accuracy, backlink precision@k, and mode accuracy.
- Deterministic safe writes — the optional local executor follows
prepare → confirm → atomic apply → validate → rollback, with integrity hashes, stale-plan protection, transaction records, and automatic rollback on new warnings. - Broader agent support — tested installation and host adapters cover Kimi Code, OpenCode, Pi, Antigravity, GitHub Copilot CLI, Codex CLI, and Claude Code CLI.
- Clearer product story — a minimal banner and light Obsidian workflow demo show identity-aware matching, reviewed writes, and knowledge-graph growth.
Safety boundary
The MCP server remains read-only. Write execution is an explicit companion workflow with a reviewed patch, exact confirmation, validation, and rollback support.
Validation
- 193 automated tests passed.
- Public quality smoke: duplicate precision
1.0, duplicate recall1.0, append-target accuracy1.0, backlink precision@30.6667, mode accuracy1.0. - GitHub validation and CodeQL checks passed before merge.
Full changelog: v0.5.0...v0.6.0
Cobsidian v0.4.0
What's Changed
- docs: add integration setup guide by @Totoro-qaq in #7
- docs: clarify setup paths and language-aware skill behavior by @Totoro-qaq in #8
- docs: refresh README landing sections by @Totoro-qaq in #9
- docs: add glassmorphism README banner by @Totoro-qaq in #10
- fix: center README banner labels by @Totoro-qaq in #11
- docs: add recorder-ready Cobsidian demo preview by @Totoro-qaq in #12
- refactor: optimize skill triggers, replace [[ ]] icons with knowledge graph, improve demo content by @Totoro-qaq in #13
- docs: add GIF reference, remove redundant README sections by @Totoro-qaq in #14
- fix: polish HTML demo for GIF recording by @Totoro-qaq in #15
- feat: add Red Flags and Common Mistakes to SKILL.md by @Totoro-qaq in #16
- feat: add Claude Code / OpenCode adapter by @Totoro-qaq in #17
- docs: add Cobsidian demo gif by @Totoro-qaq in #18
- release: Cobsidian v0.4.0 by @Totoro-qaq in #19
Full Changelog: v0.3.0...v0.4.0
Cobsidian v0.3.0
Adds a local MCP stdio server with read/planning tools, dry-run support, safe vault-relative note resources, prompts, MCP dependency setup, bilingual MCP documentation, and CI coverage for MCP tests.
Cobsidian v0.2.0
Adds config-aware helper scripts with --config support, dry-run JSON planning, unit tests, CI test execution, and a demo vault with README before/after examples.
Cobsidian v0.1.0
Initial public MVP with the Cobsidian skill workflow, note organization modes, helper scripts, bilingual docs, validation CI, and CodeQL scanning.