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(parser): remove redundant path confinement security in workers
Repositories are explicitly managed through the UI, making worker-level
path validation unnecessary and overly restrictive. This resolves indexing
issues where valid repository files were being rejected due to path
resolution differences between UI and worker contexts.
Co-authored-by: Cursor <cursoragent@cursor.com>
0 commit comments