Features
- feat(logs): add Logs block for querying execution logs from workflows (#4442)
- feat(image-generator): add gpt-image-2 model support (#4437)
- feat(mothership): restore attachment previews on draft and add video support (#4435)
- feat(knowledge): expose Cohere reranker controls (#4429)
Improvements
- improvement(mothership): streaming state transitions (#4439)
Bug Fixes
- fix(tables): suppress phantom rows on sort, center gutter numbers, stop select-all viewport jump (#4445)
- fix(terminal): use wall-clock duration for loop iterations with concurrent children (#4443)
- fix: double wrap reponse of guest session handler (#4438)
- fix(logs): split summary/detail contracts to make trace tab gate type-safe (#4431)
- fix(copilot): redact sim_key API keys from persisted Mothership chat messages (#4434)
- fix(mothership): stop persisting log resources from get_workflow_logs and self-heal stale log panel entries (#4424)
- fix(mothership): catch draft restore errors instead of crashing /home (#4433)
- fix(executor): strip childTraceSpans from block state before LLM tool calls (#4428)
- fix(knowledge): revert column width multipliers that misaligned Name header (#4427)
- fix(table): return 400 instead of 500 for malformed sort/filter input (#4425)