Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
75 changes: 75 additions & 0 deletions pages/release-notes/2026-06-29-product-surfaces.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,75 @@
---
title: June 2026 Product Surfaces
description: Public release note covering Blueprint Agent, sandbox infrastructure, router infrastructure, browser agents, audit agents, and protocol contracts.
---

# June 2026 Product Surfaces

Published: June 29, 2026.

This note records the public customer-facing surfaces for the main Tangle product lines.
It is intended for customers and auditors who need one place to see how product updates are communicated.

## Summary

| Product area | Public surface | Customer action |
| ---------------------------------------------- | ---------------------------------------------------- | ----------------------------------------------------------------------------------------------------------- |
| Blueprint Agent | [ai.tangle.tools](https://ai.tangle.tools) | No action required |
| Agent Dev Container and Sandbox infrastructure | [sandbox.tangle.tools](https://sandbox.tangle.tools) | No action required |
| Router infrastructure | [router.tangle.tools](https://router.tangle.tools) | No action required |
| Browser Agent | [browser.tangle.tools](https://browser.tangle.tools) | No action required |
| Audit Agent | [audits.tangle.tools](https://audits.tangle.tools) | No action required |
| Protocol contracts and SDK bindings | [tnt-core v0.13.0](/release-notes/0.13.0) | Upgrade only if you sign quotes, decode slashing events, run custom BSMs, or maintain L2 slashing receivers |

## Blueprint Agent

Blueprint Agent is the hosted workbench for turning prompts and repository context into Tangle Blueprint work.
The public application surface is [ai.tangle.tools](https://ai.tangle.tools), and the customer-facing product page is [Tangle Blueprint Agent](https://tangle.tools/services/blueprint-agent).

The June 2026 customer update is publication of this release-note channel plus status coverage for the hosted application.
No customer migration is required.

## Agent Dev Container and Sandbox Infrastructure

Agent Dev Container and Sandbox infrastructure provide isolated execution environments for coding agents, browser work, file operations, and reproducible task runs.
The public infrastructure surface is [sandbox.tangle.tools](https://sandbox.tangle.tools), and the product page is [Tangle Sandbox](https://tangle.tools/services/sandbox).

The June 2026 customer update is publication of public service status coverage and clearer release-note routing for sandbox infrastructure changes.
No customer migration is required.

## Router Infrastructure

The router is the hosted model and agent-routing surface used by Tangle products and integrations.
The public infrastructure surface is [router.tangle.tools](https://router.tangle.tools).

The June 2026 customer update is inclusion of router infrastructure in public status coverage.
No customer migration is required.

## Browser Agent

Browser Agent provides browser automation for product QA, UI checks, and evidence-producing website workflows.
The public application surface is [browser.tangle.tools](https://browser.tangle.tools), and the product page is [Tangle Browser Agent](https://tangle.tools/services/browser-agent).

The June 2026 customer update is inclusion of Browser Agent in public release-note and status coverage.
No customer migration is required.

## Audit Agent

Audit Agent provides security-review workflows and reproducible audit artifacts for code and application surfaces.
The public application surface is [audits.tangle.tools](https://audits.tangle.tools).

The June 2026 customer update is inclusion of Audit Agent in public release-note and status coverage.
No customer migration is required.

## Protocol Contracts and SDK Bindings

The current protocol contract release note is [tnt-core v0.13.0](/release-notes/0.13.0).
That release includes breaking changes for quote signing, slashing event decoding, custom BSM hooks, and L2 slashing receiver rotations.

Customers and operators who maintain those integrations should follow the migration checklist in the v0.13.0 release note.

## Where Updates Appear

Future customer-visible changes will be posted under this release-note section.
Operational reachability is posted at [tangle.tools/status](https://tangle.tools/status).
Security practices are posted at [tangle.tools/security](https://tangle.tools/security).
2 changes: 2 additions & 0 deletions pages/release-notes/_meta.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
import type { Meta } from "nextra";

const meta: Meta = {
index: "Overview",
"2026-06-29-product-surfaces": "June 2026 Product Surfaces",
"0.13.0": "v0.13.0",
};

Expand Down
26 changes: 26 additions & 0 deletions pages/release-notes/index.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
---
title: Release Notes
description: Public release notes for Tangle products, infrastructure, and protocol contracts.
---

# Release Notes

This page is the public index for Tangle release notes and customer-visible product updates.
It covers hosted agent products, sandbox infrastructure, routing infrastructure, and protocol contract releases.

For current service reachability, use the [public status page](https://tangle.tools/status).
For security practices, use the [security page](https://tangle.tools/security).

| Surface | Latest note | Public product URL |
| ---------------------------------------------- | ------------------------------------------------------------------------ | ----------------------------------------------------- |
| Blueprint Agent | [June 2026 product surfaces](/release-notes/2026-06-29-product-surfaces) | [ai.tangle.tools](https://ai.tangle.tools) |
| Agent Dev Container and Sandbox infrastructure | [June 2026 product surfaces](/release-notes/2026-06-29-product-surfaces) | [sandbox.tangle.tools](https://sandbox.tangle.tools) |
| Router infrastructure | [June 2026 product surfaces](/release-notes/2026-06-29-product-surfaces) | [router.tangle.tools](https://router.tangle.tools) |
| Browser Agent | [June 2026 product surfaces](/release-notes/2026-06-29-product-surfaces) | [browser.tangle.tools](https://browser.tangle.tools) |
| Audit Agent | [June 2026 product surfaces](/release-notes/2026-06-29-product-surfaces) | [audits.tangle.tools](https://audits.tangle.tools) |
| Protocol contracts and SDK bindings | [tnt-core v0.13.0](/release-notes/0.13.0) | [Developer docs](/developers/blueprints/introduction) |

## Customer Communications

Major customer-visible changes are posted here and, when they affect a hosted product, linked from the website status and security surfaces.
Security-sensitive notices may be sent directly to affected customers before public publication.
Loading