[ { "description": "List files", "command": "ls" }, { "description": "Show the current working directory", "command": "pwd" }, { "description": "Change directory", "command": "cd" }, { "description": "Show the working tree status", "command": "git status" }, { "description": "Show the current user", "command": "whoami" } ]