• 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