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