Skip to main content

Changelog

Every new feature, improvement, and fix in Sim, the open-source AI workspace, with release notes straight from GitHub.

v0.7.20

Jul 2, 2026

Features

  • feat(blog): add CTA band above footer
  • feat(data-retention): granular PII redaction stages (input + block outputs)
  • feat(blog): add five blogs
  • feat(logs): add Troubleshoot in Chat button for errored runs
  • feat(providers): add Claude Fable 5 model

Improvements

  • improvement(tables): make max row size env-configurable and raise default to 400KB
  • improvement(knowledge): react-doctor perf pass across the knowledge base module
  • improvement(files): react-doctor performance pass on the files module
  • improvement(tables): react-doctor safe performance pass
  • improvement(chat): code-split resource preview panel out of initial /chat bundle
  • improvement(landing): react-doctor health pass across the landing surface
  • improvement(settings): react-doctor perf & correctness pass
  • improvement(settings): react health pass across settings surface

Bug Fixes

  • fix(logs): right-size and reorganize log-detail action chips
  • fix(knowledge): surface KB description validation errors and raise limit to 10k
  • fix(chat): fix secret-input chat widget reshaping after submit
  • fix(chat): scope troubleshoot handoff to its workspace
  • fix(integrations): resolve Server Components crash on the integration detail page
  • fix(integrations): repair corrupt icons, backfill missing block metas, restore scroll on back-nav
  • fix(landing): avoid unpolyfilled ES2023 array methods in client code
  • fix(interfaces): always-light public surfaces (chat, resume, file shares, unsubscribe, invite) with emcn components
  • fix(demo): unblock Cal.com booking embed and align work-email validation
  • fix(providers): drop deprecated temperature capability from claude-sonnet-5
  • fix(connectors): allow self-hosted private DB hosts via opt-in flag
  • fix(custom-tool): restore modal body scroll so Save stays reachable
  • fix(careers): remove /careers redirect so the in-app page is reachable

Other Changes

  • ci(dev): auto-deploy Trigger.dev tasks + fail dev db:push on TTY prompt
  • chore(rules): canonical useState prev-tracker for render-phase adjust + no-render-in-render caveat

View changes on GitHub

v0.7.19

Jul 1, 2026

Features

  • feat(careers): careers page backed by the Ashby job board
  • feat(landing): reintroduce /contact page styled like /demo

Improvements

  • improvement(broadcast): white canvas, LinkedIn footer, hi-res logo

View changes on GitHub

v0.7.18

Jul 1, 2026

Features

  • feat(forking): resource copying UX to help with setup speed
  • feat(linq): audit fixes + native auto-registering webhook trigger
  • feat(broadcast): add july-1 newsletter (template, assets, font)
  • feat(input-format): upload files in file fields via the file uploader
  • feat(broadcast): add LinkedIn footer social icon
  • feat(db): resolve DATABASE_URL per role (DATABASE_URL_ with fallback)
  • feat(providers): add Claude Sonnet 5 model
  • feat(integrations): wave-4 tool-depth (Slack/Asana/Jira/Google Docs/Trello/Monday) + context.dev validation
  • feat(rich-markdown-editor): live media embeds + shared embed detection util

Improvements

  • improvement(emails): align transactional emails with the platform neutral design system
  • improvement(billing): ux around on demand toggling and one-off credits
  • improvement(docs): README redesign — banner + platform screenshot
  • perf(landing): defer Features preview, memoize integration grid, trim dead weight
  • improvement(sendblue): audit fixes for optional group numbers, seat_id, typing state/duration
  • refactor(landing): DRY page metadata via buildLandingMetadata + derive pricing credits
  • improvement(landing): SSR-friendly URL-state filters + cleanup pass + polish
  • improvement(landing): refine hero and mothership visuals

Bug Fixes

  • fix(mailer): permissions entitlements for enabling/disabling
  • fix(hitl): build the full enabled-block DAG so any persisted resume target exists
  • fix(emcn): stop calendar content bleeding through the modal backdrop
  • fix(settings): chip-consistency + shared credential-style resource row
  • fix(sidebar): suppress collapse->expand transition flash on fresh load
  • fix(media-embed): remove ReDoS-prone regexes in host-gated providers
  • fix(input-format): file-field mode toggle uses canonical arrow icon on the label row
  • fix(emcn): keep Prism grammar registrations in bundle, never throw on missing grammar
  • fix(workflow-renderer): validate dropbox host in note embed renderer

Other Changes

  • chore(logging): remove redis-progress-markers feature flag

View changes on GitHub

v0.7.17

Jun 30, 2026

