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

# June 12

A focused release bringing stronger agent quality, faster execution, greater customization, and improved platform usability.

#### **Agent Builder** <a href="#agent-builder" id="agent-builder"></a>

**Agent Executor 1.3**

Released Agent Executor v1.3 with enhancements focused on performance, reliability, and developer experience:

* Improved **Monitoring & Agent Logs** for better execution visibility
* Enhanced **Evals** for pre-deployment quality and reliability testing
* Added **Context Compaction** for improved long-running conversations
* Introduced **Fast Mode** for quicker agent responses
* Added **OpenAI-Compatible Endpoint** support for external application integration
* Introduced **Document Generation** capabilities
* Added **Skill & Runtime Version Deprecation Framework**
* Simplified and cleaned up document-related skills

**Reinforcement Learning with Human Feedback (RLHF)**

* Released **Reinforcement Learning with Human Feedback (RLHF)** capabilities
* Improve agent behavior through human feedback and corrections
* Approved corrections can be added to agent or organizational memory to improve future responses over time

**Additional Improvements**

* UX improvements across the Agent Playground
* Better build and testing experience
* Bug fixes and stability enhancements

#### **App Builder** <a href="#app-builder" id="app-builder"></a>

**Model & Design Flexibility**

* Added support for selecting **Claude** or **Gemini** model during app creation
* Introduced **Design Style Selection** with options such as Minimal, Neomorphism, Glassmorphism, Modern SaaS, Enterprise and more

**Reliability Improvements**

* Improved user communications during app generation
* Better error handling and timeout management

#### **Solutions** <a href="#solutions" id="solutions"></a>

**Refreshed Experience**

* Improved Solutions interface with cleaner navigation and richer information for AI Agents and Agentic Apps
* Enhanced discovery and evaluation experience for showcased solutions

More improvements are on the way – keep building and sharing your feedback with us.

**Happy building! 🚀**

<br>


---

# 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.uptiq.ai/release-notes/2026/june-12th-2026.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.
