fix(detect): ignore Cursor Run Everything status (#2220)

* fix(detect): ignore Cursor Run Everything status

refs #1763

* fix(detect): constrain Cursor approval controls

refs #1763

* test(detect): remove cursor manifest behavior fixture

---------

Co-authored-by: Ogulcan Celik <ogulcancelik@gmail.com>
This commit is contained in:
Jesse Zhang 2026-08-06 14:24:05 +01:00 committed by GitHub
parent 5dd20c0a9d
commit fae0b23657
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 6 additions and 6 deletions

View File

@ -1,7 +1,7 @@
id = "cursor"
version = "2026.06.10.1"
version = "2026.08.03.1"
min_engine_version = 1
updated_at = "2026-06-10T00:00:00Z"
updated_at = "2026-08-03T01:08:04Z"
aliases = ["cursor-agent"]
[[rules]]
@ -29,7 +29,7 @@ any = [
{ line_regex = ['(?i)^\s*allow .*\(y\)'] },
{ contains = ["keep (n)"] },
{ contains = ["skip (esc or n)"] },
{ line_regex = ['(?i)^\s*(run |.*\(y\).*(allow|run \(once\)|→ run))'] },
{ line_regex = ['(?i)^\s*(?:→\s*)?run .*\(y\)'] },
]
[[rules]]

View File

@ -1,7 +1,7 @@
id = "cursor"
version = "2026.06.10.1"
version = "2026.08.03.1"
min_engine_version = 1
updated_at = "2026-06-10T00:00:00Z"
updated_at = "2026-08-03T01:08:04Z"
aliases = ["cursor-agent"]
[[rules]]
@ -29,7 +29,7 @@ any = [
{ line_regex = ['(?i)^\s*allow .*\(y\)'] },
{ contains = ["keep (n)"] },
{ contains = ["skip (esc or n)"] },
{ line_regex = ['(?i)^\s*(run |.*\(y\).*(allow|run \(once\)|→ run))'] },
{ line_regex = ['(?i)^\s*(?:→\s*)?run .*\(y\)'] },
]
[[rules]]