discourse-ai/spec
Sam a03bc6ddec
FEATURE: Share conversations with AI via a URL (#521)
This allows users to share a static page of an AI conversation with
the rest of the world.

By default this feature is disabled, it is enabled by turning on
ai_bot_allow_public_sharing via site settings

Precautions are taken when sharing

1. We make a carbonite copy
2. We minimize work generating page
3. We limit to 100 interactions
4. Many security checks - including disallowing if there is a mix
of users in the PM.

* Bonus commit, large PRs like this PR did not work with github tool
large objects would destroy context


Co-authored-by: Martin Brennan <martin@discourse.org>
2024-03-12 16:51:41 +11:00
..
fabricators FEATURE: UI to update ai personas on admin page (#290) 2023-11-21 16:56:43 +11:00
fixtures FEATURE: new Discourse Helper persona (#473) 2024-02-19 14:52:12 +11:00
jobs DEV: Fix new Rubocop offenses 2024-03-06 15:23:29 +01:00
lib FEATURE: Share conversations with AI via a URL (#521) 2024-03-12 16:51:41 +11:00
models FEATURE: Share conversations with AI via a URL (#521) 2024-03-12 16:51:41 +11:00
requests FEATURE: Share conversations with AI via a URL (#521) 2024-03-12 16:51:41 +11:00
serializers DEV: Fix new Rubocop offenses 2024-03-06 15:23:29 +01:00
shared DEV: Fix new Rubocop offenses 2024-03-06 15:23:29 +01:00
support FIX: typo causing text_embedding_3_large to fail (#460) 2024-02-05 11:16:36 +11:00
system FIX: Image caption feature should respect composer AI helper groups (#522) 2024-03-11 15:35:20 -07:00
plugin_spec.rb DEV: Fix new Rubocop offenses 2024-03-06 15:23:29 +01:00