Skip to content

Releases: simstudioai/sim

v0.5.62

17 Jan 04:27
a8bb0db

Choose a tag to compare

Features

  • fix(start): seed initial subblock values on batch add (#2864)

Improvements

  • improvement(avatar): use selection-update as the source of truth for presence, ignore other socket ops (#2866)
  • chore(readme): updated readme (#2861)

Bug Fixes

  • fix(sockets): webhooks logic removal from copilot ops (#2862)
  • fix(shift): fix shift select blue ring fading (#2863)

Contributors

View changes on GitHub

v0.5.61

17 Jan 02:08
af82820

Choose a tag to compare

Features

  • feat(readme): added deepwiki to readme, consolidated utils (#2856)
  • improvement(deployed-mcp): added the ability to make the visibility for deployed mcp tools public, updated UX (#2853)
  • feat(workspace): added option to leave workspace (#2854)
  • improvement(security): added input validation for airtable, lemlist, and more tools to protect against SSRF (#2847)
  • feat(ocr): added reducto and pulse for OCR (#2843)
  • feat(context-menu): added context menu to dead sidebar space and usage indicator (#2841)
  • improvement(permissions): added ability to auto-add new org members to existing permission group, disallow disabling of start block (#2836)
  • feat(workflow-controls): added action bar for workflow controls (#2767)
  • v0.5.60: invitation flow improvements, chat fixes, a2a improvements, additional copilot actions
  • feat(sheets): added sheet selector for microsoft excel and google sheets tools (#2835)
  • feat(starter): in start block input format, don't prevent deletion if only one field remaining, just clear form (#2830)
  • fix(misc): added trace spans back to notifications for webhooks, updated verification code for users signing in with email, updated welcome email (#2828)
  • improvement(langsmith): add wand for batch ingestion schemas (#2827)
  • feat(dashboard): added stats endpoint to compute stats on server side and avoid limit (#2823)
  • feat(langsmith): add langsmith tools for logging, output selector use tool-aware listing (#2821)
  • fix(agent-tools): added special handling for workflow tool in agent tool input, added react grab and feature flag (#2820)
  • feat(reorder): allow workflow/folder reordering (#2818)
  • fix(batch-add): on batch add persist subblock values (#2819)
  • feat(tinybird): added tinybird block (#2781)
  • feat(terminal): migrate from zustand for console terminal logs to indexedDb, incr limit from 5mb to ~GBs (#2812)
  • fix(a2a): added file data part and data data part to a2a agents (#2805)
  • improvement(oauth): added random identifier in unused accountId to bypass betterauth unique constraint (#2807)
  • feat(slack): added get message by timestamp and get thread tool (#2803)
  • fix(comparison): add condition to prevent duplicate identical edges (#2799)
  • feat(copilot): add commands (#2797)

Improvements

  • improvement(serializer): canonical subblock, serialization cleanups, schedules/webhooks are deployment version friendly (#2848)
  • improvement(posthog): improve posthog config to be more lightweight (#2851)
  • Improvement: subblocks (#2850)
  • improvement: workflow, blocks, preview, avatars, output-select (#2840)
  • improvement(chat): partialize chat store to only persist image URL instead of full image in floating chat (#2842)
  • improvement(tools): use react query to fetch child workflow schema, avoid refetch and duplicated utils, consolidated utils and testing mocks (#2839)
  • improvement(webhooks): lifecycle management with external providers, remove save configuration (#2831)
  • improvement(snapshot): show subblocks for trigger only blocks in frozen canvas (#2838)
  • improvement(slack): updated docs to include information for slack marketplace submission (#2837)
  • improvement(copilot): update copilot to match copilot repo (#2829)
  • improvement(emails): update email footer links to link to sim.ai/provider instead of direct provider links (#2826)
  • improvement(langsmith): ugpraded langsmith to use tool names directly in dropdown (#2824)
  • improvement(pricing): drop agent multiplier in docs, change base exec cost
  • improvement(schedule): default schedule timezone (#2800)

Bug Fixes

  • fix(slack): tool params should be in line with block (#2860)
  • fix(google-vault): error handling improvement and more params (#2735)
  • fix(copilot): copilot edit router block accepts semantic handles (#2857)
  • fix(copilot): fix copilot bugs (#2855)
  • fix(queries): remove more remaining manual state management and refetching in favor of reactquery (#2852)
  • fix(webflow): fix collection & site dropdown in webflow triggers (#2849)
  • fix(linear): updated linear tools to enforce only required fields per api spec (#2845)
  • improvement(presence): show presence for the same user in another tab, fix z-index of multiplayer cursor to fall behind panel,terminal,sidebar but above blocks, improved connection detection (#2844)
  • fix(start): permission check for executor
  • fix(drag): read perms prevent drag (#2834)
  • fix(sortOrder): initial ordering must be deterministic (#2833)
  • fix(popover): fix frozen workspace popover (#2832)
  • fix(otp): send welcome email even when user signs up via email/pass along with oauth providers (#2825)
  • fix(notifications): consolidate notification utils, update email styling (#2822)
  • fix(terminal-colors): change algo to compute colors based on hash of execution id and pointer from bottom (#2817)
  • fix(i18n): update translations action to run once per week on sunday (#2816)
  • fix(terminal): pop all entries from a single execution when the limit is exceeded (#2815)
  • fix(copilot): rewrote user input popover to optimize UX (#2814)
  • fix(copilot): commands (#2811)
  • fix(chat): remove special handling for non-streaming (#2808)
  • fix(invitations): preserve tokens after error (#2806)
  • fix(sockets): redrawing edges should not lead to socket ops (#2804)
  • fix(triggers): cleanup trigger outputs formatting, fix display name issues (#2801)
  • fix(executor): pattern match more errors to prevent swallow (#2802)

Contributors

View changes on GitHub

v0.5.60

15 Jan 08:05
4372841

Choose a tag to compare

Features

  • v0.5.60: invitation flow improvements, chat fixes, a2a improvements, additional copilot actions
  • feat(sheets): added sheet selector for microsoft excel and google sheets tools (#2835)
  • feat(starter): in start block input format, don't prevent deletion if only one field remaining, just clear form (#2830)
  • fix(misc): added trace spans back to notifications for webhooks, updated verification code for users signing in with email, updated welcome email (#2828)
  • improvement(langsmith): add wand for batch ingestion schemas (#2827)
  • feat(dashboard): added stats endpoint to compute stats on server side and avoid limit (#2823)
  • feat(langsmith): add langsmith tools for logging, output selector use tool-aware listing (#2821)
  • fix(agent-tools): added special handling for workflow tool in agent tool input, added react grab and feature flag (#2820)
  • feat(reorder): allow workflow/folder reordering (#2818)
  • fix(batch-add): on batch add persist subblock values (#2819)
  • feat(tinybird): added tinybird block (#2781)
  • feat(terminal): migrate from zustand for console terminal logs to indexedDb, incr limit from 5mb to ~GBs (#2812)
  • fix(a2a): added file data part and data data part to a2a agents (#2805)
  • improvement(oauth): added random identifier in unused accountId to bypass betterauth unique constraint (#2807)
  • feat(slack): added get message by timestamp and get thread tool (#2803)
  • fix(comparison): add condition to prevent duplicate identical edges (#2799)
  • feat(copilot): add commands (#2797)

Improvements

  • improvement(copilot): update copilot to match copilot repo (#2829)
  • improvement(emails): update email footer links to link to sim.ai/provider instead of direct provider links (#2826)
  • improvement(langsmith): ugpraded langsmith to use tool names directly in dropdown (#2824)
  • improvement(pricing): drop agent multiplier in docs, change base exec cost
  • improvement(schedule): default schedule timezone (#2800)

Bug Fixes

  • fix(drag): read perms prevent drag (#2834)
  • fix(sortOrder): initial ordering must be deterministic (#2833)
  • fix(popover): fix frozen workspace popover (#2832)
  • fix(otp): send welcome email even when user signs up via email/pass along with oauth providers (#2825)
  • fix(notifications): consolidate notification utils, update email styling (#2822)
  • fix(terminal-colors): change algo to compute colors based on hash of execution id and pointer from bottom (#2817)
  • fix(i18n): update translations action to run once per week on sunday (#2816)
  • fix(terminal): pop all entries from a single execution when the limit is exceeded (#2815)
  • fix(copilot): rewrote user input popover to optimize UX (#2814)
  • fix(copilot): commands (#2811)
  • fix(chat): remove special handling for non-streaming (#2808)
  • fix(invitations): preserve tokens after error (#2806)
  • fix(sockets): redrawing edges should not lead to socket ops (#2804)
  • fix(triggers): cleanup trigger outputs formatting, fix display name issues (#2801)
  • fix(executor): pattern match more errors to prevent swallow (#2802)

Contributors

View changes on GitHub

v0.5.59

13 Jan 21:22
5e8c843

Choose a tag to compare

Features

  • feat(export): support maintenance of nested folder structure on import/export, added folder export admin route (#2795)
  • feat(a2a): added a2a protocol (#2784)
  • chore(readme): trim readme, add more envvar info (#2791)
  • fix(ff): add back condition for isHosted FF (#2789)

Improvements

  • chore(docs): update sim references in docs (#2792)
  • improvement(FF): CI check to prevent hardcoding of FFs (#2790)

Bug Fixes

  • fix(a2a): removed deployment constraint for redeploying a2a workflows (#2796)

Contributors

View changes on GitHub

v0.5.58

13 Jan 08:57
7bf3d73

Choose a tag to compare

Features

  • feat(integrations): claude skills to add integrations, lemlist trigger + tools, remove test webhook url (#2785)
  • feat(invitations): added FF to disable invitations, added to permission groups, added workspace members admin endpoints (#2783)
  • feat(copilot): add context7 (#2779)
  • feat(tool): added introspection tools for all db integrations (#2780)
  • feat(tools): added workflow tools to agent tools dropdown for discoverability, enforce perms on client for redeploying via the agent (#2778)
  • feat(export): added the ability to export workflow (#2777)

Improvements

  • improvement(block-outputs): display metadata properties destructured (#2772)
  • improvement(byok): make available for all plans (#2782)

Bug Fixes

  • fix(slack): remove duplicate effect that cleared subblocks on cred change (#2788)
  • fix(color-picker): confirm color change before updating workflow color (#2776)

Contributors

View changes on GitHub

v0.5.57

11 Jan 19:41
7ffc11a

Choose a tag to compare

Features

  • feat(popover): add expandOnHover, added the ability to change the color of a workflow icon, new workflow naming convention (#2770)
  • fix(tag-input): add onInputChange to clear errors when new text is entered (#2765)
  • feat(copilot): subagents (#2731)

Improvements

  • improvement(response): only allow singleton (#2764)

Bug Fixes

  • fix(resize): fix subflow resize on drag, children deselected in subflow on drag (#2771)
  • fix(copilot): fix copilot chat loading (#2769)
  • fix(subflow): updated subflow border to match block border (#2768)
  • fix(context-menu): make divider on context menu aware of available options (#2766)
  • fix(perms): copilot checks undefined issue (#2763)
  • fix(router): fix router ports (#2757)

Contributors

View changes on GitHub

v0.5.56

10 Jan 08:31
be578e2

Choose a tag to compare

Features

  • feat(docs): added circleback docs (#2762)
  • feat(deployed-form): added deployed form input (#2679)
  • feat(enterprise): permission groups, access control (#2736)
  • improvement(wand): added more wands (#2756)
  • feat(sidebar): context menu for nav items in sidebar, toolbar blocks, added missing docs for various blocks and triggers (#2754)
  • fix(docs): new router (#2755)
  • improvement(canvas): add multi-block select, add batch handle, enabled, and edge operations (#2738)
  • feat(i18n): update translations (#2749)
  • fix(sso): add missing deps to db container for running script (#2746)

Improvements

  • improvement(google-drive) (#2752)
  • improvement(billing): team upgrade + session management (#2751)
  • improvement(docs): multiplier dropped to 1.4 (#2748)

Bug Fixes

  • fix(build): fixed circular dependencies (#2761)
  • fix(ops): fix subflow resizing on exit (#2760)
  • fix(tools): fixed workflow tool for agent to respect user provided params, inject at runtime like all other tools (#2750)
  • fix(tools): updated memory block to throw better errors, removed deprecated posthog route, remove deprecated templates & console helpers (#2753)

Contributors

View changes on GitHub

v0.5.55

09 Jan 07:42
f415e5e

Choose a tag to compare

Features

  • improvement(autoconnect): click to add paths also autoconnect (#2737)
  • feat(i18n): update translations (#2732)
  • improvement(enterprise): feature flagging + runtime checks consolidation (#2730)
  • improvement(auth): added ability to inject secrets to kubernetes, server-side ff to disable email registration (#2728)
  • feat(i18n): update translations (#2721)
  • feat(bedrock): added aws bedrock as a model provider (#2722)
  • feat(polling-groups): can invite multiple people to have their gmail/outlook inboxes connected to a workflow (#2695)

Improvements

  • improvement(execution-snapshot): enhance workflow preview in logs and deploy modal (#2742)

Bug Fixes

  • fix(grain): grain trigger update (#2739)
  • fix(linear): missing params (#2740)
  • fix(chat): update stream to respect all output select objects (#2729)
  • fix(devcontainer): use bunx for concurrently command (#2723)

Contributors

View changes on GitHub

v0.5.54

08 Jan 00:27
13a6e6c

Choose a tag to compare

Features

  • feat(i18n): update translations (#2717)
  • improvement(context-menu): added awareness for chat and variables being open, fixed select calculation to match height calculation for selecting multiple blocks (#2715)
  • feat(fireflies): added fireflies tools and trigger (#2713)
  • improvement(add-block): intuitive autoconnect + positioning (#2714)
  • fix(grain): add grain key to idempotency service (#2712)
  • improvement(helm): added missing optional envvars to helm for whitelabeling (#2711)
  • feat(blacklist): added ability to blacklist models & providers (#2709)
  • feat(seo): updated out-of-date site metadata, removed unused static assets, updated emails (#2708)
  • fix(resolver): add both new and old workflow blocks for backwards compatibility

Improvements

  • ui improvements for deploy mcp (#2718)

Bug Fixes

  • fix(preproc-errors): should not charge base execution cost in this case (#2719)
  • fix(deploy-check): race condition fixes (#2710)

Contributors

View changes on GitHub

v0.5.53

07 Jan 07:35
f5ab7f2

Choose a tag to compare

Features

  • fix(agent-tool): fix workflow tool in agent to respect user-provided params, added badge for deployment status (#2705)
  • feat(locks): add no-op for locking without redis to allow deployments without redis (#2703)
  • feat(i18n): update translations (#2702)
  • improvement(response): removed nested response block output, add docs for webhook block, styling improvements for subblocks (#2700)
  • fix(canvas): add handler for focus loss for hotkey operations (#2701)

Bug Fixes

  • improvement(triggers): moved save configuration above instructions for better visibility, fixed styling inconsistencies (#2699)

Contributors

View changes on GitHub