> For the complete documentation index, see [llms.txt](https://docs.bluerock.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.bluerock.io/release-notes/bluerock-26.23.1-2.6.1.md).

# BlueRock 26.23.1 (2.6.1)

### Purpose of this Document

This is a living document and is updated with each release.

This document provides information about the features, enhancements, and known issues in BlueRock Release 26.23.1 (2.6.1). It applies to both new deployments and upgrades from earlier versions.

This release focuses on delivering an improved user interface for the BlueRock Connector application and expanding accessibility by making the BlueRock Connector plugins officially available in the VS Code and Cursor marketplaces.

#### Revision History

| **Release Version** | **Release Date** |
| ------------------- | ---------------- |
| v26.23.1 (2.6.1)    |                  |

### Supported Platforms / Distributions

BlueRock Release 26.23.1 supports deployment across major public cloud providers.

The following operating systems have been validated for this release.

#### AWS

| **Distribution**                    | **Kernel** |
| ----------------------------------- | ---------- |
| Amazon Linux 2023                   | 6.12.89    |
| Amazon Linux 2023 (Kubernetes 1.34) | 6.12.89    |

#### GCP

| **Distribution** | **Kernel** |
| ---------------- | ---------- |
| Ubuntu 24.04     | 6.12.89    |

#### Azure

| **Distribution** | **Kernel** |
| ---------------- | ---------- |
| Ubuntu 24.04     | 6.12.89    |

## New Features and Enhancements

This release introduces targeted improvements to the BlueRock Connector ecosystem and the BlueRock Identity Kit, focusing on user experience, deployment flexibility, and simplified installation workflows.

### BlueRock Connector Application (for Claude and Codex Desktop IDEs)

* **Improved User Interface:**\
  The BlueRock Connector Application has been updated with a refined and optimized UI. These UX improvements streamline navigation, making it easier for users to manage secure remote development workspaces, configure SSH connections, and oversee file sharing between local systems and remote containers.
* **Claude and Codex Integration:**\
  Introduces enhanced integration support for Claude and Codex Desktop IDEs, allowing users to seamlessly connect and utilize their AI coding assistants within secure remote environments.
* **Flexible Hosting Support:**\
  The application now fully supports managing remote development workspaces on both self-hosted BlueRock host deployments and the managed BlueRock PaaS.

### BlueRock Connector Extensions (for VS Code and Cursor)

* **Marketplace Availability:**\
  To simplify the installation and onboarding process, the BlueRock Connector Extensions are now officially published and available directly from the [Microsoft VS Code](https://marketplace.visualstudio.com/items?itemName=BlueRock.bluerock-connector) and [Cursor extension marketplaces](https://open-vsx.org/extension/BlueRock/bluerock-connector). Automatic updates are fully supported.
* **Client-Side Docker Independence:**\
  The BlueRock Connector Extensions for VS Code and Cursor now utilize the standard Remote-SSH extension, completely removing the requirement for any Docker dependency on the client machine.

### BlueRock Identity Kit Improvements

* **Private Deployment Support:** \
  The identity kit now supports fully private deployments, ensuring that the identity enrollment URL is exposed exclusively to internal users.
* **Simplified Provisioning:** \
  Deploying the BlueRock Identity server is now significantly easier with a new Terraform script, which provides out-of-the-box support for AWS, GCP, and Azure environments.
* **Certificate Lifecycle Stability:** \
  Applied vital stability fixes addressing edge cases around certificate expiration and the automated refresh workflow.


---

# 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.bluerock.io/release-notes/bluerock-26.23.1-2.6.1.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.
