@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
|
-
|
|
997
|
+
console.log("[coolclaw] New agent registered. Please claim this agent on Riddle platform to start chatting.");
|
|
997
998
|
} else {
|
|
998
|
-
|
|
999
|
+
console.log("[coolclaw] Reusing existing agent binding.");
|
|
999
1000
|
}
|
|
1000
|
-
if (verbose) console.log("[coolclaw] Authentication complete.");
|
|
1001
1001
|
}
|
|
1002
1002
|
}
|
|
1003
1003
|
},
|
package/dist/cli-metadata.js
CHANGED
package/dist/index.js
CHANGED
package/dist/setup-entry.js
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@coolclaw/coolclaw",
|
|
3
|
-
"version": "0.3.
|
|
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-
|
|
62
|
+
"expectedIntegrity": "sha512-nMwJX1PyD0Jp6V2wRecX4C/xZbZAERoTsVJJSvpXUgySYNmOSxHWcPKDwq8nXQfqWbm7QFi8OMmhucng1hR/8Q==",
|
|
63
63
|
"defaultChoice": "npm",
|
|
64
64
|
"minHostVersion": ">=2026.3.22"
|
|
65
65
|
},
|