1
0

feat: update tool logs to be more coherent

This commit is contained in:
2026-03-11 13:56:00 +01:00
parent 35c8840ed4
commit 46d32c43ba
5 changed files with 21 additions and 22 deletions

View File

@@ -21,7 +21,7 @@ internal static class CommandTool
public static string ExecuteCommand(
[Description("The shell command to execute.")] string command)
{
Log($"Command request: {command}");
Log($" ● execute_command: {command}");
// Prompt for user approval
PauseSpinner?.Invoke();