2
0
Commit Graph

527 Commits

Author SHA1 Message Date
6af47a8cfe 🐛 (payment) Fix payment redirection 2024-06-26 10:59:11 +02:00
6db0464fd7 Add attachments option to text input (#1608)
Closes #854
2024-06-26 10:13:38 +02:00
1380e03b82 📝 Update high ticket lead template with Generate variable a… 2024-06-20 12:08:31 +02:00
033f52e9f3 📝 Add generate upload url endpoint api doc 2024-06-20 10:53:17 +02:00
918836d6cf (embed) Option to add a wait event for the embed bubble
Closes #1590
2024-06-19 15:27:45 +02:00
67f37c02a4 🐛 Fix allowed origins when embedded in iframe
Closes #1518
2024-06-19 09:54:08 +02:00
76fcf7ee93 Add "Generate variables" actions in AI blocks
Closes #1586
2024-06-18 12:13:00 +02:00
bec9cb68ca ⬆️ Upgrade chakra version 2024-06-17 14:12:14 +02:00
24db6c5693 🧑‍💻 Add healthcheck API endpoints on all apps (#1563)
fixes #1555
2024-06-11 19:05:12 +02:00
40ca02df8c 🔧 Fix landing page loading issue with query params
Closes #1560
2024-06-11 10:03:40 +02:00
6954aea488 Revert "⬆️ Upgrade isolated-vm"
This reverts commit 8c41d581ce.
2024-06-04 16:53:44 +02:00
8c41d581ce ⬆️ Upgrade isolated-vm
Closes #1554
2024-06-04 15:42:44 +02:00
e1f1b58c1c 🚸 (dify) Improve error display when streaming 2024-05-25 19:59:34 +02:00
c53ce349af (api) Add textBubbleContentFormat option
Closes #1111
2024-05-23 16:30:56 +02:00
8d66b52a39 🔒 Use isolated-vm 2024-05-22 12:12:02 +02:00
15b2901f8a ♻️ (mistral) Use new ai sdk Mistral core 2024-05-21 16:08:35 +02:00
40f21203b5 (setVariable) Add Transcription system var (#1507)
Closes #1484
2024-05-15 14:24:55 +02:00
75c44d61d5 🔒 Use vm instead of Function in Node.js (#1509) 2024-05-14 14:17:40 +02:00
58ba6a4089 (blog) Revert rewrite referer regex and manually add entry for /blog 2024-05-03 17:55:38 +02:00
1e5e0851f9 🐛 (blog) Fix referer regex matcher 2024-05-03 15:18:59 +02:00
29d0caea1c 🚑 (blog) Replace matching host regex instead of multi value in list 2024-05-03 15:11:37 +02:00
30f81c810a 🐛 (blog) Fix image not loading when coming from /blog 2024-05-03 14:39:40 +02:00
b4ae098440 (variables) Add session option in variables (#1490)
Closes #1488
2024-05-02 15:11:16 +02:00
49c1c0efb2 🐛 (openai) Fix streaming for legacy OpenAI block config 2024-04-30 08:11:12 +02:00
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
5d99e00f6b 📝 Add "Lead Generation Guide" article (#1465)
Co-authored-by: Baptiste Arnaud <baptiste.arnaud95@gmail.com>
2024-04-23 19:32:46 +02:00
fadcd3af22 🔧 (blog) Fix static viewer rewrites for blog posts 2024-04-23 09:09:23 +02:00
ccc974f5f9 🔧 (blog) Fix viewer rewrites for blog styles 2024-04-22 17:05:55 +02:00
e4e724d4a1 🔧 Add blog endpoint to viewer rewrites 2024-04-19 15:50:40 +02:00
5c3c7c2b64 (theme) Add container theme options: border, shadow, filter (#1436)
Closes #1332
2024-04-10 10:19:54 +02:00
d96f384e02 ♻️ Migrate from got to ky (#1416)
Closes #1415
2024-04-05 09:01:16 +02:00
ef10f69f92 🐛 Fix ky not working due to fetch rewriting by mistral package
Closes #1396
2024-04-03 14:35:18 +02:00
7aad60c2db 🔧 Remove nested prettierignore files 2024-04-03 10:37:20 +02:00
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
ed5096e2b6 ♻️ Include forged blocks schema in typebot schema
Closes #1364
2024-03-19 08:31:36 +01:00
5073be2439 ♻️ Remove @typebot.io/schemas from @typebot.io/lib 2024-03-15 16:32:29 +01:00
ff3807a265 ⬆️ Upgrade ai package 2024-03-14 19:40:40 +01:00
bbeb12cad2 🐛 Fix progress bar crash when input is undefined 2024-03-11 08:56:50 +01:00
c2003dab91 ⬆️ Upgrade ai and openai packages 2024-03-07 14:26:48 +01:00
d8924d7f43 💚 Fix deprecated sizeLimit option type 2024-03-04 13:21:26 +01:00
f14eb91d2a 🐛 (fileUpload) Fix files deletion on result delete 2024-03-04 11:38:20 +01:00
9b656214d1 🐛 (chat) Enable prefilledVariables in preview mode
Also make list values compatible
2024-02-28 14:49:04 +01:00
229453d3d3 💄 Improve progress bar UI and make avoid starting at 0 2024-02-27 14:22:46 +01:00
ce17ce5061 🐛 (whatsapp) Fix webhook when having 2 phone numbers in same WA account 2024-02-26 13:54:41 +01:00
2d7ccf17c0 (theme) Add progress bar option (#1276)
<!-- This is an auto-generated comment: release notes by coderabbit.ai
-->
## Summary by CodeRabbit

- **New Features**
- Introduced progress bar functionality across various components for a
more interactive user experience.
	- Added progress tracking and display in chat sessions.
- **Enhancements**
- Adjusted layout height calculations in the settings and theme pages
for consistency.
- Improved theme customization options with progress bar styling and
placement settings.
- **Bug Fixes**
- Fixed dynamic height calculation issues in settings and theme side
menus by standardizing heights.
- **Style**
- Added custom styling properties for the progress bar in chat
interfaces.
<!-- end of auto-generated comment: release notes by coderabbit.ai -->
2024-02-23 08:31:14 +01:00
7cf1a3e26d (theme) Custom font option (#1268)
Closes #1249

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

## Summary by CodeRabbit

- **New Features**
- Introduced components for customizing fonts, including Google and
custom font options.
- Enhanced theme customization by simplifying theme objects and adding
new font customization options.
- Implemented dynamic font injection for web pages based on
user-selected font configurations.

- **Bug Fixes**
- Fixed a condition in theme template card rendering to correctly check
avatar enablement.
- Corrected font property handling across various components to support
both string and object types.

- **Refactor**
	- Updated option properties in RadioButtons component to be readonly.
- Simplified logic for setting CSS variables for fonts, including checks
for font types and existence.

- **Documentation**
- Added constants and schemas for supporting new font types in theme
customization.

<!-- end of auto-generated comment: release notes by coderabbit.ai -->
2024-02-20 10:36:57 +01:00
33cbb2b254 🚸 Rename "webhook" block to "HTTP request" 2024-02-16 12:04:25 +01:00
5226b06fe1 🧑‍💻 Allow for custom 404 system messages 2024-02-12 09:18:54 +01:00
c6161179d0 🐛 (openai) Fix 400 error when tools array empty
Closes #1205
2024-02-02 11:03:17 +01:00
2462e794c9 ⬆️ Upgrade next 2024-01-31 14:58:31 +01:00