Releases: mattermost/mattermost-plugin-agents
Releases · mattermost/mattermost-plugin-agents
v1.8.1
v1.8.0
Supported Mattermost Server Versions: 6.2.1+
Enhancements
Fixes
- b3d2a93 Minor UI updates (#496)
- 43d743c Channel analysis days maximum (#493)
- abec9fa [MM-67358] Add tour tip for Agents RHS button (#488)
- 064ec9a Upgrade go-sdk to v1.2.0 to fix SSE protocol fallback (#492)
- d7bff06 [MM-66591] Channel Summarization (#460)
- a41f2c2 Remove experimental labels from MCP documentation (#485)
- 7546f68 Built in web search (#404)
- 10897ad Exclude public/ directory from plugin bundle (#475)
- 8bde97a MCP admin docs (#435)
- b70193f Improve MCP integration test performance with shared container (#468)
Latest Master Build
Latest build from master branch - 2af98c1
v1.7.2
What's Changed
- Update admin guide for service/bot separation by @nickmisasi in #470
- Fix migration by @nickmisasi in #471
Full Changelog: v1.7.1...v1.7.2
v1.6.3
v1.7.1
v1.7.0
- Add configurable model selection at agent level by @crspeller in #440
- [MM-66149] Improved eval support, run in CI by @nickmisasi in #412
- MM-66111: Fix emoji react failing with OpenAI Responses API by @nickmisasi in #449
- [MM-66579] Inform LLMs about DM-only tool availability in channels by @nickmisasi in #438
- MM-66755: Fix thread analysis prompt selection and improve prompts by @nickmisasi in #451
- Add support for listing models in the system console by @crspeller in #441
- Add comprehensive E2E test suite with Playwright by @nickmisasi in #444
- Fix migration always reporting wasUpdated=true on empty config by @nickmisasi in #455
- Add administrator documentation guidance for Atlassian MCP by @crspeller in #447
- Add Mistral provider support, with evals framework by @nickmisasi in #452
- Native bedrock (Initial implementation) by @nickmisasi in #430
- Update default evals models to newer relevant ones by @nickmisasi in #459
- Optimize StreamToPost performance with reduced allocations by @crspeller in #458
- Add input validation and URL encoding in bridgeclient by @crspeller in #456
- Improve MCP OAuth credential handling and token refresh by @crspeller in #466
- Consolidate HTTP client into MCP package by @crspeller in #463
- Sanitize non-printable Unicode characters in tool arguments by @crspeller in #457
- Update MCP to GA by @crspeller in #467
v1.6.2
v1.6.1
v1.6.0
- cdd6cdc Restrict native tools (web_search) to Direct Message contexts only (#432)
- 3f97fc4 Improve MCP OAuth handling and transport support (#434)
- fb30c58 Tool UI fixes (#427)
- b222376 Fix reasoning persistence for OpenAI (#436)
- 9381eb6 Update go-mcp-sdk to v1.1.0 and jsonschema-go to v0.3.0 (#429)
- c957dba [MM-66080] Run MCP server from the Agents plugin (#425)
- 37e4276 Tool description/response improvements and better error handling (#431)
- 9189f07 Organise the file upload for mcp (#370)
- 906311c Mark MCP posts as AI generated (#403)
- 6710645 Fix bot configuration migration to handle embedded service configs (#428)
- 50e79d0 [MM-66224] Configurable Reasoning/Thinking effort/tokens (#424)
- 8b1fe42 Add ability to track token usage with Prometheus (#421)
- 17f6626 Strip Go binaries to reduce release file sizes (#426)
- 16fe28b Add tests for the embedded mcp server (#398)