Integrated AI agent for changing tone of messages and summarizing them#177
Merged
artem-yatchenko merged 3 commits intoOct 20, 2025
Merged
Integrated AI agent for changing tone of messages and summarizing them#177
Conversation
IgorKhomenko
approved these changes
Oct 2, 2025
artem-yatchenko
pushed a commit
that referenced
this pull request
Oct 21, 2025
* Added support for forwarding messages (#168) * rewrite context menu components * added message context links * added replied message id to draft object * added replied_message_id to client api * added replied message view into chat message list * added suport for replied messages in pagination llogic * replaced InfiniteScroll with VisibilityObserver service * added message fetch top/bottom, added scroll position save * fixed overwriting of conversation updated_at with draft * added new folder: services/tools * removed logs * corrected limit for reply fetch (comment) * fixed comments * added scroll to bottom btn * restore scroll position of chatList when page reloads * added autofocus when selecting a message for reply * removed log * added hold message event for mobile and web * fixed create new 1-1 chat * added copy & save as actions * added forwarded message view support * synchronized message forwarding * removed margin in SHub * revert last commit * fixed attachment copy and save as * large bugfix commit after testing * added counter of selected messages * fixed minor bugs * added loader when sending messages * repalced link for sandbox * updated CHANGELOG.md * SK-519 Added option to edit messages (#173) * SK-519 added edit message functionality * SK-519 Added alert for empttty message * SK-519 fixed backup old input value * SK-530 Implemented password reset feature (#175) * SK-530 init reset password modal * SK-530 fix sandbox imports * SK-530 minro fixes * SK-530 added `?` * SK-530 updated text * SK-524 Implement Delete message feature (#178) * SK-519 added edit message functionality * SK-519 Added alert for empttty message * SK-519 fixed backup old input value * SK-524 Implement Delete message feature (#174) * SK-524 added message delete option with "all" type * SK-524 Added ConfirmWindowProvider, support for "myself" deletion ttype * SK-524 corrected message * SK-524 fixed delete option for all message, added update logic for conversation object * SK-524 fixed `delete account` when adding user to existed chat * SK-524 disable sandbox * SK-524 enable sandbox * SK-524 minor fixes * Fixed a missing `}` error * Fixed hidden input container * Fixed minor comments (#181) * Integrated AI agent for changing tone of messages and summarizing them (#177) * SK-527 Integrated AI agent for changing tone of messages and summarizing them * SK-527 optimzie for mobile * SK-527 disable `unreads` options * Blocked drag message option for web (#179) * Fixed focus on login form when modal reset window is open * updated CHANGELOG.md * Fixed inability to edit messages * Disabled option to edit forwarded messages * Updated CHANGELOG.md
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.