Skip to content

v1.2.0

Choose a tag to compare

@alsk1992 alsk1992 released this 09 Feb 01:52
· 172 commits to main since this release

What's New

Native TypeScript Trading APIs

All Polymarket and Kalshi tool handlers have been rewritten from Python shell-outs to native TypeScript HTTP calls. This fixes all trading commands that previously failed with "can't cd to /root/clodds/trading".

  • Polymarket: ~92 handlers now use direct CLOB, Gamma, and Data API calls with HMAC-SHA256 auth
  • Kalshi: ~78 handlers now use direct REST API v2 calls with RSA-PSS auth
  • Cron stop-loss: Both platforms use native API calls instead of Python scripts

WebChat Improvements

  • Redesigned sidebar with icon rail + sliding panels
  • Environment Setup panel for configuring API keys from the UI
  • Improved welcome screen

Other

  • Removed dead buildPolymarketEnv / buildKalshiEnv helpers
  • Zero Python shell dependencies for trading — everything is pure TypeScript