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: implement breaking patterns in command extraction
- Stop pattern extraction at flags (starting with -)
- Stop at paths containing /, ~, ., or :
- Limit extraction to maximum 3 levels
- Fixes all failing unit tests in command-parser.spec.ts
0 commit comments