Shivam Mishra
|
47f8b2cd0c
|
refactor: handling keyboard shortcuts (#9242)
* fix: Resolve and go next keyboard shortcuts doesn't work
* refactor: use buildHotKeys instead of hasPressedCommandPlusAltAndEKey
* feat: install tinykeys
* refactor: use tinykeys
* test: update buildKeyEvents
* fix: remove stray import
* feat: handle action list globally
* feat: allow configuring `allowOnFocusedInput`
* chore: Navigate chat list item
* chore: Navigate dashboard
* feat: Navigate editor top panel
* feat: Toggle file upload
* chore: More keyboard shortcuts
* chore: Update mention selection mixin
* chore: Phone input
* chore: Clean up
* chore: Clean up
* chore: Dropdown and editor
* chore: Enter key to send and clean up
* chore: Rename mixin
* chore: Review fixes
* chore: Removed unused shortcut from modal
* fix: Specs
---------
Co-authored-by: iamsivin <iamsivin@gmail.com>
Co-authored-by: Sivin Varghese <64252451+iamsivin@users.noreply.github.com>
|
2024-04-26 15:41:02 +05:30 |
|
Pranav Raj S
|
146e46d79f
|
fix: Disable AI Assist CTA if not required (#8375)
- Show CTAs only on production
|
2023-11-17 20:10:46 -08:00 |
|
Muhsin Keloth
|
b89c917198
|
feat: Add CTAs for AI features (#7538)
|
2023-08-16 08:39:41 +05:30 |
|
Muhsin Keloth
|
c8a40932cc
|
chore: Add June event for AI reply suggest dismissal (#7601)
|
2023-07-31 13:20:47 +05:30 |
|
Muhsin Keloth
|
91c1061214
|
feat: Add more AI options (#7502)
Co-authored-by: Shivam Mishra <scm.mymail@gmail.com>
Co-authored-by: Nithin David Thomas <1277421+nithindavid@users.noreply.github.com>
Co-authored-by: Pranav Raj S <pranav@chatwoot.com>
|
2023-07-16 12:25:16 -07:00 |
|
Shivam Mishra
|
7c080fa9fa
|
feat: label suggestion UI (#7480)
|
2023-07-13 09:16:09 +05:30 |
|
Muhsin Keloth
|
5b4f92ccd2
|
fix: Add the option to revert the AI generated content (#7458)
|
2023-07-10 11:30:22 +05:30 |
|
Muhsin Keloth
|
1936369b12
|
feat: Add analytics event for OpenAI (#7074)
* Add analytics event for OpenAI
* Add more variations
|
2023-05-15 11:57:56 +05:30 |
|
Muhsin Keloth
|
86384bf876
|
feat: Reply suggestion and summary generation using OpenAI (#7029)
Add `reply_suggestions` and `summary_generation` options for OpenAI integration
Fixes: https://linear.app/chatwoot/issue/CW-1595/frontend-for-generating-conversation-summary
Co-authored-by: Nithin David Thomas <1277421+nithindavid@users.noreply.github.com>
Co-authored-by: Sojan Jose <sojan@pepalo.com>
|
2023-05-10 17:50:37 +05:30 |
|
Muhsin Keloth
|
92fa9c4fdc
|
feat: Ability to improve drafts in the editor using GPT integration (#6957)
ref: https://github.com/chatwoot/chatwoot/issues/6436
fixes: https://linear.app/chatwoot/issue/CW-1552/ability-to-rephrase-text-in-the-editor-using-gpt-integration
---------
Co-authored-by: Sojan <sojan@pepalo.com>
Co-authored-by: Nithin David Thomas <1277421+nithindavid@users.noreply.github.com>
|
2023-04-24 23:52:23 +05:30 |
|