Skip to content

Releases: simstudioai/sim

v0.5.79

01 Feb 06:06
2bb6833

Choose a tag to compare

Features

  • feat(tools): added enrich so (#3103)

Improvements

  • improvement(ratelimits, sockets): increase across all plans, reconnecting notif for sockets (#3096)

Bug Fixes

  • fix(workflow): optimize loop/parallel regeneration and prevent duplicate agent tools (#3100)
  • fix(mcp): pass timeout to SDK callTool to override 60s default (#3101)

Contributors

View changes on GitHub

v0.5.78

31 Jan 21:58
8528fbe

Choose a tag to compare

Features

  • feat(tools): added google maps and DSPy (#3098)
  • feat(invitations): added invitations query hook, migrated all tool files to use absolute imports (#3092)

Bug Fixes

  • fix(visibility): updated visibility for non-sensitive tool params from user only to user or llm (#3095)
  • fix(executor): condition inside parallel (#3094)
  • fix(mcp): increase timeout from 1m to 10m (#3093)
  • fix(billing): plan should be detected from stripe subscription object (#3090)
  • fix(editor): advanced toggle respects user edit permissions (#3089)

Contributors

View changes on GitHub

v0.5.77

30 Jan 23:18
31fdd2b

Choose a tag to compare

Features

  • feat(note-block): enable body dragging to match workflow block (#3073)
  • feat(deployments): human-readable version descriptions (#3077)
  • feat(tools): added similarweb (#3071)
  • feat(calcom): added calcom (#3070)

Improvements

  • improvement(docker): update docker-compose env vars (#3080)
  • improvement(docs): instant copy button + performance optimizations (#3076)

Bug Fixes

  • fix(terminal): start precision (#3078)
  • fix(note): remove icon from note block in preview (#3075)
  • fix(agent-logs): don't filter out agent cost from trace span (#3086)
  • fix(invite-modal): remove custom button heights and useEffect anti-pattern (#3082)
  • fix(anthropic): token limits for streaming with tool calls (#3084)
  • fix(streaming): handle multi-byte UTF-8 chars split across chunks (#3083)
  • fix(copilot): hosted api key validation + credential validation (#3000)
  • fix(executor): conditional deactivation for loops/parallels (#3069)

Other Changes

  • improvment(sockets): migrate to redis (#3072)

Contributors

View changes on GitHub

v0.5.76

29 Jan 19:05
028bc65

Choose a tag to compare

Improvements

  • v0.5.76: posthog improvements, readme updates

Bug Fixes

  • fix(posthog): move session recording proxy to middleware for large payload support (#3065)
  • fix(oauth): use createElement for icon components to fix React hooks error (#3064)

Other Changes

  • chore(readme): update readme.md (#3066)

Contributors

View changes on GitHub

v0.5.75

29 Jan 07:10
c6bf5cd

Choose a tag to compare

Features

  • feat(child-workflows): nested execution snapshots (#3059)
  • feat(youtube): add captions, trending, and video categories tools with enhanced API coverage (#3060)
  • feat(timeout): add API block timeout configuration (#3053)
  • feat(terminal): structured output (#3026)
  • feat(description): add deployment version descriptions (#3048)
  • feat(executor): run from/until block (#3029)

Improvements

  • improvement(preview): include current workflow badge in breadcrumb in workflow snapshot (#3062)
  • improvement(inputs): sanitize trigger inputs better (#3047)
  • improvement(search-modal): add quick navigation items and fix cmdk value uniqueness (#3050)
  • improvement(cmdk): refactor search modal to use cmdk + fix icon SVG IDs (#3044)

Bug Fixes

  • fix(type): logs workspace delivery (#3063)
  • fix(copilot): panning on workflow (#3057)
  • fix(snapshot): consolidate to use hasWorkflowChanges check (#3051)
  • fix(icons): update strokeWidth of action bar items to match, update run from block icon to match run workflow button (#3056)
  • fix: terminal spacing, subflow disabled in preview (#3055)
  • fix(child-workflow-error-spans): pass trace-spans accurately in block logs (#3054)
  • fix(tests): use UTC methods for timezone-independent schedule assertions (#3052)
  • fix(workflow): update container dimensions on keyboard movement (#3043)
  • fix(loops): fix loops on empty collection (#3049)
  • fix(helm): move rotationPolicy under privateKey for cert-manager compatibility (#3046)

Contributors

View changes on GitHub

v0.5.74

28 Jan 04:55
11dc18a

Choose a tag to compare

Features

  • feat(autolayout): add snap-to-grid support (#3031)
  • feat(tools): added clerk tools and block (#3032)

Improvements

  • improvement(function): timeout increase to 5 min (#3040)
  • improvement(helm): update GPU device plugin and add cert-manager issuers (#3036)
  • improvement(block-inputs): must parse json accurately + models max_tokens fix (#3033)
  • improvement(skills): extend skills (#3035)

Bug Fixes

  • fix(autolayout): pass through gridsize (#3042)
  • fix(openrouter): ignored when tools are configured but unused (#3041)
  • fix(gemini): token count (#3039)
  • fix(models): update cerebras and groq models (#3038)
  • fix(hitl): add missing fields to block configs (#3027)
  • fix(security): add authentication to remaining tool API routes (#3028)
  • fix(workflow): use panel-aware viewport center for paste and block placement (#3024)
  • fix(badge): add type variant for dark mode contrast (#3025)
  • fix(terminal): persist collapsed state across page refresh (#3023)

Contributors

View changes on GitHub

v0.5.73

27 Jan 06:21
ab4e9dc

Choose a tag to compare

Features

  • feat(tools): added more intercom tools (#3022)
  • feat(code): undo-redo state (#3018)
  • feat(note-block): expand media embed support with tuned aspect ratios (#3016)
  • feat(ci): auto-create github releases and add workflow permissions (#3009)
  • feat(helm): add branding configmap for custom assets (#3008)

Improvements

  • improvement(tools): updated kalshi and polymarket tools and blocks (#3021)
  • improvement(mcp): remove mcp-remote for cursor config (#3020)
  • improvement(workflow): hide raw json childworkflow span (#3019)
  • improvement(preview): error paths, loops, workflow (#3010)
  • improvement(docs): updated logo, added lightbox to action media, fixed minor styling inconsistencies between themes (#3014)
  • improvement(preview): consolidate block rendering and fix handle configurations (#3013)

Bug Fixes

  • fix(executor): fix. convergent error edges (#3015)
  • fix(max-tokens): anthropic models streaming vs non-streaming (#2999)
  • fix(kb): workspace id required for creation (#3001)
  • fix(input-format): resolution for blocks with input format fields (#3012)
  • fix(copilot): reliable zoom to changed blocks after diff applied (#3011)
  • fix(docs): separate local and blob asset resolution for quick-reference (#3007)
  • fix(codegen): function prologue resolution edge cases (#3005)

Contributors

View changes on GitHub

v0.5.72

26 Jan 17:18
1c58c35

Choose a tag to compare

Improvements

  • improvement(docs): added images and videos to quick references (#3004)

Bug Fixes

  • fix(multi-trigger): resolution paths for triggers (#3002)
  • fix(supabase): storage upload + add basic mode version (#2996)
  • fix(storage): support Azure connection string for presigned URLs (#2997)

Contributors

View changes on GitHub

v0.5.71

26 Jan 17:18
d63a5cb

Choose a tag to compare

Improvements

  • improvement(docs): add quick reference page and update SDK documentation (#2994)

Bug Fixes

  • fix(sdk): improve input handling and separate input from options (#2993)
  • fix(releases): improve commit categorization and ci security (#2992)
  • fix(copilot): canonical modes should be constructed on edit (#2989)
  • fix(context-menu): preserve selection when right-clicking selected block (#2991)
  • fix(tooltip): add tooltip to canonical toggle button (#2990)

Contributors

View changes on GitHub

v0.5.70

25 Jan 04:57
8bd5d41

Choose a tag to compare

Bug Fixes

  • fix(anthropic): use anthropic sdk to transform malformed response schemas to anthropic format (#2988)
  • fix(llm): update router and llm_chat tool to call providers routes (#2986)

Contributors

View changes on GitHub