Skip to content

Releases: rodolfo-terriquez/workflowy-cli

v3.3.1

Choose a tag to compare

@github-actions github-actions released this 21 Jul 22:39

Full Changelog: v3.3.0...v3.3.1

v3.3.0

Choose a tag to compare

@github-actions github-actions released this 11 Jul 06:22

Full Changelog: v3.2.2...v3.3.0

v3.2.2

Choose a tag to compare

@github-actions github-actions released this 11 Jul 05:59

Full Changelog: v3.2.1...v3.2.2

v3.2.1

Choose a tag to compare

@github-actions github-actions released this 09 Jul 17:33

Full Changelog: v3.2.0...v3.2.1

v3.2.0

Choose a tag to compare

@github-actions github-actions released this 07 Jul 02:46

This release adds more choice for AI-powered workflows.

  • Added support for Anthropic and OpenAI-compatible AI providers.
  • Kept OpenRouter working as the default provider for existing setups.
  • AI proposal generation and smart search now use the configured provider.
  • wf doctor now shows clearer AI provider and model configuration.
  • README install and AI setup instructions are clearer and easier to follow.

v3.1.10

Choose a tag to compare

@github-actions github-actions released this 03 Jul 00:22

Full Changelog: v3.1.9...v3.1.10

v3.1.9

Choose a tag to compare

@github-actions github-actions released this 03 Jul 00:03

Full Changelog: v3.1.8...v3.1.9

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.