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
Vikhyath Mondreti
0db5ba1b27
fix(org-limits): remove fallbacks for enterprise plan ( #2255 )
...
* fix(org-limits): remove fallbacks for enterprise plan
* remove comment
* remove comments
* make logger use new helper
2025-12-08 21:43:43 -08:00
Waleed
e390ba0491
feat(dropdowns): added searchbox to the operation dropdown for all blocks ( #2266 )
2025-12-08 20:54:59 -08:00
Vikhyath Mondreti
2f0509adaf
fix(nextjs-size-limit): surface 413s accurately ( #2265 )
...
* fix(api-call-size-limit): cannot exceed nextjs size limits
* fix
* Convert to buffer
---------
Co-authored-by: Siddharth Ganesan <siddharthganesan@gmail.com >
2025-12-08 20:54:25 -08:00
Waleed
9f0584a818
feat(redis): added redis option for rate limiter, 10x speed improvement in rate limit checks & reduction of DB load ( #2263 )
...
* feat(redis): added redis option for rate limiter, 10x speed improvement in rate limit checks & reduction of DB load
* ack PR comments
* improvements
2025-12-08 20:39:29 -08:00
Siddharth Ganesan
6b4d76298f
fix(custom-tools, copilot): custom tools state + copilot fixes ( #2264 )
...
* Workspace env vars
* Fix execution animation on copilot run
* Custom tools toolg
* Custom tools
* Fix custom tool
* remove extra fallback
* Fix lint
2025-12-08 20:14:49 -08:00
Vikhyath Mondreti
b7a1e8f5cf
fix(pre-proc-checks): deployed checks should precede cost/ratelimit increments" ( #2250 )
2025-12-08 20:04:21 -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
17a084cd61
feat(copilot): updated copilot keys to have names, full parity with API keys page ( #2260 )
2025-12-08 19:28:40 -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
e067b584ee
feat(admin): updated admin routes to consolidate duplicate behavior ( #2257 )
...
* feat(admin): updated admin routes to consolidate duplicate behavior
* ack PR comments
2025-12-08 17:29:55 -08:00
Waleed
87084edbe6
fix(timeouts): increased timeouts for function execution & agent ( #2256 )
2025-12-08 16:25:58 -08:00
Vikhyath Mondreti
99e0b81233
improvement(org): remove dead seats get endpoint ( #2247 )
...
* improvement(org): remove dead seats get endpoint
* remove more dead code
* remove fallback limit
2025-12-08 15:38:08 -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
d09fd6cf92
fix(import): fixed trigger save on export/import flow ( #2239 )
...
* fix(import): fixed trigger save on export/import flow
* optimized test runners
* ack PR comments
2025-12-07 23:00:28 -08:00
Vikhyath Mondreti
434d12956e
fix(autolayout): reduce horizontal spacing in autolayout ( #2240 )
2025-12-07 22:36:10 -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
Vikhyath Mondreti
05022e3468
fix(copilot-autolayout): more subflow cases and deal with resizing ( #2236 )
...
* fix sidebar hydration issue accurately
* improve autolayout subflow cases
* fix DOM structure to prevent HMR hydration issues
2025-12-07 19:14:18 -08:00
Vikhyath Mondreti
9f884c151c
feat(credits): prepurchase credits ( #2174 )
...
* add credit balances
* add migrations
* remove handling for disputes
* fix idempotency key
* prep merge into staging
* code cleanup
* add back migration + prevent enterprise from purchasing credits
* remove circular import
* add dispute blocking
* fix lint
* fix: hydration error
* remove migration before merge staging
'
* moved credits addition to invoice payment success
---------
Co-authored-by: Emir Karabeg <emirkarabeg@berkeley.edu >
2025-12-06 19:11:58 -08:00
Adam Gough
92c03b825b
improvement(salesforce): fixed refresh and added endpoints ( #2177 )
...
* added salesforce other tools
* modified scope and change salesforce refresh
* fixed refresh
* remove dup code
2025-12-06 19:03:25 -08:00
Waleed
22c9384f19
improvement(code): removed dedicated code-optimized virtualized viewer, baked it into the code component ( #2234 )
...
* improvement(code): removed dedicated code-optimized virtualized viewer, baked it into the code component
* ack PR comments
2025-12-06 18:12:51 -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
683b4476fa
fix(google-drive): added support for shared drive ( #2232 )
...
* added param for shared drive
* removed comments
---------
Co-authored-by: aadamgough <adam@sim.ai >
2025-12-06 17:37:02 -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
7bfc6ebe48
fix(copilot): fixed copilot code component overflowing gutter ( #2230 )
2025-12-06 15:20:41 -08:00
Vikhyath Mondreti
23ef39de72
improvement(ui): revert settings > envvar ui ( #2227 )
2025-12-06 14:26:39 -08:00
Waleed
507fc112be
feat(admin): added more billing, subscriptions, and organization admin API routes ( #2225 )
...
* feat(admin): added more billing, subscriptions, and organization admin API routes
* cleanup
* ack PR comments
* cleanup
* ack PR comment
2025-12-06 14:13:50 -08:00
Waleed
26670e289d
fix(hosted): fixed hosted providers to exact string match model names rather than check provider names ( #2228 )
2025-12-06 13:33:34 -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
Vikhyath Mondreti
a50edf8131
fix(autolayout): subflow calculation ( #2223 )
...
* fix(autolayout): subflow calculation
* cleanup code
* fix missing import
* add back missing import
2025-12-05 16:31:10 -08:00
Siddharth Ganesan
656dfafb8f
fix(copilot): fix function execute tool ( #2222 )
2025-12-05 15:19:39 -08:00
Siddharth Ganesan
9f604f379e
fix(copilot): fix tool call flash ( #2221 )
...
* Fix copilot tool call flash
* Fix lint
2025-12-05 15:12:35 -08:00
Siddharth Ganesan
75da06adf8
fix(copilot): fix hanging tool calls ( #2218 )
2025-12-05 14:59:38 -08:00
Vikhyath Mondreti
c7b473f55f
fix(build): added trigger.dev sdk mock to tests ( #2216 )
2025-12-05 14:24:52 -08:00
Vikhyath Mondreti
fb4c9827f8
fix(custom-bot-slack): dependsOn incorrectly set for bot_token ( #2214 )
...
* fix(custom-bot-slack): dependsOn incorrectly set for bot_token"
* fix other references to be compatible
* fix dependsOn for things depending on authMethod"
2025-12-05 13:54:52 -08:00
Siddharth Ganesan
4fd5f0051f
fix(copilot): validation ( #2215 )
...
* Fix validation error
* Fix lint
2025-12-05 13:46:50 -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
Siddharth Ganesan
7752beac01
fix(import): fix array errors on import/export ( #2211 )
...
* Fix import/export
* Remove copilot gdrive tools
* Null
* Fix lint
* Add copilot validation
* Fix validation
2025-12-05 13:07:01 -08:00
Emir Karabeg
7101dc58d4
improvement: loading, optimistic actions ( #2193 )
...
* improvement: loading, optimistic operations
* improvement: folders update
* fix usage indicator rounding + new tsconfig
* remove redundant checks
* fix hmr case for missing workflow loads
* add abstraction for zustand/react hybrid optimism
* remove comments
---------
Co-authored-by: Vikhyath Mondreti <vikhyath@simstudio.ai >
2025-12-05 13:01:12 -08:00