Vikhyath Mondreti
92fabe785d
fix(perms): copilot checks undefined issue ( #2763 )
2026-01-10 11:23:35 -08:00
Siddharth Ganesan
3ed177520a
fix(router): fix router ports ( #2757 )
...
* Fix router block
* Fix autoconnect edge for router
* Fix lint
* router block error path decision
* improve router prompt
---------
Co-authored-by: Vikhyath Mondreti <vikhyath@simstudio.ai >
2026-01-10 11:22:11 -08:00
Waleed
baa54b4c97
feat(docs): added circleback docs ( #2762 )
2026-01-10 00:30:49 -08:00
Waleed
a11d452d7b
fix(build): fixed circular dependencies ( #2761 )
2026-01-10 00:10:20 -08:00
Waleed
6262503b89
feat(deployed-form): added deployed form input ( #2679 )
...
* feat(deployed-form): added deployed form input
* styling consolidation, finishing touches on form
* updated docs
* remove unused files with knip
* added more form fields
* consolidated more test utils
* remove unused/unneeded zustand stores, refactored stores for consistency
* improvement(files): uncolorized plan name
* feat(emcn): button-group
* feat(emcn): tag input, tooltip shortcut
* improvement(emcn): modal padding, api, chat, form
* fix: deleted migrations
* feat(form): added migrations
* fix(emcn): tag input
* fix: failing tests on build
* add suplementary hover and fix bg color in date picker
* fix: build errors
---------
Co-authored-by: Emir Karabeg <emirkarabeg@berkeley.edu >
2026-01-09 23:42:21 -08:00
Waleed
67440432bf
fix(ops): fix subflow resizing on exit ( #2760 )
...
* fix(sockets): broadcast handles and enabled/disabled state
* made all ops batched, removed all individual ops
* fix subflow resizing on exit
* removed unused custom event
* fix failing tests, update testing
* fix test mock
2026-01-09 22:35:03 -08:00
Vikhyath Mondreti
47eb060311
feat(enterprise): permission groups, access control ( #2736 )
...
* feat(permission-groups): integration/model access controls for enterprise
* feat: enterprise gating for BYOK, SSO, credential sets with org admin/owner checks
* execution time enforcement of mcp and custom tools
* add admin routes to cleanup permission group data
* fix not being on enterprise checks
* separate out orgs from billing system
* update the docs
* add custom tool blockers based on perm configs
* add migrations
* fix
* address greptile comments
* regen migrations
* fix default model picking based on user config
* cleaned up UI
2026-01-09 20:16:22 -08:00
Adam Gough
fd76e98f0e
improvement(wand): added more wands ( #2756 )
...
* added wand configs
* fixed greptile comments
2026-01-09 18:41:51 -08:00
Waleed
1dbd16115f
feat(sidebar): context menu for nav items in sidebar, toolbar blocks, added missing docs for various blocks and triggers ( #2754 )
...
* feat(sidebar): context menu for nav items in sidebar
* added toolbar context menu, fixed incorrect access pattern in old context menus and added docs for missing blocks
* fixed links
2026-01-09 17:50:10 -08:00
Vikhyath Mondreti
38e827b61a
fix(docs): new router ( #2755 )
...
* fix(docs): new router
* update image
2026-01-09 17:37:04 -08:00
Waleed
1f5e8a41f8
fix(tools): fixed workflow tool for agent to respect user provided params, inject at runtime like all other tools ( #2750 )
...
* fix(tools): fixed wrokflow tool for agent to respect user provided params, inject at runtime like all other tools
* ack comments
* remove redunant if-else
* added tests
2026-01-09 17:12:58 -08:00
Adam Gough
796f73ee01
improvement(google-drive) ( #2752 )
...
* expanded metadata fields for google drive
* added tag dropdown support
* fixed greptile
* added utils func
* removed comments
* updated docs
* greptile comments
* fixed output schema
* reverted back to bas64 string
2026-01-09 16:56:07 -08:00
Waleed
d3d6012d5c
fix(tools): updated memory block to throw better errors, removed deprecated posthog route, remove deprecated templates & console helpers ( #2753 )
...
* fix(tools): updated memory block to throw better errors, removed deprecated posthog route, remove deprecated templates & console helpers
* remove isDeployed in favor of deploymentStatus
* ack PR comments
2026-01-09 16:53:37 -08:00
Vikhyath Mondreti
860610b4c2
improvement(billing): team upgrade + session management ( #2751 )
...
* improvement(billng): team upgrade + session management
* remove comments
* session updates should be atomic
* make consistent for onSubscritionUpdate
* plan upgrade to refresh session
* fix var name
* remove dead code
* preserve params
2026-01-09 16:36:45 -08:00
Waleed
05bbf34265
improvement(canvas): add multi-block select, add batch handle, enabled, and edge operations ( #2738 )
...
* improvement(canvas): add multi-block select, add batch handle, enabled, and edge operations
* feat(i18n): update translations (#2732 )
Co-authored-by: icecrasher321 <icecrasher321@users.noreply.github.com >
* don't allow flip handles for subflows
* ack PR comments
* more
* fix missing handler
* remove dead subflow-specific ops
* remove unused code
* fixed subflow ops
* keep edges on subflow actions intact
* fix subflow resizing
* fix remove from subflow bulk
* improvement(canvas): add multi-block select, add batch handle, enabled, and edge operations
* don't allow flip handles for subflows
* ack PR comments
* more
* fix missing handler
* remove dead subflow-specific ops
* remove unused code
* fixed subflow ops
* fix subflow resizing
* keep edges on subflow actions intact
* fixed copy from inside subflow
* types improvement, preview fixes
* fetch varible data in deploy modal
* moved remove from subflow one position to the right
* fix subflow issues
* address greptile comment
* fix test
* improvement(preview): ui/ux
* fix(preview): subflows
* added batch add edges
* removed recovery
* use consolidated consts for sockets operations
* more
---------
Co-authored-by: icecrasher321 <icecrasher321@users.noreply.github.com >
Co-authored-by: Vikhyath Mondreti <vikhyath@simstudio.ai >
Co-authored-by: Emir Karabeg <emirkarabeg@berkeley.edu >
2026-01-09 14:48:23 -08:00
Waleed
753600ed60
feat(i18n): update translations ( #2749 )
...
Co-authored-by: icecrasher321 <icecrasher321@users.noreply.github.com >
2026-01-09 14:11:57 -08:00
Vikhyath Mondreti
4da43d937c
improvement(docs): multiplier dropped to 1.4 ( #2748 )
2026-01-09 11:41:04 -08:00
Waleed
9502227fd4
fix(sso): add missing deps to db container for running script ( #2746 )
2026-01-09 09:42:13 -08:00
Adam Gough
13981549d1
fix(grain): grain trigger update ( #2739 )
...
* grain trigger new requirements
* removed comment
* made it generic for all triggers
* fire only for specific trigger type
* removed comments
2026-01-08 23:10:11 -08:00
Waleed
554dcdf062
improvement(execution-snapshot): enhance workflow preview in logs and deploy modal ( #2742 )
...
* added larger live deployment preview
* edited subblock UI
* removed comments
* removed carrot
* updated styling to match existing subblocks
* enriched workflow preview
* fix connetion in log preview
* cleanup
* ack PR comments
* more PR comments
* more
* cleanup
* use reactquery cache in deploy modal
* ack comments
* ack PR comment
---------
Co-authored-by: aadamgough <adam@sim.ai >
2026-01-08 23:04:54 -08:00
Adam Gough
6b28742b68
fix(linear): missing params ( #2740 )
...
* added missing params
* fixed linear bugs
2026-01-08 20:42:09 -08:00
Vikhyath Mondreti
e5c95093f6
improvement(autoconnect): click to add paths also autoconnect ( #2737 )
2026-01-08 18:16:15 -08:00
Waleed
b87af80bff
feat(i18n): update translations ( #2732 )
...
Co-authored-by: icecrasher321 <icecrasher321@users.noreply.github.com >
2026-01-08 18:14:00 -08:00
Vikhyath Mondreti
c2180bf8a0
improvement(enterprise): feature flagging + runtime checks consolidation ( #2730 )
...
* improvement(enterprise): enterprise checks code consolidation
* update docs
* revert isHosted check
* add unique index to prevent multiple orgs per user
* address greptile comments
* ui bug
2026-01-08 13:53:22 -08:00
Waleed
fdac4314d2
fix(chat): update stream to respect all output select objects ( #2729 )
2026-01-08 11:54:07 -08:00
Waleed
a54fcbc094
improvement(auth): added ability to inject secrets to kubernetes, server-side ff to disable email registration ( #2728 )
...
* improvement(auth): added ability to inject secrets to kubernetes, server-side ff to disable email registration
* consolidated telemetry events
* comments cleanup
* ack PR comment
* refactor to use createEnvMock helper instead of local mocks
2026-01-08 11:09:35 -08:00
Waleed
05904a73b2
feat(i18n): update translations ( #2721 )
...
Co-authored-by: icecrasher321 <icecrasher321@users.noreply.github.com >
2026-01-08 10:30:53 -08:00
Lakshman Patel
1b22d2ce81
fix(devcontainer): use bunx for concurrently command ( #2723 )
2026-01-07 21:20:29 -08:00
Waleed
26dff7cffe
feat(bedrock): added aws bedrock as a model provider ( #2722 )
2026-01-07 20:08:03 -08:00
Vikhyath Mondreti
020037728d
feat(polling-groups): can invite multiple people to have their gmail/outlook inboxes connected to a workflow ( #2695 )
...
* progress on cred sets
* fix credential set system
* return data to render credential set in block preview
* progress
* invite flow
* simplify code
* fix ui
* fix tests
* fix types
* fix
* fix icon for outlook
* fix cred set name not showing up for owner
* fix rendering of credential set name
* fix outlook well known folder id resolution
* fix perms for creating cred set
* add to docs and simplify ui
* consolidate webhook code better
* fix tests
* fix credential collab logic issue
* fix ui
* fix lint
2026-01-07 17:49:40 -08:00
Vikhyath Mondreti
cb12ceb82c
fix(preproc-errors): should not charge base execution cost in this case ( #2719 )
...
* fix(preproc-errors): should not charge base execution cost in this case
* remove comment
2026-01-07 15:32:37 -08:00
Waleed
0f32310ba6
feat(i18n): update translations ( #2717 )
...
* feat(i18n): update translations
* fixed chinese docs
---------
Co-authored-by: waleedlatif1 <waleedlatif1@users.noreply.github.com >
2026-01-07 14:28:58 -08:00
Vikhyath Mondreti
730ddf5a66
ui improvements for deploy mcp ( #2718 )
2026-01-07 14:25:03 -08:00
Waleed
ef4bec2c37
improvement(context-menu): added awareness for chat and variables being open, fixed select calculation to match height calculation for selecting multiple blocks ( #2715 )
2026-01-07 13:40:53 -08:00
Waleed
2bd27f9a4d
feat(fireflies): added fireflies tools and trigger ( #2713 )
...
* feat(fireflies): added fireflies tools and trigger
* finished fireflies
* added wandConfig to all timestamp subblocks on the platform
* added current time to timestamp wand generation
* fix file upload subblock styling, tested all fireflies ops
* removed dropdown for trigger for fireflies
* updated docs
* added fireflies to formatWebhookInput
* added more wandConfigs
2026-01-07 13:40:36 -08:00
Vikhyath Mondreti
3b4f7d6adb
improvement(add-block): intuitive autoconnect + positioning ( #2714 )
...
* improvement(add-block): intuitive autoconnect + positioning
* cleanup code
2026-01-07 12:52:12 -08:00
Waleed
142c9a0428
fix(grain): add grain key to idempotency service ( #2712 )
...
* fix(grain): add grain key to idempotency service
* fixed dropdown issue for grain, webhook registration
2026-01-07 12:00:32 -08:00
Waleed
9dc02f3728
improvement(helm): added missing optional envvars to helm for whitelabeling ( #2711 )
2026-01-07 10:56:13 -08:00
Vikhyath Mondreti
833825f04a
fix(deploy-check): race condition fixes ( #2710 )
2026-01-07 10:48:54 -08:00
Waleed
261becd129
feat(blacklist): added ability to blacklist models & providers ( #2709 )
...
* feat(blacklist): added ability to blacklist models & providers
* ack PR comments
2026-01-07 10:41:57 -08:00
Waleed
3ecf7a15eb
feat(seo): updated out-of-date site metadata, removed unused static assets, updated emails ( #2708 )
...
* feat(seo): updated out-of-date site metadata, removed unused static assets, updated emails
* more
* more
* remove unused social photos
2026-01-07 09:38:40 -08:00
Waleed
1420bfb73c
fix(resolver): add both new and old workflow blocks for backwards compatibility
2026-01-07 08:03:36 -08:00
Waleed
02229f0cb2
fix(agent-tool): fix workflow tool in agent to respect user-provided params, added badge for deployment status ( #2705 )
...
* fix(agent-tool): fix workflow tool in agent to respect user-provided params, added badge for deployment status
* ack PR comment
* updated gh stars
2026-01-06 23:22:59 -08:00
Waleed
a2451ef3d3
feat(locks): add no-op for locking without redis to allow deployments without redis ( #2703 )
...
* feat(locks): add no-op for locking without redis to allow deployments without redis
* ack PR comments, fixed worklfow block color
2026-01-06 23:14:34 -08:00
Waleed
6a262f3988
feat(i18n): update translations ( #2702 )
...
Co-authored-by: waleedlatif1 <waleedlatif1@users.noreply.github.com >
2026-01-06 19:57:29 -08:00
Waleed
5145ce1684
improvement(response): removed nested response block output, add docs for webhook block, styling improvements for subblocks ( #2700 )
...
* improvement(response): removed nested response block output, add docs for webhook block, styling improvements for subblocks
* remove outdated block docs
* updated docs
* remove outdated tests
2026-01-06 19:43:25 -08:00
Waleed
e5bd5e4474
fix(canvas): add handler for focus loss for hotkey operations ( #2701 )
2026-01-06 19:36:52 -08:00
Waleed
e9aede087d
improvement(triggers): moved save configuration above instructions for better visibility, fixed styling inconsistencies ( #2699 )
2026-01-06 17:29:42 -08:00
Waleed
ba2377f83b
feat(combobox): added expression support to combobox ( #2697 )
...
* feat(combobox): added expression support to combobox
* fix chat messages styling in light mode
* last sec stuff
* ack comments
2026-01-06 16:01:32 -08:00
Siddharth Ganesan
f502f984f3
improvement(router): add ports to router block ( #2683 )
...
* Add ports to router block
* Add tag dropdowns
* Fix lint
* fix tests + add context into block preview
---------
Co-authored-by: Vikhyath Mondreti <vikhyath@simstudio.ai >
2026-01-06 15:44:25 -08:00