Style AI Suggestions tray close button for visibility
Details
The × close button was transparent with no hover state, making it
nearly invisible. Give it a secondary background, bold text, rounded
corners, and a hand cursor so it reads as an interactive control.
The button was already wired to ToggleIntentTrayCommand. Bumps to
1.48.3.
Fix missing using PrivStack.Sdk in MainWindow.axaml.cs
Details
Add missing import for IResponsiveLayoutService which lives in the
SDK namespace.
Replace hardcoded quick action shortcuts with generic shortcut routing
Details
Remove plugin-specific action ID lookups (tasks.new_quick_task,
calendar.new_quick_event) from the keyboard handler. Instead, the
shell now generically resolves Cmd+letter combos against all registered
QuickActionDescriptor.DefaultShortcutHint values via
QuickActionService.FindActionByShortcut(). Shell-owned shortcuts
(Cmd+K, Cmd+I, etc.) are checked first and take priority. Bumps
desktop to 1.48.2.
Add Cmd+T global shortcut for quick task creation
Details
Wire Cmd+T in the tunnel-phase keyboard handler to invoke the
tasks.new_quick_task quick action via QuickActionService. Bumps
desktop version to 1.48.1.
Resolve Linux and Windows CI build failures
Details
Linux: LlamaSharp.Backend.Cpu ships multiple native .so variants
(avx/avx2/avx512/base) that produce NETSDK1152 duplicate publish output
errors. Set ErrorOnDuplicatePublishOutputFiles=false to allow the SDK
to resolve the conflict.
Windows: cacert.pem was excluded by the blanket *.pem gitignore rule,
causing include_bytes! in s3_transport.rs to fail at compile time.
Added a negation rule to track the CA bundle file.
Version bump: 1.47.2 → 1.47.3
Get notified about new releases