Skip to content

v0.4.1

Choose a tag to compare

@henryavila henryavila released this 15 Apr 12:38
· 19 commits to main since this release
1f3808f

Bug Fix

Deep Link + Filename Normalization

LLMs frequently call mdprobe_view with filename missing the .md extension (e.g. "revisao-pendencias" instead of "revisao-pendencias.md"), causing files to disappear on page refresh.

  • normalizeContentFilename(): appends .md if no markdown extension (.md, .markdown, .mdx); moves bare filenames to tmpdir/mdprobe/ for stable storage
  • Deep link matching: now also compares against f.label (basename sans extension), so URLs like /revisao-pendencias correctly match the file on refresh
  • 12 new tests covering edge cases
  • 687 total tests passing