nextclaw 0.8.6 → 0.8.8

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/cli/index.js CHANGED
@@ -2699,7 +2699,7 @@ var ServiceCommands = class {
2699
2699
  }
2700
2700
  console.log("\u2713 Heartbeat: every 30m");
2701
2701
  const configPath = resolve7(getConfigPath2());
2702
- const watcher = chokidar.watch(dirname(configPath), {
2702
+ const watcher = chokidar.watch(configPath, {
2703
2703
  ignoreInitial: true,
2704
2704
  awaitWriteFinish: { stabilityThreshold: 200, pollInterval: 50 }
2705
2705
  });
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "nextclaw",
3
- "version": "0.8.6",
3
+ "version": "0.8.8",
4
4
  "description": "Lightweight personal AI assistant with CLI, multi-provider routing, and channel integrations.",
5
5
  "private": false,
6
6
  "type": "module",