mirror of
https://github.com/openclaw/openclaw.git
synced 2026-08-09 03:22:40 +00:00
* fix(feishu): paginate wiki node and space listing (fixes #37626) client.wiki.spaceNode.list / wiki.space.list return at most one page (max 50 items); the tool ignored has_more/page_token and silently dropped every node past the first page. Drain both endpoints via a bounded shared helper that loops on has_more with a 100-page safety cap. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com> * fix(feishu): expose wiki pagination cursors --------- Co-authored-by: Claude Opus 4.8 <noreply@anthropic.com> Co-authored-by: Vincent Koc <vincentkoc@ieee.org>