You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When asking to run a task "in 15 minutes", it uses some deprecated command if run from pwsh (unsure about other shells).
Reproduce
Ask it to do a task "in 15 minutes"
Expected behavior
The timer would be set successfully
Screenshots
The Git commit has been successfully created with your specified message.
Next Step: I will schedule the Git push to occur in 15 minutes from now.
Recap: Setting up the timer to execute the Git push in 15 minutes.
echo 'git push' | at 17:15
D:\repos\home\testproj>echo ""
""
D:\repos\home\testproj>echo 'git push' | at 17:15
The AT command has been deprecated. Please use schtasks.exe instead.
Invalid command.
The AT command schedules commands and programs to run on a computer at
a specified time and date. The Schedule service must be running to use
the AT command.
Error in sys.excepthook:
Original exception was:
Open Interpreter version
0.2.5
Python version
3.10.11
Operating System name and version
Win11
Additional context
No response
The text was updated successfully, but these errors were encountered:
Describe the bug
When asking to run a task "in 15 minutes", it uses some deprecated command if run from pwsh (unsure about other shells).
Reproduce
Expected behavior
The timer would be set successfully
Screenshots
Open Interpreter version
0.2.5
Python version
3.10.11
Operating System name and version
Win11
Additional context
No response
The text was updated successfully, but these errors were encountered: