feat: add reminder scheduling and sound controls

This commit is contained in:
2026-06-01 21:01:11 +08:00
parent 4a7b739eea
commit c794e32023
36 changed files with 2494 additions and 35 deletions
+1
View File
@@ -7,6 +7,7 @@
enum class CommandDispatchAction
{
Chat,
Reminder,
UnsupportedTool,
};