Skip to content

Commit adb3da2

Browse files
committed
Merge branch 'master' into features/to-master/ds-generic-bug-fix-31
# Conflicts: # CHANGELOG.md
2 parents 7ecfe49 + 0101388 commit adb3da2

37 files changed

Lines changed: 3248 additions & 244 deletions

CHANGELOG.md

Lines changed: 39 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -7,43 +7,54 @@
77
### **Copyrigth**:
88
*Tiledesk SRL*
99

10-
11-
# this branch
10+
# 1.39.25
1211
- **bug-fix**: Fixed a filter error when selecting a KB.
1312
- **bug-fix**: Fixed an error when setting the re-ranking multiplier when setting "use KB name."
1413
- **changed**: Set the "Max chunks for re-ranking" to 100.
1514

16-
- **added**: aggiungere il testo: Total retrieved chunks for re-ranking: 45
17-
- **changed**: unire chunk limit, re-ranking e moltiplicatore in un unico blocco, quindi attenzione alla spaziature
18-
- **changed**: in ai settings sostituisco icona token e metto dei badge al posto della pipe
19-
- **changed**: aggiungere il tipo (H/S) ibrida o semantica, accanto al nome
20-
15+
# 1.39.24
16+
- **bug-fixed**: note - video note resizing is not smooth
17+
- **bug-fixed**: note - fixed max_output_tokens error
18+
- **changed**: note - handles have been added to the rectangle note vertices
19+
- **bug-fixed**: note - disabled the 100x100px non-clickable stage area (tds-drag-drawer).
20+
- **bug-fixed**: note - disabled the note-controls menu when it is transparent
21+
- **changed**: note - restored the note detail panel opening when clicking on the note, except for the video note
22+
- **bug-fixed**: note - when change the color, the note detail panel closes
23+
- **changed**: note - change default colors
24+
- **changed**: note - store the last colors in the LS
25+
- **added**: note - add the same intent menu to notebooks
26+
- **changed**: note - limit uploads to images and GIFs only
27+
- **added**: note - allow uploading videos from links
28+
- **added**: Add the text: Total retrieved chunks for re-ranking:
29+
- **changed**: Combine chunk limit, re-ranking, and multiplier into a single block, so pay attention to the spacing.
30+
- **changed**: In the settings, I replace the token icon and add badges in place of the pipe.
31+
- **changed**: Add the type (H/S) hybrid or semantic, next to the name.
2132
- **changed**: Updated format-number with browser language formatting
2233
- **changed**: Edit AI preview settings: replace text with icons
23-
2434
- **changed**: Set the default max-token value to 10000
2535
- **added**: Added reranking multiplier
2636
- **added**: Intercepted Chrome background throttling / standby to refresh the page
2737
- **bug-fix**: The textarea does not save text if the length is zero. so, it does not save empty text.
2838
- **bug-fix**: After hiding a connector I change the recipient (the block at the top) the connector reappears.
29-
30-
# 1.39.23
31-
- **bug-fix**: deleted duplicate AI model chatGPT 5.2
3239
- **bug-fix**: the red dot remains but the publish button disappears if it is a webhook
3340
- **changed**: added text and links in reranking: Improve the accuracy of your answers
3441
- **changed**: web Request does not show output attributes in the stage preview
3542
- **changed**: change attribute preview in the AI ​​settings panel
3643
- **bug-fix**: show and save system context textarea in askgpt-v2
3744
- **changed**: 10K token minimo (dipende dai modelli)
38-
39-
4045
- **added**: added sortedItems in selection intent
4146
- **added**: added go to block in panel intent detail;
4247
- **added**: added multi rows in url iframe;
4348
- **added**: showed connectors-in only if they are contract connectors
4449
- **added**: added connector-in-menu to display the list of blocks connected to the input
4550
- **added**: added menu on contract-connector to reset connector and move on connector
51+
- **changed**: Intent block title hidden if "untitled"
52+
- **changed**: Form button and question button hidden if empty
53+
- **changed**: Block style changed if the chatbot is new after December 19, 2025 (while maintaining backwards compatibility)
54+
- **changed**: If the chatbot is new, only one action per intent
4655

56+
# 1.39.23
57+
- **bug-fix**: deleted duplicate AI model chatGPT 5.2
4758

4859
# 1.39.22
4960
- **changed**: sorted the list of Intents in alphabetical order
@@ -91,10 +102,9 @@
91102
- **bug-fix**: Text correction on replace AI agent
92103
- **bug-fix**: Fixed error on fallback contract connector in connection creation, and error on contract error connector in connection creation in action AI condition
93104

94-
95105
# 1.39.13
96106
- **added**: implemented queue for connector rendering management
97-
- **bug-fix**: set Id Contract Connector
107+
- **bug-fixed**: set Id Contract Connector
98108
- **changed**: changed label "Add MCP tools"
99109

100110
# 1.39.12
@@ -103,8 +113,8 @@
103113
# 1.39.11
104114

105115
# 1.39.10
106-
- **bug-fix**: The contracted connector was not defined and the empty connector was not visible in the askgpt-v2 action.
107-
- **bug-fix**: Ctr-z is enabled in the text area when creating a new MCP server.
116+
- **bug-fixed**: The contracted connector was not defined and the empty connector was not visible in the askgpt-v2 action.
117+
- **bug-fixed**: Ctr-z is enabled in the text area when creating a new MCP server.
108118

