Rename assistant2 to agent (#27887)

This PR renames the `assistant2` crate to `agent`.

Release Notes:

- N/A
This commit is contained in:
Marshall Bowers
2025-04-02 00:40:47 +00:00
committed by GitHub
parent 8e0f70f3c7
commit dc83f1ad38
44 changed files with 97 additions and 100 deletions
Generated
+77 -77
View File
@@ -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",