Skip to content
Merged
Show file tree
Hide file tree
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
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ node_modules/

# MSVC Windows builds of rustc generate these, which store debugging information
*.pdb
docs/**

# Generated by cargo mutants
# Contains mutation testing data
Expand Down
31 changes: 27 additions & 4 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion 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 = "0.3" # AWS Bedrock provider for Rig
rig-bedrock = { path = "vendor/rig-bedrock" } # Vendored with fix for extended thinking + tool calls

# Diff rendering for file confirmation UI
similar = "2.6"
Expand Down
1 change: 0 additions & 1 deletion patches/rig-bedrock/.cargo-ok

This file was deleted.

6 changes: 0 additions & 6 deletions patches/rig-bedrock/.cargo_vcs_info.json

This file was deleted.

Loading