Skip to content

Releases: fullstackhouse/agentloop

v0.7.5

Choose a tag to compare

@jtomaszewski jtomaszewski released this 25 Mar 08:43

What's Changed

Features

  • Support Claude Max subscription (OAuth) for non-interactive mode

Bug Fixes

  • Fix slackUsers filter not working - agent was responding to non-allowlisted users
  • Add retry logic and prevent endless error replies when Claude fails

v0.7.4

Choose a tag to compare

@jtomaszewski jtomaszewski released this 25 Mar 08:24

Changes

  • Fix: Prevent endless reply loop when Claude Code fails
  • Fix: slackUsers filter not working - agent was responding to non-allowlisted users

v0.7.3

Choose a tag to compare

@jtomaszewski jtomaszewski released this 25 Mar 08:22
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

v0.7.2

Choose a tag to compare

@jtomaszewski jtomaszewski released this 23 Mar 11:17

Changes

  • Fix Slack message formatting — convert markdown to mrkdwn
  • Improve Slack thread reply handling
  • Update e2e tests

v0.7.1

Choose a tag to compare

@jtomaszewski jtomaszewski released this 21 Mar 21:22

What's Changed

  • Fix Slack message formatting: Convert markdown to Slack's mrkdwn format before posting messages using slackify-markdown library. This fixes issues where **bold**, *italic*, and [links](url) weren't rendering properly in Slack.

v0.7.0

Choose a tag to compare

@jtomaszewski jtomaszewski released this 21 Mar 17:20

What's Changed

Features

  • Support HTTP-based MCP servers with auth headers
  • Reuse previous AI conversation when continuing in the same thread

Other

  • Switch e2e tests to #agentloop-test channel

v0.6.0

Choose a tag to compare

@jtomaszewski jtomaszewski released this 20 Mar 12:00

What's Changed

  • Add Slack channel blacklist support

Full Changelog: v0.5.0...v0.6.0

v0.5.0

Choose a tag to compare

@jtomaszewski jtomaszewski released this 19 Mar 16:25

What's new

  • Agent now has context about the Slack thread it's responding to (full conversation history passed to Claude)

Improvements

  • Updated release process: npm publish is now automated via CI (OIDC provenance)

v0.4.2

Choose a tag to compare

@jtomaszewski jtomaszewski released this 19 Mar 11:10

Add npm publishing with OIDC trusted publishing

v0.4.1

Choose a tag to compare

@jtomaszewski jtomaszewski released this 19 Mar 08:55

Fix duplicate replies when reactions.get fails