Skip to content

Releases: mattermost/mattermost-plugin-ai

v1.0.0

26 Aug 11:37
v1.0.0
b3772f4
Compare
Choose a tag to compare

Recomened for use with Mattermost v10+

  • b3772f4 Use a common http client for LLM upstream calls (#236)
  • d1070ee Better behavour for anthropic with multiple messages and mixed bot usage (#235)
  • 3ecb618 Anthropic request headers helper (#233)

v0.9.3

20 Aug 18:42
v0.9.3
bd2c2c3
Compare
Choose a tag to compare

v0.9.2

19 Aug 14:59
v0.9.2
4139a55
Compare
Choose a tag to compare

v0.9.1

15 Jul 17:14
v0.9.1
c708ecf
Compare
Choose a tag to compare
  • c708ecf [feat] updating the rudder key using the plugins key environment variable (#222)

v0.9.0

12 Jul 12:42
v0.9.0
6f09b8d
Compare
Choose a tag to compare
v0.9.0 Pre-release
Pre-release

v0.8.3

12 Jul 16:36
19a4271
Compare
Choose a tag to compare

Fixes build system producing incorrect packages. No functional changes from v0.8.2

v0.8.2

14 Jun 16:03
19a4271
Compare
Choose a tag to compare

Migration

This release will loose all AI generated thread titles. If you want to migrate you can use:

INSERT INTO LLM_PostMeta(RootPostID, Title) SELECT RootPostID, Title from LLM_Threads

then you are free to

DROP TABLE LLM_Threads

v0.8.1

10 Jun 13:19
v0.8.1
118283a
Compare
Choose a tag to compare

v0.8.0

24 May 16:30
39e0976
Compare
Choose a tag to compare

v0.7.0

13 May 16:34
ffeefd8
Compare
Choose a tag to compare
  • ffeefd8 Migrate setup/config/usage to Product Docs (#178)
  • 2d13eb6 Add more fields to JIRA issue fetching (#170)
  • 60a3afe Support other plugins overriding protections against ai activation (#168)
  • 0f76d35 Support attachments. (#166)
  • 65c129f Adding tool for looking up public JIRA tickets. (#165)