-
v1.5.2 Stable
released this
2026-05-05 03:01:50 +02:00 | 319 commits to main since this releaseWhat's Changed
-
refactor: replace mpsc with broadcast for send commands and add runtime supervisor (
57ac765)
Replace mpsc channel with broadcast channel for Matrix send commands to support multiple subscribers. Add comprehensive debug event recording throughout the message bus for messages, media, avatar changes, and send commands.Introduce RuntimeSupervisor to manage Matrix client and module lifecycle in response to runtime configuration changes. Supervisor handles account reconciliation, preloading secondary accounts, and grac
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
-
-
v1.5.1 Stable
released this
2026-05-05 01:20:22 +02:00 | 321 commits to main since this releaseWhat's Changed
-
refactor: remove per-command LLM configuration and simplify voice threshold (
52de239)
Remove model and temperature overrides from individual command configurations (CommandConfig, SearchCommandConfig, VoiceSummarizeConfig, EmailSummarizeConfig). All commands now use the default LLM settings from the global configuration.Change voice module summarization threshold from time-based (seconds) to word-based (words), with default increased from 60 to 100 words. Add alias for backward compatibility.
Rename Runtime
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
-
-
v1.5.0 Stable
released this
2026-05-04 23:42:32 +02:00 | 323 commits to main since this releaseWhat's Changed
-
feat: add default runtime commands and improve secret masking in web API (
1069880)
Add default runtime commands for weather, summarization, and general queries with German prompts. Expand default module configurations for voice, media, webhooks, and email.Implement comprehensive secret masking for JSON module configurations and add preservation logic to prevent accidental secret overwrites when masked values are submitted back through the API.
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
-
-
v1.4.14 Stable
released this
2026-05-04 21:42:58 +02:00 | 325 commits to main since this releaseWhat's Changed
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
-
Source code (ZIP)
-
v1.4.13 Stable
released this
2026-05-04 15:57:30 +02:00 | 329 commits to main since this releaseWhat's Changed
- chore(deps): update rust crate tokio to v1.52.2 (
b335a3b)
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
- chore(deps): update rust crate tokio to v1.52.2 (
-
v1.4.12 Stable
released this
2026-04-27 16:41:59 +02:00 | 332 commits to main since this releaseWhat's Changed
- chore(deps): update rust crate reqwest to v0.13.3 (
9457597)
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
- chore(deps): update rust crate reqwest to v0.13.3 (
-
v1.4.11 Stable
released this
2026-04-23 03:45:33 +02:00 | 335 commits to main since this releaseWhat's Changed
- chore(deps): update rust crate mimalloc to v0.1.50 (
a7a151b)
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
- chore(deps): update rust crate mimalloc to v0.1.50 (
-
v1.4.10 Stable
released this
2026-04-17 00:43:34 +02:00 | 338 commits to main since this releaseWhat's Changed
- chore(deps): update rust crate tokio to v1.52.1 (
39dfe88)
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
- chore(deps): update rust crate tokio to v1.52.1 (
-
v1.4.9 Stable
released this
2026-04-16 07:42:05 +02:00 | 341 commits to main since this releaseWhat's Changed
- chore(deps): update rust crate uuid to v1.23.1 (
a597fe9)
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
- chore(deps): update rust crate uuid to v1.23.1 (
-
v1.4.8 Stable
released this
2026-04-14 22:42:21 +02:00 | 344 commits to main since this releaseWhat's Changed
- chore(deps): update rust crate tokio to v1.52.0 (
d80a8ae)
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
- chore(deps): update rust crate tokio to v1.52.0 (