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
Added Markdown export for Sheets with /sheets/<token> URL support.
Hardened sheet import-md parsing so fenced and indented code blocks are not imported as tables.
Improved Doc/Wiki Markdown export with safer embedded Sheet expansion and --expand-sheets=false fallback for Wiki exports.
Fixed Markdown image upload handling for nested imported blocks and kept JSON stdout clean for doc import --output json.
Made wiki export-tree safer for full-tree exports, including unlimited depth by default, per-document assets directories, pagination checks, and non-zero exit on partial failures.
Made board export-code compatible with both array and map node payloads.
Synced README and feishu-cli skills with real CLI flags and examples.