mattermost / mattermost-plugin-ai

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

Adding the new RHS panel #83

Closed jespino closed 1 year ago

jespino commented 1 year ago

Summary

This PR adds the new RHS panel, it includes backward compatibility support based on the existence (or not) of the AdvancedCreateComment component exposed in the mattermost plugin api. If that component exists all the new RHS is loaded and used, if not it is going to use the old mechanism to show the AI messages.

Ticket Link

Screenshots

imagen

crspeller commented 1 year ago

@jespino Working on a few improvements myself before we merge this.

azigler commented 10 months ago

Love the new RHS. Was this added by this PR? Are there accompanying examples for customizing these prompts? I could see it be really appealing to config these per deployment.

image
crspeller commented 10 months ago

@azigler This was the first PR yes. No, there is no support for customizing those.