Skip to content

Releases: liut/morign

v0.3.0

02 Apr 07:03

Choose a tag to compare

What's Changed

  • feat: add platform adapter layer for WeCom and Feishu integration by @liut in #15

Full Changelog: v0.2.4...v0.3.0

v0.2.4

24 Mar 07:48

Choose a tag to compare

✨ New Features

• AI Memory: AI remembers user preferences for contextual follow-up conversations
• MCP Integration: External MCP server support for extended AI capabilities
• Config Endpoint: Expose current API model settings to clients
• Traditional Hours: Display time in Chinese twelve-hour format (子时, 丑时, etc.)

🐛 Bug Fixes

• Fixed OAuth token leak in session responses
• Fixed token reuse vulnerability after logout

🔧 Improvements

• Auth priority: Site Token now takes precedence over Session
• Usage tracking with renamed endpoint (/usagerecords)

Two auth modes supported in OAuth SP as a MCP server:

• Per-tool auth: Tools authenticate on each call — registered as regular MCP servers
• Per-user auth: Connection binds to user's token at initialization — each user has their own isolated instance

Full Changelog: v0.2.3...v0.2.4

v0.2.3

19 Mar 08:18

Choose a tag to compare

What's Changed

  • feat: add max loop iterations limit to prevent infinite tool call loops by @liut in #11
  • feat: add custom tool descriptions support in preset by @liut in #12
  • feat: add memory MCP tools with vector embedding support by @liut in #13
  • fix: improve Anthropic streaming and tool handling by @liut in #14

Full Changelog: v0.2.2...v0.2.3

v0.2.2

13 Mar 06:30

Choose a tag to compare

What's Changed

  • feat: rename project from morrigan to morign by @liut in #6
  • fix: handle duplicate messages and prevent re-addition by @liut in #7
  • fix: resolve SSE streaming header duplication and event ID continuity by @liut in #8
  • feat: add conversation summary and title generation by @liut in #9
  • refactor: move KB tool invokers to stores by @liut in #10

Full Changelog: v0.2.1...v0.2.2

v0.2.1

07 Mar 14:40
63128a6

Choose a tag to compare

What's Changed

  • feat: add OAuth SP as a MCP support with token-based authentication by @liut in #4
  • feat: add duplicate detection for AddHistory by @liut in #5

Full Changelog: v0.2.0...v0.2.1

v0.2.0

06 Mar 16:52

Choose a tag to compare

What's Changed

  • refactor: move API handlers to dedicated pkg/web/api package by @liut in #2
  • feat: add unified LLM service and fix streaming tool calls by @liut in #3

New Contributors

  • @liut made their first contribution in #2

Full Changelog: v0.1.2...v0.2.0

v0.1.2

04 Mar 09:56

Choose a tag to compare