This release adds 3 notable features for engineering teams evaluating rollout.
✓ No known CVEs patched in this version
Topics
+11 more
Summary
AI summaryUpdates Install ```bash, Platform notes, and Requirements across a mixed release.
Changes in this release
| Type | Severity | Summary | CVE |
|---|---|---|---|
| Feature | Low |
Adds Wiki health dashboard at /dashboard showing page/source/chat counts and LLM spend. Adds Wiki health dashboard at /dashboard showing page/source/chat counts and LLM spend. Source: llm_adapter@2026-05-29 Confidence: high |
— |
| Feature | Low |
Adds Mobile sidebar off-canvas drawer on /wiki and /chats. Adds Mobile sidebar off-canvas drawer on /wiki and /chats. Source: llm_adapter@2026-05-29 Confidence: high |
— |
| Feature | Low |
Adds Per-page diff view at /wiki/<slug>/history with line‑by‑line unified diffs. Adds Per-page diff view at /wiki/<slug>/history with line‑by‑line unified diffs. Source: llm_adapter@2026-05-29 Confidence: high |
— |
| Feature | Low |
Adds Approval gate for ingest allowing preview of LLM changes before applying (Settings toggle). Adds Approval gate for ingest allowing preview of LLM changes before applying (Settings toggle). Source: llm_adapter@2026-05-29 Confidence: high |
— |
| Feature | Low |
Adds Export wiki to zip via Settings → Wikis → ↓ Export active wiki (now functional). Adds Export wiki to zip via Settings → Wikis → ↓ Export active wiki (now functional). Source: llm_adapter@2026-05-29 Confidence: high |
— |
| Feature | Low |
Adds Wiki templates with a CLAUDE.md starter when creating a new wiki. Adds Wiki templates with a CLAUDE.md starter when creating a new wiki. Source: llm_adapter@2026-05-29 Confidence: high |
— |
| Feature | Low |
Adds Cross-wiki page search triggered by ⌘K searching all wikis. Adds Cross-wiki page search triggered by ⌘K searching all wikis. Source: llm_adapter@2026-05-29 Confidence: high |
— |
| Feature | Low |
Adds Setup gate redirecting direct bookmarks to onboarding instead of failing. Adds Setup gate redirecting direct bookmarks to onboarding instead of failing. Source: llm_adapter@2026-05-29 Confidence: high |
— |
| Feature | Low |
Adds Replay welcome tour in Settings → About showing the wizard. Adds Replay welcome tour in Settings → About showing the wizard. Source: llm_adapter@2026-05-29 Confidence: high |
— |
| Feature | Low |
Adds LLM spend calculation displaying cost in dollars on Settings → Models and /dashboard. Adds LLM spend calculation displaying cost in dollars on Settings → Models and /dashboard. Source: llm_adapter@2026-05-29 Confidence: high |
— |
| Feature | Low |
Introduces cross‑platform tarball install; native deps compile per platform at npm install time. Introduces cross‑platform tarball install; native deps compile per platform at npm install time. Source: granite4.1:30b@2026-05-29-audit Confidence: low |
— |
| Feature | Low |
Improves first‑run UX with post‑install banner and welcome screen in CLI. Improves first‑run UX with post‑install banner and welcome screen in CLI. Source: granite4.1:30b@2026-05-29-audit Confidence: low |
— |
Full changelog
First release with a real install path: download the tarball, run npm install -g, and you have the llm-wiki CLI on your PATH.
Verified end-to-end on macOS / Linux (incl. WSL) / Windows.
Install
# From the npm registry (once published)
npm install -g @syasas/llm-wiki
# Or directly from this release:
npm install -g https://github.com/ddsyasas/llm-wiki/releases/download/v1.1.0/syasas-llm-wiki-1.1.0.tgz
llm-wiki start
That's it — no git clone, no pnpm, no monorepo navigation. The CLI auto-initializes your wiki folder, picks a free port (3737 by default), and opens the browser. First run shows a welcome banner with the three commands you'll use most.
What's new since 1.0.0
The V1.x sprint shipped 10 features in section P + 5 in section Q + the cross-platform release in section R (see dev-log.md):
- Wiki health dashboard at
/dashboard— per-wiki page/source/chat counts + cumulative LLM spend, sortable by recency - Mobile sidebar — off-canvas drawer on
/wikiand/chats - Per-page diff view —
/wiki/<slug>/historyshows backups with line-by-line unified diffs - Approval gate for ingest — preview LLM changes before applying (Settings toggle)
- Export wiki to zip —
Settings → Wikis → ↓ Export active wiki(now actually works, was broken in 1.0.0) - Wiki templates — pick a starting
CLAUDE.mdtemplate when creating a new wiki - Cross-wiki page search —
⌘Ksearches every wiki, not just the active one - Setup gate on every route — direct bookmarks to
/sources,/query,/lint,/schemanow redirect to onboarding instead of failing loud - Replay welcome tour in Settings → About — now actually shows the wizard (was navigating to home instead)
- LLM spend calculation —
Settings → Modelsand/dashboardnow compute and show cost in dollars (was always$0.00in 1.0.0) - Cross-platform tarball — native deps install per-platform at
npm installtime, no per-OS build needed - Friendly install + first-run UX — post-install banner + first-run welcome in the CLI
CLI commands
llm-wiki start [folder] Start the wiki server (auto-init if needed)
llm-wiki init [folder] Initialize a folder without starting
llm-wiki doctor Probe install + OpenRouter connectivity
llm-wiki version
llm-wiki help
Requirements
- Node 20+
- An OpenRouter API key
Platform notes
- macOS: verified
- Linux (incl. WSL): verified — if
llm-wiki: command not foundafter install, runecho 'export PATH="$(npm prefix -g)/bin:$PATH"' >> ~/.bashrc && source ~/.bashrc - Windows: verified
Native deps (better-sqlite3, keytar) are installed at npm install time with the right prebuilt binary for your platform. No per-OS tarball needed.
Upgrading from 1.0.0
Wiki on-disk format is unchanged. Just install the new version — your existing wiki folder, schema, pages, chats, and history all carry over intact.
Weekly OSS security release digest.
The CVE patches and breaking changes that affected production tools this week. One email, every Sunday.
No spam, unsubscribe anytime.
Share this release
About ddsyasas/llm-wiki
All releases →Beta — feedback welcome: [email protected]