Commit Graph

1983 Commits

Author SHA1 Message Date
Med Marrouchi
d2a7f048dc
Merge pull request #1049 from Hexastack/fix/llm-nlu-initialization
Some checks are pending
Build and Push Docker API Image / build-and-push (push) Waiting to run
Build and Push Docker Base Image / build-and-push (push) Waiting to run
Build and Push Docker UI Image / build-and-push (push) Waiting to run
Implement prompt building during application bootstrap for LlmNluHelper
2025-05-30 09:54:51 +01:00
Med Marrouchi
2594434137
Merge pull request #1057 from Hexastack/1050-issue---add-migration-for-v229-to-fix-data-types
Some checks are pending
Build and Push Docker API Image / build-and-push (push) Waiting to run
Build and Push Docker Base Image / build-and-push (push) Waiting to run
Build and Push Docker UI Image / build-and-push (push) Waiting to run
feat(api): add migration script v2.2.9
2025-05-29 17:59:11 +01:00
Med Marrouchi
706445acf3
Merge pull request #1054 from Hexastack/feat/add-url-styling-in-inbox-chat-messages
Add URL auto-linking for chat messages in the inbox page
2025-05-29 17:46:01 +01:00
Med Marrouchi
8c3f8169b8
Merge pull request #1053 from Hexastack/fix/add-links-styling-in-chat-widget
fix: update chat link styles
2025-05-29 17:45:46 +01:00
yassinedorbozgithub
8370ca692c fix: add throw propagation 2025-05-29 17:37:34 +01:00
yassinedorbozgithub
8c9c5141ab fix: adapt not found admin case 2025-05-29 17:00:00 +01:00
medchedli
1b12f402c5 refactor: remove unused OnModuleInit import from LlmNluHelper 2025-05-29 16:07:21 +01:00
yassinedorbozgithub
04fcc1585e fix: enhance logic 2025-05-29 16:04:41 +01:00
Med Marrouchi
cabbc42102
Merge pull request #1059 from Hexastack/1058-issue---missing-list-dynamic-form-control
fix(frontend): add limit validation based on block list type
2025-05-29 15:53:35 +01:00
Med Marrouchi
f8309faf01
Merge pull request #1062 from Hexastack/1061-issue---duplicated-inbox-page
fix(frontend): remove duplicated inbox page
2025-05-29 15:50:22 +01:00
yassinedorbozgithub
3a4cc3434a fix(api): apply feedback 2025-05-29 15:43:40 +01:00
Med Marrouchi
164ed221fc
Merge pull request #1048 from Hexastack/feat/default-nlu-penalty-factor-config
Add default NLU penalty factor and async support for NLP matching
2025-05-29 15:32:23 +01:00
Med Marrouchi
74a12e1559
Merge pull request #1052 from Hexastack/fix/use-search-v3
Fix/use search v3
2025-05-29 15:26:51 +01:00
medchedli
4492bbd4b8 fix: improve error logging for LLM NLU helper prompt initialization 2025-05-29 11:28:39 +01:00
yassinedorbozgithub
b7b4d7f5a4 fix(frontend): remove duplicated inbox page 2025-05-29 11:22:21 +01:00
medchedli
269e07d94f fix: update chat link hover color to use launcher color 2025-05-29 11:18:26 +01:00
medchedli
4cdd619bf1 fix: add HTML sanitization in Autolinker 2025-05-29 10:45:36 +01:00
medchedli
69184564d5 fix: update chat message to use CustomContent instead of TextContent 2025-05-29 10:22:10 +01:00
yassinedorbozgithub
76596cd472 fix: apply feedback 2025-05-29 09:42:37 +01:00
yassinedorbozgithub
772236d220 fix(api): apply feedback 2025-05-29 09:12:51 +01:00
yassinedorbozgithub
64a8729be3 fix(api): apply feedback 2025-05-29 08:15:23 +01:00
Mohamed Marrouchi
1607475b21 fix: nit 2025-05-29 07:33:01 +01:00
yassinedorbozgithub
d54fab07d0 fix(frontend): add limit validation based on block list type 2025-05-29 07:19:28 +01:00
Mohamed Marrouchi
7c4c2a2448 fix: enhance flickering 2025-05-29 07:14:10 +01:00
yassinedorbozgithub
485e48bdd1 feat(api): add migration script v2.2.9 2025-05-29 07:01:44 +01:00
Mohamed Marrouchi
2cfff18cb5 fix: preserve search on conversation select 2025-05-29 06:39:23 +01:00
Mohamed Marrouchi
158663dd66 fix: nit 2025-05-29 06:32:42 +01:00
medchedli
97485beb9c fix: add error handling and sanitization for URL formatting 2025-05-28 21:23:56 +01:00
medchedli
7ac75159e1 feat: add url auto-linking for chat messages in the inbox page 2025-05-28 19:32:36 +01:00
medchedli
34a84f8521 fix(styles): update chat link styles for better visibility on hover 2025-05-28 19:18:52 +01:00
Mohamed Marrouchi
7a4f8a7786 feat: apply across all pages 2025-05-28 19:07:46 +01:00
Mohamed Marrouchi
6b0ad29ee8 feat: add query param hook 2025-05-28 17:06:54 +01:00
Mohamed Marrouchi
0f8f0dd27f fix: move debounce to text input and enhance 2025-05-28 17:06:23 +01:00
Mohamed Marrouchi
0c31d3047e fix: revert to older version 2025-05-28 16:26:32 +01:00
medchedli
4cb3229f1b feat: add default NLU penalty factor setting 2025-05-27 20:03:34 +01:00
Med Marrouchi
4692339bea
Merge pull request #1029 from Hexastack/1024-bug---update-ui-i18n-incorrect-translations
Some checks failed
Build and Push Docker API Image / build-and-push (push) Has been cancelled
Build and Push Docker Base Image / build-and-push (push) Has been cancelled
Build and Push Docker UI Image / build-and-push (push) Has been cancelled
fix(frontend): update incorrect translation keys
2025-05-27 18:26:46 +01:00
medchedli
e562739019 feat: implement OnApplicationBootstrap for LlmNluHelper to build prompts during initialization 2025-05-27 18:14:44 +01:00
Med Marrouchi
988a56609a
Merge pull request #1036 from Hexastack/fix/update-version-to-2.2.8-in-pkg-lock-file
Some checks are pending
Build and Push Docker API Image / build-and-push (push) Waiting to run
Build and Push Docker Base Image / build-and-push (push) Waiting to run
Build and Push Docker UI Image / build-and-push (push) Waiting to run
Update version to 2.2.8 in package-lock.json
2025-05-26 18:54:56 +01:00
yassinedorbozgithub
fb2fb691fe fix(frontend): apply feedback 2025-05-26 18:21:06 +01:00
Med Marrouchi
3d6518307b
Merge pull request #1041 from Hexastack/1017-bug---nlp-entity-edit-dto-issue
fix(api): add missing field to NlpEntityUpdateDto
2025-05-26 18:01:02 +01:00
Med Marrouchi
82925aa799
Merge pull request #1039 from Hexastack/972-issue---multiple-attachment-upload-issue
fix(frontend): add uid for upload components
2025-05-26 18:00:21 +01:00
Med Marrouchi
e1ad7ac1f9
Merge pull request #1038 from Hexastack/1037-issue---block-list-incorrect-fieldname-display_mode
fix(frontend): rename display_mode field
2025-05-26 18:00:00 +01:00
Med Marrouchi
e1a67d0cbc
Merge pull request #1035 from Hexastack/1030-issue---block-form-empty-select-for-the-type-of-context-var-capture
fix(frontend): select components defaultValue
2025-05-26 17:59:19 +01:00
Med Marrouchi
ac4a237090
Merge pull request #1009 from Hexastack/829-issue---trait-built-in-entity-must-not-be-deleted
fix: block deletion for builtin Nlp Entities
2025-05-26 17:58:21 +01:00
yassinedorbozgithub
ff716ab47b fix(api): add missing field to NlpEntityUpdateDto 2025-05-26 08:26:27 +01:00
yassinedorbozgithub
4981f723c5 fix(frontend): add uid for upload components 2025-05-25 22:29:58 +01:00
yassinedorbozgithub
1400e66702 fix(frontend): rename display_mode field 2025-05-25 22:13:04 +01:00
medchedli
bc76e53a6b fix: update version to 2.2.8 in package-lock.json 2025-05-24 21:03:15 +01:00
yassinedorbozgithub
e0ff78ac71 fix(api): update unit tests 2025-05-23 15:58:05 +01:00
yassinedorbozgithub
3ff2b97221 fix(api): add deleteOne builtin protection 2025-05-23 15:56:08 +01:00