Commit Graph

1400 Commits

Author SHA1 Message Date
Baptiste Arnaud
cb931988e4
🔧 Improve error details extraction 2025-03-27 10:58:37 +01:00
Baptiste Arnaud
8771fd3c53
️ Add "Device type" set variable option 2025-03-27 10:42:05 +01:00
Alexis Falaise
e8c2f1746f
🚸 Add internal values option in choice inputs (#2098)
Some checks failed
Create Tag / create-tag (push) Has been cancelled
Deploy Partykit server / deploy (push) Has been cancelled
This adds a value field for Button and Picture choice blocks. If a value
is defined, it will take precedence over the button content or the image
title for variable evaluation.

<img width="396" alt="Capture d’écran 2025-03-25 à 15 14 20"
src="https://github.com/user-attachments/assets/5dcc4acc-7881-4044-b81b-275b07e8e80e"
/>
<img width="396" alt="Capture d’écran 2025-03-25 à 15 13 47"
src="https://github.com/user-attachments/assets/ca6b54fb-0a5c-4b1e-8494-122618866f02"
/>

Closes #1713

---------

Co-authored-by: Alexis Falaise <alexis.falaise@external.engie.com>
Co-authored-by: Baptiste Arnaud <baptiste.arnaud95@gmail.com>
2025-03-26 18:11:32 +01:00
Baptiste Arnaud
f897694ac7
🐛 Fix redirect popup toast invisible UI
Related to #2075
2025-03-26 15:12:33 +01:00
Baptiste Arnaud
54612a2d5e
🐛 Add check for empty allowed origins in origin validation logic 2025-03-26 13:44:52 +01:00
Baptiste Arnaud
7f44ca4410
🐛 Make allowed origins stricter and prevent the bot being consumable from public URL as mentioned in the docs
Closes #1812
2025-03-26 13:38:07 +01:00
Baptiste Arnaud
615f9b0d6d
Introduce Blink block
Closes #2083
2025-03-25 15:08:38 +01:00
Baptiste Arnaud
ce163b448b
🚑️ Fix chat chunks spacing 2025-03-24 19:53:29 +01:00
Baptiste Arnaud
ecb94e3a53
🐛 Fix pause flow in WhatsApp runtime 2025-03-24 19:12:41 +01:00
Baptiste Arnaud
413e29bc9e
🐛 Correctly reset state when streaming fails
Closes #2094
2025-03-24 18:44:37 +01:00
Baptiste Arnaud
80498808ff
🚸 Make entire screen scrollable when chat container is disabled
Closes #2089
2025-03-24 18:30:59 +01:00
Baptiste Arnaud
0c531aff66
🐛 (cards) Fix dynamic cards duplication 2025-03-24 17:02:35 +01:00
Baptiste Arnaud
98dffad8e0
💄 (cards) Fix UI when getting non scrollable total cards
Closes #2088
2025-03-24 16:07:46 +01:00
Baptiste Arnaud
e03e7b84c0
🚸 Attempt to parse URL with extension when downloaded publicly from WhatsApp
Potentiel fix for #2073
2025-03-21 18:47:17 +01:00
Baptiste Arnaud
415180422f
🚸 Add replyTo host email for guest and workspace invitations
Closes #2065
2025-03-21 18:12:01 +01:00
Baptiste Arnaud
b0bed92de2
🐛 Fix emoji and icon display in bot
Closes #2053
2025-03-21 17:55:55 +01:00
Baptiste Arnaud
74ccd9c2e6
🐛 Update file input accept types to include AVIF format for image uploads
Closes #2040
2025-03-21 15:39:38 +01:00
Baptiste Arnaud
bbb5a791a1
🚸 Allow for custom text in OpenRouter and Together blocks
Introducing the new AutocompleteForgeInput that uses the Combobox component from Ark UI. Also consolidates the theming config in ui package
2025-03-20 12:44:43 +01:00
Alexis Falaise
2a554cbe86
🚸 Add network error system messages (#2084)
Closes #2057
2025-03-19 19:11:48 +01:00
Baptiste Arnaud
9153337924
🚑️ Fix number validation when equals to 0 2025-03-19 16:51:05 +01:00
Baptiste Arnaud
e10d448bf8
🚑️ Avoid formatting number on reply parsing 2025-03-19 16:27:11 +01:00
Baptiste Arnaud
793e1742a1
🚑️ Upgrade embed libs 2025-03-19 15:18:07 +01:00
Alexis Falaise
4cea6010ad
🚑️ Re-apply default value to number input (#2082) 2025-03-19 15:13:40 +01:00
Baptiste Arnaud
fd2094222f
🚑️ Upgrade embed libs 2025-03-19 12:45:33 +01:00
Alexis Falaise
f515ef108e
Add format options in number input block (#2080) 2025-03-19 12:29:18 +01:00
Baptiste Arnaud
ec0691a37f
🔨 update user and workspace inspection logic 2025-03-17 12:56:20 +01:00
Alexis Falaise
9a7624bf48
️ Add prompt and completion tokens to the save dropdown (#2070)
Some checks failed
Create Tag / create-tag (push) Has been cancelled
Deploy Partykit server / deploy (push) Has been cancelled
This adds **Prompt tokens** and **Completion tokens** options to the
save dropdown for AI blocks, based on the available token counts of the
CompletionUsage response.


<img width="322" alt="Capture d’écran 2025-03-14 à 16 37 55"
src="https://github.com/user-attachments/assets/e5cce02d-7f61-4cfa-8f84-a50f718335ed"
/>
2025-03-15 08:23:35 +01:00
Baptiste Arnaud
c760528bc9
🚸 Improve auto scroll to bottom decision
Always auto scroll when last scroll was all the way to the bottom
2025-03-14 18:19:40 +01:00
Baptiste Arnaud
42d974f200
🐛 Tie globals object for each session
Some checks failed
Create Tag / create-tag (push) Has been cancelled
Deploy Partykit server / deploy (push) Has been cancelled
Closes #2029
2025-03-13 09:06:24 +01:00
Baptiste Arnaud
e9ac1fd295
🐛 Fix variable list transformation logic
Improve type checking and parsing of variables to ensure only valid string-based JSON arrays are transformed
2025-03-12 12:22:53 +01:00
Baptiste Arnaud
9e7e24b96a
🐛 Correctly save streaming error in logs 2025-03-11 15:27:44 +01:00
Baptiste Arnaud
b61b5f5e4e
Add Cards Input
Some checks failed
Create Tag / create-tag (push) Has been cancelled
Deploy Partykit server / deploy (push) Has been cancelled
Closes #1987
2025-03-10 16:05:10 +01:00
Baptiste Arnaud
3d3f192c0d
🔧 Improve new results tracking only tracking non-zero, per typebot
Some checks failed
Create Tag / create-tag (push) Has been cancelled
Deploy Partykit server / deploy (push) Has been cancelled
2025-03-05 11:09:22 +01:00
Baptiste Arnaud
75814efe0e
🚸 Try to parse stringified array before loading them in as dynamic items 2025-03-04 16:19:14 +01:00
Anonymus2000
812ece0ae0
Add Deepseek block (#2046)
Closes #1983

---------

Co-authored-by: Baptiste Arnaud <baptiste.arnaud95@gmail.com>
2025-03-04 08:10:02 +01:00
Enzo
ffd40e0dd5
🚸 Persist language preference in database for better cross device experience (#2043)
Closes [2013](https://github.com/baptisteArno/typebot.io/issues/2013)
2025-03-03 19:21:12 +01:00
Baptiste Arnaud
dd7747af53
️ Revert Chakra UI upgrade
Issue with popover and modal stacking
2025-03-03 15:47:34 +01:00
Baptiste Arnaud
e98c7c2087
💚 Fix getCredentials incompatible with legacy viewer API 2025-03-03 13:16:34 +01:00
Baptiste Arnaud
d7b1bde064
🔖 Release v3.5.0 2025-03-03 12:41:36 +01:00
Baptiste Arnaud
8d86535e42
🔥 Remove workspaceId optionnality in chat session state 2025-03-03 10:53:50 +01:00
Baptiste Arnaud
a67204c8dc
🐛 Make saveClientLogs retro compatible 2025-02-27 08:00:17 +01:00
Baptiste Arnaud
c83cfbcb4c
⬆️ Upgrade Tanstack and React 2025-02-26 14:18:27 +01:00
Baptiste Arnaud
388ba31e8e
👷 Attempt to fix hourly results report retry mechanism 2025-02-26 11:17:30 +01:00
Anonymus2000
172e17d83b
Add Perplexity block (#2022)
Closes: #1982 

---------

Co-authored-by: Baptiste Arnaud <baptiste.arnaud95@gmail.com>
2025-02-26 11:09:18 +01:00
Anonymus2000
de6ae74f67
🚸 Added host image bubble expansion on click (#2035)
Closes: #2018 

---------

Co-authored-by: Baptiste Arnaud <baptiste.arnaud95@gmail.com>
2025-02-26 10:36:05 +01:00
Baptiste Arnaud
c7448eb040
⬆️ Upgrade AI SDK and add Claude 3.7
Some checks failed
Create Tag / create-tag (push) Has been cancelled
Deploy Partykit server / deploy (push) Has been cancelled
Monthly job / clean (push) Has been cancelled
2025-02-26 08:15:11 +01:00
Baptiste Arnaud
8ad53debef
🧑‍💻 Add configurable ToS URLs 2025-02-24 17:24:35 +01:00
Baptiste Arnaud
6e889ec14c
👷 Improve hourly results tracking and error handling 2025-02-22 15:32:21 +01:00
Baptiste Arnaud
1b281c6b54
🔒️ (typebotLink) Make sure fetched linked bot has matching workspaceId 2025-02-22 10:40:24 +01:00
Baptiste Arnaud
49a17e67c3
(dify.ai) Add Query Knowledge Base action 2025-02-21 18:04:17 +01:00