Skip to content

Commit 4dc59b3

Browse files
authored
Merge pull request #236 from syncable-dev/develop
Develop
2 parents 048a1a0 + 5c11514 commit 4dc59b3

58 files changed

Lines changed: 3473 additions & 3417 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ node_modules/
1616

1717
# MSVC Windows builds of rustc generate these, which store debugging information
1818
*.pdb
19+
docs/**
1920

2021
# Generated by cargo mutants
2122
# Contains mutation testing data

Cargo.lock

Lines changed: 27 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ futures-util = "0.3"
7373

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

7878
# Diff rendering for file confirmation UI
7979
similar = "2.6"

patches/rig-bedrock/.cargo-ok

Lines changed: 0 additions & 1 deletion
This file was deleted.

patches/rig-bedrock/.cargo_vcs_info.json

Lines changed: 0 additions & 6 deletions
This file was deleted.

0 commit comments

Comments
 (0)