clodds 1.2.6 → 1.2.7

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.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -38,7 +38,7 @@ Built on Claude with arbitrage detection algorithms based on [arXiv:2508.03474](
38
38
  ## Quick Start
39
39
 
40
40
  ```bash
41
- npm install -g clodds
41
+ npm install -g clodds --loglevel=error
42
42
  clodds onboard
43
43
  ```
44
44
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "clodds",
3
- "version": "1.2.6",
3
+ "version": "1.2.7",
4
4
  "description": "Open-source AI trading terminal. Trade Polymarket, Kalshi, Betfair, Binance, Bybit, Hyperliquid, Solana DEXs from Telegram, Discord, Slack or web. Arbitrage detection, whale tracking, copy trading, perpetual futures up to 200x, DeFi swaps, MEV protection. Self-hosted, 118 skills, powered by Claude.",
5
5
  "main": "dist/index.js",
6
6
  "bin": {