You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
poly_get_open_orders now returns ALL unfilled orders: approval-pending, placed-but-unfilled from trade log, AND live orders from Polymarket CLOB exchange. Shows total pending capital locked.
poly_cancel_order actually cancels on the Polymarket CLOB exchange (was only cancelling in-memory approval orders). Updates trade log to cancelled.
poly_cancel_all cancels both in-memory pending AND all live CLOB orders via cancelAll().
Session protocol updated: agents MUST call poly_get_open_orders at session start (CALL #3) to review unfilled orders before placing new ones.
Explicit system prompt warning: "placed" ≠ "filled" — agents must not treat placed orders as completed trades.
Dashboard
Pending order icon on Live Positions: clickable clock icon shows count of pending orders per position. Opens modal with full details (side, outcome, price, shares, cost, date).