Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Chat UI: add custom commands list (#4948)
After discussing with kevin, we believe removing the custom commands from the command list would cause discovery issuse. This PR update the Commands tab list Custom Commands if there is any. - Adds a `CustomCommandsList` component to the `CommandsTab` to display any custom commands the user has defined - The `CustomCommandsList` is only rendered if there are any custom commands to display ## Test plan <!-- Required. See https://docs-legacy.sourcegraph.com/dev/background-information/testing_principles. --> Check if your custom commands are showing up in the commands tab: ![image](https://github.com/user-attachments/assets/c6b34e82-4a82-4459-8893-74a3c8594d9a)
- Loading branch information