m-a-r-i-b / groq-terminal-ai

5 stars 1 forks source link

Fix pyautogui command execution issue #2

Open saademad200 opened 2 weeks ago

saademad200 commented 2 weeks ago

This PR addresses two issues with pyautogui in the generate_command function:

User Confirmation: Added a prompt for confirmation before executing commands.
Execution Issues: Fixed issues where the last command in a multi-line command string was not executed or a single command was not properly entered.
saademad200 commented 2 weeks ago

Fixes #1