clawmagic 1.0.29 → 1.0.30

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/configure.js CHANGED
@@ -181,7 +181,7 @@ function generateConfig(options) {
181
181
  workspace: '~/.openclaw/workspace',
182
182
  contextTokens: 200000,
183
183
  heartbeat: {
184
- every: '3s',
184
+ every: '1m',
185
185
  },
186
186
  },
187
187
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "clawmagic",
3
- "version": "1.0.29",
3
+ "version": "1.0.30",
4
4
  "description": "OpenClaw, Configured Automagically. Transform a fresh OpenClaw install into production-ready setup.",
5
5
  "main": "dist/index.js",
6
6
  "bin": {