Big News: Socket raises $60M Series C at a $1B valuation to secure software supply chains for AI-driven development.Announcement
Sign In

@clawmate/clawmate

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@clawmate/clawmate - npm Package Compare versions

Comparing version
0.1.0
to
0.2.0
+6
-2
package.json
{
"name": "@clawmate/clawmate",
"version": "0.1.0",
"version": "0.2.0",
"description": "One-click installer for the ClawMate OpenClaw companion plugin",

@@ -33,3 +33,7 @@ "license": "MIT",

"clawmate:probe:tts": "cd packages/clawmate-companion && node --import tsx scripts/probe-qwen-tts.ts",
"clawmate:setup": "node packages/clawmate-companion/bin/cli.cjs"
"clawmate:setup": "node packages/clawmate-companion/bin/cli.cjs",
"release": "node scripts/release.mjs",
"release:patch": "node scripts/release.mjs patch --publish",
"release:minor": "node scripts/release.mjs minor --publish",
"release:major": "node scripts/release.mjs major --publish"
},

@@ -36,0 +40,0 @@ "devDependencies": {

@@ -5,3 +5,3 @@ {

"description": "角色化自拍生成插件(Tool + Skill)",
"version": "0.1.0",
"version": "0.2.0",
"skills": [

@@ -14,6 +14,14 @@ "./skills"

"properties": {
"selectedCharacter": { "type": "string" },
"characterRoot": { "type": "string" },
"userCharacterRoot": { "type": "string" },
"defaultProvider": { "type": "string" },
"selectedCharacter": {
"type": "string"
},
"characterRoot": {
"type": "string"
},
"userCharacterRoot": {
"type": "string"
},
"defaultProvider": {
"type": "string"
},
"fallback": {

@@ -23,6 +31,10 @@ "type": "object",

"properties": {
"enabled": { "type": "boolean" },
"enabled": {
"type": "boolean"
},
"order": {
"type": "array",
"items": { "type": "string" }
"items": {
"type": "string"
}
}

@@ -35,9 +47,23 @@ }

"properties": {
"maxAttempts": { "type": "integer", "minimum": 1 },
"backoffMs": { "type": "number", "exclusiveMinimum": 0 }
"maxAttempts": {
"type": "integer",
"minimum": 1
},
"backoffMs": {
"type": "number",
"exclusiveMinimum": 0
}
}
},
"pollIntervalMs": { "type": "number", "exclusiveMinimum": 0 },
"pollTimeoutMs": { "type": "number", "exclusiveMinimum": 0 },
"degradeMessage": { "type": "string" },
"pollIntervalMs": {
"type": "number",
"exclusiveMinimum": 0
},
"pollTimeoutMs": {
"type": "number",
"exclusiveMinimum": 0
},
"degradeMessage": {
"type": "string"
},
"providers": {

@@ -54,4 +80,10 @@ "type": "object",

"properties": {
"enabled": { "type": "boolean" },
"probability": { "type": "number", "minimum": 0, "maximum": 1 }
"enabled": {
"type": "boolean"
},
"probability": {
"type": "number",
"minimum": 0,
"maximum": 1
}
}

@@ -63,9 +95,23 @@ },

"properties": {
"enabled": { "type": "boolean" },
"model": { "type": "string" },
"voice": { "type": "string" },
"languageType": { "type": "string" },
"apiKey": { "type": "string" },
"baseUrl": { "type": "string" },
"degradeMessage": { "type": "string" }
"enabled": {
"type": "boolean"
},
"model": {
"type": "string"
},
"voice": {
"type": "string"
},
"languageType": {
"type": "string"
},
"apiKey": {
"type": "string"
},
"baseUrl": {
"type": "string"
},
"degradeMessage": {
"type": "string"
}
}

@@ -79,7 +125,17 @@ },

"properties": {
"enabled": { "type": "boolean" },
"selectedCharacter": { "type": "string" },
"characterRoot": { "type": "string" },
"userCharacterRoot": { "type": "string" },
"defaultProvider": { "type": "string" },
"enabled": {
"type": "boolean"
},
"selectedCharacter": {
"type": "string"
},
"characterRoot": {
"type": "string"
},
"userCharacterRoot": {
"type": "string"
},
"defaultProvider": {
"type": "string"
},
"fallback": {

@@ -89,6 +145,10 @@ "type": "object",

"properties": {
"enabled": { "type": "boolean" },
"enabled": {
"type": "boolean"
},
"order": {
"type": "array",
"items": { "type": "string" }
"items": {
"type": "string"
}
}

@@ -101,9 +161,23 @@ }

"properties": {
"maxAttempts": { "type": "integer", "minimum": 1 },
"backoffMs": { "type": "number", "exclusiveMinimum": 0 }
"maxAttempts": {
"type": "integer",
"minimum": 1
},
"backoffMs": {
"type": "number",
"exclusiveMinimum": 0
}
}
},
"pollIntervalMs": { "type": "number", "exclusiveMinimum": 0 },
"pollTimeoutMs": { "type": "number", "exclusiveMinimum": 0 },
"degradeMessage": { "type": "string" },
"pollIntervalMs": {
"type": "number",
"exclusiveMinimum": 0
},
"pollTimeoutMs": {
"type": "number",
"exclusiveMinimum": 0
},
"degradeMessage": {
"type": "string"
},
"providers": {

@@ -120,4 +194,10 @@ "type": "object",

"properties": {
"enabled": { "type": "boolean" },
"probability": { "type": "number", "minimum": 0, "maximum": 1 }
"enabled": {
"type": "boolean"
},
"probability": {
"type": "number",
"minimum": 0,
"maximum": 1
}
}

@@ -129,9 +209,23 @@ },

"properties": {
"enabled": { "type": "boolean" },
"model": { "type": "string" },
"voice": { "type": "string" },
"languageType": { "type": "string" },
"apiKey": { "type": "string" },
"baseUrl": { "type": "string" },
"degradeMessage": { "type": "string" }
"enabled": {
"type": "boolean"
},
"model": {
"type": "string"
},
"voice": {
"type": "string"
},
"languageType": {
"type": "string"
},
"apiKey": {
"type": "string"
},
"baseUrl": {
"type": "string"
},
"degradeMessage": {
"type": "string"
}
}

@@ -138,0 +232,0 @@ }

{
"name": "@clawmate/clawmate-companion",
"version": "0.1.0",
"version": "0.2.0",
"private": true,

@@ -5,0 +5,0 @@ "type": "module",

@@ -111,2 +111,19 @@ # ClawMate

## 发布
常用一键发布命令:
```bash
npm run release:patch
npm run release:minor
npm run release:major
```
也可以手动指定版本或先做预演:
```bash
npm run release -- 0.1.1 --publish
npm run release -- patch --dry-run
```
多 Agent 设计方案见 [doc/multi-agent-design.md](doc/multi-agent-design.md)。

@@ -113,0 +130,0 @@