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
|
22abf98835
|
fix(mcp): prevent redundant MCP server discovery calls at runtime, use cached tool schema instead (#2273)
* fix(mcp): prevent redundant MCP server discovery calls at runtime, use cached tool schema instead
* added backfill, added loading state for tools in settings > mcp
* fix tool inp
|
2025-12-09 12:44:53 -08:00 |
|
Waleed
|
52edbea659
|
v0.5.22: rss feed trigger, sftp tool, billing fixes, 413 surfacing, copilot improvements
v0.5.22
|
2025-12-09 10:27:36 -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 |
|
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 |
|
Vikhyath Mondreti
|
d480057fd3
|
fix(migration): migration got removed by force push (#2253)
|
2025-12-08 14:08:12 -08:00 |
|
Vikhyath Mondreti
|
c197b04bcc
|
fix(migration): migration got removed by force push (#2253)
|
2025-12-08 14:07:03 -08:00 |
|
Waleed
|
c27c233da0
|
v0.5.21: google groups, virtualized code viewer, ui, autolayout, docs improvements
v0.5.21
|
2025-12-08 13:10:50 -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 |
|
Vikhyath Mondreti
|
e9d53042f6
|
fix(inactivity-notif): add cron to helm (#2235)
|
2025-12-06 18:54:58 -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
|
ebef5f3a27
|
v0.5.20: google slides, ui fixes, subflow resizing improvements
v0.5.20
|
2025-12-06 15:36:09 -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 |
|
Vikhyath Mondreti
|
12c4c2d44f
|
v0.5.19: copilot fix
v0.5.19
|
2025-12-05 15:27:31 -08:00 |
|
Siddharth Ganesan
|
656dfafb8f
|
fix(copilot): fix function execute tool (#2222)
|
2025-12-05 15:19:39 -08:00 |
|