这是indexloc提供的服务,不要输入任何密码
Skip to content

Conversation

@Uzair-akrum
Copy link
Contributor

What does this PR do?

Fixed filtering logic in CommandSuggestions component to properly filter based on the entire input string
Updated input handler to show suggestions while typing slash commands (not just on exact /)
Synchronized arrow key navigation and Enter/Tab selection to operate on the same filtered list shown to users

Before: Typing /cl din't filter out the relevant commands
After: Typing /cl shows only /clear and pressing Enter correctly selects /clear
Fixes #42

Checklist

  • I tested my changes
  • I reviewed my own code

@homanp
Copy link
Contributor

homanp commented Jul 25, 2025

@Uzair-akrum appreciate this!

@homanp homanp merged commit d99bc0f into superagent-ai:main Jul 25, 2025
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[Bug]: typing short commands in chat-input should search available options

2 participants