Waleed
da36c453b5
feat(i18n): update translations ( #2303 )
...
Co-authored-by: waleedlatif1 <waleedlatif1@users.noreply.github.com >
2025-12-10 22:07:18 -08:00
Waleed
635823664c
fix(tools): fix perplexity & parallel ai tag dropdown inaccuracies ( #2300 )
...
* fix(tools): fix perplexity & parallel ai tag dropdown inaccuracies
* fixed stt, tts and added output conditions to conditionally display tag dropdown values based on other subblock values
* updated exa to match latest API
2025-12-10 21:46:31 -08:00
Waleed
14846ab05c
feat(i18n): update translations ( #2299 )
...
Co-authored-by: waleedlatif1 <waleedlatif1@users.noreply.github.com >
2025-12-10 21:16:32 -08:00
Waleed
6c99c841f4
fix(tools): fixed zendesk tools, kb upload failure for md files, stronger typing ( #2297 )
...
* fix(tools): fixed zendesk tools, kb upload failure for md files, stronger typing
* ack PR comments
2025-12-10 20:42:16 -08:00
Waleed
d06b360b1d
fix(docs): fix copy page button and header hook ( #2284 )
2025-12-09 21:58:54 -08:00
Waleed
306043eedb
feat(i18n): update translations ( #2276 )
...
Co-authored-by: waleedlatif1 <waleedlatif1@users.noreply.github.com >
2025-12-09 16:20:43 -08:00
Waleed
569598b39e
fix(tools): updated kalshi and polymarket tools to accurately reflect outputs ( #2274 )
2025-12-09 15:35:36 -08:00
Waleed
cc66aa5a3e
feat(i18n): update translations ( #2275 )
...
Co-authored-by: icecrasher321 <icecrasher321@users.noreply.github.com >
2025-12-09 15:25:03 -08:00
Vikhyath Mondreti
aea32d423f
feat(rate-limiter): token bucket algorithm ( #2270 )
...
* fix(ratelimit): make deployed chat rate limited
* improvement(rate-limiter): use token bucket algo
* update docs
* fix
* fix type
* fix db rate limiter
* address greptile comments
2025-12-09 14:57:17 -08:00
Waleed
aa1d896b38
feat(i18n): update translations ( #2268 )
...
Co-authored-by: waleedlatif1 <waleedlatif1@users.noreply.github.com >
2025-12-09 00:46:09 -08:00
Waleed
2fcd07e82d
feat(triggers): added rss feed trigger & poller ( #2267 )
2025-12-08 23:07:07 -08:00
Waleed
3ce2788562
feat(i18n): update translations ( #2262 )
...
Co-authored-by: waleedlatif1 <waleedlatif1@users.noreply.github.com >
2025-12-08 19:40:42 -08:00
Waleed
dafd2f5ce8
feat(tools): added sftp tool to accompany smtp and ssh tools ( #2261 )
2025-12-08 19:21:10 -08:00
Waleed
5af67d08ba
feat(i18n): update translations ( #2259 )
...
* feat(i18n): update translations
* fix chinese page
---------
Co-authored-by: waleedlatif1 <waleedlatif1@users.noreply.github.com >
2025-12-08 17:58:49 -08:00
Waleed
209b0f1906
feat(tools): added duckduckgo ( #2258 )
2025-12-08 17:34:18 -08:00
Waleed
4fb039f3e8
feat(i18n): update translations ( #2249 )
...
Co-authored-by: waleedlatif1 <waleedlatif1@users.noreply.github.com >
2025-12-08 12:44:37 -08:00
Waleed
feb591867e
fix(docs): fix salesforce docs & update styling ( #2248 )
2025-12-08 12:08:53 -08:00
Waleed
598c3bc684
feat(i18n): update translations ( #2246 )
...
Co-authored-by: icecrasher321 <icecrasher321@users.noreply.github.com >
2025-12-08 10:45:48 -08:00
Vikhyath Mondreti
01b2f809d1
feat(cursor): add cursor block and tools ( #2245 )
...
* fix(autolayout): reduce horizontal spacing in autolayout
* feat(cursor): add cursor cloud agents tools
* address greptile prompt
2025-12-08 09:49:28 -08:00
Waleed
d200f664e8
feat(i18n): update translations ( #2244 )
...
Co-authored-by: waleedlatif1 <waleedlatif1@users.noreply.github.com >
2025-12-08 00:26:39 -08:00
Waleed
e2b077f582
fix(conditional): don't error in condition blocks when no conditions are satisfied ( #2243 )
...
* fix(conditional): don't error in condition blocks when no conditions are satisfied
* updated docs
2025-12-08 00:15:51 -08:00
Waleed
b49b8eeb9d
feat(i18n): update translations ( #2238 )
...
Co-authored-by: waleedlatif1 <waleedlatif1@users.noreply.github.com >
2025-12-07 19:43:12 -08:00
Waleed
5b9f3d3d02
feat(docs): added additional self-hosting documentation ( #2237 )
...
* feat(docs): added additional self-hosting documentation
* added more
2025-12-07 19:25:44 -08:00
Waleed
6e02a73259
feat(i18n): update translations ( #2233 )
...
Co-authored-by: waleedlatif1 <waleedlatif1@users.noreply.github.com >
2025-12-06 17:57:46 -08:00
Adam Gough
ae7937280e
feat(google-groups): added google groups ( #2229 )
...
* added google-groups
* added a few more endpoints
* removed comments
* removed named imports, fixed comments
* fixed google groups tool names
---------
Co-authored-by: aadamgough <adam@sim.ai >
Co-authored-by: waleed <walif6@gmail.com >
2025-12-06 17:32:30 -08:00
Waleed
e52bd575e7
feat(i18n): update translations ( #2226 )
...
Co-authored-by: waleedlatif1 <waleedlatif1@users.noreply.github.com >
2025-12-06 13:33:00 -08:00
Emir Karabeg
0b28128f25
feat(tools): google slides tool, terminal console virtualization, tool fixes ( #2209 )
...
* feat: google slides tool
* fix oauth for slides, add remaining endpoints, update docs
* optimize json dump viewer using react window
* change slides to use google drive credentials
* fix some tools
* ack PR comments
---------
Co-authored-by: waleed <walif6@gmail.com >
Co-authored-by: Vikhyath Mondreti <vikhyath@simstudio.ai >
2025-12-06 12:16:21 -08:00
Waleed
002713ec4b
feat(i18n): update translations ( #2208 )
...
Co-authored-by: icecrasher321 <icecrasher321@users.noreply.github.com >
2025-12-05 13:29:44 -08:00
Waleed
5d6c1f7b88
feat(tools): added more slack tools ( #2212 )
2025-12-05 13:22:35 -08:00
Vikhyath Mondreti
8ef9a45125
fix(env-vars): refactor for workspace/personal env vars to work with server side execution correctly ( #2197 )
...
* fix(env-var-resolution): new executor env var resolution changes
* add sessionuser id"
* cleanup code
* add doc update
* fix build
* fix client session pass through"
* add type change
* fix env var with hitl
* fix types
2025-12-04 21:08:20 -08:00
Waleed
414a54c358
feat(i18n): update translations ( #2204 )
...
Co-authored-by: icecrasher321 <icecrasher321@users.noreply.github.com >
2025-12-04 19:03:03 -08:00
Vikhyath Mondreti
3b9f0f9ce2
feat(error-notifications): workspace-level configuration of slack, email, webhook notifications for workflow execution ( #2157 )
...
* feat(notification): slack, email, webhook notifications from logs
* retain search params for filters to link in notification
* add alerting rules
* update selector
* fix lint
* add limits on num of emails and notification triggers per workspace
* address greptile comments
* add search to combobox
* move notifications to react query
* fix lint
* fix email formatting
* add more alert types
* fix imports
* fix test route
* use emcn componentfor modal
* refactor: consolidate notification config fields into jsonb objects
* regen migration
* fix delete notif modal ui
* make them multiselect dropdowns
* update tag styling
* combobox font size with multiselect tags'
2025-12-04 18:29:22 -08:00
Waleed
dcbdcb43aa
chore(deps): upgrade to nextjs 16 ( #2203 )
...
* chore(deps): upgrade to nextjs 16
* upgraded fumadocs
* ensure vercel uses bun
* fix build
* fix bui;d
* remove redundant vercel.json
2025-12-04 17:55:37 -08:00
Waleed
6d4ba6d5cf
chore(deps): upgrade from nextjs 15.4.1 to 15.4.8 and upgrade turborepo ( #2180 )
2025-12-04 00:20:50 -08:00
Waleed
5d791cd55f
feat(i18n): update translations ( #2178 )
...
* feat(i18n): update translations
* memory optimizations
---------
Co-authored-by: waleedlatif1 <waleedlatif1@users.noreply.github.com >
2025-12-04 00:18:21 -08:00
Waleed
5630e133fd
feat(tools): added zoom, elasticsearch, dropbox, kalshi, polymarket, datadog, ahrefs, gitlab, shopify, ssh, wordpress ( #2175 )
...
* feat(tools): added zoom, elasticsearch, dropbox, box, datadog, ahrefs, gitlab, shopify, ssh, wordpress
* added polymarket & kalshi, fixed ssh
* fix search modal bg instead of bgColor, added polymarket and kalshi new endpoints
* split up grafana
* update docs script & docs
* added more zoom endpoints
* remove unused box creds
* finished wordpress, shopify, kalshi
* cleanup
* revert envvar dropdown changes
* updated grafana endpoints
2025-12-03 20:09:27 -08:00
Waleed
84c2335a37
feat(i18n): update translations ( #2163 )
...
Co-authored-by: waleedlatif1 <waleedlatif1@users.noreply.github.com >
2025-12-02 16:37:30 -08:00
Waleed
2ab8cec8c3
fix(icons): fix mailgun, restore tts and smtp blocks ( #2162 )
...
* fix(icons): fix mailgun
* register smtp block that was missing
2025-12-02 16:21:43 -08:00
Waleed
304b5d9c7e
feat(i18n): update translations ( #2153 )
...
* feat(i18n): update translations
* fix build
---------
Co-authored-by: waleedlatif1 <waleedlatif1@users.noreply.github.com >
2025-12-01 15:15:13 -08:00
Waleed
ee3e1e8cf9
fix(docs): update docs to background instead of backgroundColor ( #2154 )
2025-12-01 14:16:23 -08:00
Waleed
cb0c55c6f6
feat(tools): added rds, dynamodb, background color gradient ( #2150 )
...
* feat(tools): added rds tools/block
* feat(tools): added rds, dynamodb, background color gradient
* changed conditions for WHERE condition to be json conditions instead of raw string
2025-12-01 13:42:05 -08:00
Waleed
4e9cab39c3
feat(i18n): update translations ( #2141 )
2025-11-30 14:23:27 -08:00
Waleed
e3a57d30e8
feat(tools): add generic search tool ( #2140 )
2025-11-30 14:13:46 -08:00
Waleed
f56d85bda6
feat(i18n): update translations ( #2137 )
...
Co-authored-by: waleedlatif1 <waleedlatif1@users.noreply.github.com >
2025-11-30 09:07:35 -08:00
Waleed
d7a650a355
feat(tools): added apify block/tools ( #2136 )
...
* feat(tools): added apify
* cleanup
2025-11-29 23:42:43 -08:00
Waleed
9330940658
feat(i18n): update translations ( #2134 )
...
Co-authored-by: waleedlatif1 <waleedlatif1@users.noreply.github.com >
2025-11-29 20:30:56 -08:00
Waleed
7bf9251db1
feat(tools): added smtp, sendgrid, mailgun, linkedin, fixed permissions in context menu ( #2133 )
...
* feat(tools): added twilio sendgrid integration
* feat(tools): added smtp, sendgrid, mailgun, fixed permissions in context menu
* added top level mocks for sporadically failing tests
* incr type safety
2025-11-29 17:58:42 -08:00
Waleed
a10e1a63af
fix(permissions): add client-side permissions validation to prevent unauthorized actions, upgraded custom tool modal ( #2130 )
...
* fix(permissions): add client-side permissions validation to prevent unauthorized actions, upgraded custom tool modal
* fix failing test
* fix test
* cleanup
2025-11-28 12:24:22 -08:00
Waleed
be91cd3794
feat(i18n): update translations ( #2129 )
...
* feat(i18n): update translations
* fixed build
---------
Co-authored-by: waleedlatif1 <waleedlatif1@users.noreply.github.com >
2025-11-27 18:35:31 -08:00
Waleed
1ee49ae611
feat(tools): added zendesk, pylon, intercom, & mailchimp ( #2126 )
...
* feat(tools): added zendesk, pylon, intercom, & mailchimp
* finish zendesk and pylon
* updated docs
2025-11-27 16:33:47 -08:00