Merge branch 'main' into ollama-inline-completions
# Conflicts: # Cargo.lock # crates/zed/src/zed/inline_completion_registry.rs
This commit is contained in:
commit
78c470cb7e
119 changed files with 3241 additions and 1306 deletions
|
@ -1,5 +1,6 @@
|
|||
use anyhow::Result;
|
||||
use client::{DisableAiSettings, UserStore, zed_urls};
|
||||
use cloud_llm_client::UsageLimit;
|
||||
use copilot::{Copilot, Status};
|
||||
use editor::{
|
||||
Editor, SelectionEffects,
|
||||
|
@ -40,7 +41,6 @@ use workspace::{
|
|||
notifications::NotificationId,
|
||||
};
|
||||
use zed_actions::OpenBrowser;
|
||||
use zed_llm_client::UsageLimit;
|
||||
use zeta::RateCompletions;
|
||||
|
||||
actions!(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue