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",