Pythagora-io / gpt-pilot

The first real AI developer
Other
29.9k stars 2.97k forks source link

[Enhancement]: Option for remote cli command execution #904

Open BadlyDrawnBoy opened 4 months ago

BadlyDrawnBoy commented 4 months ago

Version

VisualStudio Code extension

Suggestion

I've set up a VM to build a Gnome 3 shell extension with GPT-Pilot. Since I have to restart the desktop of the test VM I cannot run the VS Code in the VM. I've mounted a folder of the host as the home-folder of the guest via nfs - but surely the cli commands of GPT-Pilot still are getting executed on the host. I like to suggest to add a option to execute shell commands on a remote host via ssh instead of locally.

pluswave commented 4 months ago

Similar idea for creating a project in an isolated environment (i.e Docker), so it can be managed independently , without pollution the gpt-pilot virtual env. This should be critical when using Python as the program language.