This release fixes issues for SREs watching stability and regressions.
✓ No known CVEs patched in this version
Topics
+11 more
Summary
AI summaryFixed case‑insensitive command dispatch on Windows and corrected banner alignment drift caused by ANSI codes.
Changes in this release
| Type | Severity | Summary | CVE |
|---|---|---|---|
| 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 dispatch — llm-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
About ddsyasas/llm-wiki
All releases →Beta — feedback welcome: [email protected]