Skip to content

ddsyasas/llm-wiki

v1.1.1 Bugfix

This release fixes issues for SREs watching stability and regressions.

Published 10d Productivity & Wikis
✓ No known CVEs patched
Read the diff → Tool health → What is this tool? →

✓ No known CVEs patched in this version

Topics

agentic ai-agent byok karpathy knowledge-base knowledge-graph
+11 more
llm-wiki local-first markdown nextjs note-taking notebooklm-alternative obsidian-alternative openrouter personal-wiki second-brain typescript

Summary

AI summary

Fixed case‑insensitive command dispatch on Windows and corrected banner alignment drift caused by ANSI codes.

Changes in this release

Bugfix Medium

Fixes case‑insensitive command dispatch on Windows.

Fixes case‑insensitive command dispatch on Windows.

Source: llm_adapter@2026-05-29

Confidence: high

Bugfix Low

Fixes banner alignment drift caused by ANSI escape codes.

Fixes banner alignment drift caused by ANSI escape codes.

Source: llm_adapter@2026-05-29

Confidence: high

Full changelog

Patch release. Two small fixes triggered by the first real-user report on Windows after v1.1.0 went live.

Install

npm install -g @syasas/llm-wiki@latest
# or if you already have an older version:
npm install -g @syasas/[email protected]

If npm is unavailable: npm install -g https://github.com/ddsyasas/llm-wiki/releases/download/v1.1.1/syasas-llm-wiki-1.1.1.tgz.

What's fixed

Case-insensitive command dispatchllm-wiki Doctor (capital D) was treated as an unknown command in 1.1.0. Common typing pattern on Windows since the filesystem itself is case-insensitive. Now Doctor, DOCTOR, doctor, and dOcToR all dispatch to the same doctor command. Same for Start, Init, Help, etc.

Banner alignment — the welcome box's right edge drifted by 2 characters because padding was hand-counted vs. a target that included ANSI escape codes. Replaced with dynamic padding computed from visible text width. Now stays square at any version string length.

Upgrading

Wiki on-disk format is unchanged from 1.1.0 — your existing wiki folder, schema, pages, chats, and history all carry over intact. npm install -g @syasas/llm-wiki@latest is all that's needed.

Full changelog since 1.0.0

See dev-log.md sections P, Q, R, S, T for the full sequence (V1.x feature sprint → production build → publish pipeline → npm release → this patch).

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

Track ddsyasas/llm-wiki

Get notified when new releases ship.

Sign up free

About ddsyasas/llm-wiki

All releases →

Related context

Related tools

Beta — feedback welcome: [email protected]