Releases: Brightscout/mattermost-plugin-openai
Releases · Brightscout/mattermost-plugin-openai
Release v1.1.0
New in this release: - Shifted all the API calls made to OpenAI on the server side. - Handled expired images displayed in RHS. - Added API error handling to show descriptive errors to end users. - Added the feature to send images generated by OpenAI in the RHS as attachments in a post to a channel.
Release v1.0.0
New in this release: 1. Summarization of post threads 2. Added Channel header icon 3. Fixed issue with API calls not completing on closing RHS. 4. Added recursive logic on hitting the token limit for summarization. 5. Changed chat theme to be consistent with mattermost. 6. Removed Async thunks and completely shifted to RTK query for handling API's
Release v0.0.1
New in this release: 1. Base setup for the web app and server. 2. Registered Button in the app bar to open RHS. 3. Created and integrated the API to fetch settings config from the web app. 4. Integrated Chat Api [Chat Completions] and created summary card UI on the RHS. 5. Implemented recursive summarization to prevent exceeding max tokens. 6. Refactored Eslint, removed manual rules instead extended from eslint plugins.