add TUI validation for language-model compatibility on save

This commit is contained in:
leonardotrapani
2026-02-01 01:33:59 +01:00
parent 3af88e30c9
commit 3c7bfbeaab
3 changed files with 59 additions and 13 deletions
+13 -13
View File
@@ -702,19 +702,19 @@
"User can fix by: changing model, changing language to auto, or changing to supported language",
"After showing error, return to the form so user can make changes"
],
"verify": [
"Selecting English-only model + Spanish language shows error on save",
"Error dialog displays clear message with options",
"Config is not saved when validation fails",
"User can change model and save successfully",
"User can change language to auto and save successfully",
"User can change language to supported language and save successfully",
"Typecheck passes"
],
"passes": false
},
// ============================================================================
// PHASE 7: STREAMING ADAPTER IMPLEMENTATIONS
"verify": [
"Selecting English-only model + Spanish language shows error on save",
"Error dialog displays clear message with options",
"Config is not saved when validation fails",
"User can change model and save successfully",
"User can change language to auto and save successfully",
"User can change language to supported language and save successfully",
"Typecheck passes"
],
"passes": true
},
// ============================================================================
// PHASE 7: STREAMING ADAPTER IMPLEMENTATIONS
// Each adapter is a separate task for right-sizing
// ============================================================================
{