vietc/engine
Devin AI 7569e7e218 feat: auto-restore English words and invalid Vietnamese syllables
When Vietnamese mode is on, the engine transformed every word including
English (test->tét, cargo->cảgo, status->státu). This wires up the
previously-dead english.rs dictionary and spelling.rs validator so that on
word commit, words that are clearly English or not phonologically valid
Vietnamese are reverted to the raw keystrokes typed. Genuine Vietnamese
(tiếng, việt, quả) is kept. Gated by the existing [auto_restore] enabled
config (default on).

Co-Authored-By: vndangkhoa <vonguyendangkhoa@gmail.com>
2026-06-26 10:31:37 +00:00
..
examples Optimize typing performance and preserve casing on replaced syllables 2026-06-25 19:59:46 +07:00
src feat: auto-restore English words and invalid Vietnamese syllables 2026-06-26 10:31:37 +00:00
tests feat: auto-restore English words and invalid Vietnamese syllables 2026-06-26 10:31:37 +00:00
Cargo.toml Optimize typing performance and preserve casing on replaced syllables 2026-06-25 19:59:46 +07:00
gen_tests_output.json Fix typing race conditions with unified channel injection, add persistent logging, and align config schemas 2026-06-24 20:30:14 +07:00