From 72b61214f61b0fd1a746fa7de4840b47b019cdc6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicol=C3=B2=20Boschi?= Date: Fri, 20 Mar 2026 15:21:26 +0100 Subject: [PATCH] release(nemoclaw): v0.1.1 --- .../pages/changelog/integrations/nemoclaw.md | 17 +++++++++++++++++ hindsight-integrations/nemoclaw/package.json | 2 +- 2 files changed, 18 insertions(+), 1 deletion(-) create mode 100644 hindsight-docs/src/pages/changelog/integrations/nemoclaw.md diff --git a/hindsight-docs/src/pages/changelog/integrations/nemoclaw.md b/hindsight-docs/src/pages/changelog/integrations/nemoclaw.md new file mode 100644 index 00000000..ff71016a --- /dev/null +++ b/hindsight-docs/src/pages/changelog/integrations/nemoclaw.md @@ -0,0 +1,17 @@ +--- +hide_table_of_contents: true +--- + +# NemoClaw Integration Changelog + +Changelog for [`@vectorize-io/hindsight-nemoclaw`](https://www.npmjs.com/package/@vectorize-io/hindsight-nemoclaw). + +For the source code, see [`hindsight-integrations/nemoclaw`](https://github.com/vectorize-io/hindsight/tree/main/hindsight-integrations/nemoclaw). + +← [Back to main changelog](/changelog) + +## [0.1.1](https://github.com/vectorize-io/hindsight/tree/integrations/nemoclaw/v0.1.1) + +**Features** + +- Added a setup CLI package for the Hindsight nemoclaw integration. ([`d284de28`](https://github.com/vectorize-io/hindsight/commit/d284de28)) diff --git a/hindsight-integrations/nemoclaw/package.json b/hindsight-integrations/nemoclaw/package.json index d0bd8664..8580e533 100644 --- a/hindsight-integrations/nemoclaw/package.json +++ b/hindsight-integrations/nemoclaw/package.json @@ -1,6 +1,6 @@ { "name": "@vectorize-io/hindsight-nemoclaw", - "version": "0.1.0", + "version": "0.1.1", "description": "Setup CLI for hindsight-openclaw on NemoClaw sandboxes — installs the plugin, configures external API mode, and applies the OpenShell network policy", "type": "module", "main": "dist/cli.js",