Skip to content

Commit f2f40a5

Browse files
zeta2: Merge Sweep and Zeta2 Providers (#43097)
Closes #ISSUE Release Notes: - N/A *or* Added/Fixed/Improved ... --------- Co-authored-by: Max Brunsfeld <[email protected]>
1 parent c70f2d1 commit f2f40a5

File tree

17 files changed

+558
-1203
lines changed

17 files changed

+558
-1203
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,6 @@ members = [
165165
"crates/sum_tree",
166166
"crates/supermaven",
167167
"crates/supermaven_api",
168-
"crates/sweep_ai",
169168
"crates/codestral",
170169
"crates/svg_preview",
171170
"crates/system_specs",
@@ -399,7 +398,6 @@ streaming_diff = { path = "crates/streaming_diff" }
399398
sum_tree = { path = "crates/sum_tree" }
400399
supermaven = { path = "crates/supermaven" }
401400
supermaven_api = { path = "crates/supermaven_api" }
402-
sweep_ai = { path = "crates/sweep_ai" }
403401
codestral = { path = "crates/codestral" }
404402
system_specs = { path = "crates/system_specs" }
405403
tab_switcher = { path = "crates/tab_switcher" }

crates/edit_prediction_button/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,12 +30,12 @@ project.workspace = true
3030
regex.workspace = true
3131
settings.workspace = true
3232
supermaven.workspace = true
33-
sweep_ai.workspace = true
3433
telemetry.workspace = true
3534
ui.workspace = true
3635
workspace.workspace = true
3736
zed_actions.workspace = true
3837
zeta.workspace = true
38+
zeta2.workspace = true
3939

4040
[dev-dependencies]
4141
copilot = { workspace = true, features = ["test-support"] }

crates/edit_prediction_button/src/edit_prediction_button.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@ use std::{
2828
time::Duration,
2929
};
3030
use supermaven::{AccountStatus, Supermaven};
31-
use sweep_ai::SweepFeatureFlag;
3231
use ui::{
3332
Clickable, ContextMenu, ContextMenuEntry, DocumentationEdge, DocumentationSide, IconButton,
3433
IconButtonShape, Indicator, PopoverMenu, PopoverMenuHandle, ProgressBar, Tooltip, prelude::*,
@@ -39,6 +38,7 @@ use workspace::{
3938
};
4039
use zed_actions::OpenBrowser;
4140
use zeta::RateCompletions;
41+
use zeta2::SweepFeatureFlag;
4242

4343
actions!(
4444
edit_prediction,

crates/sweep_ai/Cargo.toml

Lines changed: 0 additions & 43 deletions
This file was deleted.

crates/sweep_ai/LICENSE-GPL

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)