Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix unreliability of shell tool #408

Open
ErikBjare opened this issue Jan 19, 2025 · 1 comment
Open

Fix unreliability of shell tool #408

ErikBjare opened this issue Jan 19, 2025 · 1 comment

Comments

@ErikBjare
Copy link
Owner

Sometimes when using the shell tool it will give output for the last command instead of the current command, making for very confusing output to the LLM.

I'm not sure what causes this, maybe a bad split of the output, maybe triggered by interrupting commands? (which has been somewhat unreliable too)

@0xbrayo
Copy link
Collaborator

0xbrayo commented Jan 21, 2025

I have only experienced this with commands that need interactivity like inputting the password for sudo. I guess the second command cannot run until the first command exits, hence the output.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants