chore: rename bash -> shell

This commit is contained in:
adamdotdevin 2025-08-13 15:11:20 -05:00
commit a4beb60e19
No known key found for this signature in database
GPG key ID: 9CB48779AF150E75
4 changed files with 9 additions and 7 deletions

View file

@ -687,6 +687,8 @@ func renderToolDetails(
func renderToolName(name string) string {
switch name {
case "bash":
return "Shell"
case "webfetch":
return "Fetch"
case "invalid":