Drop native agent session when AcpThread gets released (#35713)

Release Notes:

- N/A

Co-authored-by: Ben Brandt <benjamin.j.brandt@gmail.com>
This commit is contained in:
Antonio Scandurra 2025-08-06 12:20:40 +02:00 committed by GitHub
parent 6f5867fc88
commit ecd182c52f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 58 additions and 31 deletions

View file

@ -42,6 +42,7 @@ workspace-hack.workspace = true
[dev-dependencies]
ctor.workspace = true
client = { workspace = true, "features" = ["test-support"] }
clock = { workspace = true, "features" = ["test-support"] }
env_logger.workspace = true
fs = { workspace = true, "features" = ["test-support"] }
gpui = { workspace = true, "features" = ["test-support"] }