Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Releases: simstudioai/sim

v0.6.68

06 May 06:59
efcd51a

Choose a tag to compare

Features

  • feat(enterprise): add data drains for continuous export to S3 / webhook (#4440)
  • feat(block): Allow wait block to wait up to 30 days (#4331)
  • feat(credentials): add Atlassian service account credentials (#4432)

Improvements

  • refactor(tables): row selection as discriminated union (#4466)
  • improvement(confluence): expand scopes, persist canonical mode toggle (#4461)

Bug Fixes

  • fix(data-drains): convert unique-name violations to 409 on POST/PUT (#4471)
  • fix(mothership): enforce ownership check on workflow resource attachments (#4468)
  • fix(security): block IPv4-compatible IPv6 SSRF bypass (#4467)
  • fix(md): file streaming patch preview (#4465)
  • fix(terminal): terminal console update for child spans + hitl state machine (#4450)
  • fix(md-render): fix markdown rendering in file viewer (#4458)
  • fix(agent): drop temperature param for claude-opus-4-7 (#4459)
  • fix(ui): grey subagent tool calls and soften failure copy (#4457)
  • fix(posthog): align tool params with subBlock canonical to fix missing-field error (#4455)

Other Changes

  • chore(docs): upgrade fumadocs to latest minor versions (#4462)

Contributors

View changes on GitHub

v0.6.67

05 May 22:29
8d6b615

Choose a tag to compare

Features

  • feat(posthog): correlate task events with copilot logs via request_id (#4453)
  • feat(exa): add date filters to search (#4451)

Improvements

  • improvement(logs): increase log details panel max width from 40vw to 60vw (#4449)
  • refactor(tables): decouple UI display from DB position (#4448)

Bug Fixes

  • fix(copilot): disambiguate VFS upload paths to prevent stale-row reads (#4454)

Contributors

View changes on GitHub

v0.6.66

05 May 05:37
4253e57

Choose a tag to compare

Features

  • feat(logs): add Logs block for querying execution logs from workflows (#4442)
  • feat(image-generator): add gpt-image-2 model support (#4437)
  • feat(mothership): restore attachment previews on draft and add video support (#4435)
  • feat(knowledge): expose Cohere reranker controls (#4429)

Improvements

  • improvement(mothership): streaming state transitions (#4439)

Bug Fixes

  • fix(tables): suppress phantom rows on sort, center gutter numbers, stop select-all viewport jump (#4445)
  • fix(terminal): use wall-clock duration for loop iterations with concurrent children (#4443)
  • fix: double wrap reponse of guest session handler (#4438)
  • fix(logs): split summary/detail contracts to make trace tab gate type-safe (#4431)
  • fix(copilot): redact sim_key API keys from persisted Mothership chat messages (#4434)
  • fix(mothership): stop persisting log resources from get_workflow_logs and self-heal stale log panel entries (#4424)
  • fix(mothership): catch draft restore errors instead of crashing /home (#4433)
  • fix(executor): strip childTraceSpans from block state before LLM tool calls (#4428)
  • fix(knowledge): revert column width multipliers that misaligned Name header (#4427)
  • fix(table): return 400 instead of 500 for malformed sort/filter input (#4425)

Contributors

View changes on GitHub

v0.6.65

03 May 10:41
5be12f8

Choose a tag to compare

Features

  • feat(files): allow image uploads in workspace files (#4419)

Bug Fixes

  • fix(files): align upload route image extensions with picker (#4423)
  • fix(memory): return 200 with null data when memory key not found on GET (#4421)

Contributors

View changes on GitHub

v0.6.64

03 May 05:02
4bc6a17

Choose a tag to compare

Features

  • feat(files): export markdown as zip with embedded images (#4413)
  • feat(table): hide new workflow column feature (#4414)
  • feat(table): add workflow execution column type (#4338)
  • feat(table): make plan table limits configurable via env vars (#4406)

Improvements

  • improvement(sidebar): overlay lock indicator on leading icon (#4412)
  • improvement(blocks): depends on misalignments audit (#4409)

Bug Fixes

  • fix(credentials): clear stored refs on credential delete to prevent silent cascade orphaning (#4418)
  • fix(memories): get memory tool, mem0 integration update (#4415)
  • fix(uploads): direct-to-upload workspace files + shared transport (#4407)
  • fix(connectors): harden 10 KB connectors after audit (#4410)
  • fix(chat): close SSO auth bypass via checkSSOAccess body flag (#4408)

Contributors

View changes on GitHub

v0.6.63

02 May 16:37
d445b9c

Choose a tag to compare

Improvements

  • improvement(knowledge): tighten column widths for short numeric/badge values (#4404)

Bug Fixes

  • fix(home): restore folder search in @-mention and plus-menu dropdown (#4403)

Contributors

View changes on GitHub

v0.6.62

02 May 09:07
2aaf2b7

Choose a tag to compare

Features

  • feat(files): embed sim files and render mermaid diagrams in markdown preview (#4402)
  • feat(workflows): lock/duplicate improvements for workflows (#4387)
  • feat(tables): add export, import column creation, infinite row pagination (#4373)
  • feat(gmail): add edit draft and update label tools (#4374)
  • feat(knowledge): add chunking strategies and regex strict boundaries (#4368)
  • feat(ui): update context menu (#4362)
  • feat(mothership): draft persistence, new task eager creation, doc preview fix, and loading polish (#4361)
  • feat(knowledge): add embedding model selection and Cohere reranker (#4349)
  • feat(fork): optimistic sidebar entry + Fork | prefix for forked tasks (#4353)
  • feat(fork): fork chat from any assistant message (#4343)
  • feat(firecrawl): add parse operation and revert short-input selection style (#4340)

Improvements

  • improvement(lock): lock icon next to entity (#4401)
  • improvement(home): consolidate chat context kind icon registry (#4397)
  • improvement(home): anchor @-mention popup at caret and right-size dropdown widths (#4393)
  • improvement(mothership): reuse logs detail panel in resource view (#4389)
  • improvement(executor): correctness-by-construction for workflow logs (#4382)
  • improvement(tables): bump column auto-fit cap from 600px to 1000px (#4384)
  • improvement(workflow): narrow zustand selectors and optimize log tree builds (#4378)
  • improvement(invites): remove confusing copy (#4380)
  • improvement(repo): update ship skills, flatten internal tools contracts dir (#4379)
  • improvement(repo): reorganize contracts directory (#4376)
  • improvement(trace): billing trace span typing (#4375)
  • improvement(types): enforce patterns outside just hooks directory and fix CI check + fix tracing billing issue (#4367)
  • improvement(toast): widen error toasts and bump line-clamp to 3 (#4370)
  • improvement(repo): zod based client-server boundary (#4355)
  • improvement(sidebar): remove unnecessary useCallback and useMemo wrappers (#4357)
  • improvement(kb-selector): add search to knowledge base selector subblock (#4351)

Bug Fixes

  • fix(file): zero byte codegen file format + zoomable preview wrapper + mermaid errors loopback (#4400)
  • fix(loading): cursor positioning, render-phase defaultValue sync, remove unnecessary useMemo (#4396)
  • fix(serializer): apply tools.config.params before validating required tool params (#4391)
  • fix(csp): allow https images in markdown preview and html sandbox (#4394)
  • fix(files): unstick monaco find widget tooltips and surface logs in mothership add-resource (#4395)
  • fix(mail): use html-to-text for plaintext email fallback (#4392)
  • fix(oauth): trim Atlassian OAuth scopes to fix CloudFront 414 (#4388)
  • fix(terminal): correct error/cancel block status in logs panel (#4372)
  • fix(auth): resolve CORS errors for self-hosted deployments behind reverse proxies (#4369)
  • fix(ui): fix tasks loading being cancelled, disable fork button (#4371)
  • fix(ui): Add warning for organization-wide settings (#4366)
  • fix(tasks): fix sidebar tasks skeleton hanging indefinitely (#4365)
  • fix(settings): rename credentials to secrets, align role display (#4364)
  • fix(secrets): invalidate env queries so dropdown updates without refresh (#4359)
  • fix(custom-tool): include schema parameters in code wand prompt (#4360)
  • fix(fork): clear task selection before navigating to fork (#4356)
  • fix(fork): scope task list invalidation to current workspace (#4350)
  • fix(integrations): harden jira, jsm, ashby, google drive, slack, confluence, notion (#4345)
  • fix(cleanup): batch orphaned snapshot deletes to avoid slow-query spike (#4348)
  • fix(files): use incremental applyEdits to prevent streaming flicker in Monaco editor (#4347)
  • fix(trace): normalize keyed tool names and show credits in trace view (#4344)
  • fix(copilot): fix new task error (#4341)

Other Changes

  • revert(executor): undo correctness-by-construction for workflow logs (#4382) (#4382)
  • revert(short-input): remove selection:text-transparent (#4318) (#4318)
  • chore(skills): update checklist for boundary e2e checklist (#4363)
  • Merge pull request #4342 from simstudioai/staging

Contributors

View changes on GitHub

v0.6.61

29 Apr 17:30
6aa3fe3

Choose a tag to compare

Features

  • feat(logs): trace span tree rewrite with resizable split, provider icons, and execution improvements (#4292)
  • feat(table): expose position parameter for row insertion via copilot (#4326)
  • feat(files): extract PDF viewer behind SSR boundary and polish file preview (#4316)
  • feat(sap_s4hana): add get_material_document and fix supplier invoice key order (#4317)
  • feat(governance): external workspace users from outside org (#4313)
  • feat(integrations): SAP S/4HANA (#4301)

Improvements

  • improvement(docs): soften video hover opacity (#4339)
  • improvement(sap_s4hana): use MERGE for OData v2 updates and enlarge icon (#4332)
  • perf(docker): use turbo prune for app.Dockerfile (#4322)
  • improvement(browser-use,stagehand): expose live session URLs (#4314)
  • improvement(docker): speed up app image build with cache mounts and parallel node-gyp (#4310)

Bug Fixes

  • fix(files): streaming preview invariant + OOXML style extraction (#4335)
  • fix(notion): correctly register tool (#4337)
  • fix(ui): adjust docx and code rendering (#4334)
  • fix(snapshot): stop markdown preview auto-scroll during patch streams + snapshot styling (#4333)
  • fix(knowledge): skip sync and document processing when KB is deleted (#4327)
  • fix(table): return 400 instead of 500 on empty batch insert (#4329)
  • fix(billing): gate org billing query to invite modal open state and allow GA doubleclick in CSP (#4328)
  • fix(copilot): use different chats for different workflows (#4324)
  • fix(workflow): throw 4xx on variable resolution failures (#4325)
  • fix(docker): use full bun.lock + bump deprecated GHA actions (#4323)
  • fix(mcp): Use SDK web-standard transport for copilot mcp (#4320)
  • fix(short-input): hide selected text to prevent overlay collision (#4318)
  • fix(vm): categorize user or server side errors (#4283)
  • fix(ui): display file upload error messages (#4315)
  • fix(security): rate limit chat OTP + validate mothership proxy endpoint (#4312)
  • fix(security): require internal API key for copilot training endpoints (#4311)
  • fix(mothership): stabilize task sidebar ordering on selection (#4309)

Contributors

View changes on GitHub

v0.6.60

27 Apr 19:47
489f2d3

Choose a tag to compare

Features

  • feat(slack): canvas related operations (#4306)

Improvements

  • improvement(slack): channel selector for list canvasses (#4307)

Bug Fixes

  • fix(retention-job): add chunking strategy for cleanup (#4305)
  • fix(stream): Avoid bun memory leak bug from TransformStream (#4255)
  • fix(security): patch copilot tool & multipart upload IDORs (#4304)

Contributors

View changes on GitHub

v0.6.59

27 Apr 17:18
58a3ae2

Choose a tag to compare

Features

  • feat(models): add gpt-5.5 models (#4300)

Bug Fixes

  • fix(mothership): parallel subagent rendering, exec stream re-attach (#4299)
  • fix(security): credential-set invite email check + shopify authorize XSS (#4302)

Contributors

View changes on GitHub

Morty Proxy This is a proxified and sanitized view of the page, visit original site.