Allow attaching text threads as context (#29947)

Release Notes:

- N/A

---------

Co-authored-by: Michael Sloan <mgsloan@gmail.com>
This commit is contained in:
Max Brunsfeld 2025-05-05 13:59:21 -07:00 committed by GitHub
parent 7f868a2eff
commit dd79c29af9
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
24 changed files with 784 additions and 245 deletions

3
Cargo.lock generated
View file

@ -125,6 +125,7 @@ dependencies = [
"time_format",
"ui",
"ui_input",
"urlencoding",
"util",
"uuid",
"workspace",
@ -3251,6 +3252,7 @@ dependencies = [
"collections",
"component",
"db",
"futures 0.3.31",
"gpui",
"languages",
"log",
@ -3260,6 +3262,7 @@ dependencies = [
"serde",
"ui",
"ui_input",
"util",
"workspace",
"workspace-hack",
]