v0.3.0
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 toslack_server.py
Screenshots
Full Changelog: v0.2.1...v0.3.0