Skip to content

Cobsidian v0.6.0

Choose a tag to compare

@Totoro-qaq Totoro-qaq released this 12 Jul 01:18
· 6 commits to main since this release
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