Features
- feat(gpt-5): added gpt-5 models (#896)
- feat(rate-limits): make rate limits configurable via environment variables (#892)
- feat(microsoft-tools): added planner, onedrive, and sharepoint (#840)
- feat(whitelabel): add in the ability to whitelabel via envvars (#887)
- Feat/copilot files (#886)
- feat(ollama): added streaming & tool call support for ollama, updated docs (#884)
Improvements
- improvement(copilot): incremental edits (#891)
Bug Fixes
- fix(gpt-5): remove temp, decr socket debounce to 25ms (#898)
- fix(gpt-5): updated pricing (#897)
- fix(build): fixed build (#893)
- fix(agent): export waits for complete workflow state (#889)
- fix(dynamic): remove force-dynamic from routes that don't need it (#888)
- fix(deployed-state): use deployed state for API sync and async execs, deployed state modal visual for enabled/disabled (#885)
- fix(kb-tag-slots): finding next slot, create versus edit differentiation (#882)
Other Changes
- Merge pull request #883 from simstudioai/staging