@better_openclaw/betterclaw 2.0.2 → 2.0.3

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.
@@ -42,6 +42,16 @@
42
42
  "minimum": 0,
43
43
  "maximum": 23,
44
44
  "description": "Hour (system timezone) for daily analysis run"
45
+ },
46
+ "deduplicationCooldowns": {
47
+ "type": "object",
48
+ "additionalProperties": { "type": "number" },
49
+ "description": "Per-subscription dedup cooldowns in seconds (e.g. {\"default.geofence\": 300})"
50
+ },
51
+ "defaultCooldown": {
52
+ "type": "number",
53
+ "default": 1800,
54
+ "description": "Default dedup cooldown in seconds for subscriptions not in deduplicationCooldowns"
45
55
  }
46
56
  },
47
57
  "additionalProperties": false
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@better_openclaw/betterclaw",
3
- "version": "2.0.2",
3
+ "version": "2.0.3",
4
4
  "description": "Intelligent event filtering, context tracking, and proactive triggers for BetterClaw",
5
5
  "license": "AGPL-3.0-only",
6
6
  "repository": {