feat(ux): accept and send action

This commit is contained in:
Shivam Mishra
2026-01-22 18:00:19 +05:30
parent 9e97cc0cdd
commit 0eaab0a9ae
4 changed files with 105 additions and 13 deletions
@@ -6,4 +6,5 @@ export const LOCAL_STORAGE_KEYS = {
DISMISSED_LABEL_SUGGESTIONS: 'labelSuggestionsDismissed',
MESSAGE_REPLY_TO: 'messageReplyTo',
RECENT_SEARCHES: 'recentSearches',
COPILOT_ACCEPT_ACTION: 'copilotAcceptAction',
};