Skip to content

Workflowy CLI v3.0.11

Choose a tag to compare

@rodolfo-terriquez rodolfo-terriquez released this 30 Jun 00:32

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-doc and MCP edit_doc for old local-MCP-style advanced structured edits, including nested inserts, insert-after, richer line types, updates, moves, and deletes.
  • wf doctor treats missing optional LLM config as a warning instead of a hard failure.
  • wf targets shows bookmark node names as primary labels and keeps bookmark context separate in JSON output.
  • Added CI, license metadata, and release documentation.