Skip to content

Releases: johnlindquist/mdflow

v2.35.5

19 Dec 19:33

Choose a tag to compare

2.35.5 (2025-12-19)

Bug Fixes

  • stop spinner before streaming output to prevent double-rendering (48af0af)

v2.35.4

19 Dec 19:05

Choose a tag to compare

2.35.4 (2025-12-19)

Bug Fixes

  • split comma-separated values for variadic flags (5d394c8)

v2.35.3

19 Dec 18:55

Choose a tag to compare

2.35.3 (2025-12-19)

Bug Fixes

  • use --flag=value syntax for variadic CLI flags (12422cd)

v2.35.2

16 Dec 18:08

Choose a tag to compare

2.35.2 (2025-12-16)

Bug Fixes

  • support parent directory glob patterns in imports (closes #13) (89bbda9)

v2.35.1

16 Dec 15:01

Choose a tag to compare

2.35.1 (2025-12-16)

Bug Fixes

  • update README and GUIDE with correct CLI usage and new features (7155be1)

v2.35.0

16 Dec 04:02

Choose a tag to compare

2.35.0 (2025-12-16)

Features

  • support piping between agents (foo.md | bar.md) (a5466cf)

v2.34.0

16 Dec 03:47

Choose a tag to compare

2.34.0 (2025-12-16)

Bug Fixes

  • remove broken countdown from post-run menu (4571c2a)

Features

  • add --_edit flag for edit-before-execute workflow (3434ab4)
  • add auto-heal retry loop on command failure (396ebf6)
  • add auto-heal retry loop on command failure (1e589a5)
  • add content search mode with auto-scroll to matches (55f8a95)
  • add edit-before-execute interceptor (fe6c6c3)
  • add interactive form inputs (8df1f52)
  • add interactive form inputs with typed prompts (7e566b1)
  • add one-shot ad-hoc execution via md.command aliases (0e06c7d)
  • add one-shot ad-hoc execution via md.command aliases (156ff94)
  • add post-run action menu (09859a0)
  • add post-run action menu for output handling (7e25214)
  • add rich terminal markdown rendering (9f4780c)
  • add rich terminal markdown rendering with syntax highlighting (b0bf725)
  • add secret masking and redaction (7eb2a06)
  • add secret masking and redaction (d9f9260)
  • add semantic agent picker with descriptions (c9e0577)
  • add semantic agent picker with descriptions (ee6b346)
  • add smart variable persistence with history (7dde139)
  • add smart variable persistence with history (2929245)
  • add Tab/Shift+Tab to cycle through matches in content search (8934eb4)
  • add visual context tree and cost dashboard (f21e880)
  • add visual context tree and cost dashboard (3400e41)

v2.33.0

14 Dec 02:39

Choose a tag to compare

2.33.0 (2025-12-14)

Features

  • show command preview in spinner instead of filename (487d5ad)

v2.32.0

14 Dec 02:34

Choose a tag to compare

2.32.0 (2025-12-14)

Features

  • open editor after md create, fix TypeScript errors (c221015)

v2.31.1

14 Dec 02:15

Choose a tag to compare

2.31.1 (2025-12-14)

Bug Fixes

  • log errors instead of silent failures in config.ts (8b2e738)