Terminal hanging: New settings for handling #5380
BrutchsamaJeanLouis
started this conversation in
1. Feature requests
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
When running commands that captures the terminal example running a webserver or running a sudo command that asks for password this causes kilocode to infintely sits and gets stuck. I found that if i tell the agent the sudo password in my prompt, It will try to execute the command with ->
echo "mypassword" | sudo -S apt install -y postgresSuggesstions:
echo "mypassword" | sudo -S apt install -y postgresinstead of running it like normalHave these turned off by default and let these setting boxes and input boxes include a disclaimer or warning to the developer who wishes to enable or use these settings
Beta Was this translation helpful? Give feedback.
All reactions