dashclaw 1.9.1 → 1.9.2
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/dashclaw.js +4 -0
- package/package.json +1 -1
package/dashclaw.js
CHANGED
|
@@ -553,6 +553,10 @@ class DashClaw {
|
|
|
553
553
|
* stream
|
|
554
554
|
* .on('action.created', (data) => console.log('New action:', data))
|
|
555
555
|
* .on('action.updated', (data) => console.log('Action updated:', data))
|
|
556
|
+
* .on('loop.created', (data) => console.log('New loop:', data))
|
|
557
|
+
* .on('loop.updated', (data) => console.log('Loop updated:', data))
|
|
558
|
+
* .on('goal.created', (data) => console.log('New goal:', data))
|
|
559
|
+
* .on('goal.updated', (data) => console.log('Goal updated:', data))
|
|
556
560
|
* .on('policy.updated', (data) => console.log('Policy changed:', data))
|
|
557
561
|
* .on('task.assigned', (data) => console.log('Task assigned:', data))
|
|
558
562
|
* .on('task.completed', (data) => console.log('Task done:', data))
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "dashclaw",
|
|
3
|
-
"version": "1.9.
|
|
3
|
+
"version": "1.9.2",
|
|
4
4
|
"description": "Full-featured agent toolkit for the DashClaw platform. 96+ methods across 22+ categories for action recording, context management, session handoffs, security scanning, behavior guard, compliance, task routing, identity binding, organization management, webhooks, bulk sync, and more.",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"publishConfig": {
|