You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- remove global OpenAI client/api mutations (race condition with concurrent agents)
- add empty resolved_agents validation before deploy_task_agents
- store toolbox name on MCPServerEntry instead of accessing private _name
- update last_tool_results unconditionally in session.record_task
- move raises into match default cases to fix mixed return warnings
- catch non-SystemExit exceptions in prompt parser
0 commit comments