Features

  • feat(workspaces): gate workspace forking behind runtime workspace-forking feature flag
  • feat(docs): render workflow previews with the shared editor renderer
  • feat(mothership): add secrets input in chat
  • feat(integrations): extend ElevenLabs, Google Drive, Firecrawl, Pinecone, Resend, and S3 tool depth
  • feat(workflow-renderer): extract pure WorkflowBlockView + SubBlockRowView
  • feat(integrations): extend Telegram, Outlook, and Notion tool depth
  • feat(workflow-renderer): extract edge, subflow, and note Views into @sim/workflow-renderer
  • feat(pii): add redaction timing metrics across sidecar and persist path
  • feat(integrations): extend Airtable, Google Docs, WhatsApp, and Excel tool depth
  • feat(workspaces): fork + push/pull

Improvements

  • improvement(slack-trigger): expose view, message, and state on interactivity payloads
  • improvement(settings): persistent layout + locked-down header API
  • improvement(docs): redesign README (animated hero + product demo)
  • perf(dev): curate SIM_DEV_MINIMAL_REGISTRY to core toolbar blocks
  • improvement(emcn): extract design system into shared @sim/emcn package
  • improvement(docs): flatten the academy learn/chapters panels

Bug Fixes

  • fix(uploads): attach compiled binary for AI-generated docs, not source
  • fix(prism): load prismjs core before language components
  • fix(emcn): resolve Calendar icon/component barrel collision and preserve prism side effects
  • fix(knowledge): send tag filters as a JSON string so the document filter works
  • fix(emcn): repair app-wide crash and unstyled UI after package extraction

Other Changes

  • chore(deploy): remove deploy as a2a

View changes on GitHub

v0.7.16

Jun 28, 2026

Improvements

  • improvement(logs): move per-block progress markers to Redis to cut write amplification
  • improvement(clickhouse): expand block templates and skills, normalize tool versions
  • perf(dev): SIM_DEV_MINIMAL_REGISTRY mode to slash local dev-server RAM
  • improvement(execution): stop rewriting execution snapshots on reuse + skip redundant actor lookup
  • perf(db): per-role Postgres connection-pool profiles
  • improvement(webhooks): add trigger-age instrumentation + guard env decryption
  • perf(trigger): cap concurrency on background DB tasks

Bug Fixes

  • fix(webhooks): run inactive deployment-version cleanup inline on deploy
  • fix(webhooks): cast json provider_config for atomic jsonb merge
  • fix(sso): keep an exit affordance in edit mode when clean
  • fix(security): gate credential-set invitation listing to admins and drop token
  • fix(mcp): pin public IP-literal server URLs to block SSRF redirect bypass
  • fix(copilot): gate post-tool output writes behind write permission
  • fix(file-parsers): guard OOXML parsers against decompression-bomb memory exhaustion
  • fix(security): cap KB document download size to prevent memory-exhaustion DoS
  • fix(connectors): harden Zendesk connector against SSRF

Other Changes

  • chore(data-drains): remove settings callout and unused InfoNote component

View changes on GitHub

v0.7.15

Jun 27, 2026

Features

  • feat(triggers): add Twilio SMS, Clerk, incident.io, Rootly, RevenueCat, Loops, and Sentry webhook triggers
  • feat(uptimerobot): add UptimeRobot v3 integration
  • feat(downdetector): add Downdetector outage-monitoring integration
  • feat(rich-editor): rich markdown field + @ mentions for skill & deploy modals
  • feat(settings): unify all settings pages under a shared SettingsPanel layout
  • feat(access-control): page-based permission groups, tool-level deny-list, settings row-action consistency
  • feat(thrive): add Thrive Learning integration (47 tools + block)
  • feat(db): attribute Postgres connections by runtime via application_name

Improvements

  • improvement(docs): align components with the platform design system
  • refactor(emcn): consolidate date pickers onto the chip Calendar (range support + retire legacy DatePicker)
  • improvement(docs): Ask AI chat grounded in the docs vector store
  • improvement(docs): add Academy learning surface
  • improvement(mothership): add workflow lint for custom tool/skills/mcp tool additions to agent block
  • perf(frontend): bound logs DOM, kill editor re-render storms, lazy-load heavy deps

Bug Fixes

  • fix(copilot): strip hosted apiKey on type-less edit ops + guard hosting.enabled
  • fix(db): retry the migration connection on transient slot exhaustion
  • fix(knowledge): document tag filter matches case-insensitively and by calendar day
  • fix(copilot): strip platform-managed apiKey on hosted-tool blocks in edit_workflow

Other Changes

  • chore(deps): bump undici to 7.28.0 and nodemailer to 9.0.1

View changes on GitHub

v0.7.14

Jun 25, 2026

Features

  • feat(salesforce): add Tooling API schema tools (custom field/object) + metadata query
  • feat(file): workspace-scoped inline images + public-share cascade
  • feat(gitlab): add repository, code-review, and CI job tools + validation fixes
  • feat(secrets): ingest env secrets at container runtime instead of fanning into ECS taskdef
  • feat(gitlab): support self-managed GitLab host across tools, block, triggers, webhook, and connector

