botschat 0.1.0 → 0.1.1

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,5 +1,9 @@
1
1
  # BotsChat
2
2
 
3
+ [![npm](https://img.shields.io/npm/v/botschat)](https://www.npmjs.com/package/botschat)
4
+ [![npm](https://img.shields.io/npm/v/@botschat/openclaw-plugin)](https://www.npmjs.com/package/@botschat/openclaw-plugin)
5
+ [![License](https://img.shields.io/badge/license-Apache--2.0-blue)](LICENSE)
6
+
3
7
  A self-hosted chat interface for [OpenClaw](https://github.com/openclaw/openclaw) AI agents.
4
8
 
5
9
  BotsChat gives you a modern, Slack-like web UI to interact with your OpenClaw agents — organize conversations into **Channels**, schedule **Background Tasks**, and monitor **Job** executions. Everything runs on your own infrastructure; your API keys and data never leave your machine.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "botschat",
3
- "version": "0.1.0",
3
+ "version": "0.1.1",
4
4
  "description": "A self-hosted chat interface for OpenClaw AI agents",
5
5
  "workspaces": [
6
6
  "packages/*"
@@ -1,12 +1,14 @@
1
1
  {
2
2
  "name": "@botschat/openclaw-plugin",
3
- "version": "0.1.0",
3
+ "version": "0.1.1",
4
4
  "description": "BotsChat channel plugin for OpenClaw — connects your OpenClaw agent to the BotsChat cloud platform",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",
7
7
  "types": "dist/index.d.ts",
8
8
  "openclaw": {
9
- "extensions": ["./dist/index.js"]
9
+ "extensions": [
10
+ "./dist/index.js"
11
+ ]
10
12
  },
11
13
  "scripts": {
12
14
  "build": "tsc",
@@ -30,7 +32,13 @@
30
32
  "@types/ws": "^8.5.0",
31
33
  "typescript": "^5.7.0"
32
34
  },
33
- "keywords": ["openclaw", "botschat", "channel", "plugin", "chat"],
35
+ "keywords": [
36
+ "openclaw",
37
+ "botschat",
38
+ "channel",
39
+ "plugin",
40
+ "chat"
41
+ ],
34
42
  "license": "Apache-2.0",
35
43
  "repository": {
36
44
  "type": "git",