For the complete documentation index, see llms.txt. This page is also available as Markdown.

Version History

Refer to this table for the latest stable build numbers across all mission-critical repositories.

A historical record of all releases across taas_react, taas_app, and market_access. This log details version numbers, release dates, and high-level change summaries.

Date
taas_react
taas_app
market_access
Notes

2026-06-26

1.0.1387

6.1.1992

1.9.596

taas_app (6.1.1992) / taas_react (1.0.1387):

  • MM bot: Cancel button on a closing-out order opens a snapshot-confirm dialog.

  • Execution Quant agent: desk-trader mode - auto-detects MM vs desk based on data, serves single-order TCA (slippage, participation, fee, maker%).

  • CoinGecko market research actions for the Research agent - market cap, volume, price data

  • Telegram agent beta

  • Agent memory management UI - grouped list by category, add/edit/delete/enable/disable, global on/off switch, clear-all

  • Whitelist Accounts for Agents within chat

  • Admin system messages: One way messaging from admin to broadcast all users or single user).

  • Research agent auto-renders visual cards for various analytics (OI/CVD/liquidations timeseries for Kiyotaka, stats + volume-profile histogram for historical price, diverging bar for funding rates)

  • Agents: backtest trade overlay visualisations for BUY/SELL (SHORT/COVER for shorts) markers on the chart from backtest results

  • Polymarket positions in terminal - live data + unified positions table; native Polymarket prediction chart

  • Added 5 languages selector in settings

  • Various Terminal UI improvements: account equity auto-resize, leverage chip, account selector, MM form in terminal, orderbook bps/$ toggle, preset layouts, navbar height reduced

2026-06-16

1.0.1269

6.1.1791

1.9.584

taas_app (6.1.1791) / taas_react (1.0.1269):

  • Desk Trader agent (bounded lifecycle) - job now automatically ends when its order reaches a terminal status; no longer requires manual close; autonomous interval heartbeats removed while an order is in-flight; liveness watchdog detects and cancels silently-dead orders and wakes the LLM to close the job

  • MM bot cleanup-on-cancel - when a running MM order is cancelled it enters a CLEANING_UP state that actively drains residual exposure with reduce-only market orders before marking complete; Telegram notification if cleanup ends incomplete; pause/resume blocked during cleanup; manual cancel-cleanup endpoint

  • TP/SL exit conditions overhaul - exit creation is now atomic (both legs succeed or neither is created, order is refused); TP/SL levels anchored to parent's realized exec price instead of mid at placement time; base-target sizing for exact position close; exit legs nested visually under their entry in the order table and agent panel; exit_type and percent surfaced in the panel

  • Execution Quant agent (new) - analytics agent for MM performance diagnostics: TP/SL asymmetry analysis (distribution + expected value with bootstrap CIs), statistical descriptive tools (summary stats, rank extremes, distribution), ridge attribution (dormant), box charts

  • Agent set_leverage action - MM agent can now set venue leverage before placement; conforms to existing position when one is already open; BinancePM capped at 10x

  • get_indicators tool - agents can read 14 technical indicators from Titancharts candle data

  • get_open_interest tool - agents can read aggregated open interest for positioning/crowding signals

  • Terminal newsfeed - Synoptic news feed wired into terminal via WebSocket (subscribe, live posts, newest-on-top)

  • render_table action - agents can render structured data as inline tables in chat

  • MM agent: get_quote_cadence diagnostic tool - surfaces placement/cancel/fill rates for the last 15 min to detect healthy rolling vs abnormal cancels

  • MM agent: alpha tilt support - can configure per-placement directional lean on mid/blend/signal modes

  • MM agent: missing-venue handling fix - bot now refuses to silently fall back to a different exchange when operator named a specific venue; signals the gap and asks the operator to choose

  • MM agent: account whitelist tier surfaced in list_accounts - agent now sees view vs trade tier before attempting placement, avoids routing recommendations to view-only accounts

  • MM bot: allow resubmit on same symbol+account when an active bot already exists (removes duplicate rejection)

  • Agent portrait picker

  • Fuzzy token search in agent briefing

  • Agent order panel: per-order margin / spread / stop-loss / reference cells for MM; operator labels; single-account scope row collapsed

  • Review mode banner on terminal agent jobs - visible in-chat indicator that the job is in read-only post-mortem mode

  • CSV batch upload: live per-row status via WebSocket instead of blocking HTTP response; pending/timeout/failure tracked in modal

  • Iceberg super-strategy added

  • HL HIP-3 perp candle fix - get_historical_price was silently returning empty for builder-deployed HL perps; fixed to use direct API

  • HL outcomes: swap quote currency to USDC

  • TCA analytics backed by ClickHouse - parallel CH path (flag-gated per user), 50k page size cap on CH branch

  • Ondo dynamic max leverage from API; Ondo referral fees

  • NADO magic balances + Paradex magic integration; Paradex removed from UoA

  • IDOR security fix - object-level permission enforcement on bulk order, pause/resume, and funding endpoints

  • Agent aux queue - background tasks (PnL snapshots, liveness watchdog) moved to a separate worker so they no longer queue ahead of user chat turns

  • Worker startup migration gate - Celery workers now fail closed if DB migrations are pending

  • Celery container health check via file mtime heartbeat

  • Redis key TTL bounds - agent state counters now have explicit TTLs and are cleaned up on job terminal

  • Retail order table: amend option removed

  • Order filter no longer blocks on slow accounts fetch

