Skip to content

Releases: simstudioai/sim

v0.8.56

Choose a tag to compare

@github-actions github-actions released this 22 Sep 21:58
6dfb467

Features

  • feat(jev): add TypeSafe evaluation models to Agent (#8103)
  • feat(models): add GPT-6 Sol and Luna (#8147)
  • feat(providers): add Claude Opus 5.5 (#8141)

Improvements

  • improvement(settings): consolidate access requests in settings (#8154)
  • refactor(ui): narrow local style forwarding and preview geometry (#8144)
  • improvement(ui): share expandable home sections (#8067)
  • improvement(ui): share public chat composer actions (#8075)
  • improvement(ui): use chips for table job actions (#8082)
  • refactor(ui): make measurement styles explicit and reuse preview white (#8142)

Bug Fixes

  • fix(knowledge): unschedule a connector whose credential the source rejected and prompt to reconnect (#8158)
  • fix(billing): keep archived selected workspaces in the invitation applied-state check (#8159)
  • fix(oauth): rotate a refresh chain only from the token it started from and size the refresh lease for every provider (#8152)
  • fix(billing): bound every ledger aggregate at the database and size the gate deadline for two (#8148)
  • fix(billing): let a slow ledger read finish instead of blocking execution at the singleflight default (#8146)
  • fix(access): align invitations and request navigation (#8145)
  • fix(organizations): respect inherited access when inviting members (#8131)
  • fix(mcp): list servers without Credential Group access (#8143)

Contributors

View changes on GitHub

v0.8.55

Choose a tag to compare

@github-actions github-actions released this 22 Sep 17:12
576408d

Bug Fixes

  • fix(knowledge): read the projection-filled probe off the partial index instead of a sequential scan (#8139)
  • fix(knowledge): retry a projection fill page after an index lock or statement timeout instead of ending the chain (#8137)

Contributors

View changes on GitHub

v0.8.54

Choose a tag to compare

@github-actions github-actions released this 22 Sep 08:15
a81b0e1

Features

  • feat(api): expose organization access and usage operations (#8127)

Bug Fixes

  • fix(files): stop promising immutable caching for documents compiled against other files (#8129)
  • fix(knowledge): make connector syncs resilient to removed credentials, partial outcomes and slow completion counts (#8126)
  • fix(workspace-files): keep the file-search claim on the ordered pending index instead of a hash join (#8128)
  • fix(access-requests): clarify request navigation and empty states (#8125)

Contributors

View changes on GitHub

v0.8.53

Choose a tag to compare

@github-actions github-actions released this 22 Sep 04:07
e12a264

Improvements

  • improvement(ui): centralize product colours in global CSS (#8116)

Bug Fixes

  • fix(knowledge): bound source titles and tag values so an oversized index row cannot fail a connector sync (#8123)
  • fix(knowledge): index the connector tombstone check so a sync stops scanning the whole document table (#8122)

Contributors

View changes on GitHub

v0.8.52

Choose a tag to compare

@github-actions github-actions released this 21 Sep 21:27
f7db10b

Features

  • feat(organizations): expose organization and permission group administration (#8102)

Other Changes

  • chore(trigger): upgrade Trigger.dev to 4.5.16 so deploy images build without deleting node_modules (#8118)
  • chore(ci): give the Trigger.dev upload job room for a slow image push (#8115)

Contributors

View changes on GitHub

v0.8.49

Choose a tag to compare

@github-actions github-actions released this 21 Sep 18:30
9d00669

Improvements

  • improvement(tables): stop re-reading values the request already holds (#8107)
  • improvement(tables): cut the DB round trips a table read and write spend on protocol (#8104)
  • improvement(knowledge): count an unproven reach, read memos under the search deadline, and drop the dead search paths (#8101)

Bug Fixes

  • fix(knowledge): keep the GIN ranking for the rest of a search once a page was handed to it (#8110)
  • fix(knowledge): walk a large bounded set on the row before ranking it exactly (#8106)
  • fix(db): index the keyword projection by document, and drop the unread binary ANN indexes (#8105)

Contributors

View changes on GitHub

v0.8.48

Choose a tag to compare

@github-actions github-actions released this 21 Sep 10:44
7fc9e79

Features

  • feat(library): AI coding-agent benchmark: a reproducible test of debugging, test generation, and refactoring (#8064)
  • feat(files): surface file versions in the File block and logs, with conditional writes (#8056)
  • feat(confluence): index PowerPoint and Excel attachments (#8050)
  • feat(memory): preserve Agent tool history with bounded context (#8003)
  • feat(google-calendar): add RSVP operation to respond to invitations (#8019)
  • feat(files): workspace file version history over the v2 API, CLI, and MCP (#7997)

Improvements

  • improvement(knowledge): score the page on the original vectors, resolve a search's context once, and read identities off the walk (#8100)
  • improvement(knowledge): read the source card with the result (#8099)
  • improvement(knowledge): rank the vector page on the projection and admit searches in parallel (#8097)
  • improvement(ui): reuse shared product status pages (#8089)
  • improvement(knowledge): warm the search projection after its backfill (#8092)
  • improvement(knowledge): page search results, take a custom date window, and rerank a person's search (#8060)
  • improvement(knowledge): resolve connector and member state once per search (#8040)
  • improvement(utils): add toArray and the scalar payload coercions (#8055)
  • refactor(ui): share log and enrichment details panels (#8026)
  • improvement(utils): adopt toRecord and toRecordOrNull over inline record coercions (#8053)
  • improvement(utils): share escapeRegExp, compareStrings and isRecordLike (#8052)
  • improvement(ui): reuse chip inputs for remaining settings fields (#8030)
  • improvement(ui): centralize tab strip action geometry (#8037)
  • improvement(ui): share sidebar row action buttons (#8047)
  • improvement(copilot): refuse approval-gated tools on the in-band lane (#8044)
  • improvement(ui): use existing 12px and 13px text tokens (#8036)
  • refactor(ui): reuse EMCN chips for AI controls (#8020)
  • refactor(ui): share image upload preview tiles (#8015)
  • refactor(ui): reuse EMCN icons for simple product glyphs (#8016)
  • improvement(knowledge): rank organization keyword search with Tin (#8007)
  • improvement(knowledge): remember a caller's saturated search reach (#8006)
  • improvement(knowledge): skip redundant document resurrection writes (#8000)

Bug Fixes

  • fix(files,realtime): issue a revision on revert and stop resurrecting cleared cursors (#8098)
  • fix(knowledge): apply the source and date filters inside a resolved scope's ranking (#8059)
  • fix(knowledge): run the projection source/ACL backfill in the background instead of the deploy (#8058)
  • fix(knowledge): retry the Tin projection after a database refuses the extension (#8039)
  • fix(mcp): let the read tool carry a request body (#8054)
  • fix(ui): align remaining editor dropdown styling (#8051)
  • fix(ui): align editor subblocks and combobox styling (#8049)
  • fix(settings): align credential groups with organization rollout (#8043)
  • fix(copilot): stop returning generate_api_key plaintext on the in-band tool route (#8042)
  • fix(realtime): validate cursor and selection presence payloads (#8041)
  • fix(self-hosting): stop publishing Postgres and require POSTGRES_PASSWORD (#8035)
  • fix(sso): require a session to list SSO providers (#8023)
  • fix(api): refuse workspace keys and enforce personal_api_key.use on v1 audit logs (#8025)
  • fix(chat): return 403 for inactive chats without writing an execution log (#8024)
  • fix(ui): use defined status and interaction color tokens (#8012)
  • fix(file-search): bound chunk inserts by trigram work (#8011)
  • fix(slack-search): reuse manifest installation in setup (#8013)
  • fix(files): file version history follow-ups (#8010)
  • fix(knowledge): keep Slack searchable while its member crawl runs (#8005)
  • fix(file-search): skip base64-dominated files and redact query errors from task failures (#8004)

Other Changes

  • docs(library): update agentic-ai-coding-tools-what-they-are-and-how-the-top-options-compare (#8093)
  • docs(library): update best-zapier-alternatives (#8095)
  • docs(library): update openai-vs-n8n-vs-sim (#8094)
  • docs(library): update best-zapier-alternatives (#8063)
  • docs(library): update openai-vs-n8n-vs-sim (#8062)
  • docs(library): update agentic-ai-coding-tools-what-they-are-and-how-the-top-options-compare (#8061)
  • docs(blog): update enterprise (#8002)

Contributors

View changes on GitHub

v0.8.47

Choose a tag to compare

@github-actions github-actions released this 19 Sep 02:21
a2c9756

Features

  • feat(library): Best AI Agent Builders with MCP Support (#7999)
  • feat(workflows): add model fallbacks to Agent, Evaluator, and Router (#7972)
  • feat(mcp): Sim MCP server for the full Sim API (#7985)
  • feat(access-requests): remove rollout flag and move feature into ee (#7986)

Improvements

  • improvement(knowledge): rank inside the permitted set for organization search (#7996)
  • improvement(knowledge): cache admitted usage checks on the search path (#7989)
  • refactor(emcn): centralize product icon-button padding (#7987)
  • refactor(emcn): centralize document file-type icons (#7984)
  • refactor(emcn): centralize composer action button appearance (#7983)
  • refactor(ui): centralize bulk-action buttons in EMCN (#7982)
  • refactor(ui): remove styles already supplied by EMCN controls (#7979)
  • refactor(emcn): share filled stop icon across chat controls (#7977)

Bug Fixes

  • fix(file-search): avoid foreground GIN cleanup stalls (#7995)
  • fix(knowledge): preserve live document processing during recovery (#7993)
  • fix(knowledge): preserve live document jobs during recovery (#7994)
  • fix(connectors): explain disabled settings with tooltips (#7981)
  • fix(settings): stabilize group search and modal dropdowns (#7980)
  • fix(traces): make trace backfills bounded and resumable (#7974)
  • fix(connectors): save service account changes with source settings (#7978)
  • fix(a11y): name icon-only buttons across product UI (#7975)

Contributors

View changes on GitHub

v0.8.46

Choose a tag to compare

@github-actions github-actions released this 18 Sep 19:21
23b7670

Improvements

  • improvement(knowledge): match keyword chunks before authorizing them (#7973)

Bug Fixes

  • fix(file-search): isolate and queue concurrent searches (#7952)

Contributors

View changes on GitHub

v0.8.45

Choose a tag to compare

@github-actions github-actions released this 18 Sep 16:47
1b96097

Improvements

  • improvement(knowledge): stop consuming access batches once both overview probes saturate (#7970)
  • improvement(knowledge): stop re-probing known indexing providers per access batch (#7968)

Bug Fixes

  • fix(knowledge): recover vector candidates an HNSW post-filter discards (#7971)
  • fix(ci): scope the CLI telemetry token to the build and publish steps (#7969)
  • fix(file-search): stop cleanup starting a batch it cannot fund (#7965)
  • fix(knowledge): store connector sync schedules at millisecond precision (#7966)
  • fix(search): isolate unavailable Calendar accounts (#7967)
  • fix(file-search): increase indexing worker memory (#7963)

Other Changes

  • chore(db): tune document autovacuum for connector sync churn (#7962)

Contributors

View changes on GitHub