feat: show description for active setting in /settings dialog#3116
feat: show description for active setting in /settings dialog#3116wenshao wants to merge 2 commits intoQwenLM:mainfrom
Conversation
Display the schema description of the currently highlighted setting below the settings list, so users can understand what each option does without needing to check external documentation. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
📋 Review SummaryThis PR adds a helpful UX improvement to display the description of the currently highlighted setting in the 🔍 General Feedback
🎯 Specific Feedback🟢 Medium
🔵 Low
✅ Highlights
|
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Problem
The
/settingsdialog only shows setting labels (e.g. "Vim Mode") and their values, but no explanation of what each setting does. Users have to guess or check external docs to understand the purpose of each option.Solution
Display the
descriptionfrom the settings schema below the settings list for the currently highlighted item. The description updates as the user navigates between settings.Changes
descriptionfield from settings schema into dialog items, with i18n support viat()Test plan
/settingsand verify a description line appears below the settings list for the highlighted item🤖 Generated with Claude Code