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
fix: suggest similar projects when project not found in org (CLI-C0)
When users specify an explicit org/project (e.g., sentry issue list
elide/elide-server) and the project isn't found, the error now suggests
similar project slugs from the org. This helps users who misspell slugs
or use wrong casing (CLI-C0, 36 users).
Added findSimilarProjects() that uses case-insensitive prefix/substring
matching to find up to 3 similar slugs. Falls back gracefully on API
errors since it's a best-effort hint. Suggestions appear before the
existing project-settings URL link.
0 commit comments