Workflowy CLI v3.0.11
Changelog
3.0.11 - 2026-06-29
Initial public release candidate for the WorkFlowy Agent Toolkit.
Highlights:
- Cache-first reads, search, path lookup, and subtree context over a local SQLite cache.
- Smart search with FTS, fuzzy fallback, and optional AI reranking.
- Todos, tags, history, templates, and bulk operations.
- REPL shell, shell completions, clipboard copy support, and command aliases.
- Multi-account config.
- Watch daemon, webhooks, and workflows.
- Built-in MCP server for Claude, Cursor, Codex-style agent workflows, and other MCP clients.
- MCP auto-sync and cache warmup improvements.
- Markdown-rich writes to WorkFlowy.
- Compiled Bun binary output.
Release readiness fixes:
- Added
wf doc:edit/wf edit-docand MCPedit_docfor old local-MCP-style advanced structured edits, including nested inserts, insert-after, richer line types, updates, moves, and deletes. wf doctortreats missing optional LLM config as a warning instead of a hard failure.wf targetsshows bookmark node names as primary labels and keeps bookmark context separate in JSON output.- Added CI, license metadata, and release documentation.