You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.