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
83 changes: 13 additions & 70 deletions pages/release-notes/2026-06-29-product-surfaces.mdx
Original file line number Diff line number Diff line change
@@ -1,75 +1,18 @@
---
title: June 2026 Product Surfaces
description: Public release note covering Blueprint Agent, sandbox infrastructure, router infrastructure, browser agents, audit agents, and protocol contracts.
title: June 29, 2026 Product Release Notes
description: Links to the June 29, 2026 product-specific release notes.
---

# June 2026 Product Surfaces
# June 29, 2026 Product Release Notes

Published: June 29, 2026.
This shared release-note URL has been replaced by product-specific release notes.
Use the affected product line:

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).
| Product line | Release note | Customer action |
| --------------- | ---------------------------------------------------------- | -------------------------------------------------- |
| Blueprint Agent | [June 29, 2026](/release-notes/blueprint-agent/2026-06-29) | No migration required |
| Sandbox | [June 29, 2026](/release-notes/sandbox/2026-06-29) | No migration required |
| Router | [June 29, 2026](/release-notes/router/2026-06-29) | No migration required |
| Browser Agent | [June 29, 2026](/release-notes/browser-agent/2026-06-29) | No migration required |
| Audit Agent | [June 29, 2026](/release-notes/audit-agent/2026-06-29) | No migration required |
| Protocol | [tnt-core v0.13.0](/release-notes/protocol/0.13.0) | Upgrade required for affected protocol integrators |
17 changes: 15 additions & 2 deletions pages/release-notes/_meta.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,21 @@ 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",
all: "All Releases",
"-- products": {
type: "separator",
title: "Products",
},
"blueprint-agent": "Blueprint Agent",
sandbox: "Sandbox",
router: "Router",
"browser-agent": "Browser Agent",
"audit-agent": "Audit Agent",
"-- protocol": {
type: "separator",
title: "Protocol",
},
protocol: "Protocol and SDKs",
};

export default meta;
18 changes: 18 additions & 0 deletions pages/release-notes/all.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
---
title: All Release Notes
description: Chronological release notes across Tangle products and protocol releases.
---

# All Release Notes

This page lists public release notes across Tangle product lines.
Use the product-line pages for the full history of a specific product.

| Date | Product line | Release note | Type | Customer action |
| ------------- | ------------------------ | -------------------------------------------------------------------- | ---------------- | ---------------------------------------------------------------------------------------------------- |
| June 29, 2026 | Blueprint Agent | [Release-note page added](/release-notes/blueprint-agent/2026-06-29) | Hosted product | No migration required |
| June 29, 2026 | Sandbox | [Release-note page added](/release-notes/sandbox/2026-06-29) | Hosted product | No migration required |
| June 29, 2026 | Router | [Release-note page added](/release-notes/router/2026-06-29) | Hosted service | No migration required |
| June 29, 2026 | Browser Agent | [Release-note page added](/release-notes/browser-agent/2026-06-29) | Hosted product | No migration required |
| June 29, 2026 | Audit Agent | [Release-note page added](/release-notes/audit-agent/2026-06-29) | Hosted product | No migration required |
| May 8, 2026 | Tangle Protocol and SDKs | [tnt-core v0.13.0](/release-notes/protocol/0.13.0) | Protocol and SDK | Upgrade required for quote signers, slashing event consumers, custom BSMs, and L2 receiver operators |
24 changes: 24 additions & 0 deletions pages/release-notes/audit-agent/2026-06-29.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
---
title: Audit Agent - June 29, 2026
description: Audit Agent release note for June 29, 2026.
---

# Audit Agent - June 29, 2026

