Commit Graph

328 Commits

Author SHA1 Message Date
Baptiste Arnaud
72a61047be
🐛 Update sessionId if user is remembered 2025-08-19 12:17:00 +02:00
Baptiste Arnaud
b8a487b92e
🐛 Fix embed continue chat and client log queries not following allowed origins config
Closes #2263
2025-08-18 11:06:27 +02:00
Baptiste Arnaud
8a69ff3665
🚸 Add new OpenAI, Mistral and Anthropic models
GPT-5, Opus 4.1, Mistral Medium
2025-08-12 12:03:56 +02:00
Baptiste Arnaud
bac1ee280e
🚸 (bot) Improve error message on failed file upload
Some checks failed
Create Tag / create-tag (push) Has been cancelled
Deploy Partykit server / deploy (push) Has been cancelled
2025-07-24 11:52:24 +02:00
Baptiste Arnaud
541d744650
🐛 Fix bot avatar not displayed on streaming message 2025-07-07 16:50:19 +02:00
Baptiste Arnaud
06d82ad347
🐛 Fix network error toast showing up in some scenario even if no error was returned 2025-07-02 12:03:31 +02:00
Baptiste Arnaud
b6dd05199a
⬆️ Upgrade stripe-js 2025-07-01 11:41:07 +02:00
Baptiste Arnaud
45e29846b5
🐛 Fix iOS scroll still not working on some devices 2025-06-24 21:57:48 +02:00
Baptiste Arnaud
1e14ae7be4
🐛 Fix scroll on some iOS devices when chat container is disabled 2025-06-24 19:59:18 +02:00
Baptiste Arnaud
c0bda4478d
🐛 Fix bot client height reactivity 2025-06-24 19:33:01 +02:00
Baptiste Arnaud
6e53baf18d
🚑️ (embed) Fix absolute positioned element not following scroll
Some checks failed
Create Tag / create-tag (push) Has been cancelled
Deploy Partykit server / deploy (push) Has been cancelled
2025-06-20 17:54:14 +02:00
Baptiste Arnaud
89ab2f6697
🐛 Fix narrow scroll chat container when transparent
Closes #2218
2025-06-18 22:14:33 +02:00
Baptiste Arnaud
0e473f0fee
🐛 Fix multi client side action after input block not triggering
Some checks failed
Create Tag / create-tag (push) Has been cancelled
Deploy Partykit server / deploy (push) Has been cancelled
2025-06-18 17:20:52 +02:00
Baptiste Arnaud
01a3eb64e7
🧑‍💻 (embed) Better typebot typing on init 2025-06-10 11:39:04 +02:00
Baptiste Arnaud
c43ad4bfe7
🐛 Fix number input default locale to browser's language 2025-06-05 15:30:46 +02:00
Baptiste Arnaud
c3c17289d8
🧑‍💻 Add progress bar slot for custom css 2025-06-04 15:53:32 +02:00
Baptiste Arnaud
e2ccc7c26b
📈 Add landing page view tracking 2025-06-04 09:05:17 +02:00
Baptiste Arnaud
338793ccc3
💄 (embed) Fix vertical buttons width on medium screen 2025-06-02 16:56:17 +02:00
Baptiste Arnaud
7a11d5f6aa
🚸 (embed) Improve chat container responsivity and caroussel width 2025-06-02 15:32:22 +02:00
Baptiste Arnaud
bce55482b5
⬆️ Upgrade ark-ui/solid 2025-06-02 12:44:07 +02:00
Baptiste Arnaud
7479c15b81
🐛 (embed) Fix client side result set as the last input answer 2025-05-28 11:00:43 +02:00
Baptiste Arnaud
d745438f55
🐛 Fix bot container size reactivity on children
Some checks failed
Create Tag / create-tag (push) Has been cancelled
Deploy Partykit server / deploy (push) Has been cancelled
2025-05-23 11:27:22 +02:00
Baptiste Arnaud
b614bf7b35
🐛 Fix static positioned bubble placeholder size 2025-05-22 14:39:08 +02:00
Baptiste Arnaud
28c149c0c7
🧑‍💻 Make react package ssr compatible and deprecate nextjs package
Closes #1936
2025-05-22 12:05:40 +02:00
Baptiste Arnaud
c94266dbff
🧑‍💻 Add reload embed command 2025-05-22 08:38:49 +02:00
Baptiste Arnaud
0552d14053
🚸 Add isOpen and isHidden props to Bubble embed 2025-05-22 08:18:05 +02:00
Baptiste Arnaud
081654f733
♻️ Remove global signals from embed lib to avoid conflict with multiple bots
Also unify state in ChatChunk to have a more predictable reactivity
2025-05-22 08:13:43 +02:00
Baptiste Arnaud
46089d65df
🐛 Fix Bot premature isEnded flag when response has only clientSideActions 2025-05-21 15:20:26 +02:00
Baptiste Arnaud
6df30d9a0b
♻️ (embed) export commands file
Some checks failed
Create Tag / create-tag (push) Has been cancelled
Deploy Partykit server / deploy (push) Has been cancelled
2025-05-19 17:39:20 +02:00
Baptiste Arnaud
bab77ef98a
♻️ (embed) improve buttons layout on small windows 2025-05-19 17:28:43 +02:00
Baptiste Arnaud
2e49fc05b7
♻️ (embed) Use @tailwindcss/container-queries and improve layout for small containers in height 2025-05-19 16:32:32 +02:00
Baptiste Arnaud
ab907f1516
♻️ (embed) lift colors CSS up 2025-05-19 15:46:10 +02:00
Baptiste Arnaud
4ca143e015
🐛 Fix color picker elevation on share instructions modals 2025-05-09 09:44:47 +02:00
Baptiste Arnaud
79254cb910
🐛 Fix buttons invalid reply when internal value is empty string 2025-05-05 10:21:26 +02:00
Baptiste Arnaud
04d2a2d6eb
💄 Fix chat bubble window dynamic height on mobile
Closes #2143
2025-05-02 14:29:03 +02:00
Baptiste Arnaud
1f1baadb59
🐛 Fix black background not showing on popup embed
Some checks failed
Create Tag / create-tag (push) Has been cancelled
Deploy Partykit server / deploy (push) Has been cancelled
2025-04-30 10:30:08 +02:00
Baptiste Arnaud
7807d4c0a2
🐛 Fix svg image not displaying on Firefox 2025-04-25 15:38:12 +02:00
Baptiste Arnaud
d007ad0d51
🐛 Fix file re-upload not working
Closes #2131
2025-04-25 15:23:17 +02:00
Baptiste Arnaud
26fd11ab1a
💄 Fix border on file attached on text input 2025-04-25 15:03:03 +02:00
Baptiste Arnaud
4836bf1d80
🐛 Fix buttons border color not applied
Closes #2123
2025-04-14 19:46:09 +02:00
Baptiste Arnaud
300b5fa549
⬆️ Upgrade dompurify 2025-04-01 15:24:56 +02:00
Baptiste Arnaud
1518033f03
🔒️ Improve brand badge CSS protection 2025-03-31 15:20:49 +02:00
Baptiste Arnaud
904bf82bd3
🚸 Upgrade AI SDK and simplify model selection for OpenAI and Mistral
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
Closes #2106 #2093
2025-03-28 17:14:32 +01:00
Baptiste Arnaud
0040575584
🐛 Fix image expansion overflowing issue in bubble
Closes #2104
2025-03-28 14:58:50 +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
ce163b448b
🚑️ Fix chat chunks spacing 2025-03-24 19:53:29 +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
98dffad8e0
💄 (cards) Fix UI when getting non scrollable total cards
Closes #2088
2025-03-24 16:07:46 +01:00