Releases: weavy/weavy-server
Releases · weavy/weavy-server
v29.2.0
- 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. Setannotations="none"
to disable annotation display. - Added
contextualData
string property on contextual components in UI kit. - Deprecated
data
property on contextual components in UI kit. UsecontextualData
instead. - Fixed an issue when changing
agent
inwy-copilot
in UI kit.
v29.1.0
- 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
- 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
- Fixed an issue when browser storage is unavailable in UI kit.
v28.0.1
- Fixed an issue with initializing apps in UI kit.
v28.0.0
- 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 toagent
when listing users in the Users API. - Renamed
is_bot
property tois_agent
when returning users in the Users API. - Renamed
bot
property toagent
for<wy-messenger>
and<wy-copilot>
in UI kit. - Renamed
bot
property toagent
in thewy-link
event in UI kit. - Renamed
bot
property toagent
in thewy-message
event in UI kit. - Renamed
MessengerBotTypes
map toMessengerAgentTypes
in UI kit. - Renamed
bot_chat
app type toagent_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 useagent
in the name instead. This affects all API:s.
v27.1.3
- 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
- Fixed an issue when changing
uid
in thewy-posts
component. - Fixed some issues with async handling in UIKit.
- Improved loading performance in
wy-chat
,wy-comments
,wy-messenger
andwy-posts
.
v27.1.1
- Fixed an issue with layout for the comments panel in previews.
- Fixed an issue with deleting webhooks.
- Fixed an issue with
app.name
not being properly updated when changinguid
. - Fixed an issue with not being able to set
conversationId
inwy-messenger
.
v27.1.0
- 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.