0
0
Fork 0
mirror of https://github.com/discourse/discourse.git synced 2026-08-10 23:00:09 +08:00
discourse/plugins/discourse-ai/lib/ai_bot
Mark VanLandingham 4dc694aa2c
FIX: Allow AI bot conversations when PM creation is restricted (#41232)
There is no _super_ clean way to do this in the sense that Post creation
_will call `can_send_private_message?`_. We need to teach the system
that there are different "contexts" here and one of them is sending an
AI bot a PM. Plumb that in.. use a modifier.. boom.
2026-06-29 11:06:39 -05:00
..
chat_streamer.rb
entry_point.rb FIX: Allow AI bot conversations when PM creation is restricted (#41232) 2026-06-29 11:06:39 -05:00
playground.rb FEATURE: Provider-native built-in tools for agents (web search) (#40809) 2026-06-16 14:37:51 -03:00
post_streamer.rb
response_http_streamer.rb DEV: Enable Style/RedundantBegin rubocop rule (#40096) 2026-05-19 18:44:54 +02:00
site_settings_extension.rb
stream_reply_custom_tools_session.rb FIX: Agentic agents crash when max_turn_tokens is empty (#40952) 2026-06-16 16:59:58 -03:00