v0.7.68
simstudioai/simv0.7.68Aug 11, 2026by github-actions[bot]
AI Summary
Introduces OpenRouter support for embeddings and optimizes CI build performance, while fixing Docker and chat composer issues.
Key Highlights
- Add OpenRouter support for embeddings
- Improve CI performance by scoping Docker layer cache per image
- Optimize CI build to use 16 vCPU and keep toolchain separate
- Fix Docker to ship libvips so sharp loads at runtime
- Fix chat composer to autosize long prompts
New Features
- Add OpenRouter support for embeddings
Full Release Notes
## Features - feat(embeddings): add OpenRouter support (#6396) ## Improvements - perf(ci): scope the Docker layer cache per image and platform (#6501) - perf(ci): build the app image on 16 vCPU and keep the toolchain out of it (#6500) ## Bug Fixes - fix(idempotency): use compatible PostgreSQL JSON operations (#6510) - fix(chat): autosize long prompts in the composer (#6495) - fix(docker): ship libvips so sharp can actually load at runtime (#6499) ## Other Changes - chore(skills): remove the unused skills-lock.json (#6503) ## Contributors - @BillLeoutsakosvl346 - @TheodoreSpeaks - @waleedlatif1 [View changes on GitHub](https://github.com/simstudioai/sim/compare/v0.7.67...v0.7.68)