Improvements

  • refactor(realtime): type the socket event-handler boundary with @sim/realtime-protocol
  • improvement(sandbox): mount workspace files by presigned URL instead of buffering bytes
  • refactor(sse): consolidate client SSE readers behind a single typed primitive
  • refactor(stores): model execution and workflow-diff state as status enums
  • perf(workspace): server-prefetch home, knowledge, tables, and files list pages
  • improvement(mistral): update OCR pricing to OCR 4 rate ($4/1,000 pages)
  • improvement(pi): minor improvements to docs

Bug Fixes

  • fix(workspace): add granular error boundaries to 7 more workspace segments
  • fix(ssr): harden credential query-key factory + fetchers against the 'use client' stub bug
  • fix(tables): SSR crash from tableKeys in a 'use client' module + drop redundant flushChunks

View changes on GitHub

v0.7.13

Jun 24, 2026

Features

  • feat(file): include public share status in File read output
  • feat(file): add Manage Sharing operation to the File block
  • feat(pii): publish PII image to GHCR and add Presidio sidecar to Helm chart
  • feat(data-retention): workspace-level overrides for retention and PII
  • feat(billing): unify upgrade routing with reason context + storage/tables limit emails
  • feat(guardrails): PII redaction via Presidio sidecar (native VIN, per-rule language)
  • feat(pii): build & own combined PII (analyzer + anonymizer) image
  • feat(pi): add pi coding agent harness
  • feat(trigger): add trigger-eu-region flag to switch runs to eu-central-1
  • feat(providers): add Sakana AI provider with Fugu models

Improvements

  • improvement(access-controls): ui/ux improvements
  • improvement(pi): prompting to ensure harness knows push is deterministic
  • refactor(frontend-arch): migrate server state to React Query, collapse duplicate workflow-state cache, granular error boundaries

Bug Fixes

  • fix(enrichment): stop PDL billing on no-match via required-field gating
  • fix(skills): fix skills icon showing up
  • fix(trigger): mark cpu-features external to fix deploy build
  • fix(pii): listen on 5001 to avoid app :3000 collision (awsvpc)

View changes on GitHub

v0.7.12

Jun 22, 2026

Features

  • feat(url-state): adopt nuqs for type-safe URL query-param state

Bug Fixes

  • fix(state): align server/client state with best practices (query-key bugs, persist hygiene, useState)
  • fix(mcp): missing isDeployed in contract breaking settings, parameter overrides lack of clarity

View changes on GitHub

v0.7.11

Jun 21, 2026

Features

  • feat(triggers): add GitLab, PagerDuty, and Zendesk webhook triggers
  • feat(connectors): add Google Meet knowledge base connector
  • feat(scheduled-tasks): expose Google Calendar-style recurrence options
  • feat(pii): gate data retention PII redaction behind feature flag
  • feat(files): inline rich markdown editor
  • feat(files): password, email-OTP, and SSO auth for public file shares
  • feat(vfs): add lazy vfs + remove dynamic fields for prompt caching hits
  • feat(enrichment): add enrichment details sidebar with cost + provider cascade
  • feat(logs): redact PII from workflow logs via configurable rules
  • feat(tables): raise per-plan table limits (free 5/50k, pro 100/100k, max 1k/500k)
  • feat(files): public share links for workspace files
  • feat(mship): add parallel subagents, improve streaming performance

Improvements

  • improvement(path): append, patch snapshot based streaming
  • improvement(scheduled-tasks): render prompt chips in task details and align weekday picker
  • improvement(rich-md-editor): stabilize bubble-menu plugin key + comment cleanup
  • improvement(rich-md-editor): streaming, performance, minor bugfixes
  • improvement(auth): make Microsoft emailVerified derivation total
  • improvement(access-controls): default workspace experience includes all members
  • improvement(access-controls): docs, terminology, fix delete bug
  • improvement(governance): derived access
  • improvement(workspaces): auto-add without invite if part of organization
  • improvement(block): table empty-state filter/sort builders + upsert conflict-column selection
  • improvement(misc): add more sportmonks tools, improvestreaming ux

Bug Fixes

  • fix(files): render embedded workspace images in markdown
  • fix(rich-md-editor): stop the editor flashing during an agent rewrite
  • fix(auth): close nOAuth account takeover via email-based OAuth linking
  • fix(uploads): close multipart storage-quota bypass via quota-exempt contexts
  • fix(file-decompress): enforce decompression caps on inflated stream, not declared zip size
  • fix(executor): stop HITL error edges from firing on successful resume
  • fix(files): only show Share in context menu for files, not folders
  • fix(mship): add folder rename tools and locked workflow status

View changes on GitHub