tui: add one-time personality nudge NUX with persisted hide flag

This commit is contained in:
Charles Cunningham
2026-01-26 12:52:13 -08:00
parent c7c2b3cf8d
commit d4e9556a67
8 changed files with 284 additions and 2 deletions

View File

@@ -456,6 +456,10 @@
"description": "Tracks whether the user has seen the model migration prompt",
"type": "boolean"
},
"hide_personality_nudge": {
"description": "Tracks whether the user has already seen the personality selection nudge.",
"type": "boolean"
},
"hide_rate_limit_model_nudge": {
"description": "Tracks whether the user opted out of the rate limit model switch reminder.",
"type": "boolean"