@luckydraw/cumulus 0.31.65 → 1.0.0

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.
Files changed (60) hide show
  1. package/CHANGELOG.md +6 -555
  2. package/LICENSE +150 -0
  3. package/README.md +161 -17
  4. package/dist/gateway/adapters/webchat.d.ts +2 -0
  5. package/dist/gateway/adapters/webchat.d.ts.map +1 -1
  6. package/dist/gateway/adapters/webchat.js +22 -2
  7. package/dist/gateway/adapters/webchat.js.map +1 -1
  8. package/dist/gateway/config.d.ts +17 -2
  9. package/dist/gateway/config.d.ts.map +1 -1
  10. package/dist/gateway/config.js +10 -3
  11. package/dist/gateway/config.js.map +1 -1
  12. package/dist/gateway/daemon.d.ts +3 -1
  13. package/dist/gateway/daemon.d.ts.map +1 -1
  14. package/dist/gateway/daemon.js +128 -39
  15. package/dist/gateway/daemon.js.map +1 -1
  16. package/dist/gateway/namespaces.d.ts +34 -0
  17. package/dist/gateway/namespaces.d.ts.map +1 -1
  18. package/dist/gateway/namespaces.js +58 -0
  19. package/dist/gateway/namespaces.js.map +1 -1
  20. package/dist/gateway/server.d.ts +8 -0
  21. package/dist/gateway/server.d.ts.map +1 -1
  22. package/dist/gateway/server.js +150 -41
  23. package/dist/gateway/server.js.map +1 -1
  24. package/dist/gateway/setup.d.ts +32 -0
  25. package/dist/gateway/setup.d.ts.map +1 -1
  26. package/dist/gateway/setup.js +23 -3
  27. package/dist/gateway/setup.js.map +1 -1
  28. package/dist/gateway/static/widget.js +897 -611
  29. package/dist/lib/gateway.d.ts +30 -8
  30. package/dist/lib/gateway.d.ts.map +1 -1
  31. package/dist/lib/gateway.js +36 -11
  32. package/dist/lib/gateway.js.map +1 -1
  33. package/dist/lib/history.d.ts +22 -0
  34. package/dist/lib/history.d.ts.map +1 -1
  35. package/dist/lib/history.js +59 -21
  36. package/dist/lib/history.js.map +1 -1
  37. package/dist/lib/huggingface-provider.d.ts.map +1 -1
  38. package/dist/lib/huggingface-provider.js +11 -3
  39. package/dist/lib/huggingface-provider.js.map +1 -1
  40. package/dist/lib/license.d.ts +76 -0
  41. package/dist/lib/license.d.ts.map +1 -0
  42. package/dist/lib/license.js +141 -0
  43. package/dist/lib/license.js.map +1 -0
  44. package/docs/agentic-harness-primer.md +283 -0
  45. package/docs/conditional-continuation.md +167 -0
  46. package/docs/web-app-agent-guide.md +520 -0
  47. package/examples/web-app-agent/README.md +187 -0
  48. package/examples/web-app-agent/agent/mcp-shim.js +105 -0
  49. package/examples/web-app-agent/gateway.config.example.json +52 -0
  50. package/examples/web-app-agent/package.json +13 -0
  51. package/examples/web-app-agent/public/agent/bridge-mount.js +75 -0
  52. package/examples/web-app-agent/public/agent/chat-client.js +104 -0
  53. package/examples/web-app-agent/public/agent/commands.js +250 -0
  54. package/examples/web-app-agent/public/agent/device-thread.js +48 -0
  55. package/examples/web-app-agent/public/agent/panel.css +107 -0
  56. package/examples/web-app-agent/public/agent/panel.js +369 -0
  57. package/examples/web-app-agent/public/app.js +250 -0
  58. package/examples/web-app-agent/public/index.html +111 -0
  59. package/examples/web-app-agent/server.js +242 -0
  60. package/package.json +7 -3
package/CHANGELOG.md CHANGED
@@ -1,559 +1,10 @@
1
1
  # Changelog
2
2
 
3
- ## v0.31.65
3
+ ## v1.0.0
4
4
 