2026-06-04

1.0.1064

6.1.1650

1.9.579

taas_app:

  • Reconnect credential endpoint - rotate Hyperliquid agent secret in place without re-creating the credential

  • Archive credential now stops dependent MM/DN bot schedules in addition to canceling open orders

  • Account tradeability guard - validates HL master wallet before allowing order creation; rejects archived credentials clearly

  • HL balance caching - skip periodic backend caching for HL credentials; use pull-based write-back on agent reads instead

  • Fix paused multi-order cleanup - paused legs of a multi-order no longer force-finish independently

  • Coinbase INTX naming standardized

market_access

  • Make ioc more aggressive, using 5x size to find level price, floor at 2nd level and 10 bps, and cap at 10%

  • Ondo builder fee bps round down.

  • Polymarket immediate order synthetic order status update change.

2026-05-26

1.0.1048

6.1.1527

1.9.567

taas_app & taas_react:

  • CSV upload overhaul - batch submission via new endpoint, per-row failure modal showing exactly which rows failed and why, duplicate detection (flags rows matching active orders or earlier rows in the same file, default-excluded with opt-in)

  • CSV validator fix - strategy column now restricted to valid trajectory types only (TWAP, VWAP, IS, Market, etc.); duration and end_datetime now mutually exclusive

  • POV + end_datetime fix - end_datetime is now the finisher deadline while POV pacing governs execution speed independently; previously end_datetime was silently ignored

  • Magic wallet support extended to Nado and Paradex

  • Batch single order API endpoint (up to 100 orders per call)

  • Increase max active MM orders per user from 25 to 50

  • Remove duplicate MM order check on same symbol

  • HL outcomes swap to USDC as quote currency

  • Prediction order form fills from order book price click

  • HIP-3 chart now uses Kiyotaka

2026-05-21

1.0.1031

6.1.1486

1.9.567

taas_app & taas_react:

  • HIP-3 chart now uses Kiyotaka

  • Fix funding rates snapshot crashing entire fetch when one venue's client fails to construct

  • Fix chained order submit

  • "Closed All" renamed to "Cancel All" on predict orders table

  • Fix position table refreshing on account change

market_access:

  • hyperliquid/hydromancer subscription fix

  • Ondo api url change

2026-05-20

1.0.1020

6.1.1469

1.9.563

taas_app & taas_react

  • Coinbase INTX enabled for institutional

  • DN bot stats now include realized funding

  • SL/TP added to scheduled order serializer

  • get_scheduled_orders action added for DN bot, with hold duration support

  • Points history table hidden as season 1 is over

  • Fix Hyperliquid spot assets on Kiyotaka charts

  • Retain delisted pairs for 48 hours

2026-05-18

1.0.984

6.1.1408

1.9.563

