3479 Commits

Author SHA1 Message Date
Peter Dave Hello
0202f41e74 Fix X handle in the README badge (#234) 2025-04-08 20:47:14 -07:00
Waleed Latif
b09a387cdf fix(db): fix db url 2025-04-08 12:07:01 -07:00
Waleed Latif
116120c0b4 fix(env): update .env.example 2025-04-08 09:18:31 -07:00
Waleed Latif
ce046e8f72 improvement(ux): decrease delay between execution finishing and control bar refreshing 2025-04-08 01:32:59 -07:00
Waleed Latif
1af5dcbb96 fix(oauth): fix airtable oauth token refresh 2025-04-08 01:11:18 -07:00
Waleed Latif
358434fb74 fix(oauth): added extra logging to token refresh and added client_id in token refresh for airtable 2025-04-07 21:09:16 -07:00
Waleed Latif
1f22ed2ec5 fix(deployment): fixed api key generation during deployment 2025-04-07 15:38:05 -07:00
Waleed Latif
dcb88e66bb fix(streaming): fixed streaming by switching to edge runtime 2025-04-07 15:25:33 -07:00
Emir Karabeg
f5612faa54 fix: hid marketplace 2025-04-07 13:57:07 -07:00
Waleed Latif
2f253054ac fix(airtable): add back simple dedupe for airtable webhooks 2025-04-07 11:15:11 -07:00
Waleed Latif
8d38627b3c fix(tools): add app id to google picker 2025-04-07 10:57:13 -07:00
Waleed Latif
b70d090316 fix(oauth): for providers using basic oauth, add auth header in token refresh call 2025-04-07 09:22:33 -07:00
Waleed Latif
10641bebdd fix(airtable): refactored to remove redis bc of errors w serverless 2025-04-06 22:52:38 -07:00
Waleed Latif
ca4055130f fix(airtable): add logs to debug airtable webhook failure in production only 2025-04-06 22:24:11 -07:00
Waleed Latif
989dbc6acf fix(tools): removed check in agent block for duplicate tools, since we now allow selecting of operation we have to allow a block's tool to be added to an agent more than once 2025-04-06 19:03:52 -07:00
Waleed Latif
d220115196 fix(bug): fix auth client in vercel & fix function block envvar resolution 2025-04-06 18:36:34 -07:00
Waleed Latif
a74c866a81 feat(assistant): added openai to assist in generating js/ts code and json schemas (#231)
* change hiddenFromSidebar to hideFromToolbar

* added code generation for the function block's code

* added ai code gen to custom tools and response format

* optimize system prompts for js/json generation following our formatting

* added history, fixed apply to replace instead of append

* remove unused imports

* updated styling of chat bar

* refined system prompts for code generation, resolved PR comments
2025-04-06 18:29:44 -07:00
Waleed Latif
d97ecead5d feat(tools): added thinking tool, hiddenFromSidebar param (#230)
* add thinking tool and block

* add hiddenFromSidebar for blocks that we want to be accessible to agents but hidden as standalone blocks
2025-04-06 13:24:53 -07:00
Waleed Latif
47ad2bae85 feat(models): added llama4 groq 2025-04-06 01:58:41 -07:00
Emir Karabeg
d728ae6712 improvement(tools): added supabase to tool use and fixed tool search 2025-04-06 01:26:54 -07:00
Waleed Latif
33c5c52ace feat(parser): added URL upload for our file parser (#229)
* added URL upload for our file parser

* resolved PR comments
2025-04-06 01:08:47 -07:00
Waleed Latif
2de6f45f9a improvement: dynamically set better auth url based on env 2025-04-06 01:07:54 -07:00
Emir Karabeg
c221aacf7d improvement(supabase): response handling 2025-04-06 00:59:13 -07:00
Emir Karabeg
bfd19975b8 fix: supabase, dropdown, short-input, tool execution 2025-04-05 23:05:18 -07:00
Emir Karabeg
24e9a1b426 fix(api): requests and table 2025-04-05 20:25:15 -07:00
Waleed Latif
33de83b3b5 feat(airtable): added airtable tools, block, & webhook and refactored webhooks code into components (#228)
* fixed existing airtable tools, added more tools to airtable block

* added airtable webhook

* creared oauth util to fetch tokens, removed extraneous debug logs

* cleanup

* significant improvement for webhooks code, refactored into components and standardized across providers

* fixed copy button styling, cleaned up files
2025-04-05 19:48:49 -07:00
Emir Karabeg
d29041d94f fix(schedule): deletion logic and styling (#227) 2025-04-05 14:46:08 -07:00
Emir Karabeg
965b06664d improvement: schedule, files 2025-04-05 06:38:39 -07:00
Emir Karabeg
b765b436be improvement(layout): moved layout components into workflow 2025-04-05 01:19:00 -07:00
Waleed Latif
500149e122 fix(oauth): fixed airtable oauth 2025-04-05 00:35:18 -07:00
Waleed Latif
c5010aaeed fix(oauth): fixed airtable oauth 2025-04-05 00:04:26 -07:00
Emir Karabeg
4066707f41 fix(condition-block): load from DB after navigation 2025-04-04 22:29:36 -07:00
Waleed Latif
f915690b8e fix(oauth): fixed airtable oauth by upgrading better-auth 2025-04-04 22:18:53 -07:00
Emir Karabeg
797c55fcc3 fix(condition-block): load from DB 2025-04-04 21:01:03 -07:00
Waleed Latif
37c4e5e0a2 fix(airtable): fixed airtable oauth 2025-04-04 20:20:21 -07:00
Emir Karabeg
aa97b4bd9f improvement(sidebar): ui/ux 2025-04-04 20:13:53 -07:00
Waleed Latif
c50e924772 fix(bugs): fixed evaluator toLowerCase issue, function block error handling, & reverted condition block edges fix (#226)
* fix(evaluator): fixed evaluator toLowercase issue

* fix(conditional): revert changes to fix edges/values disappearing from conditional block

* fix(function): fix error handling for function block code execution with freestyle
2025-04-04 19:35:08 -07:00
Emir Karabeg
8ff00e4263 fix(notifications): dropdown logic and styling 2025-04-04 19:26:13 -07:00
Waleed Latif
bc48378608 feat(cancel): allow cancellation of workflow run, fix styling for info notification (#225)
* ensure that the run button accurately reflects the execution state

* added cancellation for workflows with multiple runs, fixed styling of info notification
2025-04-04 11:01:30 -07:00
dependabot[bot]
c30af669c9 fix(deps)(deps): bump vite in /sim in the dependencies group (#223)
Bumps the dependencies group in /sim with 1 update: [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite).


Updates `vite` from 6.2.4 to 6.2.5
- [Release notes](https://github.com/vitejs/vite/releases)
- [Changelog](https://github.com/vitejs/vite/blob/v6.2.5/packages/vite/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite/commits/v6.2.5/packages/vite)

---
updated-dependencies:
- dependency-name: vite
  dependency-version: 6.2.5
  dependency-type: indirect
  dependency-group: dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-04-04 10:15:26 -07:00
Emir Karabeg
378c1b2b9e fix(ux): dropdown reload 2025-04-04 01:38:50 -07:00
Waleed Latif
7049b5ac5b feat(freestyle): refactored handler in executor, migrated from webcontainer to freestyle for code execution, fixed condition block issues (#222)
* migrated from webcontainers to freestyle for sandboxed code execution, updated all references

* fixed condition block edges disappearing

* fix issue with condition block out-of-order resolving inputs

* refactored handlers in executor to be separate files, added unit tests

* remove old executor handlers file
2025-04-04 01:16:50 -07:00
Emir Karabeg
7811c6e39a fix(tag-dropdown): bug on undefined 2025-04-03 02:24:01 -07:00
Emir Karabeg
4cd90116ef improvement: marketplace, sidebar, loading (#221) 2025-04-03 01:15:49 -07:00
Waleed Latif
2df1d13b05 fix(ci): fix envvar name 2025-04-02 22:27:41 -07:00
Waleed Latif
9d3b27065a feat(versioning): added api deployment versioning, change detection in workflow, added ci job to run migrations on merge to main (#220)
* added initial code for versioning

* ran migrations & improvements to versioning

* change sensitivity of state diff checker

* debounce the change detection function

* cleaned up file structure

* added ci job to run migrations when merging to main

* ran migrations

* cleanup unused files, remove unused dependencies
2025-04-02 22:21:07 -07:00
Emir Karabeg
c7ad9d5dd8 improvement: marketplace and sidebar 2025-04-02 20:05:18 -07:00
Emir Karabeg
e14c705640 feat(marketplace): adding marketplace workflow to registry (#219)
* feat(marketplace): adding marketplace workflow to registry

* fix(db): updated schema
2025-04-02 18:15:14 -07:00
Waleed Latif
854667034d fix(ui): fixed issue with params not appearing for blocks that require oauth, ui improvement to truncate text in credential selector 2025-04-02 16:03:38 -07:00
Waleed Latif
f904958114 improvement(tools): modified return type of mistral parser 2025-04-02 14:18:38 -07:00