Skip to main content

Release 5.0 2025.11.04.1

Β· 3 min read

πŸŽ‰ Enhancements​

API Key Management​

New API Keys can be associated with a virtual user (instead of the key creator), improving auditability and simplyfing access control. alt text

Dynamic HTTP Skill Body​

HTTP Skill now supports dynamic request bodies using context-aware variables. Define a strict template and inject only the fields you need at runtimeβ€”useful for parameterized API calls and safer integrations with external services.

alt text

Real-time Deobfuscation​

Sensitive fields can be redacted before being sent to the LLM while remaining visible to end users when appropriate. This improves privacy and compliance without degrading user experience.

CSV as Queryable Knowledge​

CSV files in Agent Knowledge sources are treated like queryable datasets. You can filter, search, and run richer queries against CSV-backed knowledge sources to improve retrieval.

alt text

Datasets: Replace-and-Append​

New replace-and-append operations make updating agent data safer and simpler β€” especially for periodic syncs where you want to preserve existing records while adding or replacing rows.

alt text

Guardrails & Safety​

Additional guardrail rules have been added to better protect agents from prompt injection, unwanted disclosure of personally identifiable information (PII), and other harmful content categories. These rules improve safety and help enforce organizational policies.

alt text

πŸ› οΈ UX & Developer Improvements​

Copy-to-Clipboard in Preview Pane​

We added the Copy-to-clipboard for agent responses and user messages in Agent Design Studio's Preview pane.

alt text

Message Navigation​

Easily navigate through long messages within a conversation instance using the new message preview.

alt text

Agent Name in Navbar​

The agent name is now visible always visible in the Navbar so you can easily identify which agent you are working on.

alt text

Input Parameters New Editor​

We completely overhauled the user experience for editing input parameters in the Agent Design Studio. Now, you can easily manage complex input structures with a more intuitive interface, including syntax highlight, auto format and visual feedback for validation errors.

alt text

alt text

alt text

Skill Duplication shortcut​

You can now duplicate an existing skill directly from the skills list.

alt text

Bugs and Minor improvements​

  • API endpoint to retrieve feedback results.
  • Improved the performance of the Compliance Center dashboard.
  • In deobfuscated instance details, we now show a dictionary of deobfuscated values and original values so users can map each placeholder to its original value.
  • Improved display of deprecation dates when a model is approaching end-of-life.
  • Fixed an issue causing manual subscription renewal to fail.
  • Fixed an issue in the Quality Studio job that caused test case execution to fail.
  • Liquid expressions with assign-type values are no longer mapped as input parameters.
  • Improvements to the deletion of expired conversations.
  • Restored agent access when the only administrator user was deleted.
  • Improved knowledge query performance
  • Improved security for sensible connection data
  • Changed error messages in Agents Manager and Cost Manager to subtler toast notifications.
  • Added validation to prevent creating empty datasets.
  • Added validation to prevent creating datasets with duplicate identifiers within the same tenant.
  • Added the userIdentifier key to code snippets when this option is enabled.
  • Added a quick-access button to instances from the Recent Agents home.
  • Fixed translation/language issue for the "view more" text.
  • Added an option to expand the user's message in preview.