Skip to content
This repository was archived by the owner on Jun 29, 2026. It is now read-only.

WikiLoop v0.4.3

Choose a tag to compare

@jasen215 jasen215 released this 26 Jun 07:38
47160f9

Features

  • Red-links detection: kb_lint now detects and cleans broken related_to/supports/contradicts links from the DB. Concept-name gaps are written to wiki/index/red_links.json and shown as a knowledge-gap panel in WebUI — click "忽略" to dismiss individual entries.
  • Pure Go SQLite (modernc.org/sqlite): replaces mattn/go-sqlite3 (CGO). Fixes Windows sqlite at runtime (CGO_ENABLED=0 now fully works). Binary size reduced 27%: 19.8MB → 14.4MB.

Fixes

  • Distill prompt now constrains related_to/supports/contradicts fields to existing wiki paths only, preventing broken links from re-accumulating after reindex.
  • WebUI files table: wider Modified column, right-aligned Size column.
  • Build script: removed obsolete libtokenizers and libonnxruntime downloads (vector module was removed in v0.4.x).