1
0
Commit Graph

9 Commits

Author SHA1 Message Date
7b144aedd7 refactor: Implement dynamic skill loading from definitions, replacing hardcoded skills, and add a new skill management command. 2026-02-28 13:43:23 +01:00
75a6d20e0d feat: introduce a background daemon service for persistent operation and inter-process communication. 2026-02-28 12:32:03 +01:00
482fe84eb1 feat: Implement new commands for recording control, configuration management, latency testing, and status display, updating program entry and project references. 2026-02-27 01:12:23 +01:00
a365448399 feat: Implement a modular skill system with hotword detection, streaming text output, and enhanced logging. 2026-02-27 00:39:32 +01:00
4ee4bc5457 feat: Improve command parsing, add missing command error handling, and enhance audio processing robustness with better empty transcript detection and notifications. 2026-02-26 22:17:08 +01:00
d60730c4bf Refactor: Reorganize project structure by moving core components into dedicated directories and introducing new configuration and API models. 2026-02-26 21:51:36 +01:00
fbff8c98ff feat: Add Native AOT compilation and source-generated JSON serialization, streamline CLI arguments, and remove translation functionality. 2026-02-26 21:40:17 +01:00
c2f4cbbfb2 feat: Add configurable LLM and Whisper models with user selection and API integration. 2026-02-25 22:05:32 +01:00
863063f124 initial commit 2026-02-25 21:51:27 +01:00