discourse-ai/assets/javascripts/discourse
Sam 41054c4fb8
FEATURE: improve site setting search (#780)
This improves the site setting search so it performs a somewhat
fuzzy match.

Previously it did not handle seperators such as "space" and a
term such as "min_post_length" would not find "min_first_post_length"

A more liberal search algorithm makes it easier to the AI to
navigate settings.

* Minor fix, {{and parameter.enum parameter.enum.length}} is non
obviously broken.


If parameter.enum is a tracked array it will return the object
cause embers and helper implementation.

This corrects an issue where enum keeps on selecting itself by
mistake.
2024-08-29 16:05:38 +10:00
..
admin FEATURE: improve site setting search (#780) 2024-08-29 16:05:38 +10:00
components FEATURE: improve site setting search (#780) 2024-08-29 16:05:38 +10:00
connectors UX: Topic summary UI improvements due to DMenu changes (#772) 2024-08-26 08:32:39 -07:00
controllers FIX: Prevent AI caption setting from showing unless all criteria is met (#753) 2024-08-14 10:17:36 -07:00
lib DEV: Clearly separate post/composer helper settings (#747) 2024-08-12 15:40:23 -07:00
routes FEATURE: Auto image captions (#637) 2024-05-27 10:49:24 -07:00
services REFACTOR: AI Composer Helper Menu (#715) 2024-08-06 10:57:39 -07:00
templates FIX: Prevent AI caption setting from showing unless all criteria is met (#753) 2024-08-14 10:17:36 -07:00
admin-discourse-ai-plugin-route-map.js FEATURE: custom user defined tools (#677) 2024-06-27 17:27:40 +10: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-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