Skip to content

v0.3.0

Compare
Choose a tag to compare
@meetbryce meetbryce released this 19 Jun 22:32
· 55 commits to main since this release

Improvements

  • Adds /tldr_since channel-level summaries of all messages since a given point in time. ( Note: currently doesn't include thread replies.)
  • Added instructions and manifest.yaml to make Slack App creation nice and easy
  • Improved handling of cases where the app hadn't been added to the channel in which the user tried to use it

Breaking Changes

While nothing will break, to access the new /tldr_since command:

  • If you're updating to this version, you'll need to add the new slash command to your Slack App config (see manifest.json for config details)
  • If you're using the open-source-slack-ai package and running your own application code, you'll need to update your server to include the new endpoints added to slack_server.py

Screenshots

Screenshot 2024-06-19 at 18 24 37@2x

Screenshot 2024-06-19 at 18 24 43@2x

Full Changelog: v0.2.1...v0.3.0