Published: June 29, 2026.
Product line: Audit Agent.
Public URL: [audits.tangle.tools](https://audits.tangle.tools).

## Customer Impact

No migration is required.
This release note records Audit Agent in the public product release-note section.

## What Changed

Tangle added a release-note page for Audit Agent.
Future customer-visible Audit Agent changes will be posted under this product line.

## Related Links

- [Public status page](https://tangle.tools/status)
8 changes: 8 additions & 0 deletions pages/release-notes/audit-agent/_meta.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
import type { Meta } from "nextra";

const meta: Meta = {
index: "Overview",
"2026-06-29": "June 29, 2026",
};

export default meta;
12 changes: 12 additions & 0 deletions pages/release-notes/audit-agent/index.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
---
title: Audit Agent Release Notes
description: Public release notes for Tangle Audit Agent.
---

# Audit Agent Release Notes

Public product: [audits.tangle.tools](https://audits.tangle.tools).

| Date | Release note | Customer action |
| ------------- | ---------------------------------------------------------------- | --------------------- |
| June 29, 2026 | [Release-note page added](/release-notes/audit-agent/2026-06-29) | No migration required |
25 changes: 25 additions & 0 deletions pages/release-notes/blueprint-agent/2026-06-29.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
---
title: Blueprint Agent - June 29, 2026
description: Blueprint Agent release note for June 29, 2026.
---

# Blueprint Agent - June 29, 2026

Published: June 29, 2026.
Product line: Blueprint Agent.
Public URL: [ai.tangle.tools](https://ai.tangle.tools).

## Customer Impact

No migration is required.
This release note records Blueprint Agent in the public product release-note section.

## What Changed

Tangle added a release-note page for Blueprint Agent.
Future customer-visible Blueprint Agent changes will be posted under this product line.

## Related Links

- [Tangle Blueprint Agent](https://tangle.tools/services/blueprint-agent)
- [Public status page](https://tangle.tools/status)
8 changes: 8 additions & 0 deletions pages/release-notes/blueprint-agent/_meta.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
import type { Meta } from "nextra";

const meta: Meta = {
index: "Overview",
"2026-06-29": "June 29, 2026",
};

export default meta;
13 changes: 13 additions & 0 deletions pages/release-notes/blueprint-agent/index.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
---
title: Blueprint Agent Release Notes
description: Public release notes for Tangle Blueprint Agent.
---

# Blueprint Agent Release Notes

Public product: [ai.tangle.tools](https://ai.tangle.tools).
Product page: [Tangle Blueprint Agent](https://tangle.tools/services/blueprint-agent).

| Date | Release note | Customer action |
| ------------- | -------------------------------------------------------------------- | --------------------- |
| June 29, 2026 | [Release-note page added](/release-notes/blueprint-agent/2026-06-29) | No migration required |
25 changes: 25 additions & 0 deletions pages/release-notes/browser-agent/2026-06-29.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
---
title: Browser Agent - June 29, 2026
description: Browser Agent release note for June 29, 2026.
---

# Browser Agent - June 29, 2026

Published: June 29, 2026.
Product line: Browser Agent.
Public URL: [browser.tangle.tools](https://browser.tangle.tools).

## Customer Impact

No migration is required.
This release note records Browser Agent in the public product release-note section.

## What Changed

Tangle added a release-note page for Browser Agent.
Future customer-visible Browser Agent changes will be posted under this product line.

## Related Links

- [Tangle Browser Agent](https://tangle.tools/services/browser-agent)
- [Public status page](https://tangle.tools/status)
8 changes: 8 additions & 0 deletions pages/release-notes/browser-agent/_meta.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
import type { Meta } from "nextra";

const meta: Meta = {
index: "Overview",
"2026-06-29": "June 29, 2026",
};

export default meta;
13 changes: 13 additions & 0 deletions pages/release-notes/browser-agent/index.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
---
title: Browser Agent Release Notes
description: Public release notes for Tangle Browser Agent.
---

# Browser Agent Release Notes

Public product: [browser.tangle.tools](https://browser.tangle.tools).
Product page: [Tangle Browser Agent](https://tangle.tools/services/browser-agent).

| Date | Release note | Customer action |
| ------------- | ------------------------------------------------------------------ | --------------------- |
| June 29, 2026 | [Release-note page added](/release-notes/browser-agent/2026-06-29) | No migration required |
45 changes: 32 additions & 13 deletions pages/release-notes/index.mdx
Original file line number Diff line number Diff line change
@@ -1,26 +1,45 @@
---
title: Release Notes
description: Public release notes for Tangle products, infrastructure, and protocol contracts.
description: Public release notes for Tangle products.
---

# 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.
Release notes are organized by product line.
Hosted products use dated entries.
Protocol and SDK releases use versioned entries.

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) |
## Views

| View | Use it for |
| ---------------------------------- | --------------------------------------------------- |
| [All Releases](/release-notes/all) | Chronological history across every product line |
| Product line pages | Release history for one product or protocol surface |

## Product Lines

| Product line | Type | Release notes | Public URL | Latest customer action |
| ------------------------ | ---------------- | ------------------------------------------------- | ----------------------------------------------------- | ---------------------------------------------------------------------------------------------------- |
| Blueprint Agent | Hosted product | [Blueprint Agent](/release-notes/blueprint-agent) | [ai.tangle.tools](https://ai.tangle.tools) | No migration required |
| Sandbox | Hosted product | [Sandbox](/release-notes/sandbox) | [sandbox.tangle.tools](https://sandbox.tangle.tools) | No migration required |
| Router | Hosted service | [Router](/release-notes/router) | [router.tangle.tools](https://router.tangle.tools) | No migration required |
| Browser Agent | Hosted product | [Browser Agent](/release-notes/browser-agent) | [browser.tangle.tools](https://browser.tangle.tools) | No migration required |
| Audit Agent | Hosted product | [Audit Agent](/release-notes/audit-agent) | [audits.tangle.tools](https://audits.tangle.tools) | No migration required |
| Tangle Protocol and SDKs | Protocol and SDK | [Protocol and SDKs](/release-notes/protocol) | [Developer docs](/developers/blueprints/introduction) | Upgrade required for quote signers, slashing event consumers, custom BSMs, and L2 receiver operators |

## Organization

| Release type | Format | What each note includes |
| ------------------------ | -------------- | --------------------------------------------------------------------------------------------------------- |
| Hosted product release | Dated note | Published date, product, public URL, customer impact, customer action, and support/status links |
| Hosted service release | Dated note | Published date, service, affected products, compatibility impact, customer action, and status link |
| Protocol and SDK release | Versioned note | Version, source PR or tag, breaking changes, affected roles, migration checklist, and API/reference links |

## 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.
Customer-visible changes are posted under the affected product line.
Contract and SDK compatibility changes are posted under Protocol and SDKs.
Security-sensitive notices may be sent directly to affected customers before a public summary is published.
Loading
Loading