v0.7.67

simstudioai/simv0.7.67Aug 10, 2026by github-actions[bot]

AI Summary

Adds educational content about agentic workflows and fixes several bugs including sharp library loading and environment variable assignment.

Key Highlights

  • Add 'What Is an Agentic Workflow?' documentation to the library
  • Fix landing page to load sharp lazily to prevent 500 errors
  • Fix environment variable assignment to use window.__ENV directly
  • Improve provenance reporting by naming the importer that condemned a run

New Features

  • Add 'What Is an Agentic Workflow?' documentation to the library

Full Release Notes

## Features

- feat(library): What Is an Agentic Workflow? (And How It's Different From Automation) (#6489)

## Bug Fixes

- fix(landing): load sharp lazily so a missing native binary can't 500 /blog and /library (#6496)
- fix(env): assign window.__ENV directly instead of queueing it (#6494)
- fix(provenance): name the importer that condemned a run (#6493)
- fix(provenance): feature flagged, inexact sidecars (#6491)
- fix(files): stop validating .jsonl as single-document JSON (#6490)

## Other Changes

- test(provenance): cover the enforced branch of the agent memory surface (#6497)

## Contributors

- @icecrasher321
- @waleedlatif1

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