discourse-ai/spec/system
Keegan George a4194d3fb2
FIX: AI preferences tab button not appearing unless Helper enabled (#1452)
This update fixes an issue where the AI user preferences tab was not appearing unless `SiteSetting.ai_helper_enabled` was `true`. This is because we previously checked for it's presence when user preferences only had a single setting related to Helper. However, since then, we've also added search discoveries setting there too. As such, we don't want it to depend on Helper. We also sneak in this update a modernization of converting the preferences template from `.hbs` to `.gjs`.
2025-06-20 10:12:08 -07:00
..
ai_bot FIX: Bring back empty state message when appropriate (#1446) 2025-06-18 17:34:08 -05:00
ai_helper FIX: AI preferences tab button not appearing unless Helper enabled (#1452) 2025-06-20 10:12:08 -07:00
ai_moderation FEATURE: Add AI-powered spam detection for new user posts (#1004) 2024-12-12 09:17:25 +11:00
embeddings REFACTOR: update embeddings to formkit (#1188) 2025-03-13 11:27:38 -04:00
llms FIX: implement max_output tokens (anthropic/openai/bedrock/gemini/open router) (#1447) 2025-06-19 16:00:11 +10:00
page_objects DEV: makes ai menu helper a standalone menu (#1434) 2025-06-19 11:56:00 +02:00
summarization DEV: Use structured responses for summaries (#1252) 2025-05-06 10:09:39 -03:00
admin_ai_features_spec.rb DEV: Move AI translation feature into an AI Feature (#1424) 2025-06-13 10:17:27 +08:00
admin_ai_persona_spec.rb FIX: when tool options are added they should be available (#1406) 2025-06-05 12:05:55 +10:00
admin_dashboard_spec.rb FEATURE: Add links to filtered emotion view on emotion dashboard table (#953) 2024-11-25 15:51:01 -03:00
ai_artifact_key_value_api_spec.rb FEATURE: persistent key-value storage for AI Artifacts (#1417) 2025-06-11 06:59:46 +10:00
ai_user_preferences_spec.rb FIX: AI preferences tab button not appearing unless Helper enabled (#1452) 2025-06-20 10:12:08 -07:00
core_features_spec.rb DEV: Add system spec to check core features are working fine 2025-04-08 17:04:20 +02:00