Skip to content

Releases: WiseGPT/slack-bot

v0.0.0

29 Dec 12:38
Compare
Choose a tag to compare

0.0.0 (2022-12-29)

Features

  • add conversation aggregate in a decoupled, event driven way (fd8c7a8)
  • add dynamodb for storing the latest conversation (f15f62c)
  • add proper message updating (ea1100a)
  • add secret retrieval for the token (6d7ae27)
  • add typed event listener (022f300)
  • differentiate between different type of commands, add in helpers for blocks (6539bd1)
  • disable preceding of messages since buttons do not work for now (789dfda)
  • implement responding to initial and thread messages (869531c)
  • initial deployment with awscdk-slack-event-bus and listener (601c2b1)
  • make stack name configurable and rename secret (8badab3)
  • openai integration (29d739b)
  • refactor folder structure and configuration, introduce basic persona (45100d7)
  • refactor to work with messages instead of just mentions (7d0344d)
  • remove app mention again and figure out the mentions (e755102)

Bug Fixes

  • lint issues, missing readme detail, upgrade packages (25bba49)
  • mentions causing bot to mis-identity user, markdown codes not working correctly (4aa9872)