Skip to content

v0.5.0

Choose a tag to compare

@github-actions github-actions released this 29 May 04:08
· 11 commits to main since this release

Changed

  • quick_edit is the general default editor again: removed the existing-file-only restriction added in 0.4.4. It now creates new files (writes the snippet directly when the target does not exist) and no longer redirects new-file / full-file work to write.
  • codebase_search can target any directory: removed the assertInsideWorkspace guard that rejected repo roots outside the current workspace. repoRoot is still validated to exist and be a directory, and Secretlint-backed output redaction is unchanged.