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 running multiple commands, wrap each command in braces to maintain
proper PS1 handling with pexpect. This prevents issues with PS1 variable
interactions while still allowing multiple commands to be executed.
Changes:
- Modify _run_normal to wrap commands in braces
- Maintain command isolation while preserving PS1 handling
- Keep existing bashlex parsing for command splitting
FixesSWE-agent#26
Co-Authored-By: Erkin Alp Güney <[email protected]>
Doesn't seem to work with
pexpect
ofPS1
variable.The text was updated successfully, but these errors were encountered: