v0.6.99

simstudioai/simv0.6.99Jun 2, 2026by github-actions[bot]

AI Summary

Introduces new AI model providers, expands table filtering capabilities, adds Linq messaging integration, and improves Copilot and KBS performance.

Key Highlights

  • Added Together AI, Baseten, and Ollama Cloud model providers
  • Added Linq iMessage/SMS/RCS integration with attachment upload
  • Expanded table filter operators (not-contains, starts/ends-with, not-in, empty)
  • Improved Copilot transcript storage by making it the sole store
  • Upgraded Vitest to patch critical security advisory

New Features

  • PostHog events for table-workflow run/stop gestures
  • Linq iMessage/SMS/RCS integration (34 tools, block, attachment upload)
  • Together AI, Baseten, and Ollama Cloud model providers
  • Expand filter operators (not-contains, starts/ends-with, not-in, empty)

Full Release Notes

## Features

- feat(tables): add PostHog events for table-workflow run/stop gestures (#4839)
- feat(linq): add Linq iMessage/SMS/RCS integration (34 tools, block, attachment upload) (#4831)
- feat(providers): add Together AI, Baseten, and Ollama Cloud model providers (#4830)
- feat(tables): expand filter operators (not-contains, starts/ends-with, not-in, empty) (#4827)

## Improvements

- improvement(kbs): ownership bindings (#4833)
- improvement(copilot): stop persisting tool-call result outputs in transcripts (#4829)
- improvement(copilot): make copilot_messages the sole transcript store, remove JSONB dual-write (#4826)

## Bug Fixes

- fix(tables): reliable stop-all, accurate "X running", and rate/usage gating for cell runs (#4838)
- fix(misc): keep block-tool params selected across store replace, perms parity for delete (#4840)
- fix(tables): enforce plan limits in mothership user_table tool (#4832)
- fix(deps): upgrade vitest to ^4.1.0 to patch critical Vitest UI advisory (GHSA-5xrq-8626-4rwp) (#4837)
- fix(table): preserve workflow groups on CSV column-add and dispatch after tx commit (#4503)

## Other Changes

- chore(access): helper cleanup (#4842)

## Contributors

- @TheodoreSpeaks
- @icecrasher321
- @waleedlatif1

[View changes on GitHub](https://github.com/simstudioai/sim/compare/v0.6.98...v0.6.99)