Skip to content

v0.7.3

Choose a tag to compare

@jtomaszewski jtomaszewski released this 25 Mar 08:22
· 4 commits to main since this release
dba00d4

Bug Fixes

  • slack: Add retry logic and prevent endless error replies when Claude Code fails

What's Changed

When Claude Code execution failed, the error handler posted an error message but never marked the message as processed. On the next poll cycle, the message was re-processed, failed again, and caused an endless loop of error replies.

Now:

  • Retries up to 3 times before giving up
  • Marks message as processed after max retries to prevent endless loops
  • New maxRetries config option to customize retry count

Full Changelog: v0.7.2...v0.7.3