You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat: add message scheduling via right-click on Send button
- Added dropdown menu to Send button with scheduling option
- Right-click or dropdown opens menu with 'Send message' and 'Schedule for after task completion' options
- Updated QueuedMessages component to show scheduled messages with clock icon
- Added translations for new scheduling feature
- Messages can be scheduled to send automatically after current task completes
Fixes#7738
Copy file name to clipboardExpand all lines: webview-ui/src/i18n/locales/en/chat.json
+2Lines changed: 2 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -128,6 +128,7 @@
128
128
"enhancePromptDescription": "The 'Enhance Prompt' button helps improve your prompt by providing additional context, clarification, or rephrasing. Try typing a prompt in here and clicking the button again to see how it works.",
129
129
"addImages": "Add images to message",
130
130
"sendMessage": "Send message",
131
+
"scheduleForAfterTask": "Schedule for after task completion",
131
132
"stopTts": "Stop text-to-speech",
132
133
"typeMessage": "Type a message...",
133
134
"typeTask": "Type your task here...",
@@ -387,6 +388,7 @@
387
388
},
388
389
"queuedMessages": {
389
390
"title": "Queued Messages:",
391
+
"scheduledTitle": "Scheduled for after task completion",
0 commit comments