Skip to content

Releases: weavy/weavy-server

v29.2.0

09 Jul 11:14
Compare
Choose a tag to compare
  • Added option to enable web_search for agents, allowing them to answer questions with up-to-date information beyond their knowledge cutoff.
  • Added option to set max_tokens for agents, allowing you to specify the maximum number of output tokens an agent can generate.
  • Added api endpoints for managing agent functions, allowing agents to interface with external API endpoints.
  • Added api endpoint PUT /api/agents/{agent} for upserting agents.
  • Added annotation setting on components in UI kit. Set annotations="none" to disable annotation display.
  • Added contextualData string property on contextual components in UI kit.
  • Deprecated data property on contextual components in UI kit. Use contextualDatainstead.
  • Fixed an issue when changing agent in wy-copilot in UI kit.

v29.1.0

19 Jun 14:09
Compare
Choose a tag to compare
  • Read receipts and typing indicators is now fully available to all chats with access=none and less than 10 members.
  • Added support for object data in the context data property array in UI kit.
  • Added support for displaying annotations in posts and comments in UI kit.
  • Fixed some issues where context data wasn't working in posts and comments.
  • Fixed some issues which caused a broken state when removing a conversation in UI kit.
  • Fixed some issues with unread chat messages in UI kit.

v29.0.0

11 Jun 12:11
Compare
Choose a tag to compare
  • Added option for agents to interface with external services via web functions.
  • Allow agents to search multiple file apps for knowledge.
  • Fixed issue that prevented the tags property from being updated through the Web API.
  • Added annotation file list for messages in UI kit.
  • Added support for displaying agent comments in UI kit.
  • Added createConversation() method on Messenger in UI kit.
  • Added a wy-conversation-new-button CSS part in Messenger for styling the new conversation button.
  • Added a conversation-new slot in the Messenger to replace the new conversation button.
  • Added an actions slot on Messenger for inserting custom buttons.
  • Added reset() method on the Weavy instance in UI kit to reset and refetch data.
  • Removed the conversation list header for the Messenger.
  • Removed the .name property on Messenger in UI kit.
  • Removed the generic agentUser data property in UI kit.
  • Fixed an issue with searching in the conversation list in Messenger.
  • Fixed an issue with the editor being read-only in UI kit.
  • Fixed some issues when changing user in UI kit.
Breaking Changes
  • The header in UI of the Messenger is now removed. This means you have to specify a header of your own in your app if you like.

v28.0.2

21 May 17:22
Compare
Choose a tag to compare
  • Fixed an issue when browser storage is unavailable in UI kit.

v28.0.1

15 May 09:45
Compare
Choose a tag to compare
  • Fixed an issue with initializing apps in UI kit.

v28.0.0

14 May 14:13
Compare
Choose a tag to compare
  • Added AI agents with file search capabilities.
  • Added data property to provide contextual data for agents in all Weavy components in UI kit.
  • Added support for app id in uid property for contextual Weavy components in UI kit.
  • Added uikit-react dist files to the backend.
  • Added placeholder property to <wy-comments>, <wy-chat>, <wy-copilot>, <wy-messenger> and <wy-posts>.
  • Renamed Bots API to Agents API, i.e. /api/bots is now /api/agents.
  • Renamed bot property to agent when listing users in the Users API.
  • Renamed is_bot property to is_agent when returning users in the Users API.
  • Renamed bot property to agent for <wy-messenger> and <wy-copilot> in UI kit.
  • Renamed bot property to agent in the wy-link event in UI kit.
  • Renamed bot property to agent in the wy-message event in UI kit.
  • Renamed MessengerBotTypes map to MessengerAgentTypes in UI kit.
  • Renamed bot_chat app type to agent_type in UI kit.
  • Fixed an issue with editor autocomplete in UI kit.
  • Fixed an issue with conversation naming in UI kit.
  • Fixed incorrect filenames for UMD files in uikit-react.
Breaking Changes
  • The Bots API is now renamed to the Agents API. All names that previously used bot in the name now use agent in the name instead. This affects all API:s.

v27.1.3

29 Apr 21:50
Compare
Choose a tag to compare
  • Fixed an issue with polls not being updated when voting in UIKit.
  • Fixed an issue with media previews playing in background in UIKit.

v27.1.2

29 Apr 09:33
Compare
Choose a tag to compare
  • Fixed an issue when changing uid in the wy-posts component.
  • Fixed some issues with async handling in UIKit.
  • Improved loading performance in wy-chat, wy-comments, wy-messenger and wy-posts.

v27.1.1

15 Apr 19:49
Compare
Choose a tag to compare
  • Fixed an issue with layout for the comments panel in previews.
  • Fixed an issue with deleting webhooks.
  • Fixed an issue with app.namenot being properly updated when changing uid.
  • Fixed an issue with not being able to set conversationId in wy-messenger.

v27.1.0

04 Apr 23:45
Compare
Choose a tag to compare
  • Fixed an issue with app name property not being registered from UIKit.
  • Made the wy-app event available generally in all contextual Weavy components.
  • Improved some event types.