<!-- Source: https://docs.squirro.com/en/latest/getting/release/3-13/3.13.4-release-notes.html -->
# 3.13.4 Release Notes

Squirro 3.13.4 was released on June 2, 2025.

Learn more about the [Squirro Release Process](../squirro-release-process.md#getting-squirro-process).

> **Notes for administrators**
>
> - The agent configuration using the web interface is still in development. As we continue to refine and improve it, you may encounter some inconsistencies or issues. Your feedback is really important to us in making this feature the best it can be. If you experience any problems or have suggestions for improvement, visit the [Squirro Support website](https://go.squirro.com/support) and submit a feedback request.
> - This release introduces important changes that may require adjustments to your existing setup. [Learn more](#breaking)

## What’s New

- Brave Search Agent for the GenaiAI service.

## Improvements

- The Google Drive connector now exports Google files (Docs, Sheets, Slides, Drawings) to their respective OpenDocument formats (ODT, ODS, ODP) and SVG by default. The ability to export these files to PDF using the Google Drive API is now available as an advanced configuration option.
- Support map in chat widget chart output.
- Make `SQUIRRO_GID` match the user GID in the `sqgenai` container.
- Change the height of the search bar in default dashboards so it is not cut off.
- Load item detail on chat open.

## Bug Fixes

- Access to Studio plugins in the Workspace space for Workspace Admins with Cluster User role.
- Reselecting space loading via `href`.
- Instances of `and` in a phrase parsed as a boolean operator.
- Squirro Monitoring project creation in workspaces that existed before the deployment of the new workspace-scoped data ingestion logs indices.
- The monitoring project link from the spaces selector not specific to its workspace.
- Temporary directories matching `lu<soffice_pid><id>.tmp`, created by the `pdfconversion` service, not removed after unsucessful conversion.
- Correct handling of the chat filters for the agent query and dashboard.
- `None` values not ignored when updating the current settings.

## Miscellaneous

- Rework studio plugins permissions check for a cluster with Workspaces activated.

## Known issues

- Labels with technical names containing spaces cause backend issues and errors (SQ-26080).
- In specific scenarios, cross-lingual information retrieval for semantic search may deliver lower-than-expected quality (SQ-28171).
- The warning for the filter change is malpositioned when using the copilot mode (SQ-28527).
- The Agents dropdown menu is overflowing when in copilot mode (SQ-28522).

## Breaking Change

The behavior of the `streaming_chat` endpoint changed. Previously, if no `agent_id` was provided in the payload, the `squirro_retriever` would be called, meaning answers would be based on the context retrieved. Now, if no `agent_id` is provided, no tools are used (so `squirro_retriever` is not called). In order to have answers based on the context retrieved by the `squirro_retriever`, the `agent_id` field of the payload should be set to the ID of an agent with `squirro_retriever` in its toolkit.  This change only impacts direct calls to the GenAI API if they do not supply an `agent_id` value with the request. The overall behavior of Squirro Chat is not impacted as with every request it sends an `agent_id` value.

## Installation and Upgrade

For new installations, find step-by-step instructions on the [Install and Manage Squirro with Ansible](../../install/ansible/index.md#ansible) page (recommended) and [Installing Squirro on Linux](../../install/linux.md#install-linux) pages.

To upgrade an existing installation, see the [Upgrading Squirro](../../install/upgrade.md#install-upgrade) page.
