v0.7.3
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
maxRetriesconfig option to customize retry count
Full Changelog: v0.7.2...v0.7.3