11.1.2

Cerb (11.1.2) is a maintenance update released on May 31, 2025. It includes 12 minor features and fixes from community feedback covering the 11.1 update. You can follow these instructions to upgrade.
Changelog
Added
-
[Automations/LLM] In automations, the
llm.agent:
command can now conditionally disable individualtools:
. This allows per-worker tool permissions and dynamic tool selection based on context. -
[Data Queries] Added a new
record.filters
data query type for returning data about the available search filters on a given record type. -
[Messages/Search] On message records, the
X-Cerberus-Mailbox
email header is now indexed for searching with the newheader.cerbMailbox:
filter. This improves reporting by inbound mailbox.
Changed
-
[Automations/LLM] In the
llm.agent:
automation command, added Anthropic Claude 4 models toanthropic
andaws_bedrock
. -
[Automations/LLM] In automations, the
llm.agent:
command now includes the updated model list for the OpenAI LLM provider. -
[Records/Merge/UX] When merging records from a worklist or profile, an error message is displayed earlier when a worker doesn't have write permission on all records involved. Previously, this error message was displayed after time was wasted configuring the merge field mapping.
-
[Automations/Scripting] In automation scripting, added an autocompletion example for using a comparator function in the
|sort
filter. -
[Automations/LLM/UX] In automations, the
llm.agent:
command now autocompletes the fullinputs:messages:
node.
Fixed
-
[Search/Interactions] In the search menu,
global.search
toolbar worker interactions now properly run return actions (e.g.alert:
,search:
). -
[Automations/LLM] On
llm.tool
automations, thereturn:content:
key is now properly suggested in autocompletion. -
[Reminders] On reminder records, fixed the
worker:
search filter. This wasn't filtering based on worker fields. -
[Automations/LLM] In automations, fixed an issue with the
llm.agent:
command when a tool had no arguments. This affected Anthropic and Ollama model providers.