Skip to content

Releases: Totoro-qaq/Cobsidian

Cobsidian v0.8.1

Choose a tag to compare

@Totoro-qaq Totoro-qaq released this 13 Aug 17:34
fc88b6e

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

Choose a tag to compare

@Totoro-qaq Totoro-qaq released this 13 Aug 17:06
0e4b912

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-cobsidian Cordis 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, and cobsidian_rollback tools.
  • 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.6 profile 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 web

DeepSeek 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

Choose a tag to compare

@Totoro-qaq Totoro-qaq released this 17 Jul 02:22
701b0dd

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

Choose a tag to compare

@Totoro-qaq Totoro-qaq released this 12 Jul 01:18
ce7526f

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 title and aliases, 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 recall 1.0, append-target accuracy 1.0, backlink precision@3 0.6667, mode accuracy 1.0.
  • GitHub validation and CodeQL checks passed before merge.

Full changelog: v0.5.0...v0.6.0

Cobsidian v0.4.0

Choose a tag to compare

@Totoro-qaq Totoro-qaq released this 10 Jul 04:11
c9afd9d

What's Changed

Full Changelog: v0.3.0...v0.4.0

Cobsidian v0.3.0

Choose a tag to compare

@Totoro-qaq Totoro-qaq released this 07 Jul 02:19
9069574

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

Choose a tag to compare

@Totoro-qaq Totoro-qaq released this 06 Jul 15:50
446669e

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

Choose a tag to compare

@Totoro-qaq Totoro-qaq released this 06 Jul 14:39

Initial public MVP with the Cobsidian skill workflow, note organization modes, helper scripts, bilingual docs, validation CI, and CodeQL scanning.