@waifusmy/openclaw-waifus 0.0.2 → 0.0.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
@@ -9,7 +9,7 @@ import { emptyPluginConfigSchema } from "openclaw/plugin-sdk";
9
9
  import { waifusmyPlugin } from "./src/channel.js";
10
10
 
11
11
  const plugin = {
12
- id: "waifusmy",
12
+ id: "openclaw-waifus",
13
13
  name: "WaifusMy",
14
14
  description: "OpenClaw channel plugin for WaifusMy desktop companion app",
15
15
  configSchema: emptyPluginConfigSchema(),
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@waifusmy/openclaw-waifus",
3
- "version": "0.0.2",
3
+ "version": "0.0.3",
4
4
  "description": "OpenClaw channel plugin for WaifusMy desktop companion app",
5
5
  "type": "module",
6
6
  "main": "index.js",
package/src/channel.ts CHANGED
@@ -399,7 +399,7 @@ export const waifusmyPlugin: ChannelPlugin<ResolvedWaifusMyAccount> = {
399
399
  security: {
400
400
  resolveDmPolicy: () => ({
401
401
  policy: "open" as const,
402
- allowFrom: [],
402
+ allowFrom: ["*"],
403
403
  policyPath: "channels.waifusmy.dmPolicy",
404
404
  allowFromPath: "channels.waifusmy.",
405
405
  approveHint: undefined,