v0.1.17
0.1.17
Ships all pending features since 0.1.16:
fix(client): settings-card checkboxes update instantly (optimistic local state instead of async host revert); Russian switch reacts to locale changes; descriptive captions for typography and ё settings. (#62)fix(client): settings card uses the core chevron icon (IconChevronDownOutline14 with SVG fallback). (#65)feat(client): RU/EN layout indicator near the chat input; click converts current text. (#66)feat(client): layout fixer learns from accepted corrections (per-session dictionary). (#67)feat(host): optional Russian agent system prompt (russian-lang.agentPrompt), toggled from the settings card. (#68)feat(tools): auto-fill new plugin keys into the MT queue (tools/mt_autofill.py, daily cron). (#69)fix(mt): corrected 39 placeholder mismatches in shipped translations.feat(dict): full MT coverage for ALL installed plugins (50 ns / 3346 keys).ci: npm .tgz artifact for the isolated test server (upload-artifact@v3, mkdir fix).