Skip to content

v0.3.4

Choose a tag to compare

@henryavila henryavila released this 12 Apr 02:29
· 29 commits to main since this release

Fix: multi-word author names + post-install message

Bug fix

mdprobe config author Henry Ávila (without quotes) previously saved only "Henry" because the CLI only captured args[2]. Now all remaining args are joined. Same fix applied to setup --yes --author flag.

Post-install message

After npm install -g @henryavila/mdprobe, users now see:

mdProbe installed successfully!

  Usage:
    mdprobe doc.md              Open a single file
    mdprobe doc.md spec.md      Open multiple files
    mdprobe docs/               Open all .md files in a directory

  For AI integration:
    mdprobe setup