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.
3873821a31
fix: Corrected a bug in the coder agent that wasn't outputting a summary of the changes made, so the parent Sisyphus agent has no idea if the agent worked or not
9c2801b643
feat: modified sisyphus agents to use the new ddg-search MCP server for web searches instead of built-in model searches
eb4d1c02f4
feat: Support authenticating or refreshing OAuth for supported clients from within the REPL
c428990900
fix: the updated regex for secrets injection broke MCP server secrets interpolation because the regex greedily matched on new lines, replacing too much content. This fix just ignores commented out lines in YAML files by skipping commented out lines.
03b9cc70b9
feat: Allow first-runs to select OAuth for supported providers
3fa0eb832c
fix: Don't try to inject secrets into commented-out lines in the config
83f66e1061
feat: Support OAuth authentication flows for Claude