@@ -47,6 +47,81 @@ dependencies = [
"zeroize",
]
+[[package]]
+name = "agent"
+version = "0.1.0"
+dependencies = [
+ "anyhow",
+ "assistant_context_editor",
+ "assistant_settings",
+ "assistant_slash_command",
+ "assistant_tool",
+ "async-watch",
+ "buffer_diff",
+ "chrono",
+ "client",
+ "clock",
+ "collections",
+ "command_palette_hooks",
+ "context_server",
+ "convert_case 0.8.0",
+ "db",
+ "editor",
+ "feature_flags",
+ "file_icons",
+ "fs",
+ "futures 0.3.31",
+ "fuzzy",
+ "git",
+ "gpui",
+ "heed",
+ "html_to_markdown",
+ "http_client",
+ "indexmap",
+ "indoc",
+ "itertools 0.14.0",
+ "language",
+ "language_model",
+ "language_model_selector",
+ "log",
+ "lsp",
+ "markdown",
+ "menu",
+ "multi_buffer",
+ "ordered-float 2.10.1",
+ "parking_lot",
+ "paths",
+ "picker",
+ "project",
+ "prompt_library",
+ "prompt_store",
+ "proto",
+ "rand 0.8.5",
+ "release_channel",
+ "rope",
+ "schemars",
+ "serde",
+ "serde_json",
+ "settings",
+ "smallvec",
+ "smol",
+ "streaming_diff",
+ "telemetry",
+ "telemetry_events",
+ "terminal",
+ "terminal_view",
+ "text",
+ "theme",
+ "time",
+ "time_format",
+ "ui",
+ "util",
+ "uuid",
+ "vim_mode_setting",
+ "workspace",
+ "zed_actions",
+]
+
[[package]]
name = "ahash"
version = "0.7.8"
@@ -441,81 +516,6 @@ dependencies = [
"zed_actions",
]
-[[package]]
-name = "assistant2"
-version = "0.1.0"
-dependencies = [
- "anyhow",
- "assistant_context_editor",
- "assistant_settings",
- "assistant_slash_command",
- "assistant_tool",
- "async-watch",
- "buffer_diff",
- "chrono",
- "client",
- "clock",
- "collections",
- "command_palette_hooks",
- "context_server",
- "convert_case 0.8.0",
- "db",
- "editor",
- "feature_flags",
- "file_icons",
- "fs",
- "futures 0.3.31",
- "fuzzy",
- "git",
- "gpui",
- "heed",
- "html_to_markdown",
- "http_client",
- "indexmap",
- "indoc",
- "itertools 0.14.0",
- "language",
- "language_model",
- "language_model_selector",
- "log",
- "lsp",
- "markdown",
- "menu",
- "multi_buffer",
- "ordered-float 2.10.1",
- "parking_lot",
- "paths",
- "picker",
- "project",
- "prompt_library",
- "prompt_store",
- "proto",
- "rand 0.8.5",
- "release_channel",
- "rope",
- "schemars",
- "serde",
- "serde_json",
- "settings",
- "smallvec",
- "smol",
- "streaming_diff",
- "telemetry",
- "telemetry_events",
- "terminal",
- "terminal_view",
- "text",
- "theme",
- "time",
- "time_format",
- "ui",
- "util",
- "uuid",
- "vim_mode_setting",
- "workspace",
- "zed_actions",
-]
-
[[package]]
name = "assistant_context_editor"
version = "0.1.0"
@@ -573,8 +573,8 @@ dependencies = [
name = "assistant_eval"
version = "0.1.0"
dependencies = [
+ "agent",
"anyhow",
- "assistant2",
"assistant_tool",
"assistant_tools",
"clap",
@@ -17500,11 +17500,11 @@ name = "zed"
version = "0.181.0"
dependencies = [
"activity_indicator",
+ "agent",
"anyhow",
"ashpd",
"assets",
"assistant",
- "assistant2",
"assistant_context_editor",
"assistant_settings",
"assistant_tools",