Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ futures-util = "0.3"

# Agent dependencies (using Rig - LLM application framework)
rig-core = { version = "0.27", features = ["derive"] }
rig-bedrock = { path = "vendor/rig-bedrock" } # Vendored with fix for extended thinking + tool calls
rig-bedrock = { version = "0.3", path = "vendor/rig-bedrock" } # Vendored with fix for extended thinking + tool calls

# Diff rendering for file confirmation UI
similar = "2.6"
Expand Down Expand Up @@ -110,4 +110,4 @@ path = "examples/security_analysis.rs"
# The upstream version drops Reasoning blocks when a tool call is present.
# See: vendor/rig-bedrock/src/types/assistant_content.rs for the fix.
[patch.crates-io]
rig-bedrock = { path = "vendor/rig-bedrock" }
rig-bedrock = { version = "0.3", path = "vendor/rig-bedrock" }