Commit Graph

134 Commits

Author SHA1 Message Date
Baptiste Arnaud
cb931988e4
🔧 Improve error details extraction 2025-03-27 10:58:37 +01:00
Baptiste Arnaud
615f9b0d6d
Introduce Blink block
Closes #2083
2025-03-25 15:08:38 +01:00
Alexis Falaise
f515ef108e
Add format options in number input block (#2080) 2025-03-19 12:29:18 +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
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
d7b1bde064
🔖 Release v3.5.0 2025-03-03 12:41:36 +01:00
Baptiste Arnaud
ccd794a82f
🐛 Preprocess number or variable type to avoid unwanted validation crash 2025-02-19 18:38:08 +01:00
Baptiste Arnaud
ce3c3aeae6
♻️ Upgrade next-auth and clean up config 2025-02-18 08:29:09 +01:00
Baptiste Arnaud
a6714ef1ab
🚸 Improve error handling with AI streaming 2025-02-17 11:03:14 +01:00
Baptiste Arnaud
f2512eb471
🐛 Fix error parsing with response field 2025-02-14 19:25:32 +01:00
Baptiste Arnaud
d9df90c9b1
🚸 Unify captured logs for better error reporting 2025-02-14 16:03:51 +01:00
Baptiste Arnaud
6ff81b93fd
🐛 Duplicate media objects on typebot import
Closes #1977
2025-02-08 15:07:09 +01:00
Baptiste Arnaud
24ac865f17
🚸 Move group title generation feature to user preferences
Introduces user credentials. We now have 2 credentials scopes: workspace and user
2025-02-04 09:58:53 +01:00
Baptiste Arnaud
aae6caaa0a
Revert "build: add ts references for better DX"
This reverts commit b8ffad0159.
2025-01-29 17:44:06 +01:00
Baptiste Arnaud
d97913ac15
refactor: move encryption functions to credentials package 2025-01-25 16:01:48 +01:00
Baptiste Arnaud
b8ffad0159
build: add ts references for better DX 2025-01-25 14:57:01 +01:00
abab-dev
d714e316c2
🚸 (setVariable) Add timezones select input (#1925)
fixes #1394
add select component and pass the timezone object to it
2024-12-23 14:43:55 +01:00
Abhirup Basu
676fe940b6
🐛 (phoneInput) Fix phone country prefix not changing when already set (#1895)
Co-authored-by: Baptiste Arnaud <baptiste.arnaud95@gmail.com>
2024-11-23 16:05:54 +01:00
Baptiste Arnaud
698eda7079
🔧 Add version filed in package json files 2024-10-09 08:31:03 +02:00
Baptiste Arnaud
72e64aec00
💚 Consistent package.json fields accross workspace 2024-10-08 10:54:37 +02:00
Baptiste Arnaud
59c0ea03cf
Add Webhook block (#1815)
Closes #1531
2024-10-07 11:44:28 +02:00
Baptiste Arnaud
f1670150fa
🔀 Add biome zed settings
Some checks failed
Create Tag / create-tag (push) Has been cancelled
2024-09-26 16:35:10 +02:00
Baptiste Arnaud
e3aa613861
🐛 Fix invalid Google env name in lib 2024-09-26 16:33:53 +02:00
Baptiste Arnaud
10750f54d1
♻️ Use bun, biome, better ts config, new license and remove all barrel files (#1801)
Closes [#1754](https://github.com/baptisteArno/typebot.io/issues/1754)
2024-09-25 14:50:13 +02:00
Baptiste Arnaud
041b817aa0
🧑‍💻 (s3) Correctly delete the files when deleting resources 2024-09-02 11:23:01 +02:00
Baptiste Arnaud
eb9c3b6003
🔧 Remove importHelpers from lib package
Closes #1727
2024-08-21 14:48:47 +02:00
Baptiste Arnaud
c6005c49a2
(credentials) Add credentials management menu in workspace settings
Closes #1567
2024-07-16 15:11:48 +02:00
Baptiste Arnaud
043f0054b0
⬆️ Upgrade AI SDK (#1641) 2024-07-15 14:32:42 +02:00
Baptiste Arnaud
6db0464fd7
Add attachments option to text input (#1608)
Closes #854
2024-06-26 10:13:38 +02:00
Baptiste Arnaud
76fcf7ee93
Add "Generate variables" actions in AI blocks
Closes #1586
2024-06-18 12:13:00 +02:00
Baptiste Arnaud
bec9cb68ca
⬆️ Upgrade chakra version 2024-06-17 14:12:14 +02:00
Baptiste Arnaud
233ff91a57
🚸 Display error toast when script or set vari… 2024-06-11 18:18:05 +02:00
Baptiste Arnaud
ee834999e6
Support Vision for compatible AI models
Closes #1313
2024-06-11 10:51:02 +02:00
Baptiste Arnaud
15b2901f8a
♻️ (mistral) Use new ai sdk Mistral core 2024-05-21 16:08:35 +02:00
Baptiste Arnaud
7d70f0243b
🐛 Fix webhook default timeout and unoptimized json parser (#1492) 2024-05-02 16:50:06 +02:00
Baptiste Arnaud
7efb79d581
🐛 (httpReq) Properly parse big ints
Closes #1486
2024-05-01 08:46:01 +02:00
Baptiste Arnaud
dc1929e15b
🐛 (openai) Fix ask assistant not correctly referencing uploaded f… (#1469)
…iles

Closes #1468, closes #1467, closes #1211
2024-04-24 16:11:06 +02:00
Baptiste Arnaud
d608a30e47
(phoneInput) Add missing Dominican Republic dial codes
Closes #649
2024-04-11 18:14:00 +02:00
Baptiste Arnaud
d96f384e02
♻️ Migrate from got to ky (#1416)
Closes #1415
2024-04-05 09:01:16 +02:00
Baptiste Arnaud
2fcf83c529
Introduce a new high-performing standalone chat API (#1200)
Closes #1154

<!-- This is an auto-generated comment: release notes by coderabbit.ai
-->
## Summary by CodeRabbit

- **New Features**
	- Added authentication functionality for user sessions in chat API.
- Introduced chat-related API endpoints for starting, previewing, and
continuing chat sessions, and streaming messages.
- Implemented WhatsApp API webhook handling for receiving and processing
messages.
- Added environment variable `NEXT_PUBLIC_CHAT_API_URL` for chat API URL
configuration.

- **Bug Fixes**
	- Adjusted file upload logic to correctly determine the API host.
	- Fixed message streaming URL in chat integration with OpenAI.

- **Documentation**
- Updated guides for creating blocks, local installation, self-hosting,
and deployment to use `bun` instead of `pnpm`.

- **Refactor**
	- Refactored chat API functionalities to use modular architecture.
- Simplified client log saving and session update functionalities by
using external functions.
	- Transitioned package management and workflow commands to use `bun`.

- **Chores**
- Switched to `bun` for package management in Dockerfiles and GitHub
workflows.
	- Added new Dockerfile for chat API service setup with Bun framework.
	- Updated `.prettierignore` and documentation with new commands.

- **Style**
	- No visible changes to end-users.

- **Tests**
	- No visible changes to end-users.

- **Revert**
	- No reverts in this release.
<!-- end of auto-generated comment: release notes by coderabbit.ai -->
2024-03-21 10:23:23 +01:00
Baptiste Arnaud
a4c865ca26 💚 Fix embeds build and create-block CLI 2024-03-19 10:38:55 +01:00
Baptiste Arnaud
ed5096e2b6 ♻️ Include forged blocks schema in typebot schema
Closes #1364
2024-03-19 08:31:36 +01:00
Baptiste Arnaud
5073be2439 ♻️ Remove @typebot.io/schemas from @typebot.io/lib 2024-03-15 16:32:29 +01:00
Baptiste Arnaud
77bc138c38 🚸 (results) Improve submitted at field parsing 2024-03-05 10:06:42 +01:00
Baptiste Arnaud
4ca613e83a ♻️ Use at function instead of dangerous direct lookup array index 2024-03-04 14:14:06 +01:00
Baptiste Arnaud
f14eb91d2a 🐛 (fileUpload) Fix files deletion on result delete 2024-03-04 11:38:20 +01:00
Baptiste Arnaud
434b06767d 📈 (posthog) Send user last login event 2024-03-04 10:04:48 +01:00
Baptiste Arnaud
b9e54686d5 ⬆️ Upgrade and improve plate editor
Closes #606
2024-02-27 10:03:55 +01:00
Baptiste Arnaud
33cbb2b254 🚸 Rename "webhook" block to "HTTP request" 2024-02-16 12:04:25 +01:00
Baptiste Arnaud
f5bdba53b9 🐛 (dify) Fix Dify error when inputs are empty 2024-02-12 11:41:57 +01:00