Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
d5e0728532
feat: Implemented retry logic for failed tool invocations so the LLM can learn from the result and try again; Also implemented chain loop detection to prevent loops
25c0885dcc
fix: Claude tool calls work incorrectly when tool doesn't require any arguments or flags; would provide an empty JSON object or error on no args
f56ed7d005
feat: Added gemini-3-pro to the supported vertexai models
d79e4b9dff
Fixed some typos in tool call error messages
a2aa9507a9
fix: Improved the first-time run behavior so that it outputs the default configuration file it tries to load to help users locate the file on first-runs
c791b985f0
docs: Updated README to tell users to use 'managarr config-path' as the default method to discover the location of the default configuration file