192989ba92
📝 Add message stream API instructions
2024-09-10 12:28:11 +02:00
ae31fe8f48
📝 (results) Add time filter section in Results page
2024-09-10 10:49:17 +02:00
2282ef32ab
🔖 Release v2.28.2
v2.28.2
latest
2024-09-06 15:37:08 +02:00
06bf188052
🚑 ️ (forge) Fix select inputs
2024-09-06 15:35:43 +02:00
28326d3bab
🔖 Release v2.28.1
v2.28.1
2024-09-04 14:18:59 +02:00
a7c83af5bc
🐛 Allow scripts to be executed in WA env
2024-09-04 14:17:09 +02:00
3b87801c92
🐛 (ai) Enable multi urls for vision
...
Closes #1764
2024-09-04 14:07:32 +02:00
fa14029fed
🐛 (s3) Skip object removals when S3 not configured
...
Closes #1763
2024-09-04 11:54:55 +02:00
5fa946c0eb
🐛 (openai) Fix custom base url model fetching
...
Closes #1760
2024-09-04 11:49:59 +02:00
18c6381a77
🐛 (forge) Fix incompatible auth schemas when finding fetchers
...
Closes #1758
2024-09-04 11:43:02 +02:00
2a767e02b0
🐛 (fileUpload) Fix private file upload URLs
...
Closes #1761
2024-09-04 11:15:18 +02:00
653ef4edb4
👷 Only trigger Github release creation after images are deployed
2024-09-02 12:30:29 +02:00
db9813de19
🔖 Release v2.28.0
v2.28.0
2024-09-02 12:16:16 +02:00
b5ba862cd2
🐛 (chatNode) Remove default timeout on Send Message exec
...
Closes #1756
2024-09-02 12:11:01 +02:00
64b3439521
🐛 Fix background image popover closing on variable select
...
Closes #1755
2024-09-02 12:07:44 +02:00
d51cf00f69
💄 Fix audio element UI overflow on Firefox
...
Also added better display when a media bubble src is a variable
Closes #1742
2024-09-02 11:47:02 +02:00
041b817aa0
🧑💻 (s3) Correctly delete the files when deleting resources
2024-09-02 11:23:01 +02:00
f53705268c
💚 Fix invalid pnpm lock file
js-v0.3.12
nextjs-v0.3.12
react-v0.3.12
2024-08-31 11:50:23 +02:00
a3a9d58be9
🐛 (audioClips) Fix empty metadata on recorded file
...
Closes #1753
2024-08-31 11:37:52 +02:00
97a3212356
🐛 (setVariable) Improve how set variable is evaluated
...
Avoid evaluating in sandbox when not necessary
2024-08-29 15:05:35 +02:00
0c7d2afd51
📝 Add Generate variables docs section
2024-08-22 18:15:44 +02:00
b0d86bf382
🔧 Avoid rollup bundle crash when dev mode
...
Closes #1736
2024-08-22 17:40:10 +02:00
6a7877dc9b
✨ Add Groq block
...
Closes #1721
2024-08-22 17:40:10 +02:00
77614f671f
⬆️ Upgrade ai package
2024-08-22 17:40:10 +02:00
53104a4a5e
📝 Add OAuth scopes URL for Sheets config ( #1732 )
...
Added help link for OAuth consent screen when people are setting up
google sheets access they are forgetting to add the scopes to the screen
itself.
2024-08-22 17:12:29 +02:00
503060cb4d
📝 Add docs for audio clips and update audio chat gpt template
2024-08-21 16:18:05 +02:00
72517a1ec2
⚡ ️(openai) Allow for custom base URL when adding new creds
...
Closes #1665
2024-08-21 16:08:04 +02:00
6d47f3efed
🚸 (elevenlabs) Remove default timeout
2024-08-21 15:22:07 +02:00
eb9c3b6003
🔧 Remove importHelpers from lib package
...
Closes #1727
2024-08-21 14:48:47 +02:00
b2c8ef941b
🐛 (audioClip) Fix audio clip UI on Safari
nextjs-v0.3.11
react-v0.3.11
js-v0.3.11
2024-08-21 14:32:47 +02:00
37ef8fe240
🚸 Improve audio clip status change and feedback
nextjs-v0.3.10
react-v0.3.10
js-v0.3.10
2024-08-20 15:38:11 +02:00
e67f3bc9e9
🚑 ️ Fix audio clip not saving properly
2024-08-20 15:11:41 +02:00
135251d3f7
✨ Add audio clips option on text input block
...
Closes #157
nextjs-v0.3.9
react-v0.3.9
js-v0.3.9
2024-08-20 14:36:41 +02:00
984c2bf387
✨ (openai) Add "Create transcription" action
...
Closes #1134
2024-08-20 10:52:30 +02:00
2275c6961e
🚸 (condition) Show "AND" label when default unchanged
2024-08-19 17:55:24 +02:00
c2c2ef7458
📝 Add "Chatbot script examples" blog post ( #1707 )
next
2024-08-16 18:14:04 +02:00
17684ee5b7
⚡ ️ Reset remembered state if the typebot is updated ( #1675 )
...
Wipe stored chat state if a typebot is updated.
Resolves #1508
Resolves #1427
https://github.com/user-attachments/assets/7668d6a7-2916-4158-b715-1cccaeaf6ddf
---------
Co-authored-by: Baptiste Arnaud <baptiste.arnaud95@gmail.com >
nextjs-v0.3.8
react-v0.3.8
js-v0.3.8
2024-08-16 18:10:47 +02:00
29ab812512
✨ Add Segment block ( #1672 )
...
Added support for Twilio Segment
New Segment Block added to Forge. Includes the following:
- Credentials
- Identify User, including Traits
- Alias User
- Track Event, including Properties
- Track Bot View ( Page ), including Properties
- Generate UUID for User IDs
Tested integration with Segment, verified working. Uses Segment's NodeJS
analytics library to support non-browser based platforms, such as
WhatsApp
---------
Co-authored-by: John Walsh <john@famkit.com >
Co-authored-by: Baptiste Arnaud <baptiste.arnaud95@gmail.com >
2024-08-16 17:23:23 +02:00
d197cf9b4d
✅ Update tests
2024-08-16 17:09:13 +02:00
58d3955e01
🐛 (transcript) Revert incorrect recursive set variable at same block
2024-08-16 16:54:59 +02:00
2ac543a4a8
🐛 (nocodb) Fix filter when variable is empty
...
Closes #1702
2024-08-16 15:49:43 +02:00
b4a6e427ad
🐛 Fix input answer empty if filled from set variable
...
Closes #1700
2024-08-16 15:41:14 +02:00
86263f0722
🧑💻 Improve apiOrigin detection
...
Closes #1696
2024-08-14 12:03:36 +02:00
e649e49572
📝 Update run forge documention with new specs
...
Closes #1695
2024-08-14 11:33:17 +02:00
ac79134973
📝 Add WA limitation notice on Execute on client option
...
Closes #1521
2024-08-14 11:33:17 +02:00
089332ecf1
📝 Add variable result saving notice
2024-08-14 11:33:17 +02:00
578e4a4d00
📝 Add "open source chatbots" article ( #1685 )
2024-08-13 18:24:29 +02:00
98b2837576
⚡ ️ Add search input in blocks sidebar ( #1677 )
...
Hi, @baptisteArno Added the search input in blocks sidebar.
Resolve #359 .
Works with tags and description as well.
---------
Co-authored-by: @Kavita2599 <kavita99@netart.io >
Co-authored-by: Baptiste Arnaud <baptiste.arnaud95@gmail.com >
2024-08-13 18:22:53 +02:00
09890a756e
Update issue templates ( #1699 )
2024-08-13 18:21:59 +02:00
b5eab4db75
📝 Add issue and feature request template ( #1694 )
...
Fixes #1681
---------
Co-authored-by: Baptiste Arnaud <baptiste.arnaud95@gmail.com >
2024-08-13 18:12:36 +02:00