feat(cli): Suppress slash command execution and suggestions in shell … (#11380)

This commit is contained in:
Jainam M
2025-10-17 23:00:27 +05:30
committed by GitHub
parent 795e5134c7
commit 659b0557be
6 changed files with 154 additions and 36 deletions
@@ -155,6 +155,7 @@ export const InputPrompt: React.FC<InputPromptProps> = ({
slashCommands,
commandContext,
reverseSearchActive,
shellModeActive,
config,
);