@luckydraw/cumulus 0.30.5 → 0.30.6
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 +14 -0
- package/dist/gateway/static/widget.js +1 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,19 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## v0.30.5
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
- Voice conversation mode with text-to-speech support
|
|
7
|
+
- Inline text annotations — highlight and comment like Google Docs
|
|
8
|
+
- Worker activity chips show live agent status above input
|
|
9
|
+
- First-run setup wizard and config CLI for easier onboarding
|
|
10
|
+
- Scheduled thread triggers, auto-resume after restart, and graceful shutdown
|
|
11
|
+
- Self-update system with version checks and update notifications
|
|
12
|
+
- Per-thread model selector and adaptive context management
|
|
13
|
+
- Inbound webhooks, email tools, and media upload support
|
|
14
|
+
- Bug fixes and stability improvements
|
|
15
|
+
|
|
16
|
+
|
|
3
17
|
## v0.30.5
|
|
4
18
|
|
|
5
19
|
- Update @luckydraw/blex to 0.1.13 (unicode diagram rendering fix in branch block code blocks)
|
|
@@ -225,7 +225,7 @@
|
|
|
225
225
|
' min-height: auto;',
|
|
226
226
|
'}',
|
|
227
227
|
/* Blex CSS isolation — revert widget resets inside blex blocks */
|
|
228
|
-
'.blex-block-container * { margin: revert; padding: revert; line-height: revert; list-style: revert; border-spacing: revert; }',
|
|
228
|
+
'.blex-block-container * { margin: revert; padding: revert; line-height: revert; list-style: revert; border-spacing: revert; border: revert; }',
|
|
229
229
|
'.blex-block-container { isolation: isolate; }',
|
|
230
230
|
|
|
231
231
|
/* Chip tray for deferred blex interactions */
|