zamal_
zamal_
This PR improves the `Copy to Clipboard` functionality to ensure that the entire content of code blocks, including offscreen portions in horizontally scrollable blocks, is copied accurately. Previously, only the...
## Problem The original `sub_agent.py` had two critical issues that disrupted workflows: 1. **State Corruption**: The `task` tool overwrote the parent agent's state with `state["messages"] = [...]`, erasing prior user/assistant...
**Please describe the purpose of this pull request.** This PR fixes a bug: an `ImportError: cannot import name 'Function' from 'openai.types.chat.chat_completion_message_tool_call' `encountered when using `openai = "^1.60.0"`. The issue was...