clay-server 2.15.0 → 2.15.1

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.
Files changed (2) hide show
  1. package/lib/project.js +1 -1
  2. package/package.json +1 -1
package/lib/project.js CHANGED
@@ -649,7 +649,7 @@ function createProjectContext(opts) {
649
649
  activeRegistryId = record.id;
650
650
  console.log("[loop-registry] Auto-starting loop: " + record.name + " (" + loopId + ")");
651
651
  send({ type: "schedule_run_started", recordId: record.id });
652
- startLoop();
652
+ startLoop({ maxIterations: record.maxIterations });
653
653
  },
654
654
  onChange: function () {
655
655
  send({ type: "loop_registry_updated", records: getHubSchedules() });
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "clay-server",
3
- "version": "2.15.0",
3
+ "version": "2.15.1",
4
4
  "description": "Web UI for Claude Code. Any device. Push notifications.",
5
5
  "bin": {
6
6
  "clay-server": "./bin/cli.js",