0
0
Fork 0
mirror of https://github.com/discourse/discourse.git synced 2026-08-08 17:53:55 +08:00
discourse/plugins/discourse-ai/spec/system
Joffrey JAFFEUX 8fe4b255e0
FIX: ensures ai_bot_enabled_llms works correctly (#37269)
A recent refactor of this form:
2d1a60d68c caused a
regression on this field. This commit is correctly supporting the
setting type used in this case and adds a test to prevent regressions.

---------

Co-authored-by: Keegan George <kgeorge13@gmail.com>
2026-01-22 18:15:44 +01:00
..
ai_bot FIX: Respect sidebar panel set by destination route when leaving AI Bot (#36868) 2025-12-29 15:46:17 +01:00
ai_helper FIX: rich editor getSelected.value to return markdown (#36483) 2025-12-05 14:38:29 -03:00
ai_moderation DEV: Add client settled checks for system tests (#35230) 2025-10-10 11:03:18 +08:00
embeddings DEV: Update rubocop-discourse to 3.13 and autofix issues (#35073) 2025-10-06 16:11:01 +02:00
llms DEV: migrate enabled_chat_bot column to a setting (#36707) 2025-12-17 09:26:19 -08:00
page_objects FIX: Update model/feature dropdowns when changing time period in AI usage (#36975) 2026-01-07 08:12:22 +01:00
summarization FEATURE: Show gists in suggested and related topics (#36303) 2025-12-01 12:12:55 -03:00
admin_ai_features_spec.rb FIX: ensures ai_bot_enabled_llms works correctly (#37269) 2026-01-22 18:15:44 +01:00
admin_ai_persona_spec.rb DEV: Add client settled checks for system tests (#35230) 2025-10-10 11:03:18 +08:00
admin_ai_translations_spec.rb PERF: Optimize AI translation stats query and remove caching (#35597) 2025-10-27 14:03:21 -03:00
admin_dashboard_spec.rb
ai_artifact_key_value_api_spec.rb
ai_usage_spec.rb FIX: Update model/feature dropdowns when changing time period in AI usage (#36975) 2026-01-07 08:12:22 +01:00
ai_user_preferences_spec.rb FIX: AI search discoveries user preference not saving 2025-12-12 18:38:53 +01:00
core_features_spec.rb