mirror of
https://github.com/jackwener/OpenCLI.git
synced 2026-09-14 18:25:42 +08:00
2aee4caa10
* feat(mubu): add mubu (mubu.com) adapter with 5 commands Commands: doc, docs, notes, recent, search. - Uses COOKIE strategy; API calls via in-page XHR with Jwt-Token from localStorage (matches the web app's own mechanism). - Renders node trees to Markdown (default) or plain text; supports tables, tasks, images, emoji, mentions, strikethrough, underline, and nested structures. - notes supports flexible time ranges: single day, month, year, or custom --from/--to spans, plus a --list overview mode. - search returns full-text matches with hit count and snippets for both folders and documents. * fix(manifest): register mubu commands in runtime manifest --------- Co-authored-by: jackwener <jakevingoo@gmail.com>