> For the complete documentation index, see [llms.txt](https://docs.digibee.com/documentation/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.digibee.com/documentation/release-notes/pt-br/june-2026/june-24.md).

# 24 de junho

## <i class="fa-sparkles">:sparkles:</i> **Agentes**

### **Suporte a OAuth 2.0 no MCP Server Trigger**

Agora é possível habilitar a autorização OAuth 2.0 diretamente no [MCP Server Trigger](/documentation/connectors-and-triggers/pt-br/triggers/web-protocols/mcp-server.md), permitindo que agentes externos acessem recursos em nome de um usuário com segurança.

Os usuários se autenticam no seu provedor OAuth e concedem permissão explicitamente ao agente, eliminando a necessidade de lógica de autorização personalizada fora da plataforma e melhorando a segurança e a conformidade. Compatível com OpenAI Agent Builder, Claude Desktop e Cursor.

Aprenda [como configurar o OAuth 2.0 no MCP Server Trigger](/documentation/connectors-and-triggers/pt-br/triggers/web-protocols/mcp-server/how-to-configure-oauth-2.0-on-the-mcp-server-trigger.md).

<figure><img src="/files/rXpl2UUK4cYzInlC8pEe" alt=""><figcaption></figcaption></figure>

## <i class="fa-rocket">:rocket:</i> **Melhorias na Plataforma**

### **Identificação da origem de execuções em Monitor**

O campo **Origem** na página de Execuções em Monitor agora diferencia execuções de teste feitas dentro da plataforma de chamadas externas feitas via trigger.

Quando o pipeline é executado a partir do painel da Digibee, o campo exibe **"test"**; quando acionado externamente após o deploy, exibe o **nome do trigger**. Isso facilita identificar a origem de cada execução diretamente na listagem.

Leia a [documentação sobre Execuções](/documentation/developer-guide/pt-br/development-cycle/dashboards/completed-executions.md) para mais informações.

### **Pipeline com API Trigger abre na aba Endpoints ao editar**

Ao editar um pipeline criado com o API Trigger, a configuração agora abre diretamente na aba **Endpoints** para facilitar a configuração dos endpoints. Ao criar um novo pipeline com o API Trigger, a configuração continua abrindo na aba **Geral**.

Aprenda [como criar um pipeline API](/documentation/developer-guide/pt-br/development-cycle/build-overview/api/how-to-create-an-api-pipeline.md).

### <i class="fa-bugs">:bugs:</i> **Correções de Bugs**

* **Agent Component – Guardrails com Regex:** Corrigido um problema que impedia usuários de editar regras de guardrail Regex existentes. Agora é possível modificar os guardrails sem precisar excluí-los e recriá-los.
* **Diferenças entre versões:** Corrigido um bug em que pipelines com o MCP Server Trigger exibiam apenas o passo Tool Router na árvore de comparação de versões. Todos os passos agora são exibidos corretamente ao comparar versões.
* **Consumo de licenças – Modelo Baseado em Consumo:** Corrigido um problema em que alguns rótulos na página do Modelo Baseado em Consumo exibiam **GB/s** em vez de **GB-s**. Todos os rótulos agora exibem a unidade correta de forma consistente.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.digibee.com/documentation/release-notes/pt-br/june-2026/june-24.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
