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
fix(skills): add --reverse to list commands to return newest data first
Without --reverse, all list commands default to oldest-first, silently
returning historical records beyond the count limit instead of recent
activity. A user with >100 historical orders saw zero open orders
returned despite having 19 active ones.
Add --reverse to 38 command instances across 10 skill files:
- bitmex order list (13 instances)
- bitmex execution trade-history (18 instances)
- bitmex execution list (3 instances)
- bitmex market trades (1 instance, trades only)
Verified against live testnet: order list correctly returns 19 open
orders, execution trade-history returns most recent trades.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
0 commit comments