- SSE idle_timeout uses queue+thread to actually unblock iter_sse()
- Align SDK params with server API and add SSE wall-clock timeout
- Resolve parameter shadowing in base_api.py update/put methods
- Resolve dict access errors and URL path issues in 5 CLI commands due to SDK dataclass return types
- Resolve UTF-8 encoding issues in HTTP request bodies
- Address code review findings in files, transport, and models
- Remove dead code, fix del safety, make agents.update version explicit
- Resolve resource leak and exception handling issues in async iterator
- Restore assistants imports in init.py for Python 3.8 compatibility
- Add AgentStudio sub-SDK for managed agents
- Expand CLI commands and harden compatibility
- Add 12 generation parameters and fix Models.get
- Remove custom tools, add vaults/credentials, region param, stop_reason/session_status properties
- Remove assistants-related CLI commands
- Remove .acli and .idea from repository
- Update .gitignore to exclude .acli and .idea