Releases: mattermost/mattermost-plugin-agents
Releases · mattermost/mattermost-plugin-agents
v1.12.0
What's Changed
- Added GetUserChannels by @eshamir3 in #483
- AI-generated links documentation by @nickmisasi in #533
- Repurpose dm tool so you can DM anyone and add GM tool by @BenCookie95 in #543
- Mcp idle timeout empty state by @nickmisasi in #534
- Multiple tool call acceptance by @nickmisasi in #538
- Add Anthropic structured JSON output support by @nickmisasi in #541
Full Changelog: v1.11.0...v1.12.0
v1.11.0
v1.10.0
v1.9.0
Supported Mattermost Server Versions: 6.2.1+
Enhancements
Fixes
- 32aa9d8 Fix bot config changes not taking effect until plugin restart (#508)
- c48e19d Fix DM tool calls blocked by EnableChannelMentionToolCalling config (#504)
- bbd3a9c Enable secure tool calling in channels (#491)
- 3e25be0 Fix broken MCP server configuration image link in admin guide (#502)
- 41a71d2 MM-67560 Reduce log level from ERROR to WARN when search disabled (#500)
- 2f576b0 Add AWS Bedrock setup guide (#499)
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)
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