diff --git a/openclaw.plugin.json b/openclaw.plugin.json index f9aed58..3f1c90a 100644 --- a/openclaw.plugin.json +++ b/openclaw.plugin.json @@ -2,8 +2,11 @@ "id": "clawflow", "name": "ClawFlow", "description": "The n8n for agents. Declarative, AI-native workflow engine — LLM-writable, Cloudflare-portable.", - "version": "1.2.2", + "version": "1.2.4", "skills": ["./skills/flow"], + "activation": { + "onStartup": true + }, "contracts": { "tools": [ "flow_create", diff --git a/package.json b/package.json index bc8b0c8..6310d71 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@clawnify/clawflow", - "version": "1.2.3", + "version": "1.2.4", "description": "The n8n for agents. A declarative, AI-native workflow format that agents can read, write, and run.", "type": "module", "main": "./dist/index.js",