From 788d238384871870f74f193ffab00c456a318564 Mon Sep 17 00:00:00 2001 From: "hash-release[bot]" <313494501+hash-release[bot]@users.noreply.github.com> Date: Tue, 25 Aug 2026 12:42:09 +0000 Subject: [PATCH] Version Packages --- .changeset/seven-poems-punch.md | 5 ----- libs/@hashintel/petrinaut/CHANGELOG.md | 6 ++++++ libs/@hashintel/petrinaut/package.json | 2 +- 3 files changed, 7 insertions(+), 6 deletions(-) delete mode 100644 .changeset/seven-poems-punch.md diff --git a/.changeset/seven-poems-punch.md b/.changeset/seven-poems-punch.md deleted file mode 100644 index a19d6a75a10..00000000000 --- a/.changeset/seven-poems-punch.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@hashintel/petrinaut": patch ---- - -Add an interactive-tool extension point to the AI assistant panel: hosts can register app-level tools whose calls render as interactive widgets in the conversation, including tools that suspend the turn until the user responds. diff --git a/libs/@hashintel/petrinaut/CHANGELOG.md b/libs/@hashintel/petrinaut/CHANGELOG.md index 3ffa2f967c5..080604d325a 100644 --- a/libs/@hashintel/petrinaut/CHANGELOG.md +++ b/libs/@hashintel/petrinaut/CHANGELOG.md @@ -1,5 +1,11 @@ # @hashintel/petrinaut +## 0.0.18 + +### Patch Changes + +- Add an interactive-tool extension point to the AI assistant panel: hosts can register app-level tools whose calls render as interactive widgets in the conversation, including tools that suspend the turn until the user responds. ([@lunelson](https://github.com/lunelson), [#9274](https://github.com/hashintel/hash/pull/9274)) + ## 0.0.17 ### Patch Changes diff --git a/libs/@hashintel/petrinaut/package.json b/libs/@hashintel/petrinaut/package.json index 0489dea92e6..dc4482798b7 100644 --- a/libs/@hashintel/petrinaut/package.json +++ b/libs/@hashintel/petrinaut/package.json @@ -1,6 +1,6 @@ { "name": "@hashintel/petrinaut", - "version": "0.0.17", + "version": "0.0.18", "description": "A visual editor for Petri nets", "license": "(MIT OR Apache-2.0)", "repository": {