discourse-ai/spec/lib/modules/ai_bot/commands
Sam 1500308437
FEATURE: defer creation of bot users (#258)
Also fixes it so users without bot in header can send it messages.

Previous to this change we would seed all bots with database seeds.

This lead to lots of confusion for people who do not enable ai bot.

Instead:

1. We do not seed any bots **until** user enables the ai_bot_enabled setting
2. If it is disabled we will
  a. If no messages were created by bot - delete it
  b. Otherwise we will deactivate account
2023-10-23 17:00:58 +11:00
..
categories_command_spec.rb FEATURE: basic progress for image generation (#133) 2023-08-14 16:30:12 +10:00
command_spec.rb FEATURE: defer creation of bot users (#258) 2023-10-23 17:00:58 +11:00
db_schema_command_spec.rb FEATURE: add initial support for personas (#172) 2023-08-30 16:15:03 +10:00
google_command_spec.rb FEATURE: defer creation of bot users (#258) 2023-10-23 17:00:58 +11:00
image_command_spec.rb FEATURE: defer creation of bot users (#258) 2023-10-23 17:00:58 +11:00
read_command_spec.rb FEATURE: defer creation of bot users (#258) 2023-10-23 17:00:58 +11:00
search_command_spec.rb FEATURE: defer creation of bot users (#258) 2023-10-23 17:00:58 +11:00
search_settings_command_spec.rb FIX: setting explorer was exceeding token budget 2023-09-01 11:48:51 +10:00
setting_context_command.rb FEATURE: add setting_context experimental command (#160) 2023-08-29 10:43:58 +10:00
summarize_command_spec.rb FEATURE: defer creation of bot users (#258) 2023-10-23 17:00:58 +11:00
tags_command_spec.rb FEATURE: basic progress for image generation (#133) 2023-08-14 16:30:12 +10:00
time_command_spec.rb FEATURE: basic progress for image generation (#133) 2023-08-14 16:30:12 +10:00