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
I was implementing an agent to automate Git-Workflows. The Git-Tool enabled the agent to execute Git commands on my Computer. When I asked the agent to add the latest changes and then to commit and push them, it ran into an index lock. This is because all the agent wants to execute all tool calls at once. It would be nice to have the option to either run the tools all at once or sequentially.
The text was updated successfully, but these errors were encountered:
I was implementing an agent to automate Git-Workflows. The Git-Tool enabled the agent to execute Git commands on my Computer. When I asked the agent to add the latest changes and then to commit and push them, it ran into an index lock. This is because all the agent wants to execute all tool calls at once. It would be nice to have the option to either run the tools all at once or sequentially.
The text was updated successfully, but these errors were encountered: