This repository was archived by the owner on Jun 29, 2026. It is now read-only.
WikiLoop v0.4.3
Features
- Red-links detection:
kb_lintnow detects and cleans brokenrelated_to/supports/contradictslinks from the DB. Concept-name gaps are written towiki/index/red_links.jsonand shown as a knowledge-gap panel in WebUI — click "忽略" to dismiss individual entries. - Pure Go SQLite (
modernc.org/sqlite): replacesmattn/go-sqlite3(CGO). Fixes Windows sqlite at runtime (CGO_ENABLED=0now fully works). Binary size reduced 27%: 19.8MB → 14.4MB.
Fixes
- Distill prompt now constrains
related_to/supports/contradictsfields 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
libtokenizersandlibonnxruntimedownloads (vector module was removed in v0.4.x).