diff --git a/pages/release-notes/2026-06-29-product-surfaces.mdx b/pages/release-notes/2026-06-29-product-surfaces.mdx index 28dec32..9704540 100644 --- a/pages/release-notes/2026-06-29-product-surfaces.mdx +++ b/pages/release-notes/2026-06-29-product-surfaces.mdx @@ -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 | diff --git a/pages/release-notes/_meta.ts b/pages/release-notes/_meta.ts index 47a2ad9..b4596cc 100644 --- a/pages/release-notes/_meta.ts +++ b/pages/release-notes/_meta.ts @@ -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; diff --git a/pages/release-notes/all.mdx b/pages/release-notes/all.mdx new file mode 100644 index 0000000..b79e5cc --- /dev/null +++ b/pages/release-notes/all.mdx @@ -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 | diff --git a/pages/release-notes/audit-agent/2026-06-29.mdx b/pages/release-notes/audit-agent/2026-06-29.mdx new file mode 100644 index 0000000..0231efa --- /dev/null +++ b/pages/release-notes/audit-agent/2026-06-29.mdx @@ -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) diff --git a/pages/release-notes/audit-agent/_meta.ts b/pages/release-notes/audit-agent/_meta.ts new file mode 100644 index 0000000..f426f8f --- /dev/null +++ b/pages/release-notes/audit-agent/_meta.ts @@ -0,0 +1,8 @@ +import type { Meta } from "nextra"; + +const meta: Meta = { + index: "Overview", + "2026-06-29": "June 29, 2026", +}; + +export default meta; diff --git a/pages/release-notes/audit-agent/index.mdx b/pages/release-notes/audit-agent/index.mdx new file mode 100644 index 0000000..2798002 --- /dev/null +++ b/pages/release-notes/audit-agent/index.mdx @@ -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 | diff --git a/pages/release-notes/blueprint-agent/2026-06-29.mdx b/pages/release-notes/blueprint-agent/2026-06-29.mdx new file mode 100644 index 0000000..f4f1aed --- /dev/null +++ b/pages/release-notes/blueprint-agent/2026-06-29.mdx @@ -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) diff --git a/pages/release-notes/blueprint-agent/_meta.ts b/pages/release-notes/blueprint-agent/_meta.ts new file mode 100644 index 0000000..f426f8f --- /dev/null +++ b/pages/release-notes/blueprint-agent/_meta.ts @@ -0,0 +1,8 @@ +import type { Meta } from "nextra"; + +const meta: Meta = { + index: "Overview", + "2026-06-29": "June 29, 2026", +}; + +export default meta; diff --git a/pages/release-notes/blueprint-agent/index.mdx b/pages/release-notes/blueprint-agent/index.mdx new file mode 100644 index 0000000..3cd68ec --- /dev/null +++ b/pages/release-notes/blueprint-agent/index.mdx @@ -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 | diff --git a/pages/release-notes/browser-agent/2026-06-29.mdx b/pages/release-notes/browser-agent/2026-06-29.mdx new file mode 100644 index 0000000..4dd8994 --- /dev/null +++ b/pages/release-notes/browser-agent/2026-06-29.mdx @@ -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) diff --git a/pages/release-notes/browser-agent/_meta.ts b/pages/release-notes/browser-agent/_meta.ts new file mode 100644 index 0000000..f426f8f --- /dev/null +++ b/pages/release-notes/browser-agent/_meta.ts @@ -0,0 +1,8 @@ +import type { Meta } from "nextra"; + +const meta: Meta = { + index: "Overview", + "2026-06-29": "June 29, 2026", +}; + +export default meta; diff --git a/pages/release-notes/browser-agent/index.mdx b/pages/release-notes/browser-agent/index.mdx new file mode 100644 index 0000000..993aba5 --- /dev/null +++ b/pages/release-notes/browser-agent/index.mdx @@ -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 | diff --git a/pages/release-notes/index.mdx b/pages/release-notes/index.mdx index 1fa7040..c442cc5 100644 --- a/pages/release-notes/index.mdx +++ b/pages/release-notes/index.mdx @@ -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. diff --git a/pages/release-notes/0.13.0.mdx b/pages/release-notes/protocol/0.13.0.mdx similarity index 98% rename from pages/release-notes/0.13.0.mdx rename to pages/release-notes/protocol/0.13.0.mdx index 63a6d9f..981845b 100644 --- a/pages/release-notes/0.13.0.mdx +++ b/pages/release-notes/protocol/0.13.0.mdx @@ -5,6 +5,9 @@ description: Quote requester binding, slashing event reshape, BSM hooks, and L2 # tnt-core v0.13.0 +Published: May 8, 2026. +Product line: Tangle Protocol and SDKs. + This release cuts in two breaking changes for any off-chain service that signs RFQ quotes or decodes slashing events, plus a set of lifecycle and cross-chain hardening fixes from the round-2 audit pass. Upstream PRs: @@ -56,7 +59,7 @@ from the new bindings. ### `ITangleSlashing` event shapes -`ITangleSlashing` now declares the events the protocol actually emits from `SlashingLib`. +`ITangleSlashing` now declares the events the protocol emits from `SlashingLib`. Before this release, Rust bindings and indexers wired to `ITangleSlashing` could not decode any slash event because the interface declared smaller, legacy shapes. diff --git a/pages/release-notes/protocol/_meta.ts b/pages/release-notes/protocol/_meta.ts new file mode 100644 index 0000000..4f539d1 --- /dev/null +++ b/pages/release-notes/protocol/_meta.ts @@ -0,0 +1,8 @@ +import type { Meta } from "nextra"; + +const meta: Meta = { + index: "Overview", + "0.13.0": "v0.13.0", +}; + +export default meta; diff --git a/pages/release-notes/protocol/index.mdx b/pages/release-notes/protocol/index.mdx new file mode 100644 index 0000000..04de1f5 --- /dev/null +++ b/pages/release-notes/protocol/index.mdx @@ -0,0 +1,12 @@ +--- +title: Protocol and SDK Release Notes +description: Public release notes for Tangle Protocol contracts and SDKs. +--- + +# Protocol and SDK Release Notes + +Protocol and SDK releases are versioned because contracts, ABIs, bindings, and operator software can need exact version pinning. + +| Version | Published | Release note | Customer action | +| ------- | ----------- | -------------------------------------------------- | ----------------------------------------------------------------------------------------------------- | +| v0.13.0 | May 8, 2026 | [tnt-core v0.13.0](/release-notes/protocol/0.13.0) | Required for quote signers, slashing event consumers, custom BSMs, and L2 slashing receiver operators | diff --git a/pages/release-notes/router/2026-06-29.mdx b/pages/release-notes/router/2026-06-29.mdx new file mode 100644 index 0000000..66c65a8 --- /dev/null +++ b/pages/release-notes/router/2026-06-29.mdx @@ -0,0 +1,25 @@ +--- +title: Router - June 29, 2026 +description: Router release note for June 29, 2026. +--- + +# Router - June 29, 2026 + +Published: June 29, 2026. +Product line: Router. +Public URL: [router.tangle.tools](https://router.tangle.tools). + +## Customer Impact + +No migration is required. +This release note records Router in the public product release-note section. + +## What Changed + +Tangle added a release-note page for Router. +Future customer-visible Router changes will be posted under this product line. + +## Related Links + +- [Tangle Gateway](/gateway) +- [Public status page](https://tangle.tools/status) diff --git a/pages/release-notes/router/_meta.ts b/pages/release-notes/router/_meta.ts new file mode 100644 index 0000000..f426f8f --- /dev/null +++ b/pages/release-notes/router/_meta.ts @@ -0,0 +1,8 @@ +import type { Meta } from "nextra"; + +const meta: Meta = { + index: "Overview", + "2026-06-29": "June 29, 2026", +}; + +export default meta; diff --git a/pages/release-notes/router/index.mdx b/pages/release-notes/router/index.mdx new file mode 100644 index 0000000..f0bd1af --- /dev/null +++ b/pages/release-notes/router/index.mdx @@ -0,0 +1,13 @@ +--- +title: Router Release Notes +description: Public release notes for Tangle Router. +--- + +# Router Release Notes + +Public service: [router.tangle.tools](https://router.tangle.tools). +Related docs: [Tangle Gateway](/gateway). + +| Date | Release note | Customer action | +| ------------- | ----------------------------------------------------------- | --------------------- | +| June 29, 2026 | [Release-note page added](/release-notes/router/2026-06-29) | No migration required | diff --git a/pages/release-notes/sandbox/2026-06-29.mdx b/pages/release-notes/sandbox/2026-06-29.mdx new file mode 100644 index 0000000..a7a6191 --- /dev/null +++ b/pages/release-notes/sandbox/2026-06-29.mdx @@ -0,0 +1,25 @@ +--- +title: Sandbox - June 29, 2026 +description: Sandbox release note for June 29, 2026. +--- + +# Sandbox - June 29, 2026 + +Published: June 29, 2026. +Product line: Sandbox. +Public URL: [sandbox.tangle.tools](https://sandbox.tangle.tools). + +## Customer Impact + +No migration is required. +This release note records Sandbox in the public product release-note section. + +## What Changed + +Tangle added a release-note page for Sandbox and Agent Dev Container infrastructure. +Future customer-visible sandbox changes will be posted under this product line. + +## Related Links + +- [Tangle Sandbox](https://tangle.tools/services/sandbox) +- [Public status page](https://tangle.tools/status) diff --git a/pages/release-notes/sandbox/_meta.ts b/pages/release-notes/sandbox/_meta.ts new file mode 100644 index 0000000..f426f8f --- /dev/null +++ b/pages/release-notes/sandbox/_meta.ts @@ -0,0 +1,8 @@ +import type { Meta } from "nextra"; + +const meta: Meta = { + index: "Overview", + "2026-06-29": "June 29, 2026", +}; + +export default meta; diff --git a/pages/release-notes/sandbox/index.mdx b/pages/release-notes/sandbox/index.mdx new file mode 100644 index 0000000..d750128 --- /dev/null +++ b/pages/release-notes/sandbox/index.mdx @@ -0,0 +1,13 @@ +--- +title: Sandbox Release Notes +description: Public release notes for Tangle Sandbox. +--- + +# Sandbox Release Notes + +Public product: [sandbox.tangle.tools](https://sandbox.tangle.tools). +Product page: [Tangle Sandbox](https://tangle.tools/services/sandbox). + +| Date | Release note | Customer action | +| ------------- | ------------------------------------------------------------ | --------------------- | +| June 29, 2026 | [Release-note page added](/release-notes/sandbox/2026-06-29) | No migration required |