mirror of
https://github.com/kunkunsh/kunkun.git
synced 2025-04-04 14:46:42 +00:00

* feat(shell): add hidden window style to PowerShell script execution Modify PowerShell script execution to run with hidden window style in both TypeScript API and Rust plugin to prevent visible command windows * feat(desktop): implement cross-platform paste functionality in clipboard extension * feat(desktop): enhance hotkey functionality with registration and update methods * fix(desktop): remove unnecessary border from command root styling * feat(desktop): add cross-platform paste support for clipboard extension - Import Tauri OS plugin to detect platform - Implement platform-specific paste methods for macOS, Windows, and Linux - Add error handling for unsupported platforms - Center windows in Tauri configuration * feat(desktop): extend global key handler to support Linux control key for settings navigation