5
- You've hit your weekly limit · resets Aug 6, 9pm (UTC)
5
+ First stable release.
6
6
 
7
- - Bug fixes and stability improvements
8
-
9
- ## v0.31.64
10
-
11
- You've hit your weekly limit · resets Aug 6, 9pm (UTC)
12
-
13
- - Bug fixes and stability improvements
14
-
15
- ## v0.31.63
16
-
17
- - Gateway model settings are now organized into Anthropic, OpenAI, and HuggingFace provider cards with editable model catalogs, credentials, context windows, and clear empty states.
18
- - One gateway-default control now spans all providers while preserving the separate default Claude CLI sub-model.
19
- - Model catalog and credential changes apply live without a restart, explicitly support credential clearing, and refresh every open thread picker after saving.
20
-
21
- ## v0.31.62
22
-
23
- - Direct-provider agents now receive namespace-scoped stdio MCP tools, giving OSS and OpenAI models the same application capabilities as Claude CLI threads.
24
- - Tool-turn planning prose is kept private and only terminal answer text is streamed or persisted.
25
- - `disallowedTools` now applies consistently to Claude CLI and direct-provider tool surfaces.
26
-
27
- ## v0.31.61
28
-
29
- - Scheduled triggers no longer start a turn while the thread is already busy — they queue and are delivered when it goes idle, preventing multiple concurrent turns of the same thread editing the same files.
30
- - Assistant guidance now discourages delegating work to another thread inside the same working tree.
31
-
32
- ## v0.31.61
33
-
34
- - Bug fixes and stability improvements
35
-
36
- ## v0.31.60
37
-
38
- - OpenAI reasoning models (e.g. `gpt-5.6-sol`) now run against the `/v1/responses` API, so tool use and reasoning work together instead of being mutually exclusive.
39
-
40
- ## v0.31.59
41
-
42
- - New OpenAI-compatible providers now work reliably, with clearer error messages.
43
-
44
- ## v0.31.58
45
-
46
- - OpenAI models can now be added to the gateway: a model entry with `provider: "openai"` runs against the OpenAI API using a new `openaiApiKey` credential, editable live via the Settings modal or `PUT /api/config` with no restart.
47
- - Model entries' `contextWindow` is now honored for any non-Claude model, so models unknown to the built-in map can be sized from config.
48
- - Webhook-triggered turns now receive the model catalog and provider credentials like every other path (previously they silently fell back to hardcoded Claude defaults).
49
-
50
- ## v0.31.57
51
-
52
- - Assistant instructions slimmed down and made truthful — removes a false "Read tool is disabled" claim that could make the assistant mistake its own instructions for prompt injection.
53
- - Files read with the built-in Read tool are now captured into searchable storage automatically, clean of line-number artifacts.
54
- - Background-job watcher and scheduling recipes moved out of the per-turn instructions into retrievable reference content, cutting per-turn overhead.
55
- - A token budget now guards the static instructions against silently growing back.
56
-
57
- ## v0.31.56
58
-
59
- - The default Claude model set on the gateway now applies to every conversation. Previously it only reached web chat — scheduled triggers, agent-to-agent messages and API-driven turns quietly ran a different model.
60
-
61
- ## v0.31.55
62
-
63
- - The chat now detects a dead connection and reconnects on its own, instead of going quiet while replies pile up unseen.
64
- - Waking a phone or switching back to the tab immediately checks the connection is still alive.
65
- - The connection indicator no longer turns amber on a healthy but idle conversation.
66
-
67
- ## v0.31.54
68
-
69
- - Messages from scripts and webhooks no longer pose as agents, so replying to one can't create a stray thread.
70
- - Running the test suite no longer starts real conversations on your live gateway.
71
- - Test threads are grouped under a `test` namespace, out of your personal thread list.
72
-
73
- ## v0.31.53
74
-
75
- - Agents now keep background work alive after finishing a turn.
76
- - Long-running tasks resume reliably with scheduled follow-up deadlines.
77
-
78
- ## v0.31.52
79
-
80
- - Pin a context limit per conversation thread for finer control over context usage.
81
- - Improved answer quality when working with large or retrieved documents.
82
-
83
- ## v0.31.51
84
-
85
- - Fixed the model picker popover overflowing off the right edge of the screen on mobile — it now opens back into the viewport and stays within the screen width on any device.
86
-
87
- ## v0.31.50
88
-
89
- - Redesigned the model controls: the header model label now opens a compact popover for picking provider / model / effort, instead of a full-panel modal.
90
- - New ⚙ Settings button opens a clean, centered modal for managing the available Claude models and provider credentials.
91
- - Saving a model change refreshes the thread's model dropdown live, no reload needed.
92
-
93
- ## v0.31.49
94
-
95
- - Add, remove, and set the default Claude model — and set the HuggingFace API key — directly from the in-app config panel. Changes take effect on the next turn with no restart.
96
- - Removed the thread "disposition" dropdown (Neutral/Brainstorm/…).
97
-
98
- ## v0.31.48
99
-
100
- - Claude CLI conversations now default to the more capable Opus 5 model.
101
- - Improved reliability of file edits and tool results during retrieval.
102
-
103
- ## v0.31.47
104
-
105
- - Tool operations now stored more reliably, improving file-related task accuracy
106
- - Bug fixes and stability improvements
107
-
108
- ## v0.31.46
109
-
110
- - Tool actions and their results now feed into retrieval, improving context recall
111
-
112
- ## v0.31.45
113
-
114
- - Track which files each agent touched, for clearer recent-context history
115
- - Bug fixes and stability improvements
116
-
117
- ## v0.31.44
118
-
119
- - Bug fixes and stability improvements
120
-
121
- ## v0.31.43
122
-
123
- - Bug fixes and stability improvements
124
-
125
- ## v0.31.42
126
-
127
- - Bug fixes and stability improvements
128
- - New guide: embed a persistent AI agent in your web app
129
-
130
- ## v0.31.41
131
-
132
- - Instance-scoped settings now fall back to shared config automatically
133
- - Bug fixes and stability improvements
134
-
135
- ## v0.31.40
136
-
137
- - Namespace-scoped API keys are now a real security boundary: they can only reach threads in their own namespace (read, write, delete, config, bridge — everywhere)
138
- - Scoped keys can no longer list threads at all — thread names act as per-visitor capabilities, so one visitor can never discover another's session
139
- - Bridge tab registration now requires the key to be entitled to the thread it registers as
140
-
141
- ## v0.31.39
142
-
143
- - Extra MCP servers can now be configured per namespace instead of globally
144
-
145
- ## v0.31.38
146
-
147
- - Custom MCP servers can now be added and scoped per conversation
148
- - Namespaces let you control which threads are visible to whom
149
- - Optional bridge integration, off by default until you enable it
150
- - Fixed thread ownership so your base thread stays yours
151
-
152
- ## v0.31.37
153
-
154
- - New endpoint to ingest and store conversation transcripts
155
-
156
- ## v0.31.36
157
-
158
- - Improved reliability of activity tracking with automatic recovery on reconnect
159
-
160
- ## v0.31.35
161
-
162
- - New activity widget with consistent ordering, pinned toolbar, and smarter scrolling
163
-
164
- ## v0.31.34
165
-
166
- - Retrieved context now clearly labeled by source, improving answer accuracy and trust.
167
-
168
- ## v0.31.33
169
-
170
- - Chat now recalls past conversations more accurately and relevantly.
171
- - Retrieved messages appear in correct time order with timestamps for clearer context.
172
-
173
- ## v0.31.32
174
-
175
- - Choose from a broader set of Claude models in your gateway settings
176
-
177
- ## v0.31.31
178
-
179
- - Bug fixes and stability improvements
180
-
181
- ## v0.31.30
182
-
183
- - Pick from more Claude models, now including Sonnet 4.6, in the model selector.
184
-
185
- ## v0.31.29
186
-
187
- - Faster search results, especially for large queries
188
-
189
- ## v0.31.28
190
-
191
- - Faster search with quicker, more responsive results
192
- - Bug fixes and stability improvements
193
-
194
- ## v0.31.27
195
-
196
- - Faster, more reliable content search with improved data cleanup behind the scenes
197
-
198
- ## v0.31.26
199
-
200
- - Bug fixes and stability improvements
201
-
202
- ## v0.31.25
203
-
204
- - Faster session loading and lower memory use
205
-
206
- ## v0.31.24
207
-
208
- - Bug fixes and stability improvements
209
-
210
- ## v0.31.23
211
-
212
- - Faster searches and quicker responses, especially on large sessions
213
- - Improved stability when indexing your conversation history
214
- - Bug fixes and stability improvements
215
-
216
- ## v0.31.22
217
-
218
- - RAG search on large, actively-growing threads is faster again. The content store was generating embeddings for newly-read files inline, on the search critical path — so every search paid to embed everything added since the last one (the content branch stayed ~3.9s warm even after the 0.31.21 caching fix). Content is now embedded on write, in the background, the moment it's stored; and the search-path catch-up is bounded (at most 16 chunks inline, the rest deferred) so a cold or backlogged thread can never let embedding dominate a search. Same fix history already had — now applied to the content store.
219
-
220
- ## v0.31.21
221
-
222
- - RAG search on large threads is dramatically faster. The content-store search was re-reading most of the stored content from disk on every query (the dominant cost — measured at 3.6s warm and 25–35s cold on the big cumulus thread). Full-entry content is now cached in-process, so only the first search after a restart pays the read and every subsequent search is in-memory. Cache stays correct automatically (stored content is append-only) and is evicted on delete/prune.
223
-
224
- ## v0.31.20
225
-
226
- - Added a per-stage timing breakdown to the RAG search diagnostic so slow searches can be attributed precisely. The `[RAG Timing]` log now includes a `Search split` line isolating the query-embed, parallel-search, content-store search, and segment-expansion costs. Diagnostic only — no behavior change.
227
-
228
- ## v0.31.19
229
-
230
- - Search embedding backfill no longer gets stuck — a single message without an internal id (such as a background worker activity trace) used to abort the entire backfill, so large threads never finished catching up on search embeddings. Such messages are now skipped safely and the backlog drains.
231
-
232
- ## v0.31.18
233
-
234
- - Semantic search restored on large threads — the binary embeddings reader was crashing on any sizable thread, silently falling back to keyword-only search and degrading recall. It now reads correctly, and a clear warning is logged if an embeddings file is ever unreadable instead of failing silently.
235
-
236
- ## v0.31.17
237
-
238
- - Gateway restarts and updates no longer crash mid-restart — the embedding engine shuts down cleanly and stalled conversations are reliably stopped instead of blocking or aborting the restart.
239
- - Large or stale threads load fast again — missing search embeddings are now backfilled in the background instead of blocking the first search (fixes the multi-second stalls on big threads).
240
-
241
- ## v0.31.16
242
-
243
- - Gateway no longer crashes when a browser tab or client disconnects mid-response.
244
- - Lower memory growth on long-running gateways serving many conversations.
245
- - Large threads stay faster over time — stale cached file reads are now pruned automatically.
246
-
247
- ## v0.31.15
248
-
249
- - fix(embeddings): move ONNX model off gateway main thread — gateway delegates embed() to shared MCP server via HTTP RPC; falls back to local if shared server unavailable
250
- - fix(embeddings): disable transformers.js useBrowserCache — stops EACCES error-spamming the journal on every embed (root-owned node_modules cache)
251
-
252
- ## v0.31.14
253
-
254
- - Bug fixes and stability improvements
255
-
256
- ## v0.31.13
257
-
258
- - Bug fixes and stability improvements
259
-
260
- ## v0.31.12
261
-
262
- - New per-thread model picker lets you choose Claude Opus 4.8 or Fable 5 for each conversation.
263
-
264
- ## v0.31.11
265
-
266
- - Bug fixes and stability improvements
267
-
268
- ## v0.31.10
269
-
270
- - Tools and capabilities now start automatically when configured, no manual setup needed
271
-
272
- ## v0.31.9
273
-
274
- - Faster startup diagnostics for quicker troubleshooting of connection delays.
275
-
276
- ## v0.31.8
277
-
278
- - Bug fixes and stability improvements
279
-
280
- ## v0.31.7
281
-
282
- - Agents now have a sanctioned file-editing path (built-in Read → Edit), ending fragile script-based patching and silencing the "I'll apply the patch via a script" narration leak
283
-
284
- ## v0.31.6
285
-
286
- - Bug fixes and stability improvements
287
-
288
- ## v0.31.4
289
-
290
- - More reliable long responses — stalled streams now automatically continue instead of requiring "resume"
291
-
292
- ## v0.31.3
293
-
294
- - Fix: changelog popover now renders release notes correctly (previously showed `[object Object]` for every entry)
295
-
296
- ## v0.31.2
297
-
298
- - View recent updates from a new changelog popover in the web chat topbar
299
- - See activity chips for thinking and tool segments during agent responses
300
- - More reliable response continuation when streams stall mid-output
301
- - Bug fixes and stability improvements
302
-
303
- ## v0.31.2
304
-
305
- - Changelog popover in the web chat topbar — click the version to see what's changed across recent releases
306
-
307
- ## v0.31.1
308
-
309
- - Build cleanup: stale compiled artifacts from removed modules no longer ship in the published tarball
310
-
311
- ## v0.31.0
312
-
313
- - Removed unused remote-executor dispatch subsystem (~1700 lines): `executor.ts`, `device-mcp.ts`, `/api/executors`, `/api/device/:executorId/tool`, `/ws/executor` WebSocket, and related config fields (`executor`, `executorPaths`, `devices`, `gitRemoteUrl`). Pure dead-code removal — no behavior change.
314
-
315
- ## v0.30.30
316
-
317
- - Bug fixes and stability improvements
318
-
319
- ## v0.30.29
320
-
321
- - Attach files of any type to messages, with upload progress shown
322
- - Stricter MCP config validation catches setup errors earlier
323
- - Cleaner responses with literal `<thinking>` tags suppressed
324
- - Updated documentation reflecting current features
325
-
326
- ## v0.30.28
327
-
328
- - Bug fixes and stability improvements
329
-
330
- ## v0.30.27
331
-
332
- - Bug fixes and stability improvements
333
-
334
- ## v0.30.25
335
-
336
- - Restored tap-to-interject on the voice mode mic indicator
337
-
338
- ## v0.30.23
339
-
340
- - Voice replies now finish playing fully before the session ends
341
-
342
- ## v0.30.22
343
-
344
- - Voice mode now plays full responses instead of just the first sentence
345
-
346
- ## v0.30.21
347
-
348
- - Bug fixes and stability improvements
349
-
350
- ## v0.30.20
351
-
352
- - New per-thread Claude effort selector lets you tune reasoning depth per conversation
353
- - Bug fixes and stability improvements
354
-
355
- ## v0.30.20
356
-
357
- - Detect transient errors in stream content text (not just thrown errors) and throw to trigger retry
358
- - Generic `[Error: {reason}]` pattern catches all error types (terminated, fetch failed, connection closed, etc.)
359
- - Automatic retry with exponential backoff for HuggingFace and Claude CLI paths
360
-
361
- ## v0.30.17
362
-
363
- You've hit your limit · resets 9pm (UTC)
364
-
365
- - Bug fixes and stability improvements
366
-
367
- ## v0.30.16
368
-
369
- You've hit your limit · resets 9pm (UTC)
370
-
371
- - Bug fixes and stability improvements
372
-
373
- ## v0.30.15
374
-
375
- - Bug fixes and stability improvements
376
-
377
- ## v0.30.14
378
-
379
- - Cross-gateway agent messaging: agents on different gateways can now talk to each other
380
- - Voice conversation mode with server-side narration for hands-free use
381
- - First-run setup wizard, in-app update checker, and per-thread model selection
382
- - Inline annotations: highlight chat text to comment like Google Docs
383
- - Bug fixes and stability improvements (Windows spawn, blex resize, streaming reliability)
384
-
385
- ## v0.30.14
386
-
387
- - Windows 11 compatibility: fixed `spawn EINVAL` when the gateway tries to run the `claude.cmd` shim. All Claude CLI spawn sites (gateway, TUI, MCP handler, content-detector, summaries) now route through cmd.exe on Windows.
388
-
389
- ## v0.30.13
390
-
391
- - Blex blocks can now be resized: drag the right edge to widen past the 78ch column, double-click to reset. Widths persist per-block.
392
-
393
- ## v0.30.11
394
-
395
- - Agents can now communicate across multiple gateways (federation)
396
- - New voice conversation mode with text-to-speech narration
397
- - First-run setup wizard and in-app update checking
398
- - Inline text annotations — highlight and comment like Google Docs
399
- - Workers show live activity chips; orchestrator manages background tasks
400
-
401
- ## v0.30.10
402
-
403
- - New check-for-updates button in the UI
404
- - Voice conversation mode with text-to-speech support
405
- - Inline text annotations — highlight and comment like Google Docs
406
- - First-run setup wizard and configuration CLI
407
- - Bug fixes and stability improvements
408
-
409
- ## v0.30.9
410
-
411
- - New check-for-updates button in the UI
412
- - Voice conversation mode with text-to-speech support
413
- - Inline text annotations — highlight and comment like Google Docs
414
- - First-run setup wizard and configuration CLI
415
- - Bug fixes and stability improvements
416
-
417
- ## v0.30.8
418
-
419
- - Voice conversation mode with text-to-speech support
420
- - Inline text annotations — highlight and comment like Google Docs
421
- - Worker activity chips show live agent status above input
422
- - First-run setup wizard and config CLI for easier onboarding
423
- - Self-update system with version check and update notifications
424
- - Per-thread model selector and scheduled thread triggers
425
- - Pipeline dashboard for monitoring data flows
426
- - Infinite scroll for long conversation threads
427
- - Bug fixes and stability improvements
428
-
429
- ## v0.30.7
430
-
431
- - Voice conversation mode with text-to-speech support
432
- - Inline text annotations — highlight and comment like Google Docs
433
- - Worker activity chips show live agent status above input
434
- - First-run setup wizard and configuration CLI
435
- - Bug fixes and stability improvements
436
-
437
- ## v0.30.6
438
-
439
- - Voice conversation mode with text-to-speech support
440
- - Inline text annotations — highlight and comment like Google Docs
441
- - Worker activity chips show live agent status above input
442
- - First-run setup wizard and config CLI for easier onboarding
443
- - Structured todo/thinking response format with debug mode
444
- - Per-thread model selector and adaptive context management
445
- - Scheduled thread triggers, inbound webhooks, and email tools
446
- - Pipeline dashboard for monitoring data flows
447
- - Infinite scroll for long threads and improved streaming reliability
448
- - Self-update system with version checks and update notifications
449
- - Bug fixes and stability improvements
450
-
451
- ## v0.30.5
452
-
453
- - Voice conversation mode with text-to-speech support
454
- - Inline text annotations — highlight and comment like Google Docs
455
- - Worker activity chips show live agent status above input
456
- - First-run setup wizard and config CLI for easier onboarding
457
- - Scheduled thread triggers, auto-resume after restart, and graceful shutdown
458
- - Self-update system with version checks and update notifications
459
- - Per-thread model selector and adaptive context management
460
- - Inbound webhooks, email tools, and media upload support
461
- - Bug fixes and stability improvements
462
-
463
- ## v0.30.5
464
-
465
- - Update @luckydraw/blex to 0.1.13 (unicode diagram rendering fix in branch block code blocks)
466
-
467
- ## v0.30.4
468
-
469
- - Update @luckydraw/blex to 0.1.12 (CSS !important fix for branch block readability)
470
-
471
- ## v0.30.3
472
-
473
- - Bump to v0.30.3, update @luckydraw/blex to 0.1.11
474
- - Voice conversation mode with server-side text-to-speech
475
- - Inline text annotations — highlight and comment like Google Docs
476
- - Worker activity chips show live agent status above input
477
- - Scheduled thread triggers with cron and one-shot support
478
- - First-run setup wizard and self-update system
479
- - Pipeline dashboard with REST endpoints and MCP tool integration
480
- - Infinite scroll for long threads and per-thread model selector
481
- - Inbound webhooks and email tools for CRM automation
482
- - Bug fixes and stability improvements
483
-
484
- ## v0.30.3
485
-
486
- - Updated @luckydraw/blex to 0.1.11 (clean rebuild with Option C styling + light background fix for branch blocks)
487
-
488
- ## v0.30.2
489
-
490
- - Updated @luckydraw/blex to 0.1.11 (stale build artifacts in 0.1.9/0.1.10)
491
-
492
- ## v0.30.1
493
-
494
- - Updated @luckydraw/blex to 0.1.8 (adds `branch` block type — interactive flowchart navigator)
495
-
496
- ## v0.30.0
497
-
498
- - First-run setup wizard and configuration CLI for easier onboarding
499
- - Voice conversation mode with server-side text-to-speech
500
- - Inline text annotations — highlight and comment like Google Docs
501
- - Worker activity chips show live agent status above the input
502
- - Scheduled thread triggers, inbound webhooks, and email tools
503
- - Per-thread model selector and pipeline dashboard
504
- - Self-update system with version checks and update notifications
505
- - Automatic resume of interrupted threads after gateway restart
506
- - Adaptive RAG context budgets replace fixed size presets
507
- - Bug fixes and stability improvements
508
-
509
- ## v0.29.1
510
-
511
- - New voice conversation mode with text-to-speech support
512
- - First-run setup wizard and configuration CLI for easier onboarding
513
- - Inline text annotations — highlight and comment like Google Docs
514
- - Worker activity chips show live AI status above the input
515
- - Self-update system with version checks and update notifications
516
- - Per-thread model selector and scheduled thread triggers
517
- - Inbound webhooks, email tools, and media upload support
518
- - Pipeline dashboard for monitoring data flows
519
- - Infinite scroll for long threads and improved streaming reliability
520
- - Bug fixes and stability improvements
521
-
522
- ## v0.29.0
523
-
524
- - Voice conversation mode with text-to-speech support
525
- - Inline text annotations — highlight and comment like Google Docs
526
- - Pipeline dashboard for monitoring task status
527
- - Per-thread model selector and scheduled thread triggers
528
- - Self-update system with version checks and update notifications
529
- - Windows compatibility and media upload support
530
- - Smarter context handling with adaptive RAG and auto-resume after restarts
531
- - Bug fixes and stability improvements
532
-
533
- ## v0.28.8
534
-
535
- - Voice conversation mode with text-to-speech responses
536
- - Self-update system: check for and install new versions from the gateway
537
- - Inline text annotations — highlight and comment like Google Docs
538
- - Windows compatibility for admin endpoints
539
- - Per-thread model selector, scheduled thread triggers, and infinite scroll
540
- - Pipeline dashboard for monitoring data flows
541
- - Inbound webhooks, email tools, and media uploads
542
- - Auto-resume interrupted threads after gateway restart
543
- - Adaptive RAG budgets and improved support for GLM-5 and HuggingFace models
544
- - Bug fixes and stability improvements
545
-
546
- ## v0.28.7
547
-
548
- - Self-update system: check for and install updates from the gateway itself
549
- - Windows support for admin API and platform-specific features
550
- - Inline annotations: highlight and comment on text like Google Docs
551
- - Pipeline dashboard for monitoring data flows
552
- - Per-thread model selector, scheduled triggers, and infinite scroll
553
- - Webhook ingestion, email tools, and media uploads
554
- - Smarter context management and improved support for open-source models
555
- - Bug fixes and stability improvements
556
-
557
- ## v0.28.7
558
-
559
- - Bug fixes and stability improvements
7
+ - Cumulus is now licensed by Lucky Draw LLC: free for evaluation, development, testing, and personal use; production and commercial use require a paid license (see LICENSE).
8
+ - License keys with demo mode — unlicensed gateways run fully featured, capped at 5 visitor threads per app namespace.
9
+ - Web-app agent starter kit in `examples/web-app-agent`: a complete runnable app showing session-gated key delivery, device threads, in-page agent commands, and the confirm-gated risk tiers.
10
+ - Gateway settings redesigned: one default-model control, provider-organized model catalog (Anthropic, OpenAI, HuggingFace), in-app credentials and license key — changes apply live, no restart.