1
0
Commit Graph

10 Commits

Author SHA1 Message Date
96ccf0ea9a refactor: centralize common strings, paths, and default values into a new Constants class. 2026-02-28 15:41:40 +01:00
0577640da9 feat: Introduce ITranscriptionOrchestrator and related interfaces, refactoring DaemonService and other components to use dependency injection. 2026-02-28 15:36:03 +01:00
dcb2ab3968 feat: Implement compact JSON serialization for history entries, improve history loading robustness, and add a new LLM model option. 2026-02-28 14:35:30 +01:00
ac4ef78c02 feat: dynamically suggest typing backend based on XDG_SESSION_TYPE detection 2026-02-28 14:08:00 +01:00
a08838fbc4 feat: Implement history tracking with new CLI commands for viewing past transcripts and usage statistics. 2026-02-28 14:06:58 +01:00
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
27d7d11b63 feat: Implement daemon support for piping LLM output to stdout or clipboard via an extended socket protocol and update project documentation. 2026-02-28 12:42:41 +01:00
75a6d20e0d feat: introduce a background daemon service for persistent operation and inter-process communication. 2026-02-28 12:32:03 +01:00
9a207bc39a feat: Introduce Summary and Professional skills, replacing the old style mode and text structuring configuration options. 2026-02-27 01:28:00 +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