π Release v1.6.5 β Wiki Output Language Fix + Cumulative Quality Update (v1.6.2βv1.6.5) #5
Closed
green-dalii
announced in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Hi everyone! I'm excited to announce the release of v1.6.5, which fixes a critical language issue and includes all quality improvements from v1.6.2 through v1.6.5.
π Major Fix: Wiki Output Language
The problem: When UI language was set to Chinese and Wiki output language was set to English, generated entities/concepts still appeared in Chinese.
This affected users who wanted Wiki content in a different language than their UI.
Root cause: LLM prompts contained Chinese instruction text, and LLMs prioritize user-prompt language signals over system-prompt directives.
The fix: All LLM-facing prompts are now in English, following the standard training pattern where English meta-instructions correctly govern
target-language output. A new "Wiki Output Language" setting (8 languages + custom input) is now independent of the UI language.
β¨ Cumulative Improvements (v1.6.2βv1.6.5)
This release also bundles all quality updates since v1.6.1:
π¦ Installation
Manual installation:
main.js,manifest.json,styles.cssfrom the v1.6.5 releasellm-wikiinside<vault>/.obsidian/plugins/For existing users: Your settings are preserved. If you previously relied on UI language for Wiki content, you'll see a new "Wiki Output Language"
dropdown β just select your desired language.
πΊοΈ What's Next
Current development focus is on v1.7.0 β Conversational Ingest (Karpathy-aligned interactive wizard). The main branch (v1.2.0) is pending Obsidian human
review, and all new development continues on the
feature/schema-auto-maintainbranch.Full changelog: CHANGELOG.md
π¬ Feedback
If you encounter any issues or have suggestions, please:
Thanks for using LLM Wiki! π
All reactions