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
send_message tool works — renamed type param to message_type (JSON Schema keyword collision caused LLMs to silently drop it). Made optional with default "task".
Error messages visible — team errors now show actual messages instead of empty error:
Thinking event handling — mesh forwarder properly maps thinking events; team converter suppresses them from output
Known Issue
Qwen3 model thinking/reasoning may still appear in team output as regular text. This is because some models output reasoning as content (not in the thinking field) for complex multi-tool prompts. A future fix will enable Ollama's think: true config for team agents.