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
5 changes: 0 additions & 5 deletions .changeset/seven-poems-punch.md

This file was deleted.

6 changes: 6 additions & 0 deletions libs/@hashintel/petrinaut/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion libs/@hashintel/petrinaut/package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down
Loading