Features
- feat(tools): add MongoDB (#1225)
- feat(copilot): stats tracking (#1227)
- feat(e2b-execution): add remote code execution to support Python + Imports (#1226)
- feat(llms): added additional params to llm-based blocks for alternative models (#1223)
- add if not exists check
- improvement(performance): added new indexes for improved session performance (#1215)
- feat(workspace-vars): add workspace scoped environment + fix cancellation of assoc. workspace invites if org invite cancelled (#1208)
- fix(build): add missing pdf-parse dep, add docker build in staging (#1213)
Improvements
- improvement(hygiene): refactored routes to be more restful, reduced code surface area and removed redundant code (#1217)
Bug Fixes
- fix(styling): fix styling inconsistencies in dark mode, fix invites fetching to show active members (#1229)
- fix(e2b-env-var): use isTruthy and getEnv (#1228)
- fix(whitelabel): make terms and privacy URL envvars available at build time (#1222)
- fix if not exists check
- fix 80th migration
- fix(wand): remove duplicate transfer encoding header meant to be set by nginx proxy (#1221)
- fix(ui): dark mode styling for switch, trigger modal UI, signup/login improvements with auto-submit for OTP (#1214)
- improvement(copilot): improve context inputs and fix some bugs (#1216)
- fix(build): consolidate pdf parsing dependencies, remove extraneous html deps (#1212)
- fix(organizations): remove org calls when billing is disabled (#1211)
Other Changes
- make 79th migration idempotent
- Merge branch 'staging' of github.com:simstudioai/sim into staging