v0.7.12

simstudioai/simv0.7.12Jun 22, 2026by github-actions[bot]

AI Summary

Updates the URL state management system to use `nuqs` for type safety and fixes various state synchronization issues.

Key Highlights

  • Adoption of nuqs for type-safe URL query-param state
  • Alignment of server and client state best practices
  • MCP contract fixes regarding settings

New Features

  • Type-safe URL query-param state via nuqs
  • Server/client state alignment fixes
  • MCP fixes for missing isDeployed and parameter overrides

Full Release Notes

## Features

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

## Bug Fixes

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

## Contributors

- @icecrasher321
- @waleedlatif1

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