Releases: mattermost/mattermost-plugin-agents
Releases · mattermost/mattermost-plugin-agents
Latest Master Build
Latest build from master branch - a8c3a10
v2.0.0-rc1
What's Changed
- Migrate to Bifrost LLM gateway, React 18, and live e2e tests by @crspeller in #564
- Fix embedding search validation, indexer heartbeat, and retry amplification by @crspeller in #570
- MM-68077: Entry tier license parity in webapp by @nickmisasi in #568
- Update Go and npm dependencies by @crspeller in #571
- feat: per-tool config with vetted tool seeding and user provider toggles by @nickmisasi in #520
- Fix Anthropic tool calling failure on empty text content blocks by @nickmisasi in #575
- Update license header to pass mattermost-govet by @wiggin77 in #578
- Unify entity formatting, add MCP eval tests, and improve search guidance by @crspeller in #567
- Migrate plugin config from config.json to database by @nickmisasi in #503
- Use configurable larger runners for e2e CI by @nickmisasi in #581
- Remove built-in GitHub and Jira issue tools by @nickmisasi in #586
- Fix MCP servers console crash when servers is not an array by @crspeller in #585
- Add Auto Run (Everywhere) tool approval policy by @nickmisasi in #591
- Allow agent loop to recover from tool call errors by @nickmisasi in #592
- Rename Go module from mattermost-plugin-ai to mattermost-plugin-agents by @crspeller in #574
- Development environment setup by @nickmisasi in #537
- Route LLM traffic through environment-configured proxy by @crspeller in #598
- Fix OpenAI embedding config using wrong JSON key for model field by @crspeller in #565
- docs: document tool failure recovery behavior by @cursor[bot] in #597
- docs: document proxy support for outbound LLM traffic by @cursor[bot] in #603
Full Changelog: v1.14.0...v2.0.0-rc1
v1.14.0
- Fix Agents tour dismissal outside the tooltip by @nickmisasi in #551
- Web search citation placement by @nickmisasi in #553
- Fix E2e test failures by @crspeller in #556
- Harden embedding search: indexing, search, citations, and admin tooling by @crspeller in #510
- Flaky e2e tests by @crspeller in #560
- Speed up agent e2e CI via sharding by @crspeller in #561
- MM-67891 Added support for MCP servers with no DCR by @avasconcelos114 in #552
- Agent initial response delay by @nickmisasi in #550
Full Changelog: v1.13.0...v1.14.0
v1.13.0
- Add Scale AI support with OpenAI-compatible provider registry by @nickmisasi in #517
- Use channelID in search posts by @BenCookie95 in #525
- Make mcp sessions stateless and use internal URL for plugin mcp server by @BenCookie95 in #545
Full Changelog: v1.12.0...v1.13.0
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)