discourse/plugins/discourse-ai/spec/lib/agents
Sam adbb23fb01
FEATURE: Add category definition filters and AI filterTopics binding (#39478)
Adds `in:category-definition` and `in:not-category-definition` operators
to the topics filter query syntax, letting callers include or exclude
category about/definition topics.

Exposes a new `discourse.filterTopics` binding in the discourse-ai tool
runner that wraps `TopicQuery#list_filter`. Unlike the existing read
bindings, it defaults to a public (non-staff) Guardian and only elevates
to SystemUser when `with_private: true` is passed. this matched search
implementation.
2026-04-23 17:07:07 +10:00
..
artifact_update_strategies
tool_runner FEATURE: Add category definition filters and AI filterTopics binding (#39478) 2026-04-23 17:07:07 +10:00
tools DEV: Fix deprecations in plugins specs and silence output (#39257) 2026-04-15 00:00:46 +02:00
agent_spec.rb FEATURE: AI-generated queries using user-filled descriptions (#39095) 2026-04-04 23:57:46 +08:00
bot_spec.rb FEATURE: Add human-in-the-loop approval queue for AI agent tool actions (#38446) 2026-03-13 12:46:59 -03:00
concept_deduplicator_spec.rb
concept_finder_spec.rb
concept_matcher_spec.rb
researcher_spec.rb
settings_explorer_spec.rb
sql_helper_spec.rb
tool_runner_spec.rb FEATURE: add crypto utilities to AI tool runner (#39343) 2026-04-21 14:25:18 +10:00