@luckydraw/cumulus 0.30.1 → 0.30.2
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 +15 -0
- package/dist/gateway/static/blex.min.js +68 -42
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,20 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## v0.30.1
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
- New voice conversation mode with text-to-speech support
|
|
7
|
+
- First-run setup wizard and config CLI for easier onboarding
|
|
8
|
+
- Inline text annotations — highlight and comment like Google Docs
|
|
9
|
+
- Worker activity chips show live agent status above input
|
|
10
|
+
- Per-thread model selector and scheduled thread triggers
|
|
11
|
+
- Pipeline dashboard for monitoring data flows
|
|
12
|
+
- Self-update system with version checks and update notifications
|
|
13
|
+
- Smarter context handling: adaptive RAG budgets and auto-continuation on truncation
|
|
14
|
+
- Windows compatibility and graceful restart on updates
|
|
15
|
+
- Bug fixes and stability improvements
|
|
16
|
+
|
|
17
|
+
|
|
3
18
|
## v0.30.1
|
|
4
19
|
|
|
5
20
|
- Updated @luckydraw/blex to 0.1.8 (adds `branch` block type — interactive flowchart navigator)
|