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

3
Cargo.lock generated
View file

@ -150,7 +150,9 @@ dependencies = [
"indoc",
"itertools 0.14.0",
"language",
"libc",
"log",
"nix 0.29.0",
"paths",
"project",
"schemars",
@ -162,6 +164,7 @@ dependencies = [
"tempfile",
"ui",
"util",
"uuid",
"watch",
"which 6.0.3",
"workspace-hack",