mirror of
https://github.com/google-gemini/gemini-cli.git
synced 2026-04-24 20:14:44 -07:00
Revert "Show /ide enable & /ide disable commands based on connection status" (#6486)
This commit is contained in:
@@ -237,8 +237,8 @@ export const ideCommand = (config: Config | null): SlashCommand | null => {
|
||||
},
|
||||
};
|
||||
|
||||
const connectionStatus = ideClient.getConnectionStatus().status;
|
||||
if (connectionStatus === IDEConnectionStatus.Connected) {
|
||||
const ideModeEnabled = config.getIdeMode();
|
||||
if (ideModeEnabled) {
|
||||
ideSlashCommand.subCommands = [
|
||||
disableCommand,
|
||||
statusCommand,
|
||||
|
||||
Reference in New Issue
Block a user