v3.10.49 — parallel tool calls ⚡
The agent can now batch several INDEPENDENT actions into one API call. Dulus already ran every tool_call in a turn, but never sent parallel_tool_calls — so OpenAI-compatible backends (Kimi) emitted one tool per round-trip. Now sends parallel_tool_calls=true + a Grok-style nudge. Fewer round-trips, less resent context. Opt out: /config disable_parallel_tools=1.
pip install --upgrade dulus
🦅🇩🇴