x: request access for all commands, add welcome message (#13662)

This commit is contained in:
Parth Sareen
2026-01-09 18:20:39 -08:00
committed by GitHub
parent 68fafd3002
commit 1ef4241727
5 changed files with 77 additions and 13 deletions

View File

@@ -989,11 +989,11 @@ func FormatApprovalResult(toolName string, args map[string]any, result ApprovalR
switch result.Decision {
case ApprovalOnce:
label = "approved"
label = "Approved"
case ApprovalAlways:
label = "always allowed"
label = "Always allowed"
case ApprovalDeny:
label = "denied"
label = "Denied"
}
// Format based on tool type