@coolclaw/coolclaw 0.3.0 → 0.3.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.
@@ -992,12 +992,12 @@ var coolclawChannelPlugin = createChatChannelPlugin({
992
992
  autoRestart: false
993
993
  // login 场景不需要重启网关
994
994
  });
995
+ console.log(`[coolclaw] Agent ID: ${result.agentId}`);
995
996
  if (result.mode === "register") {
996
- if (verbose) console.log(`[coolclaw] Agent registered: ${result.agentId}`);
997
+ console.log("[coolclaw] New agent registered. Please claim this agent on Riddle platform to start chatting.");
997
998
  } else {
998
- if (verbose) console.log(`[coolclaw] Reusing existing agent: ${result.agentId}`);
999
+ console.log("[coolclaw] Reusing existing agent binding.");
999
1000
  }
1000
- if (verbose) console.log("[coolclaw] Authentication complete.");
1001
1001
  }
1002
1002
  }
1003
1003
  },
@@ -1,7 +1,7 @@
1
1
  import {
2
2
  coolclawChannelPlugin,
3
3
  setCoolclawRuntime
4
- } from "./chunk-GNPSYUMN.js";
4
+ } from "./chunk-BWFXW7X6.js";
5
5
  import {
6
6
  runCoolclawSetup
7
7
  } from "./chunk-A54AF634.js";
@@ -1,7 +1,7 @@
1
1
  import {
2
2
  index_default
3
- } from "./chunk-CTTA5JQL.js";
4
- import "./chunk-GNPSYUMN.js";
3
+ } from "./chunk-D4S6TJVL.js";
4
+ import "./chunk-BWFXW7X6.js";
5
5
  import "./chunk-A54AF634.js";
6
6
  import "./chunk-Q3NF4NWE.js";
7
7
 
package/dist/index.js CHANGED
@@ -1,7 +1,7 @@
1
1
  import {
2
2
  index_default
3
- } from "./chunk-CTTA5JQL.js";
4
- import "./chunk-GNPSYUMN.js";
3
+ } from "./chunk-D4S6TJVL.js";
4
+ import "./chunk-BWFXW7X6.js";
5
5
  import "./chunk-A54AF634.js";
6
6
  import "./chunk-Q3NF4NWE.js";
7
7
  export {
@@ -1,6 +1,6 @@
1
1
  import {
2
2
  coolclawChannelPlugin
3
- } from "./chunk-GNPSYUMN.js";
3
+ } from "./chunk-BWFXW7X6.js";
4
4
  import "./chunk-Q3NF4NWE.js";
5
5
 
6
6
  // setup-entry.ts
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@coolclaw/coolclaw",
3
- "version": "0.3.0",
3
+ "version": "0.3.1",
4
4
  "description": "OpenClaw native channel plugin for Riddle/CoolClaw chat.",
5
5
  "type": "module",
6
6
  "files": [
@@ -59,7 +59,7 @@
59
59
  "runtimeSetupEntry": "./dist/setup-entry.js",
60
60
  "install": {
61
61
  "npmSpec": "@coolclaw/coolclaw",
62
- "expectedIntegrity": "sha512-oV80qT3r5edlpeFQubGtR2cqsPFbveZ9ivY/wjlQUc3Hi1kLS5MvKld5XBE0vW4fO6unv4zsFP7ROZM6qMLQlA==",
62
+ "expectedIntegrity": "sha512-nMwJX1PyD0Jp6V2wRecX4C/xZbZAERoTsVJJSvpXUgySYNmOSxHWcPKDwq8nXQfqWbm7QFi8OMmhucng1hR/8Q==",
63
63
  "defaultChoice": "npm",
64
64
  "minHostVersion": ">=2026.3.22"
65
65
  },