discourse/plugins/discourse-ai/spec/system
Kris a79aaa5ead
UX: only show AI persona dropdown with multiple options (#34527)
Currently we show the AI persona dropdown on the AI conversations page
if there's only one option:

<img width="2192" height="828" alt="image"
src="https://github.com/user-attachments/assets/79316217-e9e8-48f6-b9de-4a61f5d8ba25"
/>

To simplify, we should only show it when more than one option are
present:

<img width="2202" height="1180" alt="image"
src="https://github.com/user-attachments/assets/baff1bab-da85-4e9f-9091-a5df544b3762"
/>

and it appears again with multiple options: 

<img width="880" height="354" alt="image"
src="https://github.com/user-attachments/assets/e666916f-b958-4370-9e5e-bf7558f48f52"
/>
2025-08-27 11:55:35 -04:00
..
ai_bot UX: only show AI persona dropdown with multiple options (#34527) 2025-08-27 11:55:35 -04:00
ai_helper DEV: Fix a flaky AI composer helper test (#33998) 2025-07-31 13:55:44 +10:00
ai_moderation FEATURE: configure a default LLM model for all features (#33752) 2025-07-28 16:08:00 -03:00
embeddings
llms FEATURE: support GPT-5 (#34168) 2025-08-08 17:32:35 +10:00
page_objects FEATURE: AI header icon should remember last URL (#34108) 2025-08-08 09:12:22 +10:00
summarization FIX: ensure AI gists render on mobile (#34261) 2025-08-12 17:16:31 -04:00
admin_ai_features_spec.rb FEATURE: configure a default LLM model for all features (#33752) 2025-07-28 16:08:00 -03:00
admin_ai_persona_spec.rb
admin_ai_translations_spec.rb FEATURE: Translation progress admin UI (#34239) 2025-08-15 12:19:35 -07:00
admin_dashboard_spec.rb
ai_artifact_key_value_api_spec.rb
ai_user_preferences_spec.rb FEATURE: configure a default LLM model for all features (#33752) 2025-07-28 16:08:00 -03:00
core_features_spec.rb