@luckydraw/cumulus 0.30.0 → 0.30.1
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
CHANGED
|
@@ -1,5 +1,22 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## v0.30.1
|
|
4
|
+
|
|
5
|
+
- Updated @luckydraw/blex to 0.1.8 (adds `branch` block type — interactive flowchart navigator)
|
|
6
|
+
|
|
7
|
+
## v0.30.0
|
|
8
|
+
|
|
9
|
+
- First-run setup wizard and configuration CLI for easier onboarding
|
|
10
|
+
- Voice conversation mode with server-side text-to-speech
|
|
11
|
+
- Inline text annotations — highlight and comment like Google Docs
|
|
12
|
+
- Worker activity chips show live agent status above the input
|
|
13
|
+
- Scheduled thread triggers, inbound webhooks, and email tools
|
|
14
|
+
- Per-thread model selector and pipeline dashboard
|
|
15
|
+
- Self-update system with version checks and update notifications
|
|
16
|
+
- Automatic resume of interrupted threads after gateway restart
|
|
17
|
+
- Adaptive RAG context budgets replace fixed size presets
|
|
18
|
+
- Bug fixes and stability improvements
|
|
19
|
+
|
|
3
20
|
## v0.29.1
|
|
4
21
|
|
|
5
22
|
- New voice conversation mode with text-to-speech support
|