solana-traderclaw 1.0.38 → 1.0.39

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.
@@ -1015,11 +1015,6 @@ async function cmdSetup(args) {
1015
1015
  printWarn(
1016
1016
  ` For the OpenClaw gateway (Telegram/agent tools), the same env must be set on the gateway service — not only in this shell. See: ${TRADERCLAW_SESSION_TROUBLESHOOTING_URL}`,
1017
1017
  );
1018
- print("Next steps:");
1019
- print(" 1. Install the plugin: openclaw plugins install solana-traderclaw (or: npm install -g solana-traderclaw)");
1020
- print(" 2. Restart the gateway: openclaw gateway --restart");
1021
- print(" 3. Start trading: Ask OpenClaw to scan for opportunities");
1022
- print("");
1023
1018
  print("Session commands:");
1024
1019
  print(" traderclaw status Check connection health (auto-refreshes session)");
1025
1020
  print(" traderclaw login Re-authenticate (challenge flow)");
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "solana-traderclaw",
3
- "version": "1.0.38",
3
+ "version": "1.0.39",
4
4
  "description": "TraderClaw V1 — autonomous Solana memecoin trading for OpenClaw (team edition: X/Twitter journal and engagement tools)",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",