Skip to content

Releases: mattermost/mattermost-plugin-agents

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

v1.7.2

05 Feb 00:46
c6f81c0

Choose a tag to compare

What's Changed

Full Changelog: v1.7.1...v1.7.2

v1.6.3

12 Dec 19:27

Choose a tag to compare

Supported Mattermost Server Versions: 6.2.1+

Enhancements

Fixes

v1.7.1

11 Dec 17:08
v1.7.1
aac702e

Choose a tag to compare

  • aac702e Remove EXPERIMENTAL label from Native Tools (#469)

v1.7.0

11 Dec 13:08
v1.7.0
02de45a

Choose a tag to compare

  • 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