validate general.language in config and use effective language for model compatibility

This commit is contained in:
leonardotrapani
2026-02-01 13:36:49 +01:00
parent 170ac22e3c
commit 0f700f935f
4 changed files with 119 additions and 5 deletions
+1 -1
View File
@@ -184,7 +184,7 @@
"Config with general.language='invalid' warns but doesn't hard fail",
"Typecheck passes"
],
"passes": false
"passes": true
},
{
"title": "Update README and docs for general language setting",