Commit Graph

145 Commits

Author SHA1 Message Date
Baptiste Arnaud
42cf1f3fd8
🚸 (calCom) Add custom question prefill option
Closes #2107
2025-04-14 17:55:00 +02:00
Baptiste Arnaud
39f6b61fd0
🐛 Fix Forge CLI creation to use src directory 2025-04-01 11:27:19 +02:00
Baptiste Arnaud
074687ebda
♻️ Move blink block code to src folder 2025-04-01 11:25:18 +02:00
Baptiste Arnaud
3fedd227ad
⬆️ Add missing deps and remove unused ones 2025-04-01 10:39:41 +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
78194c1219
🐛 Fix new forged block constants injection
Closes #2086
2025-03-28 11:21:46 +01:00
Baptiste Arnaud
615f9b0d6d
Introduce Blink block
Closes #2083
2025-03-25 15:08: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
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
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
Baptiste Arnaud
c83cfbcb4c
⬆️ Upgrade Tanstack and React 2025-02-26 14:18:27 +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
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
49a17e67c3
(dify.ai) Add Query Knowledge Base action 2025-02-21 18:04:17 +01:00
Baptiste Arnaud
9ce25de430
🐛 Improve schema validation for optional number and variable types
Instead of preprocessing, let's keep the chaining possible and transform it
2025-02-21 17:46:44 +01:00
Baptiste Arnaud
bd3dc6e3a7
🐛 Adjust schema validation for optional number and variable types 2025-02-21 10:00:37 +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
0a75534cce
Add missing deps 2025-02-19 11:02:21 +01:00
Baptiste Arnaud
d8a08c89e5
🔧 Standardize error handling across AI and forge blocks 2025-02-15 17:48:16 +01:00
Baptiste Arnaud
f46cc47e86
🚸 Add error logging for OpenAI assistant stream creation 2025-02-15 11:42:48 +01:00
Baptiste Arnaud
49e246a7ac
🚸 Gracefully handle and display createSpeech error 2025-02-15 11:21:53 +01:00
Baptiste Arnaud
f2512eb471
🐛 Fix error parsing with response field 2025-02-14 19:25:32 +01:00
Baptiste Arnaud
8b329feaea
🚸 Improve credentials label explanations 2025-02-14 18:45:37 +01:00
Baptiste Arnaud
d9df90c9b1
🚸 Unify captured logs for better error reporting 2025-02-14 16:03:51 +01:00
Baptiste Arnaud
4b277bec27
⬇️ Downgrade posthog-node to 4.3.2
4.4.0 is not compatible with Next.js (https://github.com/PostHog/posthog-js-lite/issues/344)
2025-02-06 12:13:25 +01:00
Baptiste Arnaud
c70316263d
💚 Update remaining shutdownAsync method calls
Some checks failed
Create Tag / create-tag (push) Has been cancelled
Deploy Partykit server / deploy (push) Has been cancelled
2025-02-05 13:05:42 +01:00
Baptiste Arnaud
c46c132f8f
⬆️ Upgrade posthog-node and remove useless group indentify events 2025-02-05 11:12:15 +01:00
Baptiste Arnaud
cc4c2bd984
🐛 (anthropic) Fix system message not taken into account in message stream 2025-02-05 10:39:03 +01:00
Baptiste Arnaud
322bd07f9e
🐛 (anthropic) Fix ignored system message 2025-02-04 12:46:58 +01:00
Baptiste Arnaud
27366dde5a
💚 Add missing packages and clean up unused packages 2025-02-04 11:39:17 +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
547fa92e79
Add custom model and prompt for group title gen 2025-02-03 17:50:51 +01:00
Baptiste Arnaud
b4901fa04a
♻️ Upgrade ai SDK and refacto shared functions 2025-01-31 16:36:21 +01:00
Baptiste Arnaud
14581e3ec2
Add "Additional Instructions" field to "Ask assistant" action
Closes #1909
2025-01-30 11:13:22 +01:00
Baptiste Arnaud
6f97fcb357
🔧 Remove remaining references fields in tsconfigs 2025-01-30 11:05:03 +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
John Walsh
6430563054
Add PostHog block (#1960)
Add Posthog integration block to provide posthog features:

- Identify Group
- Capture

Co-authored-by: Baptiste Arnaud <baptiste.arnaud95@gmail.com>
2025-01-29 11:37:49 +01:00
Baptiste Arnaud
b8ffad0159
build: add ts references for better DX 2025-01-25 14:57:01 +01:00
Baptiste Arnaud
cd593c2da9
docs: fix forged block docs URLs
Closes #1966
2025-01-24 18:04:03 +01:00
Baptiste Arnaud
06e6faa9d5
feat: integrate new brand (#1935) 2025-01-23 13:25:47 +01:00
Baptiste Arnaud
f8642ec9f3
🐛 (difyAi) Remove timeout in createChatMessage requests
Closes #1892
2024-11-23 15:03:14 +01:00
Baptiste Arnaud
a37cdb30fe
🔊 (difyAi) Improve error handling in createChatMessage action
Related to #1892
2024-11-23 14:31:55 +01:00
Baptiste Arnaud
28ebb374f6
️ Change setVariable to accept a list of variables
Closes #1886
2024-11-15 11:41:06 -06:00
Baptiste Arnaud
d092d1310f
🚸 (openai) Refine model filtering to exclude audio and realtime models
Some checks failed
Create Tag / create-tag (push) Has been cancelled
Deploy Partykit server / deploy (push) Has been cancelled
2024-11-06 08:50:38 -06:00
Baptiste Arnaud
d4c94bafc1
️ (anthropic) Add Claude 3.5 Haiku model 2024-11-06 08:45:51 -06:00
Baptiste Arnaud
345bfac519
🐛 Update generateVariable extraction to use nullish instead of optional to not throw on null values 2024-11-06 08:34:07 -06:00
Baptiste Arnaud
2d876ad160
🚑️ Make executeFunction return any type of output to make it work with setVariable
Some checks failed
Create Tag / create-tag (push) Has been cancelled
Deploy Partykit server / deploy (push) Has been cancelled
2024-10-23 14:28:59 +02:00
Baptiste Arnaud
b31f30528b
🚸 Make sure bubble is closing when other chat widget opens up
Closes #1829
2024-10-18 14:23:03 +02:00
Baptiste Arnaud
698eda7079
🔧 Add version filed in package json files 2024-10-09 08:31:03 +02:00
Baptiste Arnaud
0d782f7a00
🐛 Refactor searchRecords to use isNotDefined for valid field check
Closes #1798
2024-09-25 18:06:30 +02:00