Features:
- Platform: Added a sticky bar to save unsaved changes across all modules
- Insights: Added filter processing to the evaluations module
- Storage & Agent Factory: Added
before_file_ingestandafter_file_parsehooks to agent pipelines
Improvements:
- Agent Factory: When a message includes several documents and some take longer to process, the agent now waits until the configured timeout (120s by default) before replying with all available documents
- Automations: Improved the
waitinstruction sofilters.oneOfcan use any MongoDB-like condition
- LLM Gateway & Agent Factory: Unified error handling — a detailed error message is now always sent back to Agent Factory and the Chat UI, including for SSE calls, instead of the generic "returned no data" message
- LLM Gateway: When not set by the agent,
max_tokensnow defaults to the model's configuredlimits.response_tokens, and temperature defaults to a new Agent Creatorconfig.defaults.temperature(default0.1)
- Chat: Always display the message
correlationId, even when an LLM error occurs (it previously appeared only on success)
- Chat: Display the complete query when a tool requires HITL validation, instead of truncating it
- Builder: Show the Activity Export button when using the free-text filter too, not only field conditions
- Knowledge: Improved the statistics display on knowledge cards
- Sidebar: Refresh pinned agents' name and icon with their updated values when loading them
- Platform: Display agent logos with
object-containin avatars instead of cropping them
- Platform: Show a clear error message when sharing with a user outside the organization
Bugfixes:
- Agent Factory: Fixed an issue preventing data retention from being updated
- Agent Factory: Fixed removing an agent's avatar
- Agent Factory: Fixed updating the memory capability right after creating an agent, before refreshing the page
- Agent Factory: Fixed an empty KB name in the
file_searcheditor for agent owners without KB access
- LLM Gateway: Fixed the "This model does not support assistant message prefill. The conversation must end with a user message." error with some Anthropic models, occurring when Agent Factory appended a
role:systemmessage right after arole:assistantmessage to make the model continue pending tasks
- Chat: Fixed the black code block background in the shared conversation view
- Chat: Fixed the canvas HTML preview when swapping from a tool result
- prismeai-runtime: Fixed calling the
breakinstruction from within a streamingrepeat
- Knowledge: Fixed parsing HTML documents when the default parser is
unstructured(which does not handle HTML — it now falls back to basic XPath filters)
- Knowledge: Display the KB owner role in the Sharing tab instead of an empty select
- api-gateway: Fixed a crash on a malformed IdP
id_token, and log theid_tokenheader for troubleshooting