You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This release covers the effective remote-main delta after 1.9.1: the notes below are derived from the shipped 3c90553..1cb58cb range, which is the remote-history path from the 1.9.1 release cut to the latest main.
Sidebar observability regains its usable layout: the footer scroll container and API activity styling are restored so activity details no longer push log output out of view.
Local knowledge inspection is more diagnostic without widening runtime behavior: maintainer inspection now reports bounded query diagnostics and low-signal navigation-note cautions instead of silently hiding why a derived query may be weak.
Major Upgrades
Added dedicated Chapter Split + TOC spotlight docs in both English and Simplified Chinese, plus a checked-in showcase SVG and docs-hub entry points so the feature is now part of the visible shipped documentation surface.
Expanded local-knowledge.inspect explainability with structured queryDiagnostics, including the derived basename, the bounded stripped-source character count used for diagram-source queries, and cautions for navigation-like note names such as index.*.
Re-aligned repo-local maintainer CLI help, examples, and capability-matrix docs to the actual vault-relative contract required by --vault docs, reducing drift between examples and real invocations.
Kept release-maintenance truth tighter by preserving maintainer authorship in the chronicle refresh helper instead of letting release-driven doc refreshes fall back to a bot identity.
Fixes And Robustness
Fixed the sidebar footer region so Log output and API activity can scroll within the shipped panel again instead of fighting for the same fixed vertical space.
Fixed the docs-vault local knowledge inspection examples that previously used repo-relative docs/... paths instead of vault-relative index.zh-CN.md / maintainer inputs.
Fixed maintainer CLI help output so the minimal examples now reinforce the same vault-relative path rule that runtime expects.
Fixed local knowledge inspect coverage for low-signal navigation notes by surfacing explicit cautions in tests and runtime output, instead of leaving those retrieval misses under-explained.
Comparative Summary
Before: sidebar request activity styling had regressed enough to make the combined API/log surface harder to inspect during real tasks.
After: the footer region is explicitly scrollable again, and API activity styling fits inside the sidebar without hiding the log stream.
Before: local-knowledge.inspect showed the derived query, but not enough bounded evidence about why a basename- or diagram-derived query might be weak.
After: the inspect surface stays maintainer-only, but now returns bounded query diagnostics and navigation-note cautions that make low-signal retrieval chains easier to debug.
Before: maintainer CLI docs implied repo-relative paths in --vault docs examples, which drifted from actual runtime expectations.
After: examples and tests now converge on the real vault-relative contract, reducing operator error in local verification.