@kanvas/openclaw-plugin 0.1.18 → 0.1.19

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/README.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # Kanvas OpenClaw Plugin
2
2
 
3
- OpenClaw plugin that connects AI agents to [Kanvas](https://kanvas.dev) your company's nervous system. Kanvas is the operational engine that connects all your data, tools, and workflows. For AI agents, it's what lets them actually run your business — not just talk about it.
3
+ OpenClaw plugin that connects AI agents to [Kanvas](https://kanvas.dev) your company's nervous system. Kanvas is the operational engine that connects all your data, tools, and workflows. For AI agents, it's what lets them actually run your business — not just talk about it.
4
4
 
5
5
  This plugin gives agents direct access to CRM, inventory, orders, and messaging — 53 tools with auto-login, built-in system prompt context, and domain-specific skills.
6
6
 
@@ -26,8 +26,8 @@ const PLAN_DETAIL_FIELDS = `
26
26
  approver { id firstname lastname }
27
27
  parent { id title status }
28
28
  tasks { id sequence title description status blocked_reason result started_at completed_at }
29
- files { id uuid name url }
30
- tags { id name }
29
+ files { data { id uuid name url } }
30
+ tags { data { id name } }
31
31
  `;
32
32
  const PLAN_LIST_FIELDS = `
33
33
  id
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kanvas/openclaw-plugin",
3
- "version": "0.1.18",
3
+ "version": "0.1.19",
4
4
  "description": "Connects agents to Kanvas — your company's nervous system for CRM, inventory, orders, and messaging.",
5
5
  "license": "MIT",
6
6
  "repository": {