• v1.5.2 772241098b

    v1.5.2 Stable

    Ghost released this 2026-05-05 03:01:50 +02:00 | 319 commits to main since this release

    What'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
  • v1.5.1 2bea303b06

    v1.5.1 Stable

    Ghost released this 2026-05-05 01:20:22 +02:00 | 321 commits to main since this release

    What'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
  • v1.5.0 ecc542a85a

    v1.5.0 Stable

    Ghost released this 2026-05-04 23:42:32 +02:00 | 323 commits to main since this release

    What'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
  • v1.4.14 5b93a3fb92

    v1.4.14 Stable

    Ghost released this 2026-05-04 21:42:58 +02:00 | 325 commits to main since this release

    What's Changed

    • refactor: rename debug module to diagnostics (510c096)
    • chore: migrate config path from /config to /runtime directory (7459b15)
    • chore: remove Claude AI configuration files (d0788e7)
    Downloads
  • v1.4.13 23fe04231e

    v1.4.13 Stable

    Ghost released this 2026-05-04 15:57:30 +02:00 | 329 commits to main since this release

    What's Changed

    • chore(deps): update rust crate tokio to v1.52.2 (b335a3b)
    Downloads
  • v1.4.12 a5ef3e7303

    v1.4.12 Stable

    Ghost released this 2026-04-27 16:41:59 +02:00 | 332 commits to main since this release

    What's Changed

    • chore(deps): update rust crate reqwest to v0.13.3 (9457597)
    Downloads
  • v1.4.11 fc3200eb3f

    v1.4.11 Stable

    Ghost released this 2026-04-23 03:45:33 +02:00 | 335 commits to main since this release

    What's Changed

    • chore(deps): update rust crate mimalloc to v0.1.50 (a7a151b)
    Downloads
  • v1.4.10 7dd4fc51e7

    v1.4.10 Stable

    Ghost released this 2026-04-17 00:43:34 +02:00 | 338 commits to main since this release

    What's Changed

    • chore(deps): update rust crate tokio to v1.52.1 (39dfe88)
    Downloads
  • v1.4.9 3039f928af

    v1.4.9 Stable

    Ghost released this 2026-04-16 07:42:05 +02:00 | 341 commits to main since this release

    What's Changed

    • chore(deps): update rust crate uuid to v1.23.1 (a597fe9)
    Downloads
  • v1.4.8 6b0cc85ebf

    v1.4.8 Stable

    Ghost released this 2026-04-14 22:42:21 +02:00 | 344 commits to main since this release

    What's Changed

    • chore(deps): update rust crate tokio to v1.52.0 (d80a8ae)
    Downloads