@luckydraw/cumulus 0.30.2 → 0.30.4

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,20 +1,27 @@
1
1
  # Changelog
2
2
 
3
- ## v0.30.1
3
+ ## v0.30.3
4
4
 
5
5
 
6
- - New voice conversation mode with text-to-speech support
7
- - First-run setup wizard and config CLI for easier onboarding
6
+ - Voice conversation mode with server-side text-to-speech
8
7
  - Inline text annotations — highlight and comment like Google Docs
9
8
  - 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
9
+ - Scheduled thread triggers with cron and one-shot support
10
+ - First-run setup wizard and self-update system
11
+ - Pipeline dashboard with REST endpoints and MCP tool integration
12
+ - Infinite scroll for long threads and per-thread model selector
13
+ - Inbound webhooks and email tools for CRM automation
15
14
  - Bug fixes and stability improvements
16
15
 
17
16
 
17
+ ## v0.30.3
18
+
19
+ - Updated @luckydraw/blex to 0.1.11 (clean rebuild with Option C styling + light background fix for branch blocks)
20
+
21
+ ## v0.30.2
22
+
23
+ - Updated @luckydraw/blex to 0.1.11 (stale build artifacts in 0.1.9/0.1.10)
24
+
18
25
  ## v0.30.1
19
26
 
20
27
  - Updated @luckydraw/blex to 0.1.8 (adds `branch` block type — interactive flowchart navigator)