Wire up stop button in claude threads (#34839)

Release Notes:

- N/A

---------

Co-authored-by: Ben Brandt <benjamin.j.brandt@gmail.com>
This commit is contained in:
Agus Zubiaga 2025-07-21 17:33:59 -03:00 committed by GitHub
parent 5b3e371812
commit 722a05bc21
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 145 additions and 52 deletions

View file

@ -37,10 +37,15 @@ strum.workspace = true
tempfile.workspace = true
ui.workspace = true
util.workspace = true
uuid.workspace = true
watch.workspace = true
which.workspace = true
workspace-hack.workspace = true
[target.'cfg(unix)'.dependencies]
libc.workspace = true
nix.workspace = true
[dev-dependencies]
env_logger.workspace = true
language.workspace = true