Replies: 2 comments
-
You can turn this off. This is documented. You can also configure the wait time too, but this isn't documented so you'll need to checkout the |
Beta Was this translation helpful? Give feedback.
0 replies
-
FWIW, I have the following in my config: strategies = {
chat = {
tools = {
opts = { wait_timeout = 3600000 }, -- Timeout waiting for user input/confirmation (1 hour)
},
... |
Beta Was this translation helpful? Give feedback.
0 replies
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.
-
When i use
insert_edit_into_file
i receive a error before i can validate the changes.Did not found any config option for this in docs https://codecompanion.olimorris.dev/usage/chat-buffer/agents.html#insert-edit-into-file or in https://codecompanion.olimorris.dev/configuration/chat-buffer.html#diff
Suggestion: allow config for this timeout. Preferably a way to pass 0 to remove timeout altogether.
Beta Was this translation helpful? Give feedback.
All reactions