You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
refactor(chat): Add command suggestions for common single-word inputs (#953)
Improve user experience by detecting when users type common commands like
exit, quit, or help without the leading slash prefix. Instead of
making unnecessary LLM calls, provide helpful suggestions to use the
proper command format (e.g., '/quit', '/help').
🤖 Assisted by [Amazon Q Developer](https://aws.amazon.com/q/developer)
0 commit comments