# December 9

## Connectors

### **View logs directly in the Agent Component**

You can now access execution logs directly in the **Agent Component**, without switching to the **Execution Panel**.

In **Output Details**, you’ll find grouped logs such as Configuration, Input, User, System, Tool Call, and Input/Output Guardrail.

This update gives you quicker visibility into what happened during execution and makes it easier to validate or troubleshoot your Agent.

<a href="/spaces/EKM2LD3uNAckQgy1OUyZ/pages/M98ZW4THuGcyD7eW0byA#testing-your-agent" class="button primary">Learn more</a>

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

## Platform Improvements

### **Reference trigger inputs using Double Braces**

You can reference the execution data sent to the trigger using Double Braces (`{{ trigger.input }}).`

This reduces complexity and simplifies pipeline construction, without relying on Session Management.

<a href="/spaces/EKM2LD3uNAckQgy1OUyZ/pages/cijmbAfZNYu7oJBb7Kd7" class="button primary">Read the documentation</a>

## Documentation

We’ve created the following use case documentation to help you explore the Platform through practical, real-world examples:

* [How to apply JOLT for JSON transformations](/documentation/resources/use-cases/how-to-jolt.md)
* [Building basic JOLT transformations](/documentation/resources/use-cases/how-to-jolt/basic-operations.md)&#x20;
* [Understanding JOLT operators](/documentation/resources/use-cases/how-to-jolt/operators.md)&#x20;
* [Building advanced JOLT transformations](/documentation/resources/use-cases/how-to-jolt/advanced-operations.md)
* [Applying JOLT to practical use cases](/documentation/resources/use-cases/how-to-jolt/use-cases.md)
* [How to integrate Distribution Centers using Multi-Instance](/documentation/resources/use-cases/how-to-multi-instance.md)

## Bug fixes

* **Pipelines not saved inside the chosen folder:** We fixed a bug that prevented pipelines from being saved in the folder where they were created, placing them in the project root instead.
* **Major versions saved in the wrong project:** We fixed a bug that caused the major version of a pipeline to be saved in a different project instead of the one selected.
* **Mouse cursor changing focus:** We fixed a bug that caused the mouse cursor to jump to the beginning of the field at random while editing connector configuration forms.
* **Problem using the Step Alias with the `ISNULL` function:** We fixed a bug that caused Double Braces expressions to be evaluated incorrectly when using Step aliases, making Choice branches and `ISNULL()` behave inconsistently.
* **Top Connectors offenders chart is intermittent:** We fixed a bug that caused the Top Connectors offenders chart to intermittently display missing or outdated data.
* **Visual bug on the Pipeline logs page:** We fixed a bug that caused some logs to not render correctly on the Pipeline Logs page, preventing users from seeing all the events needed to troubleshoot pipeline execution issues.


---

# Agent Instructions: 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:

```
GET https://docs.digibee.com/documentation/release-notes/december-2025/december-09.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
