mattermost / mattermost-plugin-ai

Mattermost Copilot plugin supporting multiple LLMs
https://mattermost.com/copilot
Apache License 2.0
136 stars 30 forks source link

🐛 bug: Not able to active in Mattermost V6&V7 #131

Closed akinlong closed 9 months ago

akinlong commented 9 months ago

Description

I am using Matteromst V6 and trying to install the plugin, it was not able to active with below error message image

I can't find any version limitation in this repository. Does that work as designed or it has a version limitation?

Steps to reproduce

Upload plugin and active

akinlong commented 9 months ago

I upgraded to V7.1 and still not able to active: image

crspeller commented 9 months ago

@akinlong I have not done testing on older versions. I plan on bumping the min required version. V6 and V7 are both unsupported so no plans to support those. Are you in some way limited from using the latest release?

akinlong commented 9 months ago

@akinlong I have not done testing on older versions. I plan on bumping the min required version. V6 and V7 are both unsupported so no plans to support those. Are you in some way limited from using the latest release?

I spent some time on that, it was caused by the robot name limitation, which requires more than 2(ai), so I downloaded the source and updated the robot name(aibot), it works on my 7.7 now.

I assume that is the reason why it doesn't work on 6, but I am not going to verify it recently.