taas_app & taas_react:

  • Hyperliquid equity chart now sourced directly from HL's portfolio API - equity history, day/week % change badges, transfer overlays, and funding dashboard all pull from HL directly rather than the backend cache

  • HL per-position funding PnL (since open) surfaced in positions table

  • DN bot improvements - supports multiple simultaneous legs, gross-profit formula fix, order stats mandated on status questions

  • HIP-4 price history support

  • Fix hard limit price regression

  • Fix option order page crash from missing timing mode atom

  • Titancharts v3.2.0

market_access:

  • Coinbase International Total Equity Fix

  • Hyperliquid cumulative qty fix

  • Smart order router IOC price based on depth for venues using IOC as market

2026-05-14

1.0.982

6.1.1392

1.9.556

taas_app & taas_react :

  • Coinbase INTX exchange support (market data and fills)

  • Agent stats migrated to WebSocket - live position data pushed in real time

  • HIP-4 improvements - exposure side UI, recurring question translation, split and merge, token fixes

  • HL outcome data enrichment and order details conversion

  • Polymarket wallet mode fix for Magic use cases

  • Add Polymarket deposit wallet address display

  • RISEx volume bot leg size halved to fit margin budget

  • Fix partial-fill IOC treated as failures in chained orders

  • Schedule discretion override for soft pause

market_access

  • Polymarket wallet initialization sequence adjustment

  • Coinbase Institutional Integration

2026-05-8

1.0.927

6.1.1327

1.0.927

taas_app & taas_react:

  • Ondo perps exchange support

  • Hyperliquid outcomes - trading support, events list, split and merge for HIP-4

  • Amend orders from dashboard and terminal (limit and iceberg)

  • New agent: Risk Manager - monitors portfolio risk and proposes rebalancing actions

  • Agent chat overhaul - live streaming response bubbles, "Thinking..." skeleton on send, smooth cross-fade animation when response completes

  • Agent "Propose Start" flow - LLM proposes start, user confirms via button to activate the bot

  • DN Bot - add ability to place delta-neutral orders, cash and carry support, summary stats card in right panel

  • Titancharts v3.1.1 with Hyperliquid overlays

  • Profile component with account selection for balance display

  • Timing mode toggle in duration field

  • Fix partial-fill IOC orders incorrectly treated as failures in chained ord

