Merge remote-tracking branch 'origin/main' into pr-1512

This commit is contained in:
Re-bin
2026-03-10 09:40:48 +00:00
65 changed files with 4633 additions and 452 deletions

View File

@@ -229,9 +229,9 @@ class AgentLoop:
if response.has_tool_calls:
if on_progress:
clean = self._strip_think(response.content)
if clean:
await on_progress(clean)
thought = self._strip_think(response.content)
if thought:
await on_progress(thought)
await on_progress(self._tool_hint(response.tool_calls), tool_hint=True)
tool_call_dicts = [