Skip to content

Commit f23593c

Browse files
committed
Add ACP model and reasoning selectors
1 parent 09ccaad commit f23593c

11 files changed

Lines changed: 837 additions & 167 deletions

File tree

anycode-backend/Cargo.lock

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

anycode-backend/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,8 @@ dirs = "6.0.0"
4646
shell-words = "1.1.0"
4747
lsp-types = "0.97.0"
4848
similar = "2.7.0"
49-
agent-client-protocol = { version = "0.9.0", features = ["unstable_session_list", "unstable_session_resume"] }
50-
agent-client-protocol-schema = { version = "0.10.1", features = ["unstable_session_list", "unstable_session_resume"] }
49+
agent-client-protocol = { version = "0.9.4", features = ["unstable_session_list", "unstable_session_resume", "unstable_session_usage"] }
50+
agent-client-protocol-schema = { version = "0.10.8", features = ["unstable_session_list", "unstable_session_resume", "unstable_session_usage"] }
5151
async-trait = "0.1"
5252
tokio-util = { version = "0.7.13", features = ["compat"] }
5353
unicode-segmentation = "1.12.0"

0 commit comments

Comments
 (0)