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 8d6f7ae760
commit dc92535401
6 changed files with 154 additions and 36 deletions
@@ -155,6 +155,7 @@ export const InputPrompt: React.FC<InputPromptProps> = ({
slashCommands,
commandContext,
reverseSearchActive,
shellModeActive,
config,
);