@weavy/uikit-react 29.0.0 → 29.2.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/changelog.md +24 -0
- package/dist/build/weavy.bundle.js +411 -376
- package/dist/build/weavy.cjs +425 -390
- package/dist/build/weavy.es5.esm.js +1 -1
- package/dist/build/weavy.es5.umd.js +1 -1
- package/dist/build/weavy.mjs +10473 -10313
- package/dist/build/weavy.umd.js +381 -346
- package/package.json +6 -6
package/changelog.md
CHANGED
|
@@ -1,5 +1,29 @@
|
|
|
1
1
|
# Changelog for Weavy
|
|
2
2
|
|
|
3
|
+
## v29.2.0
|
|
4
|
+
|
|
5
|
+
<time>2025-07-09</time>
|
|
6
|
+
|
|
7
|
+
* Added option to enable `web_search` for agents, allowing them to answer questions with up-to-date information beyond their knowledge cutoff.
|
|
8
|
+
* Added option to set `max_tokens` for agents, allowing you to specify the maximum number of output tokens an agent can generate.
|
|
9
|
+
* Added api endpoints for managing agent functions, allowing agents to interface with external API endpoints.
|
|
10
|
+
* Added api endpoint `PUT /api/agents/{agent}` for upserting agents.
|
|
11
|
+
* Added `annotation` setting on components in UI kit. Set `annotations="none"` to disable annotation display.
|
|
12
|
+
* Added `contextualData` string property on contextual components in UI kit.
|
|
13
|
+
* Deprecated `data` property on contextual components in UI kit. Use `contextualData`instead.
|
|
14
|
+
* Fixed an issue when changing `agent` in `wy-copilot` in UI kit.
|
|
15
|
+
|
|
16
|
+
## v29.1.0
|
|
17
|
+
|
|
18
|
+
<time>2025-06-19</time>
|
|
19
|
+
|
|
20
|
+
* Read receipts and typing indicators is now fully available to all chats with `access=none` and less than 10 members.
|
|
21
|
+
* Added support for object data in the context data property array in UI kit.
|
|
22
|
+
* Added support for displaying annotations in posts and comments in UI kit.
|
|
23
|
+
* Fixed some issues where context data wasn't working in posts and comments.
|
|
24
|
+
* Fixed some issues which caused a broken state when removing a conversation in UI kit.
|
|
25
|
+
* Fixed some issues with unread chat messages in UI kit.
|
|
26
|
+
|
|
3
27
|
## v29.0.0
|
|
4
28
|
|
|
5
29
|
<time>2025-06-11</time>
|