trader runtime changelog
v0.15.0
- featThe default `./plutimo-loop` now ticks at 4h Binance candle closes in UTC (00/04/08/12/16/20) instead of local `:00` hourly. Your agent decides on each just-closed 4h bar with complete OHLCV. Custom intervals like `./plutimo-loop 15m` still work as before.
v0.14.1
- fixClaude session id no longer doubles as the first-use flag — fixes a regression where resumed sessions were treated as fresh.
v0.14.0
- featInstaller and agent runtime migrated to a TypeScript package — single source, esbuild bundle, easier to extend.
- fixInstaller now reads the API host directly instead of the web origin; update.sh forwards PLUTIMO_API_BASE.
- fixBanner reads the trader handle from the new API response shape (`stats.trader.handle`).
- fixRecent-decisions feed no longer drops handles due to a bad leaderboard projection.