Skip to content

Tags: Tencent/WeKnora

Tags

v0.3.5

Toggle v0.3.5's commit message
chore(release): update version to 0.3.5

- Added new integrations for Telegram, DingTalk, and Mattermost IM channels.
- Introduced a pluggable slash command system and a suggested questions feature for enhanced user interaction.
- Implemented VLM auto-description for images returned by MCP tools.
- Improved stability of MCP tool names and added channel tracking for knowledge entries.
- Fixed multiple bugs including empty responses when no knowledge base is configured and UTF-8 truncation issues.
- Updated documentation to reflect new features and enhancements.

v0.3.4

Toggle v0.3.4's commit message
chore(release): bump version to 0.3.4 and update changelog

v0.3.3

Toggle v0.3.3's commit message
chore: update CHANGELOG and version to 0.3.3

v0.3.2

Toggle v0.3.2's commit message
feat: release v0.3.2 with new features, improvements, and bug fixes

v0.3.1

Toggle v0.3.1's commit message
feat(ui): enhance resource management in ListSpaceSidebar and Knowled…

…geBaseList

- Added support for displaying shared knowledge bases in the ListSpaceSidebar, allowing users to see resources shared with them.
- Updated the KnowledgeBaseList to include a section for shared knowledge bases, improving visibility and access to collaborative resources.
- Enhanced internationalization support by adding relevant translations for shared knowledge bases in both English and Chinese.
- Refactored the agent editor modal to categorize knowledge bases into 'My Knowledge Bases' and 'Collaborative Knowledge Bases', streamlining user selection and interaction.

This update improves the user experience by providing clearer access to shared resources and enhancing the overall functionality of the knowledge management system.

v0.3.0

Toggle v0.3.0's commit message
fix(i18n): update shared agents knowledge base hint for clarity

v0.2.14

Toggle v0.2.14's commit message
feat(migrations): add pg_search extension update migration files

- Create up migration to update pg_search extension to the latest version.
- Create down migration noting that the update cannot be rolled back.

v0.2.13

Toggle v0.2.13's commit message
fix: escape @ symbol in i18n strings

v0.2.12

Toggle v0.2.12's commit message
fix(frontend): hide upload mask when drag leaves window

Use dragCounter to track drag enter/leave events properly.
The mask now hides when user drags file out of the browser window.

- Add dragleave event listener
- Use counter to handle nested element drag events
- Reset counter on drop and unmount

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>

v0.2.11

Toggle v0.2.11's commit message
fix: cleanup conversation context stored in Redis