discourse-ai/app/controllers/discourse_ai/ai_bot
Sam 02bc9f645e
FEATURE: hybrid artifact security mode (#1431)
In hybrid mode ai artifacts can optionally automatically run.

This is useful for cases where you may want to embed a survey and so on.

Additionally, artifacts now allow for better fidelity around display:

<div class="ai-artifact" data-ai-artifact-id="501" data-ai-artifact-height="300px" data-ai-artifact-autorun data-ai-artifact-seamless></div>

User can supply height and seamless mode to be seamlessly rendered with no box shadow and show full screen button.
2025-06-12 20:04:48 +10:00
..
artifact_key_values_controller.rb FIX: improve admin api for artifact key values (#1425) 2025-06-11 19:33:34 +10:00
artifacts_controller.rb FEATURE: hybrid artifact security mode (#1431) 2025-06-12 20:04:48 +10:00
bot_controller.rb FEATURE: Personas powered summaries. (#1232) 2025-04-02 12:54:47 -03:00
conversations_controller.rb DEV: Group PMs by date (#1287) 2025-04-25 13:20:18 -05:00
shared_ai_conversations_controller.rb FIX: AI share page assets via CDN on login-required sites (#1343) 2025-05-16 09:30:38 +01:00