From ff9a11070b71631a575d34a9a5c8bf5744119cf0 Mon Sep 17 00:00:00 2001 From: "mintlify[bot]" <109931778+mintlify[bot]@users.noreply.github.com> Date: Tue, 30 Jun 2026 05:54:33 +0000 Subject: [PATCH 1/2] docs: add June 2026 changelog entry for flows plugin and manifest overrides --- changelog/overview.mdx | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/changelog/overview.mdx b/changelog/overview.mdx index d5c33f6..9abea85 100644 --- a/changelog/overview.mdx +++ b/changelog/overview.mdx @@ -3,6 +3,16 @@ title: Product Updates description: "What's new in 2025" --- + + **New features** + + - **Flows plugin.** Oracles can now help users author Qi Flows — multi-step, on-chain workflows — from natural language. The agent drafts the flow; the user reviews and runs it in the portal. Ships in the runtime as an opt-in plugin. See [Flows plugin](/build-an-oracle/reference/bundled-plugins/flows). + + **Updates** + + - **Manifest overrides for bundled plugins.** Forks can now retune a bundled plugin's manifest (most usefully its visibility — `always`, `on-demand`, or `silent`) without forking the plugin source. The override flows through to the Tier-1 prompt, capability tools, and the agent's visibility index. See the [bundled-plugins overview](/build-an-oracle/reference/bundled-plugins/overview). + + Backup and restore Profiles and keys from the IXO Mobile wallet to the IXO Matrix Personal Data Vault. \ No newline at end of file From 984f400ae8263f3df869d48b56b57288fb7f4713 Mon Sep 17 00:00:00 2001 From: "mintlify[bot]" <109931778+mintlify[bot]@users.noreply.github.com> Date: Tue, 30 Jun 2026 05:55:19 +0000 Subject: [PATCH 2/2] docs: improve changelog page title and description for SEO --- changelog/overview.mdx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/changelog/overview.mdx b/changelog/overview.mdx index 9abea85..54ea57d 100644 --- a/changelog/overview.mdx +++ b/changelog/overview.mdx @@ -1,6 +1,6 @@ --- -title: Product Updates -description: "What's new in 2025" +title: Product updates +description: "Release notes for the IXO platform — what shipped across QiForge oracles, IXO Mobile, and the broader stack, organized by month." ---