Skip to content

Releases: mattermost/mattermost-plugin-agents

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

Latest Master Build

05 Feb 19:28
2af98c1

Choose a tag to compare

Latest Master Build Pre-release
Pre-release

Latest build from master branch - 2af98c1

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

v1.6.2

02 Dec 17:24
v1.6.2
2a0305d

Choose a tag to compare

  • 2a0305d Fix migration always reporting wasUpdated=true on empty config (#455)

v1.6.1

19 Nov 18:46
v1.6.1
7a7c2b1

Choose a tag to compare

v1.6.0

12 Nov 18:33
v1.6.0
cdd6cdc

Choose a tag to compare

  • 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)