market_access:

  • hyperliquid HIP-4

  • ondo (included but won't be activated yet)

2026-05-01

1.0.859

6.1.1252

1.9.535

taas_app & taas_react :

  • Agents UI full overhaul - new full-page 3-panel layout, updated nav bar, agent picker UX redesign, side panel, markdown rendering in chat

  • New agent types: Desk Trader, DN Bot (delta-neutral funding rate strategist), Macro Trader

  • Agent turn performance - stream LLM responses and parallelize tool calls

  • Agent role editor improvements - bindings management, lint warnings, derived properties schema

  • Add Sui wallet login support

  • RISEx funding rate display

  • Add DGrid to PnL cards

  • Maintenance mode improvements - only block pause for specific exchanges, show cancel modal for orders on maintenance exchange, allow viewing orders during maintenance

  • Handle scoped account names properly for order filtering

  • Users bulk lookup

  • Fix scaling factor on all-markets endpoint

  • Enable trading group to cancel orders

  • Fix algo orders incorrectly requiring a limit price

2026-04-28

1.0.837

6.1.1234

1.9.526

taas_app & taas_react:

  • Polymarket pUSD support - add pUSD to balances and treat as USDC.e for transfers

  • Polymarket market order fix - force quote for all taker buys

  • Hyperliquid support for Magic wallet

  • Display HL spot balance for unified accounts (HIP-3)

  • Add custom grid reset bounds field to MM order form and control panel

  • Allow grid reset bounds to be saved in presets

  • Display dynamic grid mode for scheduled orders

  • Fix cancel all orders so multi-orders still fire their cleanups

  • Fix MM preset save error (gridSoftResetBounds field causing 400)

  • Fix readable API error messages instead of [object Object]

  • Fix historical grid reset anchor

  • Fix limit price field overflow in order form

  • Take profit throttle guard for min quantity and closed sibling leg

  • USDT0 to USDT conversion for Nado

market_access:

  • Polymarket v2 migration

  • Polymarket market order fix

2026-04-23

1.0.814

6.1.1203

1.9.516

taas_app & taas_react:

  • MM order form overhaul - add market maker bot controls directly in the main order entry form (leverage, account, duration, blend mode, signal mode, dynamic grid, presets, scheduling, pre-trade analytics)

  • Custom dynamic grid (dgrid) mode with volatility-based spread calculation and soft reset

  • New transfer panel

  • Add order type tabs (market, limit, algo orders)

  • Add subaccount selection for Aftermath exchange

  • Add spot margin account type for Binance

  • Show MM mode changes on order details page

  • Fix overlapping schedule and repeat buttons on MM page

  • Fix chart rendering crash when opening order entry before account balance

  • Fix form footer overflow on scroll

  • Fix VWAP max shares

market_access:

  • Aftermath fix

  • Binance USD futures websocket legacy URL decommission

  • Polymarket v2

  • Binance Portfolio Margin Pro Support: For further details please see.

2026-04-17

1.0.776

6.1.1173

1.9.487

taas_react:

  • Update ToC to Tread Labs Corporation

  • Enable login with Phantom (Sui wallet)

  • Fix chart overflow when window resizes from small to large

taas_app:

  • Add safeguards against unlimited order merge retry attempts

  • Log merge failure reasons; quantize merge and split quantities

  • Keep inflight lock alive for failures

  • Fix merge duplicates

2026-04-16

1.0.774

6.1.1169

1.9.487

taas_app & taas_react:

  • Predict order entry form floor on max

  • Persist markets sort by preference via local storage

  • Clean up predict sort by choices

  • Fix events page crash

  • Updated logo

market_access:

  • Aftermath Exchange integration

2026-04-10

v1.0.694

6.1.1110

1.9.393

taas_app & taas_react:

  • Searchable accounts in order form and view order.

  • Various other UI improvements

market access:

  • polymarket rewards information

  • polymarket redeem fix for closed market

  • polymarket IOC order status update fix

  • polymarket userfill maker/taker improvements

  • hyperliquid place order timeout reconciliation-

2026-04-02

1.0.673

6.1.1089

1.9.383

taas_app & taas_react:

  • 2FA Improvements

  • Added 2FA for Wallet Sign-ins

  • Campaign Updates

  • Fix for order condition vars

market_access:

  • Fix split for some predictions in polymarket

  • Fix maker side issue

  • Fix price cap (0,1) for market to ioc price conversion in smart order router

  • Hyperliquid price from hydromancer

2026-04-01

1.0.632

6.1.1059

1.9.372

taas_app:

  • TP/SL Fixes

  • Account permissioning

  • Titanchart fills endpoint

2026-03-31

1.0.601

6.1.1051

1.9.372

taas_react & taas_app: - Polymarket Early Access release

2026-03-28

1.0.601

6.1.1037

1.9.372

taas_react & taas_app: - Delist invalid nado pairs - Randomize multi-order on slot end 15 mins - Various other UX improvements market_access:

  • smart order router log redact for signing token

2026-03-26

1.0.501

6.1.971

1.9.367

market_access:

  • polymarket magic wallet support and onchain operations(split, merge, and redeem)

  • support for Nado isolated margin order and margin transfer

  • orderly position fix

2026-03-19

1.0.501

6.1.971

1.9.343

taas_react & taas_app:

- Liquidation Prices: Added Liquidation prices to Positions Table - Various UX and UI Improvements market_acces:

  • Polymarket magic wallet integrations.

2026-03-14

1.0.476

6.1.952

1.9.325

taas_react & taas_app: - Minor UX/UI improvements

2026-03-11

1.0.433

6.1.923

1.9.325

taas_react & taas_app:

- CSV Upload: Added Notional tab to show Notional by Buy/Sell - Scheduled Orders: When scheudling orders to start in the futures, it now shows actuall start time (rather than scheduled start time) - Delta Neutral Bot Mobile UI Refinements

Market Access:

- Hyperliquid stability improvements

2026-03-05

1.0.400

6.1.892

1.9.312

taas_react & taas_app:

  • Added natural sort and better filtering for admin panel

  • Added Percept chart and liquidation heatmap

  • Cap passive cancel wait in finisher to 3 attempts, reduce delay way to 6 attempts

2026-03-02

1.0.351

6.1.886

1.9.312

taas_react & taas_app:

  • Fix active order query mm history

  • Fix multi order detail blend pair selection endpoint

  • Fix and filtering for mm analytics

  • Fix recursive polling

  • All pairs MM analytics fixes

  • Blend mode MM fixes

  • Added HIP-3 Icons

2026-02-27

1.0.351

6.1.851

1.9.312

taas_react & taas_app:

  • Referrals optimization

market_access:

  • Switch binance spot user data stream to new websocket

2026-02-24

1.0.351

6.1.839

1.9.310

taas_react & taas_app:

  • Clickhouse optimization for lifetime totals

  • Telegram bot security optimizations

  • MM Bot: Signal Mode. Allows market making based on RSI.

market_access:

  • Allow lowercase for extended symbols

  • Pacifica Price adapter and aster price adapter improvements

2026-02-14

1.0.292

6.1.765

1.9.307

taas_react & taas_app:

  • DN Bot Unwind Fix

  • Remove scheduled/active mm bot counts

market_access:

  • Orderly user websocket reconnection fix

  • Tradfi Binance Perps

  • Miscellaneous performance improvements

2026-02-01

1.0.261

6.1.719

1.9.293

taas_react & taas_app:

  • Schedule, repeat Market Maker bots

  • Reverse Grid Fixes

  • Clear pause flags when resuming

  • MM UI Fixes

market_access:

  • Orderly adapters

2026-01-30

1.0.232

6.1.669

1.9.285

taas_react & taas_app:

  • Admin Panel Bug fixes

market_access:

  • Consider order placement timeout as placed. (when exchange responses slowly)

  • Add metrics to sor

2026-01-27

1.0.213

6.1.661

1.9.278

taas_app:

  • Database reboot to pick up new parameters for clickhouse

  • Order adapter reset + order mapping expiry reduction to 1 week

  • New columns added for upcoming maintenance mode resume changes

market_access:

  • Reduce order id mapping cache time.

2026-01-22

1.0.213

6.1.648

1.9.262

taas_react & taas_app:

  • More reactive POV limit and endtime +pov target order input

  • Admin_panel fixes

market_access:

  • Nado cumulative volume race condition fix

  • Price stream stall check for paradex

  • Redis lazy loading for Hyperliquid, Nado, Pacifica, and Gate.

  • Hyperliquid notional field removed

2026-01-19

1.0.180

6.1.622

1.9.262

taas_react & taas_app:

  • Display maintenance mode exchanges in maintenance mode badge

  • Add missing exchange filter logic for maintenance mode on resume condition

  • Add maintenance mode targets array to user_metadata response

market_access:

  • Added logic to for extended price adapter and marketfill adapter to -disconnect when no data for some time

2026-01-16

1.0.179

6.1.608

1.9.253

taas_react & taas_app:

  • Hide account username by preference

  • Add KM as exchange an for points calculation

  • Add side field for frontend display with backwards compatibility

  • DB and Backend performance optimizations

  • Fix reference to CEX exchange, show primary instance public IP if exists for CEX registration

market_access:

  • XVS Balance Support

  • Nado nado fixes

2026-01-12

1.0.164

6.1.582

1.9.247

taas_react & taas_app:

  • Various admin_panel and CSV Upload fixes and UX improvements (risk limits, remove username display)

  • Order Table Infinitely Scrollable

  • Added End_datetime field.

  • MM resumbit order rework

2026-01-09

1.0.125

6.1.556

1.9.247

taas_app:

  • Order list query optimization, using exist instead of distinct

market_access:

  • self trade prevention cancel maker for bybit, bitget and binance

  • retrieve spot balance for extended

  • smart order router queue and exchange stats in log

2026-01-08

1.0.125

6.1.550

1.9.241

taas_react:

  • CSV upload fix

  • Order message pagination

  • Admin Panel: Status chips

No other changes to taas_app and market_access

2026-01-07

1.0.124

6.1.550

1.9.241

taas_repo_frontend:

  • Fix shareable graphic for MM bot

  • Minor UI fixes

  • Key Management Modal Perp Dex Connection UI Change

taas_app:

  • Added Nado

market_access:

  • Nado adapters

Last updated

Was this helpful?