@open-ic/openchat_openclaw 0.1.2 → 0.1.3

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/index.ts CHANGED
@@ -11,7 +11,7 @@ import { setOpenChatRuntime } from "./src/runtime.js";
11
11
  const activeAccounts = new Map<string, { cfg: OpenClawConfig; account: ResolvedOpenChatAccount }>();
12
12
 
13
13
  const plugin = {
14
- id: "openchat",
14
+ id: "openchat_openclaw",
15
15
  name: "OpenChat",
16
16
  description: "OpenChat channel plugin — AI agent via a /prompt bot command",
17
17
  configSchema: emptyPluginConfigSchema(),
@@ -1,5 +1,5 @@
1
1
  {
2
- "id": "openchat",
2
+ "id": "openchat_openclaw",
3
3
  "name": "OpenChat",
4
4
  "description": "OpenChat channel plugin — AI agent via a /prompt bot command",
5
5
  "channels": ["openchat"],
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@open-ic/openchat_openclaw",
3
- "version": "0.1.2",
3
+ "version": "0.1.3",
4
4
  "description": "OpenClaw OpenChat channel plugin",
5
5
  "type": "module",
6
6
  "scripts": {