1
0

10 Commits

Author SHA1 Message Date
a6c7df0a71 refactor: modernize code, improve performance, and clean up various components. 2026-03-01 21:05:35 +01:00
15f9647f8a chore: Introduce Qodana static analysis configuration and apply minor code formatting and C# 12 collection expressions. 2026-03-01 20:07:20 +01:00
8ec0629e1a feat: Implement direct typing for the Terminal skill with a new default delay for text injection. 2026-02-28 17:05:14 +01:00
ee50b9464a Clarify summarization skill system prompt by rephrasing ignore instruction and removing redundant 'Remove all fluff'. 2026-02-28 16:51:41 +01:00
d6f8fb32c6 docs: Improve skill descriptions to explicitly request only the final output text. 2026-02-28 16:48:43 +01:00
46f8596e36 feat: Improve SystemPrompt clarity for terminal, professional, and summary skills, and add interactive execution confirmation to the terminal skill script. 2026-02-28 16:45:21 +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
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
d910fe1441 fix: Set TerminalSkill.HandlesExecution to false to prevent direct LLM command execution. 2026-02-27 00:46:34 +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