Merge PR #500: streaming support and security fixes
- feat(streaming): add streaming support for LLM responses (fixes #211) - security(deps): remove vulnerable xmas-elf dependency via embuild (fixes #399) - fix: resolve merge conflicts and integrate chat_with_tools from main Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
f75f73a50d
commit
69a9adde33
7 changed files with 484 additions and 20 deletions
1
Cargo.lock
generated
1
Cargo.lock
generated
|
|
@ -4862,6 +4862,7 @@ dependencies = [
|
|||
"dialoguer",
|
||||
"directories",
|
||||
"fantoccini",
|
||||
"futures",
|
||||
"futures-util",
|
||||
"glob",
|
||||
"hex",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue