Skip to content

Releases: simstudioai/sim

v0.3.2

23 Sep 03:42
8f71684

Choose a tag to compare

Features

  • feat(sidebar): sidebar toggle and search (#700)

Improvements

  • improvement(voice): interrupt UI + mute mic while agent is talking (#705)

Bug Fixes

  • fix(subflow): fixed subflow execution regardless of path decision (#707)
  • fix: permissions check for duplicating workflow (#706)
  • fix(invitation): allow admins to remove members from workspace (#701)
  • fix(sockets): delete block case (#703)
  • fix(schedule): fix for custom cron (#699)
  • fix(sockets): remove package-lock

Contributors

View changes on GitHub

v0.3.1

23 Sep 03:42
b7185c9

Choose a tag to compare

Features

  • improvement(docs): added new docs content, cleanup old content (#690)
  • feat(platform): new UI and templates (#639) (#639)
  • feat(platform): new UI and templates (#639)
  • Improvement(gmail-tools): added search and read (#680)
  • improvement(subflow-docs): docs for loops and parallels added under blocks section (#686)

Improvements

  • improvement(db): further increase db limits (#696)
  • improvement(sockets): increase buffer for connections (#695)
  • improvement(kb): pagination for docs + remove kb token count problematic query (#689)
  • improvement(imports): changed relative to absolute imports (#681)

Bug Fixes

  • fix(docs): minor docs typo fix (#698)
  • fix: remove package-lock
  • fix: removed package-lock
  • fix(kb): auth check for create doc tool (#687)
  • fix(console): match by execution & block id when updating console-entry (#685)
  • fix(unsubscribe): unsubscribe missing suspense boundary (#683)
  • fix(queueing): make debouncing native to queue (#682)

Other Changes

  • Merge pull request #692 from simstudioai/staging
  • max 25 conc connections (#691)
  • Merge pull request #688 from simstudioai/staging
  • remove root-level tailwind v3 override (#684)

Contributors

View changes on GitHub

v0.2.13

23 Sep 03:41
7192cde

Choose a tag to compare

Features

  • feat(wealthbox): added wealthbox crm (#669)
  • fix(voice): added voice functionality back to chat client (#676)
  • fix(tool-input): added tool input, visibility enum for tool params, fixed google provider bugs (#674)
  • feat(queuing): sockets queuing mechanism

Bug Fixes

  • fix(permissions): make permissions check case insensitive, resolve hydration issues by consolidating environment checking function (#678)
  • fix(api-timeout): increase timeout for API block to 2 min (#677)
  • Merge pull request #671 from simstudioai/fix/queuing
  • Merge branch 'fix/queuing' of github.com:simstudioai/sim into fix/queuing
  • fix(ui): fixed loop collection placeholder to match parallel collection placeholder
  • fix subflow ops to go through queue
  • fix retry mechanism
  • fix field typing
  • fix incorrect dep
  • fix subblock updates

Other Changes

  • working impl
  • simplify
  • remove console.log
  • remove test file
  • remove console log
  • remove unused file

Contributors

View changes on GitHub

v0.2.12

23 Sep 03:41
38f5aae

Choose a tag to compare

Features

  • fix(stripe): added missing webhook secret for stripe webhook billing endpoint
  • add tool calls to trace span
  • improvement: added draft operation
  • improvement: added gmail draft operation

Improvements

  • improve UI
  • improvement(trace-span): make tool calls separately display in trace span"
  • Merge pull request #670 from simstudioai/improvement/gmail

Bug Fixes

  • Merge pull request #673 from simstudioai/fix/trace-spans-tool-calls
  • improvement: fixed docs #670
  • fix(text-fields): prevent save password on usage limit change (#667)
  • fix(precommit-hook): fixed pre commit hook to use lint-staged (#666)
  • fix(scrollbar): fixed double scrollbar (#665)
  • Merge pull request #659 from simstudioai/fix/cancel-sub

Other Changes

  • remove optional chain
  • pass reference id to cancel func

Contributors

View changes on GitHub

v0.2.11

23 Sep 03:41
b7d536b

Choose a tag to compare

Features

  • feat(models): add grok-4 (#655)
  • feat(kb): added cost for kb blocks (#654)
  • fix(docs): fixed docs script to reflect the new output format for all blocks (#653)
  • fix response format json extraction issues + add warning for invalid json
  • feat(kb-tags-filtering): filter kb docs using pre-set tags (#648)
  • feat(billing): add comprehensive usage-based billing system (#625)
  • Merge pull request #646 from simstudioai/feat/ask-docs
  • add 6s timeout (#645)
  • fix(sockets): added debouncing for sub-block values to prevent overloading socket server, fixed persistence issue during streaming back from LLM response format, removed unused events (#642)
  • fix(sockets): force user to refresh on disconnect in order to mkae changes, add read-only offline mode (#641)
  • Add footer fullscreen option
  • Add db migration
  • fix(response-format): add response format to tag dropdown, chat panel, and chat client (#637)
  • feat(build): added turbopack builds to prod (#630)
  • feat(tools): added reordering of tool calls in agent tool input (#629)
  • feat(enhanced logs): integration + log visualizer canvas (#618)

Improvements

  • Update apps/sim/app/workspace/[workspaceId]/w/[workflowId]/components/workflow-block/components/sub-block/components/code.tsx
  • Merge pull request #650 from simstudioai/improvement/logging-ui
  • improve logging ui
  • Convo update
  • Convo update

Bug Fixes

  • Merge pull request #652 from simstudioai/fix/resp-format-json-extraction
  • fix lint
  • fix frozen canvas trace span interpretation issue
  • fix lint
  • Greptile fixes
  • fix(reddit): fixed reddit missing refresh token for oauth
  • fix(search-chunk): searchbar in knowledge base chunk (#557)
  • Yaml fixes
  • Fix loop/parallel yaml
  • Modal fixes
  • some fixes
  • Revert "fix(sockets-server-disconnection): on reconnect force sync store to d…" (#640)
  • Fix streaming bug
  • UI fixes
  • fix(build): fixed build
  • Fix spacing
  • fix(sockets-server-disconnection): on reconnect force sync store to db (#638)
  • Lint fix
  • fix(dropdown): simplify & fix tag dropdown for parallel & loop blocks (#634)
  • fix(revert-deployed): correctly revert to deployed state as unit op using separate endpoint (#633)
  • fix(resp format): non-json input was crashing (#631)
  • fix(docs): fixed broken docs links (#632)
  • fix(mem-deletion): hard deletion of memory (#622)
  • fix(oauth): fix oauth to use correct subblock value setter + remove unused local storage code (#628)
  • fix(reddit): update to oauth endpoints (#627)
  • fix(frozen canvas): don't error if workflow state not available for migrated logs (#624)
  • fix(envvars): t3-env standardization (#606)
  • fix(deletions): folder deletions were hanging + use cascade deletions throughout (#620)
  • fix(sharing): fixed folders not appearing when sharing workflows (#616)

Other Changes

  • remove useless paths
  • remove regex handling never hit
  • lint
  • revert
  • remove duplicate info in trace span info for tool calls
  • lint
  • Merge pull request #647 from simstudioai/staging
  • Merge branch 'main' into staging
  • Remove json export
  • Lint
  • Move upload button
  • Lint
  • Comment instead of ff
  • Lint
  • Handle loops/parallel
  • Checkpoint
  • Lint
  • Read workflow checkpoint
  • Lint
  • Get user workflow tool
  • Merge branch 'main' into staging
  • Lint
  • Checkpoint
  • Lint
  • Remove logs
  • Lint
  • It works??
  • Lint
  • Closer
  • Lint
  • Initial yaml
  • Lint
  • Yaml language basics
  • Lint
  • Better ui
  • Remove dead code
  • Lint
  • Checkpoint
  • Lint
  • Better
  • Lint
  • Works?
  • Lint
  • Big refactor
  • Lint
  • Lint
  • Tool call version
  • Lint
  • Spacing
  • Lint
  • Better formatting
  • Better formatting
  • Initial chatbot ui
  • Initial lint
  • Initial commit

Contributors

View changes on GitHub

v0.2.9

23 Sep 03:40
c2f786e

Choose a tag to compare

v0.2.8

23 Sep 03:40
f3bc1fc

Choose a tag to compare

fix + feat + improvement (#621)

View changes on GitHub

v0.2.7

23 Sep 03:40
78b5ae7

Choose a tag to compare

v0.2.6

23 Sep 03:40
016cd67

Choose a tag to compare

fix + feat + improvement (#612)

View changes on GitHub

v0.2.5

23 Sep 03:40
3b98253

Choose a tag to compare

feat, improvement, fix (#595) (#603)

View changes on GitHub