Skip to content

Releases: mattermost/mattermost-plugin-agents

Latest Master Build

15 Apr 15:45
a8c3a10

Choose a tag to compare

Latest Master Build Pre-release
Pre-release

Latest build from master branch - a8c3a10

v2.0.0-rc1

14 Apr 13:05
v2.0.0-rc1
284b321

Choose a tag to compare

v2.0.0-rc1 Pre-release
Pre-release

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

18 Mar 20:42
v1.14.0
3a99585

Choose a tag to compare

Full Changelog: v1.13.0...v1.14.0

v1.13.0

10 Mar 19:05
v1.13.0
d75ea1d

Choose a tag to compare

  • 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

06 Mar 13:35
v1.12.0
1c0b989

Choose a tag to compare

What's Changed

Full Changelog: v1.11.0...v1.12.0

v1.11.0

04 Mar 18:19
v1.11.0
e90451e

Choose a tag to compare

Supported Mattermost Server Versions: 6.2.1+

Enhancements

Fixes

  • e90451e Fix channel tool approvals for automated mention invokers. (#532)

v1.10.0

03 Mar 16:08
v1.10.0
5bad665

Choose a tag to compare

Supported Mattermost Server Versions: 6.2.1+

Enhancements

Fixes

  • 5bad665 Add structured token accounting fields to plugin logs (#521)

v1.9.0

19 Feb 19:31
v1.9.0
32aa9d8

Choose a tag to compare

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

05 Feb 19:00
v1.8.1
2af98c1

Choose a tag to compare

Supported Mattermost Server Versions: 6.2.1+

Enhancements

Fixes

  • 2af98c1 Fix close button styling in date range modal (#495)
  • 8861a5f Add system setting to allow native web search in channels (#494)

v1.8.0

05 Feb 14:27
v1.8.0
b3d2a93

Choose a tag to compare

Supported Mattermost Server Versions: 6.2.1+

Enhancements

Fixes