Skip to content

Commit 290a155

Browse files
ai: Add an eval for the inline assistant (#43291)
Release Notes: - N/A --------- Co-authored-by: Mikayla Maki <mikayla.c.maki@gmail.com>
1 parent 92dcfde commit 290a155

File tree

19 files changed

+836
-401
lines changed

19 files changed

+836
-401
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,7 @@ members = [
5959
"crates/zeta2_tools",
6060
"crates/editor",
6161
"crates/eval",
62+
"crates/eval_utils",
6263
"crates/explorer_command_injector",
6364
"crates/extension",
6465
"crates/extension_api",
@@ -288,6 +289,7 @@ deepseek = { path = "crates/deepseek" }
288289
derive_refineable = { path = "crates/refineable/derive_refineable" }
289290
diagnostics = { path = "crates/diagnostics" }
290291
editor = { path = "crates/editor" }
292+
eval_utils = { path = "crates/eval_utils" }
291293
extension = { path = "crates/extension" }
292294
extension_host = { path = "crates/extension_host" }
293295
extensions_ui = { path = "crates/extensions_ui" }

crates/agent/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,7 @@ ctor.workspace = true
8383
db = { workspace = true, "features" = ["test-support"] }
8484
editor = { workspace = true, "features" = ["test-support"] }
8585
env_logger.workspace = true
86+
eval_utils.workspace = true
8687
fs = { workspace = true, "features" = ["test-support"] }
8788
git = { workspace = true, "features" = ["test-support"] }
8889
gpui = { workspace = true, "features" = ["test-support"] }

0 commit comments

Comments
 (0)