Remove Grok OAuth and legacy BYOK support
This commit is contained in:
@@ -269,7 +269,7 @@ impl Display for SettingsSection {
|
||||
SettingsSection::MCPServers => write!(f, "MCP Servers"),
|
||||
SettingsSection::Scripting => write!(f, "Scripting"),
|
||||
SettingsSection::WarpDrive => write!(f, "Galaxy Drive"),
|
||||
SettingsSection::WarpAgent => write!(f, "Warp Agent"),
|
||||
SettingsSection::WarpAgent => write!(f, "Galaxy Agent"),
|
||||
SettingsSection::AgentProfiles => write!(f, "Profiles"),
|
||||
SettingsSection::AgentMCPServers => write!(f, "MCP servers"),
|
||||
SettingsSection::Knowledge => write!(f, "Knowledge"),
|
||||
@@ -544,7 +544,6 @@ pub mod flags {
|
||||
pub const SUGGESTED_RULES_FLAG: &str = "Suggested_Rules";
|
||||
pub const WARP_DRIVE_CONTEXT_FLAG: &str = "Warp_Drive_Context";
|
||||
pub const FILE_BASED_MCP_FLAG: &str = "File_Based_MCP";
|
||||
pub const WARP_CREDIT_FALLBACK_FLAG: &str = "Warp_Credit_Fallback";
|
||||
pub const SHOW_BASE_MODEL_PICKER_IN_PROMPT_FLAG: &str = "Show_Base_Model_Picker_In_Prompt";
|
||||
pub const DEBUG_SHOW_MEMORY_STATS_FLAG: &str = "Debug_Memory_Statistics";
|
||||
pub const ALLOW_NATIVE_WAYLAND: &str = "Allow_Native_Wayland";
|
||||
|
||||
Reference in New Issue
Block a user