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

Option to allow for multiple confirms, (but not inifinite) #332

Closed
FilipHarald opened this issue Dec 13, 2024 · 1 comment · Fixed by #346
Closed

Option to allow for multiple confirms, (but not inifinite) #332

FilipHarald opened this issue Dec 13, 2024 · 1 comment · Fixed by #346

Comments

@FilipHarald
Copy link

--no-confirm is awesome. Although I don't like the thought of leaving the agent running draining all my tokens :) I was thinking it might be good to give it a couple of allowed confirms before requiring user interaction again. Something like this:

gptme 'make task X which will probably take a lot of iterations' --skip-confirms 10

From within the tool perhaps /skip-confirms 10 would work?

@ErikBjare
Copy link
Owner

ErikBjare commented Dec 14, 2024

Do you know about answering auto in the [Y/n/e/?] confirmation prompt?

Maybe adding a auto 5 or y 5 option to that prompt could work to let it take n steps itself before pausing.

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

Successfully merging a pull request may close this issue.

2 participants