Skip to content

Commit d35eae3

Browse files
committed
feat(app-server): add review and model parity APIs
Finish the thread/resume compatibility shim and add native model/list and review/start handlers to the local app-server compatibility layer.
1 parent e758e78 commit d35eae3

4 files changed

Lines changed: 948 additions & 5 deletions

File tree

code-rs/Cargo.lock

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

code-rs/app-server/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ code-app-server-protocol = { workspace = true }
2626
code-protocol = { workspace = true }
2727
code-utils-absolute-path = { workspace = true }
2828
code-utils-json-to-toml = { workspace = true }
29+
chrono = { workspace = true }
2930
futures = { workspace = true }
3031
# We should only be using mcp-types for JSON-RPC types: it would be nice to
3132
# split this out into a separate crate at some point.

0 commit comments

Comments
 (0)