Implement clipboard management, logging, and AI task handling with hotkey support and fixt pritty setings XD

This commit is contained in:
2026-01-31 18:49:59 +01:00
parent e90cf242bd
commit 2e700fb867
11 changed files with 587 additions and 4 deletions

View File

@@ -1,3 +1,6 @@
pub mod app_state;
pub mod settings;
pub mod greet;
pub mod ollama;
pub mod logs;
pub mod manual_test;