Skip to content

Commit 6a9870f

Browse files
authored
Merge pull request #187 from syncable-dev/develop
feat: updated syncable-cli
2 parents b1e3839 + f82a589 commit 6a9870f

32 files changed

Lines changed: 2575 additions & 2682 deletions

Cargo.lock

Lines changed: 121 additions & 232 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 & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -69,11 +69,7 @@ rand = "0.8"
6969
futures-util = "0.3"
7070

7171
# Agent dependencies (using Rig - LLM application framework)
72-
rig-core = "0.27"
73-
dialoguer = "0.11" # Interactive terminal prompts
74-
termimad = "0.30" # Markdown rendering in terminal
75-
console = "0.15" # Terminal styling and control
76-
futures = "0.3" # Async stream processing
72+
rig-core = { version = "0.26", features = ["derive"] }
7773

7874
[dev-dependencies]
7975
assert_cmd = "2"

src/agent/config.rs

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

0 commit comments

Comments
 (0)