Fix false positive for editing status in agent panel (#35554)

Release Notes:

- N/A
This commit is contained in:
Ben Brandt 2025-08-03 22:50:25 +02:00 committed by GitHub
parent 1b9302d452
commit f14f0c24d6
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 149 additions and 3 deletions

2
Cargo.lock generated
View file

@ -20,7 +20,9 @@ dependencies = [
"itertools 0.14.0",
"language",
"markdown",
"parking_lot",
"project",
"rand 0.8.5",
"serde",
"serde_json",
"settings",