Skip to content

v0.11.1

Choose a tag to compare

@stbenjam stbenjam released this 27 May 21:12
· 898 commits to main since this release
8518bff

What's New

Fixes

  • Fix unlinked-internal-reference rule modifying paths inside backtick code spans
  • Allow backtick-wrapped paths to be linked when the path is the entire code span
  • Fix frontmatter write_body corruption and line offset bugs
  • Fix frontmatter_line_offset for empty-dict frontmatter
  • Fix .mdc line offset by making CursorRuleBlock a ParsedFrontmatterBlock
  • Fix review action not updating comments when line numbers change
  • Post new comment at moved line even when old line has replies
  • Save LLM dry-run patches for deterministic application

CI / Security

  • Bump upload-artifact to v7 and download-artifact to v8
  • Add persist-credentials: false to checkout steps
  • Add security comments and SHA pinning docs to CI workflow examples
  • Remove incorrect success gate from review workflow