109119
# 1.39.9
110120

@@ -119,13 +129,13 @@
119129
- **changed**: set max_tokens from 8192 to 100000
120130

121131
# 1.39.5
122-
- **bug-fix**: added gpt-5 in aiModels env
132+
- **bug-fixed**: added gpt-5 in aiModels env
123133
- **added**: added a temperature filter if the model is gpt-5
124134

125135
# 1.39.4
126136

127137
# 1.39.3
128-
- **bug-fix**: added filter status "active" in generateLlmModels
138+
- **bug-fixed**: added filter status "active" in generateLlmModels
129139

130140
# 1.39.2
131141

@@ -134,12 +144,12 @@
134144
# 1.39.0
135145

136146
# 1.39.0-rc26
137-
- **bug-fix**: css ai-condition fixed bug with long text in preview
147+
- **bug-fixed**: css ai-condition fixed bug with long text in preview
138148

139149
# 1.39.0-rc25
140150
- **changed**: change css tag "new", "beta"
141-
- **bug-fix**: disable scroll on preview button in ai-prompt
142-
- **bug-fix**: css ai-condition
151+
- **bug-fixed**: disable scroll on preview button in ai-prompt
152+
- **bug-fixed**: css ai-condition
143153

144154
# 1.39.0-rc24
145155
- **changed**: set isLiquidjs to false in web request from data
@@ -151,7 +161,7 @@
151161

152162
# 1.39.0-rc21
153163
- **added**: changed the selection of LLM and model to only one select in ai-condition
154-
- **bug-fix**: fixed prompt saving error in "ai-condoition"
164+
- **bug-fixed**: fixed prompt saving error in "ai-condoition"
155165
- **changed**: graphical changes in the "ai-condition" action preview
156166

157167
# 1.39.0-rc20
@@ -160,13 +170,13 @@
160170
- **added**: noMatch for action DTMF_Form for voice bot
161171

162172
# 1.39.0-rc18
163-
- **bug-fix**: new order, openai and ollama never red
173+
- **bug-fixed**: new order, openai and ollama never red
164174

165175
# 1.39.0-rc17
166-
- **bug-fix**: added catch (error) in getElevenLabsVoices and getElevenLabsModels
176+
- **bug-fixed**: added catch (error) in getElevenLabsVoices and getElevenLabsModels
167177

168178
# 1.39.0-rc16
169-
- **bug-fix**: Fixed save prompt error
179+
- **bug-fixed**: Fixed save prompt error
170180

171181
# 1.39.0-rc15
172182
- **added**: Added text area with autocomplete in LLM model selection
@@ -181,13 +191,13 @@
181191
- **added**: deprecation message and badge status. GPT Task action set as deprecated
182192

183193
# 1.39.0-rc10
184-
- **bug-fix**: on Action AI-prompt, if I add a variable to the model, it doesn't save correctly.
194+
- **bug-fixed**: on Action AI-prompt, if I add a variable to the model, it doesn't save correctly.
185195

186196
# 1.39.0-rc9
187-
- **bug-fix**: fixed bug new connector in action ai-condition
197+
- **bug-fixed**: fixed bug new connector in action ai-condition
188198

189199
# 1.39.0-rc8
190-
- **bug-fix**: fixed bugs in action ai-condition
200+
- **bug-fixed**: fixed bugs in action ai-condition
191201

192202
# 1.39.0-rc7
193203
- **added**: disabled property for mat-slider in ai-settings section

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@tiledesk/cds",
33
"author": "Tiledesk SRL",
4-
"version": "1.39.23",
4+
"version": "1.39.24",
55
"license": "MIT",
66
"homepage": "https://www.tiledesk.com",
77
"repository": {

src/app/chatbot-design-studio/cds-dashboard/cds-canvas/cds-canvas.component.html

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -85,17 +85,22 @@
8585
[id]="note.note_id"
8686
[note]="note"
8787
[IS_OPEN_PANEL_NOTE_DETAIL]="IS_OPEN_PANEL_NOTE_DETAIL"
88+
[autoFocus]="note.note_id === pendingAutoFocusNoteId"
8889
[style.top.px]="note.y"
8990
[style.left.px]="note.x"
90-
(noteSelected)="onNoteSelected($event)">
91+
(noteSelected)="onNoteSelected($event)"
92+
(deleteNote)="onDeleteNote($event)"
93+
(duplicateNote)="onDuplicateNote($event)"
94+
(autoFocused)="onNoteAutoFocused($event)">
9195
</cds-notes>
9296
</div>
9397

9498
<cds-options #cdsOptions class="cds-panel-elements"
9599
id="cds-options-panel"
96100
[id_faq_kb] = "id_faq_kb"
97101
[stateUndoRedo]="stateUndoRedo"
98-
(onOptionClicked)="onOptionClicked($event)">
102+
(onOptionClicked)="onOptionClicked($event)"
103+
(noteDroppedOnStage)="onNoteDroppedOnStage($event)">
99104
</cds-options>
100105
</div>
101106

0 commit comments

Comments
 (0)