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(feishu): add cursor dedup to prevent duplicate page requests
Guard against API returning repeated cursors: track seen page tokens
and break on duplicates. Prevents duplicate file entries and wasteful
repeated requests even before MAX_LIST_PAGES is reached.
Closes: #93928
0 commit comments