discourse-ai/assets/javascripts/discourse
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
..
admin FEATURE: Display features that rely on multiple personas. (#1411) 2025-06-09 16:13:09 -03:00
components FIX: streaming related specs (#1448) 2025-06-19 07:41:18 -07:00
connectors FIX: AI preferences tab button not appearing unless Helper enabled (#1452) 2025-06-20 10:12:08 -07:00
controllers FEATURE: hashtag and mention autocomplete for first bot message (#1342) 2025-05-16 16:19:20 +10:00
lib DEV: makes ai menu helper a standalone menu (#1434) 2025-06-19 11:56:00 +02:00
routes FEATURE: Auto image captions (#637) 2024-05-27 10:49:24 -07:00
services FIX: Bring back empty state message when appropriate (#1446) 2025-06-18 17:34:08 -05:00
templates FIX: AI preferences tab button not appearing unless Helper enabled (#1452) 2025-06-20 10:12:08 -07:00
admin-discourse-ai-plugin-route-map.js FEATURE: Configure persona backed features in admin panel (#1245) 2025-04-10 08:16:31 -07:00
admin-discourse-ai-route-map.js FEATURE: Expose sentiment classifications via the admin dashboard. (#284) 2023-11-08 10:50:37 -03:00
discourse-ai-bot-dashboard-route-map.js FEATURE: Bot Conversation Homepage (#1273) 2025-04-22 10:22:03 -05:00
discourse-ai-shared-conversation-show-route-map.js FEATURE: Share conversations with AI via a URL (#521) 2024-03-12 16:51:41 +11:00
preferences-ai-route-map.js FEATURE: Auto image captions (#637) 2024-05-27 10:49:24 -07:00