Features
- feat(invitations): add ability to resend invitations with cooldown, fixed UI in dark mode issues (#1256)
- feat(duplicate): duplicate variables when duplicating a workflow (#1254)
- feat(enterprise-plan-webhooks): skip webhook queue for enterprise plan users (#1250)
- Add input/output multipliers
- fix(code-subblock): added validation to not parse non-variables as variables in the code subblock (#1240)
Bug Fixes
- fix(ratelimits): enterprise and team checks should be pooled limit (#1255)
- fix(cost): restored cost reporting for agent block in console entry (#1253)
- fix(sidebar): order by created at (#1251)
- fix(rehydration): consolidate store rehydration code (#1249)
- fix(sidebar): re-ordering based on last edit is confusing (#1248)
- fix(race-condition-workflow-switching): another race condition between registry and workflow stores (#1247)
- fix(hydration): duplicate overlay after idle + subblocks race condition (#1246)
- Merge pull request #1245 from simstudioai/fix/copilot-billing
- fix(whitelabel): move redirects (build-time) for whitelabeling to middlware (runtime) (#1236)
Other Changes
- Waring
- Lint + tests
- Docs
- change
- Lint